summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
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
2011-08-15Show 'None' in Signatures -Qip/-Si output if none foundDan 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-15repo-add: indicate whether package signature is foundAllan McRae
2011-08-15pacman/package: show presence of signature in in -SiDave Reisner
2011-08-15README: update with 3.5.0 -> 4.0.0 API changesDave Reisner
2011-08-15makepkg: don't hardcode path to stripDave Reisner
2011-08-15alpm.h: fix inconsistency in function prototypeDave Reisner
2011-08-15add pactest for replacing a shared providerDave Reisner
2011-08-15pactest/sync200: check for curl instead of fetchDave 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-11pacman/query.c: avoid variable redeclarationDan McGee
2011-08-11pactest: -U --recursivePang Yan Han
2011-08-11scripts/pkgdelta: fix `make distcheck`Dan McGee
2011-08-11Bump version to 4.0.0rc1Dan McGee
2011-08-11pactest: add sync302 to test recursive syncfirstDave Reisner
2011-08-11Enable recursive/needed sync on SyncFirstDan McGee