summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-22Check capabilities in SigLevel option parsingDan McGee
2011-09-22Add alpm_capabilities() method and enumerationDan McGee
2011-09-22Move default siglevel value from backend to frontendDan McGee
2011-09-22validate_deltas: split verify/check errors loopsDan McGee
2011-09-22Fix possible segfault if siglist was emptyDan McGee
2011-09-21Remove noisy debug loggerDan McGee
2011-09-20Fix int/size_t type in alpm_list_count() callDan McGee
2011-09-20_alpm_sync_commit: extract two static methodsDan McGee
2011-09-20Pass package signature data up one more levelDan McGee
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