Age | Commit message (Expand) | Author | Files | Lines |
2019-03-07 | Remove support for deltas from libalpm | Allan McRae | 1 | -5/+0 |
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-04-12 | add --overwrite option to ignore file conflicts | Andrew Gregory | 1 | -0/+1 |
2017-01-13 | Introduce a 'disable-download-timeout' option | Christian Hesse | 1 | -0/+1 |
2017-01-04 | Update copyright years | Allan McRae | 1 | -1/+1 |
2016-10-22 | Represent bitfields as ints, not enums | Ivy Foster | 1 | -3/+3 |
2016-09-25 | Do not #define _RESERVED_IDENTIFIERS | Ivy Foster | 1 | -3/+3 |
2016-01-04 | Update copyright years for 2016 | Allan McRae | 1 | -1/+1 |
2015-10-18 | handle: add hookdirs option | Andrew Gregory | 1 | -0/+1 |
2015-07-15 | Allow frontends to specify the sync database extension | Allan McRae | 1 | -0/+1 |
2015-02-01 | Update copyright notices for 2015 | Allan McRae | 1 | -1/+1 |
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/+1 |
2014-09-30 | Revert "Remove log_cb, add ALPM_EVENT_LOG instead" | Andrew Gregory | 1 | -0/+1 |
2014-06-24 | Update the question callback | Olivier Brunel | 1 | -2/+2 |
2014-03-03 | Remove log_cb, add ALPM_EVENT_LOG instead | Olivier Brunel | 1 | -1/+0 |
2014-03-03 | Update the event callback | Olivier Brunel | 1 | -2/+2 |
2014-01-28 | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 1 | -1/+1 |
2014-01-06 | Minor struct member reordering for packing concerns | Dan McGee | 1 | -1/+3 |
2014-01-06 | Update copyright years for 2014 | Allan McRae | 1 | -1/+1 |
2013-11-15 | Fix whitespace and other formatting issues | Jason St. John | 1 | -4/+4 |
2013-11-08 | alpm_handle: store lock file descriptor | Andrew Gregory | 1 | -1/+1 |
2013-02-07 | Add configuration option for Upgrade operation SigLevel | Allan McRae | 1 | -0/+4 |
2013-01-03 | Update copyright year for 2013 | Allan McRae | 1 | -1/+1 |
2012-02-20 | Update copyright years | Allan McRae | 1 | -1/+1 |
2012-01-19 | Allow UseDelta option to specify a delta ratio | Dan McGee | 1 | -1/+1 |
2012-01-02 | Only compile delta regex once | Dan McGee | 1 | -0/+5 |
2011-12-07 | Move items around in the alpm handle struct | Dan McGee | 1 | -1/+1 |
2011-11-14 | create a typedef for enum _alpm_errno_t | Jonathan Conder | 1 | -2/+2 |
2011-09-28 | Initialize cURL library on first use | Dan McGee | 1 | -1/+0 |
2011-09-03 | Former transaction callback rename refactor | Dan McGee | 1 | -3/+3 |
2011-09-03 | Move all callbacks up to the handle level | Dan McGee | 1 | -1/+23 |
2011-07-05 | signing: move to new signing verification and return scheme | Dan McGee | 1 | -1/+1 |
2011-06-29 | Use ignoregroup rather than ignoregrp in the handle | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmerrno_t to alpm_errno_t | Allan McRae | 1 | -2/+2 |
2011-06-28 | Rename pmtrans_t to alpm_trans_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmdb_t to alpm_db_t | Allan McRae | 1 | -2/+2 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -5/+5 |
2011-06-24 | Move locking functions to handle | Dan McGee | 1 | -0/+3 |
2011-06-15 | API: change 'signaturedir' to 'gpgdir' | Dan McGee | 1 | -1/+1 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -0/+3 |
2011-06-07 | New signatures for alpm initialize and release | Dan McGee | 1 | -1/+2 |
2011-06-07 | Add helper methods for setting directory options | Dan McGee | 1 | -3/+2 |
2011-06-03 | Push down extern handle variable to files that need it | Dan McGee | 1 | -3/+0 |
2011-06-03 | Add handle attribute to pmdb_t struct | Dan McGee | 1 | -2/+2 |
2011-04-21 | Allow VerifySig to act as a default verification in [options] | Dave Reisner | 1 | -4/+5 |
2011-03-23 | Add signature directory as option on libalpm handle | Dan McGee | 1 | -0/+1 |
2011-03-09 | handle: Add CURL* and CURLcode vars to struct | Dave Reisner | 1 | -0/+10 |
2011-02-27 | Fix double close of the lock file | Jonathan Conder | 1 | -1/+1 |