| Commit message (Expand) | Author | Age |
... | |
* | | Use size_t for alpm_list sizes | Allan McRae | 2011-01-07 |
* | | Update copyright years for 2011 | Allan McRae | 2011-01-07 |
* | | Declare all local functions static | Allan McRae | 2010-12-30 |
* | | Always specify arguement type in function delcarations | Allan McRae | 2010-12-20 |
* | | 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 |
* | | 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-12-12 |
* | | Support reading package args from stdin | Dave Reisner | 2010-11-04 |
* | | Clean up all old database files and directories | Allan McRae | 2010-10-14 |
* | | CLI args: stricter/better parsing | Jakob Gruber | 2010-10-11 |
* | | CLI args: reorganize parsing | Jakob Gruber | 2010-10-11 |
* | | Add wrapper around asprintf calls | Allan McRae | 2010-09-27 |
* | | Restore trimming of db and pkg extensions | Dan McGee | 2010-09-07 |
* | | Fix some whitespace issues | Allan McRae | 2010-08-23 |
* | | fgets invocation cleanup | Dan McGee | 2010-08-23 |
* | | 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-27 |
* | | Check return value of chdir and getcwd | Allan McRae | 2010-07-01 |
* | | Do not compare signed and unsigned types | Allan McRae | 2010-06-30 |
* | | Clarify testing within conditional statements | Allan McRae | 2010-06-21 |
|/ |
|
* | Remove unnecessary gettext call | Dan McGee | 2010-06-05 |
* | Allow to include a path containing wildcards | Marc-A. Dahlhaus | 2010-05-18 |
* | Allow Include directive in any sections | Xavier Chantry | 2010-05-17 |
* | Allow -Qo to perform a functional 'which' | Allan McRae | 2010-05-11 |
* | 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-05 |
* | check for valid optarg before using strdup | Serge Ziryukin | 2010-04-26 |
* | Show --print and --print-format options with -Rh, -Sh and -Uh only | Nagy Gabor | 2010-03-25 |
* | Show 'Required By' in -Sii output | Dan McGee | 2010-03-23 |
* | Strip extension off all package compression types | Dan McGee | 2010-03-18 |
* | 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 | 2010-03-14 |
* | callback.c : less magic progress bars | Xavier Chantry | 2010-03-14 |
* | Do not print installed size when only downloading | Allan McRae | 2010-01-19 |
* | Print "there is nothing to do" with NOOP transactions | Nagy Gabor | 2010-01-19 |
* | add some more sanity check for optarg | Xavier Chantry | 2009-12-13 |