summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-08-19Remove alpm_option_get_* usage from backendDan McGee
2011-08-19dload: remove unused macroDave Reisner
2011-08-19dload: delete zero length downloads on curl errorDave Reisner
2011-08-19dload: rename payload->filename to payload->remote_nameDave Reisner
2011-08-19dload: remove code duplicationDave Reisner
2011-08-19Rework finding a writable cache directoryDan McGee
2011-08-19Be more robust when copying package dataDan McGee
2011-08-19lib/dload: unlink on response code >=400Dave Reisner
2011-08-19dload: add 'unlink_on_fail' to payload structDave Reisner
2011-08-19lib/dload: prevent possible NULL dereferenceDave Reisner
2011-08-19sync: fix garbled output in conflict promptDave Reisner
2011-08-18Convert resolvedep() to use _alpm_depcmp_literal()Dan McGee
2011-08-18Fix replacement of provider issueDan McGee
2011-08-18Add an _alpm_depcmp_literal() functionDan McGee
2011-08-18Replacements refactor: extract check_replacers()Dan McGee
2011-08-18Replacements refactor: extract check_literal()Dan McGee
2011-08-18Remove usages of alpm_list_next() in backendDan McGee
2011-08-18Remove use of no-op accessor functions in libraryDan McGee
2011-08-18Enhance and utilize database status flagsDan McGee
2011-08-18lib/libalpm/dload.c: Use STRDUP() instead of strdup()Lukas Fleischer
2011-08-18lib/libalpm/dload.c: Add ASSERT() to alpm_fetch_pkgurl()Lukas Fleischer
2011-08-17lib/dload: refactor deletion on failureDave Reisner
2011-08-17lib/dload: avoid renaming download to 0 length destfileDave Reisner
2011-08-17Avoid stat() on NULL path in curl_download_internal()Lukas Fleischer
2011-08-17Skip rename() on NULL destfile in curl_download_internal()Lukas Fleischer
2011-08-16Fix compilation using --without-gpgmeDan McGee
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