| Commit message (Expand) | Author | Age |
* | Update copyright notices for 2015 | Allan McRae | 2015-02-01 |
* | add alpm_option_match_noupgrade | Andrew Gregory | 2014-12-18 |
* | Add alpm_option_match_noextract | Allan McRae | 2014-11-18 |
* | _alpm_key_in_keychain: cache known keys | Andrew Gregory | 2014-10-01 |
* | Add --assume-installed option | Florian Pritz | 2014-09-30 |
* | Revert "Remove log_cb, add ALPM_EVENT_LOG instead" | Andrew Gregory | 2014-09-30 |
* | fix improper FREELIST calls | Andrew Gregory | 2014-09-16 |
* | replace strdup with STRDUP | Andrew Gregory | 2014-08-04 |
* | handle_unlock: log error when lock file is missing | Andrew Gregory | 2014-08-04 |
* | handle_unlock: log lock removal failure | Andrew Gregory | 2014-08-04 |
* | handle: factor out string list option handling | Andrew Gregory | 2014-08-04 |
* | Remove log_cb, add ALPM_EVENT_LOG instead | Olivier Brunel | 2014-03-03 |
* | Remove ts and sw from vim modeline when noet is set | Florian Pritz | 2014-01-28 |
* | Use O_CLOEXEC as much as possible when opening files | Dan McGee | 2014-01-06 |
* | Update copyright years for 2014 | Allan McRae | 2014-01-06 |
* | alpm_handle: store lock file descriptor | Andrew Gregory | 2013-11-08 |
* | support ALPM_SIG_USE_DEFAULT for file siglevels | Andrew Gregory | 2013-11-08 |
* | Add configuration option for Upgrade operation SigLevel | Allan McRae | 2013-02-07 |
* | Fix open braces style | Gerardo Exequiel Pozzi | 2013-01-04 |
* | Fix missing spaces in operators | Gerardo Exequiel Pozzi | 2013-01-04 |
* | Update copyright year for 2013 | Allan McRae | 2013-01-03 |
* | Move short-lived realpath buffers to the stack | Dan McGee | 2012-04-29 |
* | Update copyright years | Allan McRae | 2012-02-20 |
* | ALPM API adjustments for sanity and consistency | Dan McGee | 2012-02-06 |
* | Allow UseDelta option to specify a delta ratio | Dan McGee | 2012-01-18 |
* | Only compile delta regex once | Dan McGee | 2012-01-02 |
* | include config.h via Makefiles | Dave Reisner | 2011-12-21 |
* | create a typedef for enum _alpm_errno_t | Jonathan Conder | 2011-11-14 |
* | Move default siglevel value from backend to frontend | Dan McGee | 2011-09-22 |
* | Use more efficient way of restoring working directory | Dan McGee | 2011-09-19 |
* | Former transaction callback rename refactor | Dan McGee | 2011-09-02 |
* | Move all callbacks up to the handle level | Dan McGee | 2011-09-02 |
* | lib/libalpm/handle.c: Removed redundant if condition | Helder Martins | 2011-08-29 |
* | Fix test suite when GPGME is disabled | Dan McGee | 2011-07-18 |
* | Remove most usages of strncmp() | Dan McGee | 2011-07-05 |
* | signing: move to new signing verification and return scheme | Dan McGee | 2011-07-05 |
* | Prefix _alpm_errno_t members with ALPM | Allan McRae | 2011-07-02 |
* | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 2011-07-02 |
* | Use ignoregroup rather than ignoregrp in the handle | Allan McRae | 2011-06-29 |
* | Rename public functions with grp in their name | Allan McRae | 2011-06-29 |
* | Rename pmerrno_t to alpm_errno_t | Allan McRae | 2011-06-28 |
* | Rename pmdb_t to alpm_db_t | Allan McRae | 2011-06-28 |
* | Rename pmhandle_t to alpm_handle_t | Allan McRae | 2011-06-28 |
* | Move locking functions to handle | Dan McGee | 2011-06-24 |
* | Improve cachedir removal and error handling | Dan McGee | 2011-06-20 |
* | lib/handle: use CALLOC macro instead of bare calloc | Dave Reisner | 2011-06-20 |
* | API: change 'signaturedir' to 'gpgdir' | Dan McGee | 2011-06-15 |
* | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 2011-06-14 |
* | Remove global handle variable | Dan McGee | 2011-06-13 |
* | Switch all logging to use handle directly | Dan McGee | 2011-06-13 |