Age | Commit message (Expand) | Author |
2012-03-16 | Handle printing NULL correctly in table display | Dan McGee |
2012-03-16 | Prefer fputs/fputc over fprintf when writing local database | Dan McGee |
2012-03-16 | Extract a write_deps function from local database writing | Dan McGee |
2012-03-16 | Remove unnecessary path check from local database | Dan McGee |
2012-03-14 | lib/sync: avoid unwanted unlink after download fail | Dave Reisner |
2012-03-14 | dload: reset payload filename members before download | Dave Reisner |
2012-03-13 | Skip special files when cleaning package cache | Allan McRae |
2012-03-12 | Minor format-string related cleanups | Dan McGee |
2012-03-12 | Add 3.0.x versions to doc/index.txt | Dan McGee |
2012-03-08 | Merge branch 'maint' | Dan McGee |
2012-03-08 | makepkg: exit via default signal handler in trap_exit | Dave Reisner |
2012-03-08 | Simplify package validation info output for sync packages | Allan McRae |
2012-03-08 | Remove _alpm_csum | Allan McRae |
2012-03-08 | Add information on how an installed package was validated | Allan McRae |
2012-03-08 | makepkg: use array instead of string | Dave Reisner |
2012-03-08 | makepkg: avoid use of eval in run_pacman | Dave Reisner |
2012-03-08 | makepkg: enforce decimal format for pkgrel | Dave Reisner |
2012-03-08 | Point python shebangs at python2 | Allan McRae |
2012-03-08 | makepkg: allow specifying compression options | Christian Hesse |
2012-03-08 | Hook new optdepend structures up | Benedikt Morbach |
2012-03-08 | Allow alpm_depend_t to have a description | Dan McGee |
2012-03-08 | pacman-optimize: standardize on openssl usage, only touch local/ | Dan McGee |
2012-03-05 | pacman-key: Remove useless signature verification in --populate command | Pierre Schmitz |
2012-03-05 | Translation updates from Transifex | Dan McGee |
2012-03-05 | Do not dereference symlinks when calculating size | Allan McRae |
2012-03-05 | makepkg: fix false error with multiple libdeps | Florian Pritz |
2012-03-05 | makepkg: fix extraction of soname in find_libdepends | Florian Pritz |
2012-03-05 | Fix a potential memory leak in filelist creation | Dan McGee |
2012-03-05 | Fix a memory leak when loading an invalid package | Dan McGee |
2012-03-05 | Database cleanup enhancements | Dan McGee |
2012-02-20 | Use "mode" in _alpm_makepath_mode | Allan McRae |
2012-02-20 | Merge branch 'maint' | Dan McGee |
2012-02-20 | Update copyright years | Allan McRae |
2012-02-20 | makepkg: rework libprovides | Allan McRae |
2012-02-20 | util: reduce pointer hell in _alpm_makepath_mode | Dave Reisner |
2012-02-20 | Print error message when to-be-downloaded file cannot be created | Nagy Gabor |
2012-02-20 | Don't check diskspace when using --dbonly | Dan McGee |
2012-02-19 | Give better error messages on database locking failures | Dan McGee |
2012-02-19 | diskspace: ensure we match only full path components | Dan McGee |
2012-02-16 | parseopts: normalize options into an array | Dave Reisner |
2012-02-16 | pacsysclean: Fix script description and accept -o option without hyphen | Eric BĂ©langer |
2012-02-15 | Revert "Add -S --recursive operation" | Dan McGee |
2012-02-15 | Revert "Enable recursive/needed sync on SyncFirst" | Dan McGee |
2012-02-15 | makepkg: fix syntax error in remove_deps | Christoph Vigano |
2012-02-14 | Update SIGPIPE signal handler comment | Dan McGee |
2012-02-14 | scripts: unset CDPATH if cd is used | Dan McGee |
2012-02-13 | Merge branch 'maint' | Dan McGee |
2012-02-13 | Use AM_PATH_GPGME macro from gpgme instead of home-built gpgme detection. | Nathan Phillip Brink |
2012-02-13 | Add gpgme m4 autoconf macro file | Allan McRae |
2012-02-13 | Do not check for ALPM_ERR_PKG_INVALID_ARCH on remove operation | Allan McRae |