Age | Commit message (Expand) | Author | Files | Lines |
2014-08-04 | sync.c: fix style violations | Andrew Gregory | 1 | -5/+7 |
2014-08-04 | pacman.c: simplify stdin parsing | Andrew Gregory | 1 | -19/+8 |
2014-08-03 | check_pkg_fast: check file type | Andrew Gregory | 1 | -2/+13 |
2014-08-03 | check_file_exists: replace lstat with llstat | Andrew Gregory | 1 | -3/+3 |
2014-08-03 | llstat: modify path in place | Andrew Gregory | 2 | -8/+12 |
2014-08-03 | move _alpm_lstat into util-common | Andrew Gregory | 2 | -0/+29 |
2014-06-29 | use monotonic clock for progress updates | Andrew Gregory | 1 | -27/+31 |
2014-06-29 | cache terminal size, add SIGWINCH handler to reset | Dave Reisner | 5 | -22/+56 |
2014-06-29 | Revert refactoring in fa0c1e14 | Allan McRae | 1 | -1/+1 |
2014-06-24 | pacman: Correct signal handler comment and refactor | Silvan Jegen | 1 | -3/+3 |
2014-06-24 | events: Make alpm_event_t an union of all event-specific struct | Olivier Brunel | 1 | -13/+12 |
2014-06-24 | Update the question callback | Olivier Brunel | 2 | -52/+61 |
2014-06-23 | Move break to a new line for consistency | Hong Shick Pak | 1 | -1/+2 |
2014-05-25 | Clarify that -Ql prints a file list | Allan McRae | 1 | -1/+1 |
2014-05-22 | util: Use off_t instead of int for size values | Florian Pritz | 1 | -1/+1 |
2014-05-07 | remove.c: downgrade TRANS_DUP_TARGET to warning | Andrew Gregory | 1 | -3/+9 |
2014-04-21 | strtrim: reset pointer after trimming leading whitespace | Dave Reisner | 2 | -0/+2 |
2014-03-27 | conf.c: remove extra indentation | Andrew Gregory | 1 | -4/+3 |
2014-03-27 | check config_new return value | Andrew Gregory | 1 | -1/+4 |
2014-03-27 | pacman/upgrade: Fix memory leaks | Sören Brinkmann | 1 | -6/+13 |
2014-03-27 | pacman/upgrade: Refactor memory management | Sören Brinkmann | 1 | -17/+17 |
2014-03-16 | pacman/upgrade: Check malloc() return value | Sören Brinkmann | 1 | -0/+4 |
2014-03-04 | remove check for unused ALPM_ERR_PKG_IGNORED | Andrew Gregory | 1 | -3/+2 |
2014-03-04 | simplify check for leading "local/" | Andrew Gregory | 1 | -6/+3 |
2014-03-03 | Fix warnings with strict-overflow in gcc-4.9 | Allan McRae | 1 | -1/+1 |
2014-03-03 | Add events on pacnew/pacsave/pacorig file creation | Olivier Brunel | 3 | -0/+62 |
2014-03-03 | Add events _PKGDOWNLOAD_{START, DONE, FAILED} | Olivier Brunel | 1 | -0/+4 |
2014-03-03 | Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED} | Olivier Brunel | 1 | -0/+2 |
2014-03-03 | Remove log_cb, add ALPM_EVENT_LOG instead | Olivier Brunel | 6 | -41/+42 |
2014-03-03 | Update the event callback | Olivier Brunel | 2 | -39/+50 |
2014-02-04 | pactree: removed 'provision' from linear output | Pierre Neidhardt | 1 | -1/+4 |
2014-02-04 | alpm: export *_free functions | Andrew Gregory | 2 | -6/+10 |
2014-02-04 | Give groups display text singular and plural forms | Allan McRae | 1 | -2/+3 |
2014-02-02 | Do not remove source code references in PO/POT files | Rafael Ferreira | 1 | -1/+1 |
2014-01-30 | table_display: free memory on errors | Andrew Gregory | 1 | -4/+8 |
2014-01-30 | dump_pkg_full: fix optionalfor memory leak | Andrew Gregory | 1 | -0/+1 |
2014-01-30 | Move NULL check before dereference | Silvan Jegen | 1 | -7/+7 |
2014-01-30 | Another NULL check removed | Silvan Jegen | 1 | -4/+1 |
2014-01-30 | Another unneeded NULL check removed | Silvan Jegen | 1 | -6/+4 |
2014-01-30 | Remove unneeded NULL check | Silvan Jegen | 1 | -3/+1 |
2014-01-30 | pacman: use exit status 0 for --help and --version | Andrew Gregory | 2 | -3/+10 |
2014-01-28 | enable_colors: always set color strings | Andrew Gregory | 1 | -0/+10 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 29 | -29/+29 |
2014-01-28 | pacman.c: free string commandline options | Andrew Gregory | 1 | -0/+5 |
2014-01-28 | Rename ALPM_EVENT_OPTDEP_REQUIRED to _OPTDEP_REMOVAL | Olivier Brunel | 1 | -1/+1 |
2014-01-28 | pacman: Fix delayed warnings/errors sent to stdout not stderr | Olivier Brunel | 1 | -2/+3 |
2014-01-28 | pacman.c: remove unnecessary optarg checks | Andrew Gregory | 1 | -11/+0 |
2014-01-10 | create_verbose_row: free malloc'd strings | Andrew Gregory | 1 | -5/+5 |
2014-01-06 | Minor struct member reordering for packing concerns | Dan McGee | 1 | -1/+1 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 28 | -27/+29 |