summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-20signing: add a process and retry loop for database signaturesDan McGee
2011-09-20Allow our PGP helper method to pass back the signature resultsDan McGee
2011-09-20Split package validation and load loopsDan McGee
2011-09-20Extract an _alpm_pkg_validate_internal() methodDan McGee
2011-09-20pacman/upgrade: print 'loading packages...' only onceDave Reisner
2011-09-20pacman: use dynamic string allocation where it makes senseDan McGee
2011-09-20utils/cleanupdelta: remove unneeded syncdbpathDan McGee
2011-09-20Remove all usages of alpm_list_getdata() from the libraryDan McGee
2011-09-20_alpm_runscriptlet(): remove clean_tmpdir variableDan McGee
2011-09-20Access db->pkgcache directly in db_free_pkgcache()Dan McGee
2011-09-20Flip getcwd()/chdir() for open()/fchdir() in the frontendDan McGee
2011-09-19Use more efficient way of restoring working directoryDan McGee
2011-09-19Reduce path allocation on the stack in local databaseDan McGee
2011-09-19Be smarter about running ldconfig during removal transactionsDan McGee
2011-09-19Search for non-prefixed paths in skip_remove listDan McGee
2011-09-18be_local: cope with a desc file without trailing newlineDan McGee
2011-09-18Remove const specifier from changelog_read() void parameterDan McGee
2011-09-18Remove dead changelog_feof() codeDan McGee
2011-09-18Add a random pactestDan McGee
2011-09-18src/util: provide strndup definitions where neededDave Reisner
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