Age | Commit message (Expand) | Author | Files | Lines |
2011-02-04 | Merge remote-tracking branch 'allan/hash' | Dan McGee | 6 | -14/+14 |
2011-02-04 | Add more error checking and logging | Dan McGee | 1 | -0/+2 |
2011-02-04 | Read pkgcache into hash | Allan McRae | 6 | -14/+14 |
2011-01-31 | make -d less strict; add -dd option | Florian Pritz | 1 | -1/+7 |
2011-01-31 | Allow both cleanmethod values to be specified at the same time | Dan McGee | 3 | -48/+54 |
2011-01-31 | Style cleanups in clean cache code | Dan McGee | 1 | -7/+9 |
2011-01-29 | Call count() once in callback | Dan McGee | 1 | -2/+3 |
2011-01-29 | select_display: per-database output | Xavier Chantry | 1 | -2/+22 |
2011-01-29 | pacman: improve select-question | Xavier Chantry | 2 | -16/+16 |
2011-01-29 | pacman/sync: implement interactive group selection | Xavier Chantry | 3 | -2/+110 |
2011-01-29 | pacman/remove: switch to new alpm_remove_pkg interface | Xavier Chantry | 2 | -4/+32 |
2011-01-29 | pacman/upgrade: switch to new interface | Xavier Chantry | 1 | -1/+10 |
2011-01-29 | pacman/sync: rewrite target handling | Xavier Chantry | 1 | -15/+95 |
2011-01-29 | Add interactive provider selection | Xavier Chantry | 3 | -0/+70 |
2011-01-29 | Remove need to explicitly register the local DB | Dan McGee | 7 | -22/+19 |
2011-01-22 | Query fileowner performance improvements | Dan McGee | 1 | -15/+33 |
2011-01-22 | Improve mbasename performance | Dan McGee | 3 | -16/+8 |
2011-01-22 | Be smarter about failure to read backup file contents | Dan McGee | 1 | -1/+11 |
2011-01-22 | Mark backup status strings as untranslated | Dan McGee | 1 | -3/+3 |
2011-01-22 | Refactor backup file status check into separate function | Dan McGee | 1 | -24/+35 |
2011-01-22 | Merge branch 'epoch-work' | Dan McGee | 1 | -2/+2 |
2011-01-22 | Makefile: Use git describe --dirty for GIT VERSION | Xavier Chantry | 1 | -1/+1 |
2011-01-22 | Allow version comparison to contain epoch specifier | Dan McGee | 1 | -2/+2 |
2011-01-12 | Merge branch 'maint' | Dan McGee | 1 | -2/+2 |
2011-01-12 | Make debug config messages consistent in capitalization | Dan McGee | 1 | -2/+2 |
2011-01-12 | Add a progressbar for package integrity checking | Dan McGee | 1 | -2/+7 |
2011-01-12 | Small fix to download size lookup and a logger | Dan McGee | 1 | -1/+3 |
2011-01-10 | Use double rather than float everywhere | Dan McGee | 3 | -11/+10 |
2011-01-10 | Progress callback cleanups and fixes | Dan McGee | 1 | -27/+21 |
2011-01-08 | Fix some more simple conversion "errors" | Dan McGee | 6 | -18/+17 |
2011-01-08 | Use size_t for alpm_list sizes | Allan McRae | 2 | -6/+7 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 19 | -20/+20 |
2011-01-06 | vercmp: always return 0 if we perform a compare | Dan McGee | 1 | -2/+3 |
2010-12-30 | Declare all local functions static | Allan McRae | 4 | -4/+4 |
2010-12-30 | Detect undefined PATH_MAX | Allan McRae | 2 | -0/+4 |
2010-12-21 | testdb: update for new database format | Dan McGee | 1 | -33/+21 |
2010-12-21 | Always specify arguement type in function delcarations | Allan McRae | 2 | -2/+2 |
2010-12-13 | Explicitly test time difference is greater than zero | Allan McRae | 1 | -1/+1 |
2010-12-13 | Display progress bar for disk space checking | Allan McRae | 1 | -0/+9 |
2010-12-13 | Add configuration option to control disk space checking | Allan McRae | 1 | -0/+2 |
2010-12-13 | Remove AC_TYPE_SIGNAL usage | Dan McGee | 1 | -1/+1 |
2010-12-13 | dirent usage cleanup | Dan McGee | 1 | -1/+0 |
2010-12-13 | src/util: update .gitignore | Dan McGee | 1 | -7/+8 |
2010-12-13 | pactree: use variables for color and tree output | Xavier Chantry | 1 | -57/+39 |
2010-12-13 | pactree: separate dependency and print logic | Xavier Chantry | 1 | -60/+92 |
2010-12-13 | pactree: rewrite in C | Dave Reisner | 2 | -1/+362 |
2010-12-13 | alpm/remove.c : respect --dbonly during remove-upgrade | Xavier Chantry | 1 | -2/+1 |
2010-12-13 | pacman: sort --help output | Xavier Chantry | 2 | -51/+99 |
2010-12-13 | CLI args: update --help and manpage | Xavier Chantry | 1 | -83/+81 |
2010-12-13 | pacman/deptest: reimplement with alpm_find_satisfier | Xavier Chantry | 1 | -3/+11 |