| Commit message (Expand) | Author | Age |
* | common: Avoid errors on systems that define strnlen but not strndup | Will Miles | 2015-03-03 |
* | util: Use util-common for strndup in pacsort and pactree | Will Miles | 2015-03-03 |
* | sync_cleandb: ensure stat call succeeds | Allan McRae | 2015-03-03 |
* | pacsort: test string is not NULL before strlen | Allan McRae | 2015-03-03 |
* | Fix memory leaks in dump_pkg_full | Allan McRae | 2015-03-03 |
* | Merge branch 'maint' | Allan McRae | 2015-02-20 |
|\ |
|
| * | Update translations from Transifex | Allan McRae | 2015-02-20 |
| * | Update translations from Transifex | Allan McRae | 2015-02-14 |
* | | Update copyright notices for 2015 | Allan McRae | 2015-02-01 |
* | | remove support for .pacorig files | Andrew Gregory | 2015-01-21 |
* | | ini.c: move error output into conf.c | Andrew Gregory | 2015-01-21 |
* | | ini.c: remove useless key check | Andrew Gregory | 2015-01-21 |
* | | ini.c: remove empty section name restriction | Andrew Gregory | 2015-01-21 |
* | | ini.c: remove unnecessary helper function | Andrew Gregory | 2015-01-21 |
* | | ini.c: move Include parsing to conf.c | Andrew Gregory | 2015-01-21 |
* | | ini.c: remove final callback call | Andrew Gregory | 2015-01-21 |
* | | conf.c: parse config in a single pass | Andrew Gregory | 2015-01-21 |
* | | conf.c: use masks for siglevel inheritance | Andrew Gregory | 2015-01-21 |
* | | conf.c: store repo settings in dedicated struct | Andrew Gregory | 2015-01-21 |
* | | Remove testdb | Allan McRae | 2015-01-02 |
* | | Integrate testdb into pacman | Allan McRae | 2015-01-02 |
* | | Split install reason changing into its own function | Allan McRae | 2015-01-02 |
* | | Clarify "assume installed" error message | Allan McRae | 2014-12-28 |
* | | pacsort: fix memory leak | Allan McRae | 2014-12-27 |
* | | pacman/util.c: fix potential memory leak in indentprint | Allan McRae | 2014-12-24 |
* | | Fix memory leak in ALPM_EVENT_OPTDEP_REMOVAL callback | Allan McRae | 2014-12-24 |
* | | Improve db upgrade error message | Allan McRae | 2014-12-24 |
|/ |
|
* | Update translations from transifex | Allan McRae | 2014-12-19 |
* | 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 |
* | pacsort: parse inputs up front into control struct | Dave Reisner | 2014-11-20 |
* | Update po files to send to Transifex | Allan McRae | 2014-11-18 |
* | Pull translation updates from Transifex | Allan McRae | 2014-11-18 |
* | Do not warn about missing files in NoExtract | Allan McRae | 2014-11-18 |
* | Add --assume-installed to pacman --help | Florian Pritz | 2014-11-05 |
* | testdb: ignore ALPM_DB_VERSION | Andrew Gregory | 2014-10-19 |
* | pacman: add --confirm option | Andrew Gregory | 2014-10-13 |
* | Add --assume-installed option | Florian Pritz | 2014-09-30 |
* | table_display: only check width when non-zero | Andrew Gregory | 2014-09-30 |
* | avoid line wrapping if not in a tty or COLUMNS=0 | Andrew Gregory | 2014-09-30 |
* | Revert "Remove log_cb, add ALPM_EVENT_LOG instead" | Andrew Gregory | 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 |
* | wrap fgets to retry on EINTR | Andrew Gregory | 2014-09-23 |
* | sync.c: fix style violations | Andrew Gregory | 2014-08-04 |
* | pacman.c: simplify stdin parsing | Andrew Gregory | 2014-08-04 |
* | check_pkg_fast: check file type | Andrew Gregory | 2014-08-03 |
* | check_file_exists: replace lstat with llstat | Andrew Gregory | 2014-08-03 |
* | llstat: modify path in place | Andrew Gregory | 2014-08-03 |
* | move _alpm_lstat into util-common | Andrew Gregory | 2014-08-03 |