Age | Commit message (Expand) | Author | Files | Lines |
2011-12-23 | Makefile.am: Extract "contrib/" into DIST_SUBDIRS | Lukas Fleischer | 1 | -1/+3 |
2011-12-23 | Convert strtrim/strlen paired calls to only strtrim | Dan McGee | 2 | -10/+11 |
2011-12-23 | Merge branch 'maint' | Dan McGee | 2 | -8/+10 |
2011-12-23 | pacman-key: Add missing quotes | Timothy Redaelli | 1 | -3/+3 |
2011-12-23 | Remove strtrim function from backend | Dan McGee | 2 | -42/+0 |
2011-12-23 | be_package: be more explicit parsing key/value pairs | Dan McGee | 1 | -9/+12 |
2011-12-23 | pactree: cleanup register_syncs | Dave Reisner | 1 | -6/+9 |
2011-12-23 | pactree: update with new strtrim function | Dave Reisner | 1 | -9/+9 |
2011-12-23 | Rework package removal code | Dan McGee | 1 | -45/+54 |
2011-12-23 | pacman/util: return size_t from strtrim | Dave Reisner | 2 | -10/+10 |
2011-12-23 | Allow comments after repo section header in pacman.conf | Allan McRae | 1 | -5/+7 |
2011-12-21 | Created hex_representation() in lib/libalpm/util.c | Diogo Sousa | 1 | -33/+27 |
2011-12-21 | include config.h via Makefiles | Dave Reisner | 47 | -90/+13 |
2011-12-21 | Add note to HACKING about operator spacing | Dan McGee | 1 | -0/+11 |
2011-12-21 | Don't check diskspace when using --dbonly | Dan McGee | 1 | -1/+1 |
2011-12-13 | sync: avoid checking file conflicts with --dbonly | Dave Reisner | 1 | -1/+1 |
2011-12-13 | delta: use regex substring matching | Dave Reisner | 1 | -23/+20 |
2011-12-12 | Merge branch 'maint' | Dan McGee | 4 | -2/+56 |
2011-12-12 | Calculate root length only once when checking for file conflicts | Dan McGee | 1 | -3/+5 |
2011-12-12 | lib/conflict: save strlen call by reusing snprintf return | Dave Reisner | 1 | -2/+3 |
2011-12-12 | contrib/paccache: silence possible output from cd | Dave Reisner | 1 | -1/+1 |
2011-12-12 | code syntax cleanup | Dave Reisner | 6 | -24/+24 |
2011-12-12 | pacsysclean: Add new contrib script | Eric Bélanger | 3 | -1/+55 |
2011-12-12 | makepkg: split source elements when looking for sigs | Dave Reisner | 1 | -2/+2 |
2011-12-12 | pacman: process all sync targets before exiting on error | Dan McGee | 1 | -13/+27 |
2011-12-12 | pacman: process all targets on upgrade operation | Dan McGee | 1 | -5/+15 |
2011-12-12 | pacman: list all unknown targets on removal operation | Allan McRae | 1 | -1/+4 |
2011-12-08 | Use automake verbose helpers in custom make rules | Dan McGee | 5 | -35/+27 |
2011-12-08 | Make automake generate silent rules by default | Dan McGee | 1 | -1/+2 |
2011-12-07 | Move items around in the alpm handle struct | Dan McGee | 1 | -1/+1 |
2011-12-07 | Slight local database files reading optimization | Dan McGee | 1 | -5/+13 |
2011-12-07 | scripts/*: Declare several constant variables read-only | Lukas Fleischer | 6 | -10/+10 |
2011-12-07 | Merge branch 'maint' | Dan McGee | 4 | -9/+17 |
2011-12-07 | contrib/*: Hardcode program names | Lukas Fleischer | 7 | -28/+36 |
2011-12-07 | Add 'silent-rules' to automake setup in configure.ac | Dan McGee | 1 | -1/+1 |
2011-12-05 | Use correct size in memset | Dan McGee | 1 | -1/+1 |
2011-12-05 | repo-add: enforce maximum .sig file size | Dan McGee | 1 | -7/+12 |
2011-12-05 | Enforce signature download size limit on -U <url> operations | Dan McGee | 1 | -0/+3 |
2011-12-05 | contrib/paclist: Add "--help" command line parameter | Lukas Fleischer | 1 | -1/+1 |
2011-11-30 | Merge branch 'maint' | Dan McGee | 8 | -21/+89 |
2011-11-30 | makepkg.5: fix typo s/tar,bz2/tar.bz2/ | Dave Reisner | 1 | -1/+1 |
2011-11-30 | makepkg: avoid using comm for diff'ing package lists | Dave Reisner | 1 | -7/+9 |
2011-11-30 | _alpm_ldconfig: return value from _alpm_run_chroot | Dan McGee | 1 | -1/+1 |
2011-11-30 | Add two new pactests for pacman upgrade behavior | Dan McGee | 2 | -0/+65 |
2011-11-30 | Miscellaneous post-4.0.1 updates | Dan McGee | 3 | -12/+13 |
2011-11-30 | Add helper function for duplicating depends lists | Dan McGee | 1 | -27/+31 |
2011-11-22 | added doxygen documentation | andrew.gregory.8@gmail.com | 2 | -30/+124 |
2011-11-20 | Merge branch 'maint' | Dan McGee | 4 | -10/+13 |
2011-11-20 | add key algo to import msg | Florian Pritz | 3 | -2/+25 |
2011-11-20 | change gpg import message to resemble gpg --list-keys | Florian Pritz | 3 | -2/+10 |