Age | Commit message (Expand) | Author |
2010-12-20 | testdb: update for new database format | Dan McGee |
2010-12-20 | Always specify arguement type in function delcarations | Allan McRae |
2010-12-12 | Explicitly test time difference is greater than zero | Allan McRae |
2010-12-12 | Display progress bar for disk space checking | Allan McRae |
2010-12-12 | Add configuration option to control disk space checking | Allan McRae |
2010-12-12 | Remove AC_TYPE_SIGNAL usage | Dan McGee |
2010-12-12 | dirent usage cleanup | Dan McGee |
2010-12-12 | src/util: update .gitignore | Dan McGee |
2010-12-12 | pactree: use variables for color and tree output | Xavier Chantry |
2010-12-12 | pactree: separate dependency and print logic | Xavier Chantry |
2010-12-12 | pactree: rewrite in C | Dave Reisner |
2010-12-12 | alpm/remove.c : respect --dbonly during remove-upgrade | Xavier Chantry |
2010-12-12 | pacman: sort --help output | Xavier Chantry |
2010-12-12 | CLI args: update --help and manpage | Xavier Chantry |
2010-12-12 | pacman/deptest: reimplement with alpm_find_satisfier | Xavier Chantry |
2010-12-12 | Fix a few problems reported by clang-analyzer | Xavier Chantry |
2010-12-12 | Ensure stdin args are correctly terminated | Dan McGee |
2010-11-04 | Support reading package args from stdin | Dave Reisner |
2010-10-14 | Clean up all old database files and directories | Allan McRae |
2010-10-11 | CLI args: stricter/better parsing | Jakob Gruber |
2010-10-11 | CLI args: reorganize parsing | Jakob Gruber |
2010-10-11 | util: fall cleaning on single file programs | Dan McGee |
2010-09-27 | Add wrapper around asprintf calls | Allan McRae |
2010-09-07 | Restore trimming of db and pkg extensions | Dan McGee |
2010-08-23 | Fix some whitespace issues | Allan McRae |
2010-08-23 | fgets invocation cleanup | Dan McGee |
2010-07-27 | Use the plural features of gettext | Dan McGee |
2010-07-27 | Merge branch 'maint' | Dan McGee |
2010-07-27 | Fix compile error in certain cases | Dan McGee |
2010-07-01 | Check return value of chdir and getcwd | Allan McRae |
2010-06-30 | Do not compare signed and unsigned types | Allan McRae |
2010-06-21 | Clarify testing within conditional statements | Allan McRae |
2010-06-05 | Remove unnecessary gettext call | Dan McGee |
2010-05-18 | Allow to include a path containing wildcards | Marc-A. Dahlhaus |
2010-05-17 | Allow Include directive in any sections | Xavier Chantry |
2010-05-11 | Allow -Qo to perform a functional 'which' | Allan McRae |
2010-05-05 | Improve documentation of -k/--dbonly | Dan McGee |
2010-05-05 | Remove unused 'z' option from getopt_long's optstring | Nagy Gabor |
2010-05-05 | Introduce -D, --database | Nagy Gabor |
2010-05-04 | Build vercmp without needing link to libalpm | Dan McGee |
2010-04-26 | check for valid optarg before using strdup | Serge Ziryukin |
2010-03-25 | Show --print and --print-format options with -Rh, -Sh and -Uh only | Nagy Gabor |
2010-03-23 | Show 'Required By' in -Sii output | Dan McGee |
2010-03-18 | Strip extension off all package compression types | Dan McGee |
2010-03-14 | Bump copyright dates to 2010 | Dan McGee |
2010-03-14 | fix a few warnings reported by clang | Xavier Chantry |
2010-03-14 | Mark two functions static | Dan McGee |
2010-03-14 | Add new --print operation for all operations | Xavier Chantry |
2010-03-14 | print installed packages | Xavier Chantry |
2010-03-14 | callback: use variable length for progressbar text | Xavier Chantry |