Age | Commit message (Expand) | Author | Files | Lines |
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 |
2010-12-13 | Fix a few problems reported by clang-analyzer | Xavier Chantry | 1 | -1/+0 |
2010-12-13 | Ensure stdin args are correctly terminated | Dan McGee | 1 | -3/+4 |
2010-11-05 | Support reading package args from stdin | Dave Reisner | 1 | -0/+33 |
2010-10-14 | Clean up all old database files and directories | Allan McRae | 1 | -8/+24 |
2010-10-12 | CLI args: stricter/better parsing | Jakob Gruber | 1 | -32/+45 |
2010-10-12 | CLI args: reorganize parsing | Jakob Gruber | 1 | -160/+280 |
2010-10-12 | util: fall cleaning on single file programs | Dan McGee | 4 | -35/+19 |
2010-09-27 | Add wrapper around asprintf calls | Allan McRae | 2 | -11/+28 |
2010-09-07 | Restore trimming of db and pkg extensions | Dan McGee | 1 | -1/+1 |
2010-08-24 | Fix some whitespace issues | Allan McRae | 1 | -1/+1 |
2010-08-24 | fgets invocation cleanup | Dan McGee | 1 | -2/+1 |
2010-07-27 | Use the plural features of gettext | Dan McGee | 3 | -6/+15 |
2010-07-27 | Merge branch 'maint' | Dan McGee | 1 | -0/+1 |
2010-07-27 | Fix compile error in certain cases | Dan McGee | 1 | -0/+1 |
2010-07-01 | Check return value of chdir and getcwd | Allan McRae | 1 | -2/+13 |
2010-06-30 | Do not compare signed and unsigned types | Allan McRae | 1 | -1/+1 |
2010-06-20 | Clarify testing within conditional statements | Allan McRae | 6 | -11/+11 |
2010-06-05 | Remove unnecessary gettext call | Dan McGee | 1 | -1/+1 |
2010-05-18 | Allow to include a path containing wildcards | Marc-A. Dahlhaus | 1 | -2/+29 |
2010-05-18 | Allow Include directive in any sections | Xavier Chantry | 1 | -12/+16 |
2010-05-11 | Allow -Qo to perform a functional 'which' | Allan McRae | 1 | -5/+59 |
2010-05-05 | Improve documentation of -k/--dbonly | Dan McGee | 1 | -1/+2 |
2010-05-05 | Remove unused 'z' option from getopt_long's optstring | Nagy Gabor | 1 | -1/+1 |
2010-05-05 | Introduce -D, --database | Nagy Gabor | 6 | -6/+113 |
2010-05-05 | Build vercmp without needing link to libalpm | Dan McGee | 2 | -3/+5 |
2010-04-26 | check for valid optarg before using strdup | Serge Ziryukin | 1 | -0/+1 |
2010-03-26 | Show --print and --print-format options with -Rh, -Sh and -Uh only | Nagy Gabor | 1 | -3/+9 |
2010-03-24 | Show 'Required By' in -Sii output | Dan McGee | 3 | -11/+13 |
2010-03-19 | Strip extension off all package compression types | Dan McGee | 1 | -1/+1 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 17 | -18/+18 |
2010-03-15 | fix a few warnings reported by clang | Xavier Chantry | 3 | -3/+5 |
2010-03-15 | Mark two functions static | Dan McGee | 1 | -2/+2 |
2010-03-15 | Add new --print operation for all operations | Xavier Chantry | 8 | -40/+151 |
2010-03-15 | print installed packages | Xavier Chantry | 1 | -2/+22 |
2010-03-15 | callback: use variable length for progressbar text | Xavier Chantry | 1 | -4/+15 |
2010-03-15 | callback.c : less magic progress bars | Xavier Chantry | 1 | -10/+13 |
2010-03-15 | delta : add external cleanup script | Xavier Chantry | 3 | -1/+142 |
2010-01-20 | Do not print installed size when only downloading | Allan McRae | 1 | -1/+3 |
2010-01-20 | Print "there is nothing to do" with NOOP transactions | Nagy Gabor | 3 | -1/+3 |
2009-12-14 | add some more sanity check for optarg | Xavier Chantry | 1 | -1/+15 |
2009-12-14 | refactor _parseoptions | Xavier Chantry | 1 | -138/+170 |
2009-12-14 | Remove trailing whitespace on all lines in list_display | Dan McGee | 1 | -4/+6 |
2009-11-16 | download: major refactor to address lingering issues | Dan McGee | 1 | -1/+10 |
2009-11-16 | Refactor do/while cycle and multiple while cycles | Laszlo Papp | 1 | -1/+3 |
2009-11-11 | Merge branch 'maint' | Dan McGee | 1 | -1/+2 |
2009-10-28 | Fix opendir error condition checks | Dan McGee | 1 | -1/+2 |
2009-10-19 | Size handling was changed in fgets() functions | Laszlo Papp | 1 | -1/+2 |
2009-10-13 | Replace hardcoded option numbers with enumeration | Laszlo Papp | 2 | -28/+46 |