summaryrefslogtreecommitdiffstats
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-20bash_completion: add dbonly to sync optionsDave Reisner1-1/+1
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-19makepkg: quote re-evaluation of simple varsDave Reisner1-6/+6
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-18makepkg: deal with variable substitution when checking sanityAllan McRae1-0/+3
2011-08-18doc/PKGBUILD: update regarding versioned package fieldsDan McGee1-9/+12
2011-08-18Convert resolvedep() to use _alpm_depcmp_literal()Dan McGee1-5/+10
2011-08-18Fix replacement of provider issueDan McGee2-3/+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-18Add makepkg -S which is an alias to makepkg --sourceSebastien Luttringer3-11/+11
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-18Fix trailing whitespace in whole codebaseDan McGee14-28/+28
2011-08-17Update PKGBUILD manpage about startdir deprecationSebastien Luttringer1-0/+1
2011-08-17Fix compilation using --without-gpgmeDan McGee1-22/+21
2011-08-17configure.ac: add checks for more types, functions and headersAllan McRae1-7/+15
2011-08-17dload: zero out pm_errno in curl_download_internalDave Reisner2-10/+4
2011-08-16doc/PKGBUILD: fix Asciidoc formatting issuesDan McGee1-6/+6
2011-08-16Update authors and contributorsDan McGee3-19/+8
2011-08-16repo-add: fix creation of signature symlinkAllan McRae1-1/+1
2011-08-15Update message catalogsDan McGee3-19/+30
2011-08-15Update translations from TransifexDan McGee19-779/+947
2011-08-15repo-add: reorganize output messages for clarityDan McGee1-17/+17
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-15Add short example signature config to pacman.confDan McGee1-0/+5
2011-08-15build-sys: always use $(RM) instead of rm -fDave Reisner5-8/+8
2011-08-15dist: preserve symlinks on installationDave Reisner2-4/+25
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee11-87/+108
2011-08-15Validate the sha256sum if availableDan McGee6-28/+53