| Commit message (Expand) | Author | Age |
* | move signal handlers to sighandler.[ch] | Andrew Gregory | 2015-12-05 |
* | avoid unsafe functions in signal handler | Andrew Gregory | 2015-12-05 |
* | remove SIG_IGN check when setting signal handler | Andrew Gregory | 2015-12-05 |
* | do not catch SIGTERM | Andrew Gregory | 2015-12-05 |
* | pacman: exit without memory cleanup on signals | Andrew Gregory | 2015-12-05 |
* | add --quiet to -Fh | Andrew Gregory | 2015-11-04 |
* | Add -F --machinereadable option | Florian Pritz | 2015-11-03 |
* | Use ARRAYSIZE macro for non-string array size computation | Pierre Neidhardt | 2015-10-27 |
* | pacman: add user hook directories | Andrew Gregory | 2015-10-18 |
* | Add regex search option to sync database file searching | Allan McRae | 2015-07-15 |
* | Prototype pacman files database operations | Allan McRae | 2015-07-15 |
* | Fix formatting in parsearg_upgrade | Allan McRae | 2015-07-14 |
* | Update copyright notices for 2015 | Allan McRae | 2015-02-01 |
* | Integrate testdb into pacman | Allan McRae | 2015-01-02 |
* | shut up GCC on -Wmaybe-initialized warnings | Dave Reisner | 2014-12-18 |
* | Fix pointer declarations to be globally consistent | Micah Saint Germain | 2014-12-18 |
* | Add --assume-installed to pacman --help | Florian Pritz | 2014-11-05 |
* | pacman: add --confirm option | Andrew Gregory | 2014-10-13 |
* | Add --assume-installed option | Florian Pritz | 2014-09-30 |
* | pacman.c: Add -gg, -ii, and -yy to help summary | Johannes Löthberg | 2014-09-23 |
* | pacman: set SA_RESTART for signal handler | Andrew Gregory | 2014-09-23 |
* | pacman.c: simplify stdin parsing | Andrew Gregory | 2014-08-04 |
* | cache terminal size, add SIGWINCH handler to reset | Dave Reisner | 2014-06-29 |
* | Revert refactoring in fa0c1e14 | Allan McRae | 2014-06-29 |
* | pacman: Correct signal handler comment and refactor | Silvan Jegen | 2014-06-24 |
* | Move break to a new line for consistency | Hong Shick Pak | 2014-06-23 |
* | Clarify that -Ql prints a file list | Allan McRae | 2014-05-25 |
* | check config_new return value | Andrew Gregory | 2014-03-27 |
* | Move NULL check before dereference | Silvan Jegen | 2014-01-30 |
* | Remove unneeded NULL check | Silvan Jegen | 2014-01-30 |
* | pacman: use exit status 0 for --help and --version | Andrew Gregory | 2014-01-30 |
* | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 2014-01-28 |
* | pacman.c: free string commandline options | Andrew Gregory | 2014-01-28 |
* | pacman.c: remove unnecessary optarg checks | Andrew Gregory | 2014-01-28 |
* | Update copyright years for 2014 | Allan McRae | 2014-01-06 |
* | Fix whitespace and other formatting issues | Jason St. John | 2013-11-15 |
* | check for -1 return value from getopt_long | Andrew Gregory | 2013-10-31 |
* | Use getuid instead of geteuid | Vladimir A. Nazarenko | 2013-10-31 |
* | Fix detection of joint --native and --foreign usage | Allan McRae | 2013-10-31 |
* | include invalid options in error messages | Andrew Gregory | 2013-10-14 |
* | pacman: die on invalid option combinations | Andrew Gregory | 2013-10-14 |
* | rename PKG_LOCALITY_LOCAL -> PKG_LOCALITY_NATIVE | Andrew Gregory | 2013-10-14 |
* | do not run scriptlets with --dbonly | Andrew Gregory | 2013-10-14 |
* | imply --print from --print-format | Andrew Gregory | 2013-10-14 |
* | use non-ascii identifiers for optflags | Andrew Gregory | 2013-10-14 |
* | pacman/util: remove strsplit | Andrew Gregory | 2013-10-14 |
* | Store fgetc output as an int. | Allan McRae | 2013-08-21 |
* | Make --unrequired filter packages that are optdep as well | Olivier Brunel | 2013-06-26 |
* | die if '-' is given with empty stdin | Andrew Gregory | 2013-06-06 |
* | Fix spelling errors using 'codespell' tool | Anatol Pomozov | 2013-04-18 |