Age | Commit message (Expand) | Author | Files | Lines |
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 |
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 |