summaryrefslogtreecommitdiff
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-19bash_completion: add dbonly to sync optionsDave 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-19makepkg: quote re-evaluation of simple varsDave Reisner
2011-08-19lib/dload: prevent possible NULL dereferenceDave Reisner
2011-08-19sync: fix garbled output in conflict promptDave Reisner
2011-08-18makepkg: deal with variable substitution when checking sanityAllan McRae
2011-08-18doc/PKGBUILD: update regarding versioned package fieldsDan McGee
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-18Add makepkg -S which is an alias to makepkg --sourceSebastien Luttringer
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-17Fix trailing whitespace in whole codebaseDan McGee
2011-08-17Update PKGBUILD manpage about startdir deprecationSebastien Luttringer
2011-08-16Fix compilation using --without-gpgmeDan McGee
2011-08-16configure.ac: add checks for more types, functions and headersAllan McRae
2011-08-16dload: zero out pm_errno in curl_download_internalDave Reisner
2011-08-16doc/PKGBUILD: fix Asciidoc formatting issuesDan McGee
2011-08-16Update authors and contributorsDan McGee
2011-08-16repo-add: fix creation of signature symlinkAllan McRae
2011-08-15Update message catalogsDan McGee
2011-08-15Update translations from TransifexDan McGee
2011-08-15repo-add: reorganize output messages for clarityDan 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-15Add short example signature config to pacman.confDan McGee
2011-08-15build-sys: always use $(RM) instead of rm -fDave Reisner
2011-08-15dist: preserve symlinks on installationDave Reisner
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee
2011-08-15Validate the sha256sum if availableDan McGee