summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-08-20Remove alpm_option_get_* usage from backendDan McGee6-13/+11
2011-08-20dload: remove unused macroDave Reisner1-1/+0
2011-08-20dload: delete zero length downloads on curl errorDave Reisner1-0/+4
2011-08-20dload: rename payload->filename to payload->remote_nameDave Reisner3-17/+17
2011-08-20dload: remove code duplicationDave Reisner1-5/+5
2011-08-19Rework finding a writable cache directoryDan McGee1-15/+29
2011-08-19Be more robust when copying package dataDan McGee8-25/+74
2011-08-19lib/dload: unlink on response code >=400Dave Reisner1-1/+7
2011-08-19dload: add 'unlink_on_fail' to payload structDave Reisner3-5/+5
2011-08-19lib/dload: prevent possible NULL dereferenceDave Reisner1-1/+1
2011-08-19sync: fix garbled output in conflict promptDave Reisner1-1/+1
2011-08-18Convert resolvedep() to use _alpm_depcmp_literal()Dan McGee1-5/+10
2011-08-18Fix replacement of provider issueDan McGee1-1/+2
2011-08-18Add an _alpm_depcmp_literal() functionDan McGee2-10/+14
2011-08-18Replacements refactor: extract check_replacers()Dan McGee1-57/+73
2011-08-18Replacements refactor: extract check_literal()Dan McGee1-33/+46
2011-08-18Remove usages of alpm_list_next() in backendDan McGee4-13/+13
2011-08-18Remove use of no-op accessor functions in libraryDan McGee8-44/+36
2011-08-18Enhance and utilize database status flagsDan McGee6-25/+76
2011-08-18lib/libalpm/dload.c: Use STRDUP() instead of strdup()Lukas Fleischer1-3/+5
2011-08-18lib/libalpm/dload.c: Add ASSERT() to alpm_fetch_pkgurl()Lukas Fleischer1-0/+1
2011-08-18lib/dload: refactor deletion on failureDave Reisner1-6/+2
2011-08-18lib/dload: avoid renaming download to 0 length destfileDave Reisner1-1/+1
2011-08-18Avoid stat() on NULL path in curl_download_internal()Lukas Fleischer1-1/+1
2011-08-18Skip rename() on NULL destfile in curl_download_internal()Lukas Fleischer1-5/+9
2011-08-17Fix compilation using --without-gpgmeDan McGee1-22/+21
2011-08-17dload: zero out pm_errno in curl_download_internalDave Reisner2-10/+4
2011-08-15Update message catalogsDan McGee1-2/+2
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