summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-03-23Add base64 algorithms from PolarSSL to libalpmDan McGee3-0/+259
2011-03-23Merge branch 'gpg-build-tools'Dan McGee1-0/+3
2011-03-23repo-add: add sha256sum values to repo databaseDan McGee1-0/+3
2011-03-23Merge branch 'maint'Dan McGee30-140/+1351
2011-03-23Updated 3.5.1 translations from TransifexDan McGee25-136/+231
2011-03-23Add new Serbian translation from TransifexSlobodan Terzić3-0/+1106
2011-03-21Minor code cleanupsDan McGee1-3/+6
2011-03-21Ensure package removal list does not contain duplicatesDan McGee1-1/+5
2011-03-21Fix line_offset not being reset in _alpm_archive_fgets()Dan McGee1-0/+3
2011-03-21Merge branch 'maint'Dan McGee3-4/+8
2011-03-21Don't initialize progress to zero before calling curl_easy_perform().Lukas Fleischer1-4/+3
2011-03-21Ensure dlcb is defined before calling itDan McGee1-1/+3
2011-03-21Update source translation files in prep for 3.5.1Dan McGee1-2/+6
2011-03-21Fix comparison to 0 rather than NULLDan McGee1-1/+1
2011-03-21Fix assignment before NULL checkDan McGee1-1/+1
2011-03-21Style change: return(x) --> return xDan McGee26-477/+478
2011-03-21lib/dload.c: fix opening braces to conform with coding styleDave Reisner1-6/+12
2011-03-20Merge branch 'maint'Dan McGee3-3/+25
2011-03-20Add missing include for size_tDan McGee1-0/+1
2011-03-20lib/dload.c: remove lingering libfetch specific headersDave Reisner1-5/+0
2011-03-20Use sane umask for repo db downloadsAllan McRae1-0/+5
2011-03-17Correctly parse %DELTAS% entries in sync DBtuxce1-1/+6
2011-03-17Fix triple progress bars on downloadDave Reisner1-1/+5
2011-03-17Ensure we have a root partition when checking spaceDan McGee1-2/+13
2011-03-17Merge branch 'maint'Dan McGee27-71/+73
2011-03-17alpm_list: fix typo in doxygen commentDave Reisner1-1/+1
2011-03-17Update translations for message with added newlineDan McGee24-66/+68
2011-03-17Add missing newline to warning messageAllan McRae2-4/+4
2011-03-17Merge branch 'download'Dan McGee7-200/+156
2011-03-16Updated translations for 3.5.0 from TransifexDan McGee25-2605/+2228
2011-03-09Remove all traces of libfetchDave Reisner4-316/+2
2011-03-09dload: temp patch to allow curl/fetch coexistanceDave Reisner1-1/+15
2011-03-09dload.c: add curl_download_internalDave Reisner1-0/+208
2011-03-09handle error case for PM_ERR_LIBCURLDave Reisner2-0/+9
2011-03-09share code between libfetch and libcurlDave Reisner1-10/+12
2011-03-09prefix fetch based functions with fetch_Dave Reisner1-6/+6
2011-03-09handle: Add CURL* and CURLcode vars to structDave Reisner2-0/+16
2011-03-09add curl to alpm initialization and teardown routinesDave Reisner3-0/+21
2011-03-07Do not print warning with files entry in sync dbAllan McRae1-2/+4
2011-03-03Fix gettext plural detectionDan McGee1-1/+1
2011-03-02libalpm/diskspace.c: remove bogus parenthesisXavier Chantry2-3/+3
2011-03-01Ensure d_type is not DT_UNKNOWN before relying on itDan McGee1-9/+13
2011-03-01Fix some easy to find double translationsDan McGee4-22/+7
2011-02-28Update translation template filesDan McGee1-42/+82
2011-02-28Check local DB version before continuing transactionDan McGee8-3/+88
2011-02-28Move locking functions to where they are neededDan McGee3-49/+48
2011-02-28Fix trans no-argument function definitionsDan McGee1-3/+3
2011-02-27Fix double close of the lock fileJonathan Conder5-15/+10
2011-02-25alpm: alpm_db_get_pkgcache_list => alpm_db_get_pkgcacheDave Reisner8-20/+20
2011-02-25alpm: remove public visibility of pmpkghash_tDave Reisner5-22/+7