Age | Commit message (Expand) | Author | Files | Lines |
2015-07-14 | Fix formatting in parsearg_upgrade | Allan McRae | 1 | -4/+12 |
2015-07-14 | Simplify sync_cleandb | Allan McRae | 1 | -33/+12 |
2015-07-12 | Fix overflow warnings | Andrew Gregory | 2 | -6/+5 |
2015-06-20 | Match providers when showing optdep install status | Lukas Fleischer | 2 | -2/+4 |
2015-06-20 | util.c: table_display: Fix incorrect docstring | Johannes Löthberg | 1 | -1/+0 |
2015-05-12 | Fix compilation if libarchive headers are not in standard location | Charles Duffy | 2 | -2/+4 |
2015-05-12 | pacsort: fix warning about signed overflow potential during comparison. | Andrew Gregory | 1 | -1/+1 |
2015-05-12 | Pluralize callback string | Allan McRae | 1 | -2/+3 |
2015-03-15 | Actually return the error value of check_db_local | Charles Pigott | 1 | -1/+1 |
2015-03-03 | common: Avoid errors on systems that define strnlen but not strndup | Will Miles | 1 | -1/+3 |
2015-03-03 | util: Use util-common for strndup in pacsort and pactree | Will Miles | 5 | -46/+7 |
2015-03-03 | sync_cleandb: ensure stat call succeeds | Allan McRae | 1 | -1/+4 |
2015-03-03 | pacsort: test string is not NULL before strlen | Allan McRae | 1 | -1/+5 |
2015-03-03 | Fix memory leaks in dump_pkg_full | Allan McRae | 1 | -0/+5 |
2015-02-20 | Merge branch 'maint' | Allan McRae | 27 | -443/+2243 |
2015-02-20 | Update translations from Transifex | Allan McRae | 6 | -25/+28 |
2015-02-14 | Update translations from Transifex | Allan McRae | 26 | -424/+2221 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 27 | -28/+28 |
2015-01-21 | remove support for .pacorig files | Andrew Gregory | 1 | -16/+0 |
2015-01-21 | ini.c: move error output into conf.c | Andrew Gregory | 2 | -12/+14 |
2015-01-21 | ini.c: remove useless key check | Andrew Gregory | 1 | -6/+0 |
2015-01-21 | ini.c: remove empty section name restriction | Andrew Gregory | 1 | -7/+0 |
2015-01-21 | ini.c: remove unnecessary helper function | Andrew Gregory | 1 | -34/+16 |
2015-01-21 | ini.c: move Include parsing to conf.c | Andrew Gregory | 2 | -64/+72 |
2015-01-21 | ini.c: remove final callback call | Andrew Gregory | 2 | -9/+2 |
2015-01-21 | conf.c: parse config in a single pass | Andrew Gregory | 2 | -76/+57 |
2015-01-21 | conf.c: use masks for siglevel inheritance | Andrew Gregory | 2 | -49/+46 |
2015-01-21 | conf.c: store repo settings in dedicated struct | Andrew Gregory | 2 | -38/+48 |
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 |