summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-08-16dload: zero out pm_errno in curl_download_internalDave Reisner
2011-08-15Update message catalogsDan McGee
2011-08-15Update translations from TransifexDan McGee
2011-08-15Only check necessary signatures and checksumsDan McGee
2011-08-15libalpm: fix a remaining old syntax of RET_ERR() macroRémy Oudompheng
2011-08-15lib/sync: ignore download errors for as long as possibleDave Reisner
2011-08-15Further fixes to replacement iterationDan McGee
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee
2011-08-15Validate the sha256sum if availableDan McGee
2011-08-15decode_signature: guess signature data length for efficiencyDan McGee
2011-08-15Remove checksum access indirectionDan McGee
2011-08-15lib/sync: reset flag after rejecting a replaceDave Reisner
2011-08-15Load and allow access to sha256sumDan McGee
2011-08-15Add ALPM sha256sum routinesDan McGee
2011-08-15Add sha2 (sha256) routines from PolarSSLDan McGee
2011-08-15pacman/package: show presence of signature in in -SiDave Reisner
2011-08-15alpm.h: fix inconsistency in function prototypeDave Reisner
2011-08-15lib/dload: avoid deleting .part file on too-slow xferDave Reisner
2011-08-15Update base64 PolarSSL codeDan McGee
2011-08-11Update MD5 routines with changes from PolarSSLDan McGee
2011-08-11Add -S --recursive operationDan McGee
2011-08-11Dependency code style cleanupsDan McGee
2011-08-11stop progress callbacks after curl_easy_perform returnsDave Reisner
2011-08-11dload: remove unnecessary cast in alpm_load_payload_freeDave Reisner
2011-08-09Parse replaces strings as dep strings with version specsDan McGee
2011-08-09Conflict comparison performance enhancementsDan McGee
2011-08-09Update string catalogs after string tweaksDan McGee
2011-08-09Don't walk off front of string when stripping newlineDan McGee
2011-08-09Fix compile error when curl is not usedDan McGee
2011-08-09Depend on name_hash being setDan McGee
2011-08-08Add reason to corrupted package callbackDan McGee
2011-08-08Attempt to fix up some of the brokenness around failed package loadsDan McGee
2011-08-08Update all translation filesDan McGee
2011-08-08_alpm_access(): don't call gettext() in debug level loggersDan McGee
2011-08-08Merge branch 'maint'Dan McGee
2011-08-08Store a package info level flag if we fail to load dataDan McGee
2011-08-08Update translations from transifexDan McGee
2011-08-08Check return value of rename() callsDan McGee
2011-08-02Don't trim whitespace when reading database entriesDan McGee
2011-07-28Revamp signing checksDan McGee
2011-07-28Make free_groupcache() privateDan McGee
2011-07-25libalpm: Set ret correctly in download_internal()Lukas Fleischer
2011-07-21Convert package filelists to an array instead of linked listDan McGee
2011-07-19Clean up my debug logger messDan McGee
2011-07-18Fix test suite when GPGME is disabledDan McGee
2011-07-18replace access() calls for debug info where applicableFlorian Pritz
2011-07-18signing.c: check if needed files are readableFlorian Pritz
2011-07-18add _alpm_access() wrapperFlorian Pritz
2011-07-18Fix compilation without gpgmeAllan McRae
2011-07-18Handle removal of empty directories properlyDan McGee