Age | Commit message (Expand) | Author | Files | Lines |
2014-05-23 | makepkg: Introduce validpgpkeys array | Thomas Bächler | 2 | -5/+26 |
2014-05-23 | makepkg: Treat a signature from an untrusted key as an error | Thomas Bächler | 1 | -12/+24 |
2014-05-23 | makepkg: Use read to parse status file during signature verification. | Thomas Bächler | 1 | -19/+74 |
2014-05-22 | dload: avoid using CURLOPT_FAILONERROR | Dave Reisner | 1 | -7/+8 |
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 | 2 | -5/+11 |
2014-05-04 | pactest: treat arguments as files instead of globs | Andrew Gregory | 1 | -7/+8 |
2014-05-04 | pmdb.py: change siglevel name to Required | Andrew Gregory | 2 | -2/+2 |
2014-05-04 | register_syncdb: reject db names that contain / | Andrew Gregory | 1 | -1/+2 |
2014-04-21 | strtrim: reset pointer after trimming leading whitespace | Dave Reisner | 2 | -0/+2 |
2014-04-21 | makepkg: use dash instead of underscore in /usr/lib/debug/.build-id | Steven Noonan | 1 | -4/+4 |
2014-03-27 | repo-add: declare pkgbase as local | Allan McRae | 1 | -1/+1 |
2014-03-27 | Always supply base name and version info in .PKGFILE if needed | Allan McRae | 2 | -8/+18 |
2014-03-27 | makepkg: sign source packages with --sign | Allan McRae | 1 | -0/+6 |
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-13 | makepkg: Reorder some entries in usage() and getopts | Pierre Neidhardt | 1 | -4/+4 |
2014-03-12 | makepkg: enforce fakeroot usage | Allan McRae | 3 | -54/+15 |
2014-03-12 | makepkg: Remove --asroot option | Allan McRae | 2 | -21/+6 |
2014-03-12 | makepkg: Add a --noarchive option to inhibit archive creation | Pierre Neidhardt | 2 | -5/+21 |
2014-03-12 | makepkg: Comment on install_package() return code | Pierre Neidhardt | 1 | -2/+3 |
2014-03-08 | note that TotalDownload and XferCommand are incompatible. | Matthias Krüger | 1 | -0/+1 |
2014-03-08 | Use MALLOC throughtout libalpm | Allan McRae | 4 | -15/+7 |
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-04 | sync_prepare: ignore explicitly removed conflicts | Andrew Gregory | 1 | -0/+3 |
2014-03-03 | Fix install order in scripts Makefile | Allan McRae | 1 | -1/+1 |
2014-03-03 | makepkg.8: Fix typo | Pierre Neidhardt | 1 | -1/+1 |
2014-03-03 | pactest: add prefix to temporary directory | Andrew Gregory | 1 | -1/+1 |
2014-03-03 | pmpkg.py: remove unused imports | Andrew Gregory | 1 | -4/+0 |
2014-03-03 | makepkg: Support kernel.org's PGP signature scheme | Thomas Bächler | 1 | -3/+20 |
2014-03-03 | Fix warnings with strict-overflow in gcc-4.9 | Allan McRae | 2 | -2/+3 |
2014-03-03 | pacsearch: factored -Ss and -Qs parts into one single function | Pierre Neidhardt | 1 | -35/+20 |
2014-03-03 | pacsearch: pattern arguments work as for pacman | Pierre Neidhardt | 1 | -28/+13 |
2014-03-03 | Add events on pacnew/pacsave/pacorig file creation | Olivier Brunel | 6 | -10/+143 |
2014-03-03 | pacsearch: fields are treated uniformly when printing | Pierre Neidhardt | 1 | -10/+10 |
2014-03-03 | pacsearch: removed redundant sorting | Pierre Neidhardt | 1 | -28/+19 |
2014-03-03 | pacsearch: indexing by 'name version' instead of 'name' | Pierre Neidhardt | 1 | -3/+3 |
2014-03-03 | pacsearch: removed useless comment | Pierre Neidhardt | 1 | -1/+0 |
2014-03-03 | makepkg: implement support for stripping kernel modules | Steven Noonan | 1 | -0/+7 |
2014-03-03 | restrict transaction package origins | Andrew Gregory | 2 | -0/+4 |
2014-03-03 | Add events _PKGDOWNLOAD_{START, DONE, FAILED} | Olivier Brunel | 3 | -0/+29 |
2014-03-03 | Add events ALPM_EVENT_RETRIEVE_{DONE, FAILED} | Olivier Brunel | 3 | -0/+9 |
2014-03-03 | Remove log_cb, add ALPM_EVENT_LOG instead | Olivier Brunel | 10 | -76/+72 |
2014-03-03 | Update the event callback | Olivier Brunel | 9 | -149/+241 |
2014-03-03 | be_local: Use alpm_greedy_grow | Florian Pritz | 1 | -16/+3 |
2014-03-03 | be_package: Build the file list from MTREE if possible | Florian Pritz | 1 | -4/+145 |