| Commit message (Expand) | Author | Age |
... | |
* | Split package validation and load loops | Dan McGee | 2011-09-20 |
* | Extract an _alpm_pkg_validate_internal() method | Dan McGee | 2011-09-20 |
* | pacman/upgrade: print 'loading packages...' only once | Dave Reisner | 2011-09-20 |
* | pacman: use dynamic string allocation where it makes sense | Dan McGee | 2011-09-20 |
* | utils/cleanupdelta: remove unneeded syncdbpath | Dan McGee | 2011-09-20 |
* | Remove all usages of alpm_list_getdata() from the library | Dan McGee | 2011-09-20 |
* | _alpm_runscriptlet(): remove clean_tmpdir variable | Dan McGee | 2011-09-20 |
* | Access db->pkgcache directly in db_free_pkgcache() | Dan McGee | 2011-09-20 |
* | Flip getcwd()/chdir() for open()/fchdir() in the frontend | Dan McGee | 2011-09-20 |
* | Use more efficient way of restoring working directory | Dan McGee | 2011-09-19 |
* | Reduce path allocation on the stack in local database | Dan McGee | 2011-09-19 |
* | Be smarter about running ldconfig during removal transactions | Dan McGee | 2011-09-19 |
* | Search for non-prefixed paths in skip_remove list | Dan McGee | 2011-09-19 |
* | be_local: cope with a desc file without trailing newline | Dan McGee | 2011-09-18 |
* | Remove const specifier from changelog_read() void parameter | Dan McGee | 2011-09-18 |
* | Remove dead changelog_feof() code | Dan McGee | 2011-09-18 |
* | Add a random pactest | Dan McGee | 2011-09-18 |
* | src/util: provide strndup definitions where needed | Dave Reisner | 2011-09-18 |
* | dload: avoid using memrchr | Dave Reisner | 2011-09-18 |
* | Ensure entire struct is zeroed in _alpm_parsedate() | Dan McGee | 2011-09-18 |
* | pactree: include missing ctype.h header | Dave Reisner | 2011-09-18 |
* | configure: Fix quoting in SEDINPLACE on Darwin | Dave Reisner | 2011-09-18 |
* | dload: remove user:pass@ definition from hostname | Dave Reisner | 2011-09-18 |
* | paccache: remove unnecessary if check | Dave Reisner | 2011-09-18 |
* | Fix build without gpgme | Dan McGee | 2011-09-18 |
* | pacman: add short opt '-p' for --print to -{S,R}h | Dave Reisner | 2011-09-14 |
* | include ldconfig.stub in EXTRA_DIST | Dave Reisner | 2011-09-14 |
* | buildsys: remove existing symlinks before installing | Dave Reisner | 2011-09-14 |
* | Don't duplicate header strings | Dan McGee | 2011-09-14 |
* | makepkg: fix recreation of hardlinks to .gz manpages | Dave Reisner | 2011-09-14 |
* | makepkg: add missing newline on passing gpg sourcecheck | Dave Reisner | 2011-09-14 |
* | makepkg: check for var existance before file existance | Dave Reisner | 2011-09-12 |
* | account for partial delta files in download size | Dave Reisner | 2011-09-11 |
* | make compute_download_size consider .part files | Dave Reisner | 2011-09-11 |
* | dload: provide optional netrc support | Dave Reisner | 2011-09-11 |
* | makepkg: unset errexit when sourcing /etc/profile | Dave Reisner | 2011-09-11 |
* | paccache: escape . in trimming of diskspace string | Dave Reisner | 2011-09-11 |
* | download callback: show decimal places in rate if we have room | Dan McGee | 2011-09-11 |
* | Move download callback static vars into function | Dan McGee | 2011-09-11 |
* | diskspace: fix memory leak on root mount not found | Dave Reisner | 2011-09-08 |
* | Print 'loading packages' message on -U operations | Dan McGee | 2011-09-08 |
* | makepkg: use more awk'ish syntax in sanity checks | Dave Reisner | 2011-09-07 |
* | makepkg: avoid for loop in deleting manpage hardlinks | Dave Reisner | 2011-09-07 |
* | makepkg: act on function return value, not output | Dave Reisner | 2011-09-07 |
* | makepkg: refactor check_pgpsigs output | Dave Reisner | 2011-09-07 |
* | Use more correct integer types in diskspace checks | Dan McGee | 2011-09-07 |
* | query check: use provided filelist count instead of keeping track | Dan McGee | 2011-09-07 |
* | Remove unnecessary cast | Dan McGee | 2011-09-07 |
* | Ensure PackageRequired works as expected | Dan McGee | 2011-09-07 |
* | makepkg: use globs in place of regex | Dave Reisner | 2011-09-06 |