Age | Commit message (Expand) | Author | Files | Lines |
2015-01-02 | Remove testdb | Allan McRae | 3 | -303/+1 |
2015-01-02 | Integrate testdb into pacman | Allan McRae | 3 | -5/+218 |
2015-01-02 | Split install reason changing into its own function | Allan McRae | 1 | -4/+18 |
2014-12-28 | Clarify "assume installed" error message | Allan McRae | 1 | -1/+1 |
2014-12-27 | pacsort: fix memory leak | Allan McRae | 1 | -0/+1 |
2014-12-24 | pacman/util.c: fix potential memory leak in indentprint | Allan McRae | 1 | -0/+1 |
2014-12-24 | Fix memory leak in ALPM_EVENT_OPTDEP_REMOVAL callback | Allan McRae | 1 | -1/+3 |
2014-12-24 | Improve db upgrade error message | Allan McRae | 1 | -1/+1 |
2014-12-19 | Update translations from transifex | Allan McRae | 46 | -4039/+8318 |
2014-12-18 | shut up GCC on -Wmaybe-initialized warnings | Dave Reisner | 2 | -3/+2 |
2014-12-18 | Fix pointer declarations to be globally consistent | Micah Saint Germain | 4 | -8/+8 |
2014-11-20 | pacsort: parse inputs up front into control struct | Dave Reisner | 1 | -58/+146 |
2014-11-18 | Update po files to send to Transifex | Allan McRae | 38 | -4331/+21539 |
2014-11-18 | Pull translation updates from Transifex | Allan McRae | 42 | -5359/+9403 |
2014-11-18 | Do not warn about missing files in NoExtract | Allan McRae | 1 | -9/+21 |
2014-11-05 | Add --assume-installed to pacman --help | Florian Pritz | 1 | -0/+2 |
2014-10-19 | testdb: ignore ALPM_DB_VERSION | Andrew Gregory | 1 | -1/+1 |
2014-10-13 | pacman: add --confirm option | Andrew Gregory | 2 | -0/+6 |
2014-09-30 | Add --assume-installed option | Florian Pritz | 3 | -1/+25 |
2014-09-30 | table_display: only check width when non-zero | Andrew Gregory | 1 | -1/+1 |
2014-09-30 | avoid line wrapping if not in a tty or COLUMNS=0 | Andrew Gregory | 1 | -8/+16 |
2014-09-30 | Revert "Remove log_cb, add ALPM_EVENT_LOG instead" | Andrew Gregory | 6 | -42/+41 |
2014-09-23 | pacman.c: Add -gg, -ii, and -yy to help summary | Johannes Löthberg | 1 | -4/+6 |
2014-09-23 | pacman: set SA_RESTART for signal handler | Andrew Gregory | 1 | -1/+1 |
2014-09-23 | wrap fgets to retry on EINTR | Andrew Gregory | 4 | -5/+33 |
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 |