summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-08-15Update translations from TransifexDan McGee5-76/+80
2011-08-15Only check necessary signatures and checksumsDan McGee6-28/+46
2011-08-15libalpm: fix a remaining old syntax of RET_ERR() macroRémy Oudompheng1-1/+1
2011-08-15lib/sync: ignore download errors for as long as possibleDave Reisner1-11/+13
2011-08-15Further fixes to replacement iterationDan McGee1-10/+4
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee9-71/+83
2011-08-15Validate the sha256sum if availableDan McGee6-28/+53
2011-08-15decode_signature: guess signature data length for efficiencyDan McGee1-15/+5
2011-08-15Remove checksum access indirectionDan McGee3-22/+2
2011-08-15lib/sync: reset flag after rejecting a replaceDave Reisner1-0/+3
2011-08-15Load and allow access to sha256sumDan McGee5-3/+29
2011-08-15Add ALPM sha256sum routinesDan McGee2-0/+81
2011-08-15Add sha2 (sha256) routines from PolarSSLDan McGee3-1/+436
2011-08-15pacman/package: show presence of signature in in -SiDave Reisner2-0/+13
2011-08-15alpm.h: fix inconsistency in function prototypeDave Reisner1-2/+2
2011-08-15lib/dload: avoid deleting .part file on too-slow xferDave Reisner1-13/+21
2011-08-15Update base64 PolarSSL codeDan McGee3-17/+20
2011-08-12Update MD5 routines with changes from PolarSSLDan McGee2-39/+34
2011-08-11Add -S --recursive operationDan McGee1-0/+29
2011-08-11Dependency code style cleanupsDan McGee2-21/+25
2011-08-11stop progress callbacks after curl_easy_perform returnsDave Reisner1-0/+3
2011-08-11dload: remove unnecessary cast in alpm_load_payload_freeDave Reisner1-6/+4
2011-08-09Parse replaces strings as dep strings with version specsDan McGee1-10/+17
2011-08-09Conflict comparison performance enhancementsDan McGee2-17/+19
2011-08-09Update string catalogs after string tweaksDan McGee26-872/+587
2011-08-09Don't walk off front of string when stripping newlineDan McGee1-1/+1
2011-08-09Fix compile error when curl is not usedDan McGee1-3/+3
2011-08-09Depend on name_hash being setDan McGee2-4/+2
2011-08-09Add reason to corrupted package callbackDan McGee1-4/+6
2011-08-09Attempt to fix up some of the brokenness around failed package loadsDan McGee4-17/+20
2011-08-09Update all translation filesDan McGee26-441/+819
2011-08-09_alpm_access(): don't call gettext() in debug level loggersDan McGee1-4/+8
2011-08-09Merge branch 'maint'Dan McGee2-7/+12
2011-08-08Store a package info level flag if we fail to load dataDan McGee3-6/+15
2011-08-08Update translations from transifexDan McGee2-8/+13
2011-08-08Check return value of rename() callsDan McGee2-8/+23
2011-08-02Don't trim whitespace when reading database entriesDan McGee5-15/+37
2011-07-29Revamp signing checksDan McGee2-48/+96
2011-07-28Make free_groupcache() privateDan McGee2-25/+23
2011-07-25libalpm: Set ret correctly in download_internal()Lukas Fleischer1-0/+1
2011-07-21Convert package filelists to an array instead of linked listDan McGee11-97/+246
2011-07-19Clean up my debug logger messDan McGee1-2/+0
2011-07-19Fix test suite when GPGME is disabledDan McGee3-1/+16
2011-07-18replace access() calls for debug info where applicableFlorian Pritz3-5/+4
2011-07-18signing.c: check if needed files are readableFlorian Pritz1-0/+6
2011-07-18add _alpm_access() wrapperFlorian Pritz2-0/+48
2011-07-18Fix compilation without gpgmeAllan McRae1-2/+2
2011-07-18Handle removal of empty directories properlyDan McGee3-6/+82
2011-07-14Make alpm_db_set_pkgreason() arguments more saneDan McGee2-18/+23
2011-07-14Allow fileconflict if unowned file moving into backup arrayDan McGee5-8/+23