summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAge
...
* validate_deltas: split verify/check errors loopsDan McGee2011-09-22
* Fix possible segfault if siglist was emptyDan McGee2011-09-22
* Remove noisy debug loggerDan McGee2011-09-21
* Fix int/size_t type in alpm_list_count() callDan McGee2011-09-20
* _alpm_sync_commit: extract two static methodsDan McGee2011-09-20
* Pass package signature data up one more levelDan McGee2011-09-20
* signing: add a process and retry loop for database signaturesDan McGee2011-09-20
* Allow our PGP helper method to pass back the signature resultsDan McGee2011-09-20
* Split package validation and load loopsDan McGee2011-09-20
* Extract an _alpm_pkg_validate_internal() methodDan McGee2011-09-20
* pacman/upgrade: print 'loading packages...' only onceDave Reisner2011-09-20
* pacman: use dynamic string allocation where it makes senseDan McGee2011-09-20
* utils/cleanupdelta: remove unneeded syncdbpathDan McGee2011-09-20
* Remove all usages of alpm_list_getdata() from the libraryDan McGee2011-09-20
* _alpm_runscriptlet(): remove clean_tmpdir variableDan McGee2011-09-20
* Access db->pkgcache directly in db_free_pkgcache()Dan McGee2011-09-20
* Flip getcwd()/chdir() for open()/fchdir() in the frontendDan McGee2011-09-20
* Use more efficient way of restoring working directoryDan McGee2011-09-19
* Reduce path allocation on the stack in local databaseDan McGee2011-09-19
* Be smarter about running ldconfig during removal transactionsDan McGee2011-09-19
* Search for non-prefixed paths in skip_remove listDan McGee2011-09-19
* be_local: cope with a desc file without trailing newlineDan McGee2011-09-18
* Remove const specifier from changelog_read() void parameterDan McGee2011-09-18
* Remove dead changelog_feof() codeDan McGee2011-09-18
* Add a random pactestDan McGee2011-09-18
* src/util: provide strndup definitions where neededDave Reisner2011-09-18
* dload: avoid using memrchrDave Reisner2011-09-18
* Ensure entire struct is zeroed in _alpm_parsedate()Dan McGee2011-09-18
* pactree: include missing ctype.h headerDave Reisner2011-09-18
* configure: Fix quoting in SEDINPLACE on DarwinDave Reisner2011-09-18
* dload: remove user:pass@ definition from hostnameDave Reisner2011-09-18
* paccache: remove unnecessary if checkDave Reisner2011-09-18
* Fix build without gpgmeDan McGee2011-09-18
* pacman: add short opt '-p' for --print to -{S,R}hDave Reisner2011-09-14
* include ldconfig.stub in EXTRA_DISTDave Reisner2011-09-14
* buildsys: remove existing symlinks before installingDave Reisner2011-09-14
* Don't duplicate header stringsDan McGee2011-09-14
* makepkg: fix recreation of hardlinks to .gz manpagesDave Reisner2011-09-14
* makepkg: add missing newline on passing gpg sourcecheckDave Reisner2011-09-14
* makepkg: check for var existance before file existanceDave Reisner2011-09-12
* account for partial delta files in download sizeDave Reisner2011-09-11
* make compute_download_size consider .part filesDave Reisner2011-09-11
* dload: provide optional netrc supportDave Reisner2011-09-11
* makepkg: unset errexit when sourcing /etc/profileDave Reisner2011-09-11
* paccache: escape . in trimming of diskspace stringDave Reisner2011-09-11
* download callback: show decimal places in rate if we have roomDan McGee2011-09-11
* Move download callback static vars into functionDan McGee2011-09-11
* diskspace: fix memory leak on root mount not foundDave Reisner2011-09-08
* Print 'loading packages' message on -U operationsDan McGee2011-09-08
* makepkg: use more awk'ish syntax in sanity checksDave Reisner2011-09-07