Age | Commit message (Expand) | Author | Files | Lines |
2019-03-07 | Remove support for deltas from libalpm | Allan McRae | 1 | -20/+0 |
2019-01-04 | silence warning when built without curl | Andrew Gregory | 1 | -0/+2 |
2018-11-27 | require actual siglevel for default | Andrew Gregory | 1 | -1/+4 |
2018-11-27 | add specific error for missing gpg support | Andrew Gregory | 1 | -3/+3 |
2018-05-14 | Remove all modelines from the project | Eli Schwartz | 1 | -2/+0 |
2018-03-14 | Update coyrights for 2018 | Allan McRae | 1 | -1/+1 |
2017-05-16 | alpm_unlock: check handle before dereferencing | Andrew Gregory | 1 | -0/+1 |
2017-05-08 | free memory for --overwrite lists | Andrew Gregory | 1 | -0/+1 |
2017-04-12 | add --overwrite option to ignore file conflicts | Andrew Gregory | 1 | -0/+21 |
2017-01-13 | Introduce a 'disable-download-timeout' option | Christian Hesse | 1 | -0/+10 |
2017-01-04 | Update copyright years | Allan McRae | 1 | -1/+1 |
2016-10-22 | Represent bitfields as ints, not enums | Ivy Foster | 1 | -6/+6 |
2016-02-23 | make alpm_unlock and trans_interrupt async safe | Andrew Gregory | 1 | -1/+1 |
2016-02-23 | ensure gpgdir has a trailing slash | Andrew Gregory | 1 | -9/+3 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 1 | -1/+1 |
2015-12-05 | add and expose alpm_unlock | Andrew Gregory | 1 | -2/+17 |
2015-12-05 | handle_unlock: return 0 if lockfile == NULL | Andrew Gregory | 1 | -1/+1 |
2015-10-18 | handle: add hookdirs option | Andrew Gregory | 1 | -0/+59 |
2015-08-08 | fill in name_hash for assumeinstalled options | Andrew Gregory | 1 | -0/+2 |
2015-08-08 | copy assumeinstalled options | Andrew Gregory | 1 | -2/+9 |
2015-08-08 | check assumeinstalled for meaningful mod | Andrew Gregory | 1 | -0/+2 |
2015-08-08 | check dep versions before calling strcmp | Andrew Gregory | 1 | -1/+12 |
2015-07-15 | Allow frontends to specify the sync database extension | Allan McRae | 1 | -0/+22 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 1 | -1/+1 |
2014-12-18 | add alpm_option_match_noupgrade | Andrew Gregory | 1 | -0/+5 |
2014-11-18 | Add alpm_option_match_noextract | Allan McRae | 1 | -0/+5 |
2014-10-01 | _alpm_key_in_keychain: cache known keys | Andrew Gregory | 1 | -0/+4 |
2014-09-30 | Add --assume-installed option | Florian Pritz | 1 | -0/+56 |
2014-09-30 | Revert "Remove log_cb, add ALPM_EVENT_LOG instead" | Andrew Gregory | 1 | -0/+13 |
2014-09-16 | fix improper FREELIST calls | Andrew Gregory | 1 | -1/+0 |
2014-08-04 | replace strdup with STRDUP | Andrew Gregory | 1 | -7/+3 |
2014-08-04 | handle_unlock: log error when lock file is missing | Andrew Gregory | 1 | -6/+14 |
2014-08-04 | handle_unlock: log lock removal failure | Andrew Gregory | 1 | -0/+4 |
2014-08-04 | handle: factor out string list option handling | Andrew Gregory | 1 | -54/+35 |
2014-03-03 | Remove log_cb, add ALPM_EVENT_LOG instead | Olivier Brunel | 1 | -13/+0 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-06 | Use O_CLOEXEC as much as possible when opening files | Dan McGee | 1 | -1/+1 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2013-11-08 | alpm_handle: store lock file descriptor | Andrew Gregory | 1 | -16/+9 |
2013-11-08 | support ALPM_SIG_USE_DEFAULT for file siglevels | Andrew Gregory | 1 | -2/+10 |
2013-02-07 | Add configuration option for Upgrade operation SigLevel | Allan McRae | 1 | -6/+46 |
2013-01-04 | Fix open braces style | Gerardo Exequiel Pozzi | 1 | -2/+3 |
2013-01-04 | Fix missing spaces in operators | Gerardo Exequiel Pozzi | 1 | -1/+1 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -1/+1 |
2012-04-30 | Move short-lived realpath buffers to the stack | Dan McGee | 1 | -4/+1 |
2012-02-20 | Update copyright years | Allan McRae | 1 | -1/+1 |
2012-02-06 | ALPM API adjustments for sanity and consistency | Dan McGee | 1 | -12/+12 |
2012-01-19 | Allow UseDelta option to specify a delta ratio | Dan McGee | 1 | -4/+8 |
2012-01-02 | Only compile delta regex once | Dan McGee | 1 | -0/+3 |
2011-12-22 | include config.h via Makefiles | Dave Reisner | 1 | -2/+0 |