summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-18dload: avoid using memrchrDave Reisner
2011-09-18Ensure entire struct is zeroed in _alpm_parsedate()Dan McGee
2011-09-18pactree: include missing ctype.h headerDave Reisner
2011-09-18configure: Fix quoting in SEDINPLACE on DarwinDave Reisner
2011-09-18dload: remove user:pass@ definition from hostnameDave Reisner
2011-09-18paccache: remove unnecessary if checkDave Reisner
2011-09-18Fix build without gpgmeDan McGee
2011-09-14pacman: add short opt '-p' for --print to -{S,R}hDave Reisner
2011-09-14include ldconfig.stub in EXTRA_DISTDave Reisner
2011-09-14buildsys: remove existing symlinks before installingDave Reisner
2011-09-14Don't duplicate header stringsDan McGee
2011-09-14makepkg: fix recreation of hardlinks to .gz manpagesDave Reisner
2011-09-14makepkg: add missing newline on passing gpg sourcecheckDave Reisner
2011-09-12makepkg: check for var existance before file existanceDave Reisner
2011-09-11account for partial delta files in download sizeDave Reisner
2011-09-11make compute_download_size consider .part filesDave Reisner
2011-09-11dload: provide optional netrc supportDave Reisner
2011-09-11makepkg: unset errexit when sourcing /etc/profileDave Reisner
2011-09-11paccache: escape . in trimming of diskspace stringDave Reisner
2011-09-11download callback: show decimal places in rate if we have roomDan McGee
2011-09-11Move download callback static vars into functionDan McGee
2011-09-08diskspace: fix memory leak on root mount not foundDave Reisner
2011-09-08Print 'loading packages' message on -U operationsDan McGee
2011-09-07makepkg: use more awk'ish syntax in sanity checksDave Reisner
2011-09-07makepkg: avoid for loop in deleting manpage hardlinksDave Reisner
2011-09-07makepkg: act on function return value, not outputDave Reisner
2011-09-07makepkg: refactor check_pgpsigs outputDave Reisner
2011-09-07Use more correct integer types in diskspace checksDan McGee
2011-09-07query check: use provided filelist count instead of keeping trackDan McGee
2011-09-07Remove unnecessary castDan McGee
2011-09-07Ensure PackageRequired works as expectedDan McGee
2011-09-06makepkg: use globs in place of regexDave Reisner
2011-09-06dload: use intmax_t when printing off_tDan McGee
2011-09-06makepkg: unset variables as per !{make,build}flagsDave Reisner
2011-09-06rankmirrors: properly sort resulting timesDave Reisner
2011-09-06dload: abstract dload_interrupted reasonsDave Reisner
2011-09-06dload: improve debug outputDave Reisner
2011-09-06sync: add missing newline in warning messageDave Reisner
2011-09-06avoid blowing out the filecache list when using tmpdirDave Reisner
2011-09-02More package operations cleanupDan McGee
2011-09-02Add -p/--print tip for -Q operations on filepathDan McGee
2011-09-02Former transaction callback rename refactorDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-09-02Be fully silent on any -Sp operationDan McGee
2011-09-02Make delta validation/application more logicalDan McGee
2011-09-02pacman-key: add --refresh-keys operationDan McGee
2011-09-02pacman-key: split keyserver to a separate optionDan McGee
2011-09-02pacman-key help and documentation cleanupDan McGee
2011-09-02doc: consistency when referencing other optionsDan McGee
2011-09-02pacman-key: document --lsign-keyDan McGee