summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-08-25Update existing translations from TransifexDan McGee2-97/+100
2011-08-24Improved alpm_list_mmerge() performance (fixed coding style)Diogo Sousa1-10/+15
2011-08-23vercmp: ensure 2.0a and 2.0.a do not compare equalDan McGee1-2/+7
2011-08-23Style-match rpmvercmp code with upstreamDan McGee1-9/+9
2011-08-23sync: halt file discovery if repo has no serversDave Reisner1-0/+8
2011-08-22dload: prevent need to copy struct in mask_signal()Dan McGee1-7/+6
2011-08-22dload: extract tempfile creation to its own functionDave Reisner1-17/+28
2011-08-22dload: move (un)masking of signals to separate functionsDave Reisner1-17/+24
2011-08-22dload: move curl option setting to static functionDave Reisner1-42/+48
2011-08-22dload: add open_mode to payload structDave Reisner2-4/+6
2011-08-22dload: rename cd_filename to content_disp_nameDave Reisner2-5/+5
2011-08-22dload: move tempfile and destfile to payload structDave Reisner2-26/+31
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