Age | Commit message (Expand) | Author |
2012-02-20 | Update copyright years | Allan McRae |
2012-02-06 | ALPM API adjustments for sanity and consistency | Dan McGee |
2012-01-18 | Allow UseDelta option to specify a delta ratio | Dan McGee |
2012-01-02 | Only compile delta regex once | Dan McGee |
2011-12-21 | include config.h via Makefiles | Dave Reisner |
2011-11-14 | create a typedef for enum _alpm_errno_t | Jonathan Conder |
2011-09-22 | Move default siglevel value from backend to frontend | Dan McGee |
2011-09-19 | Use more efficient way of restoring working directory | Dan McGee |
2011-09-02 | Former transaction callback rename refactor | Dan McGee |
2011-09-02 | Move all callbacks up to the handle level | Dan McGee |
2011-08-29 | lib/libalpm/handle.c: Removed redundant if condition | Helder Martins |
2011-07-18 | Fix test suite when GPGME is disabled | Dan McGee |
2011-07-05 | Remove most usages of strncmp() | Dan McGee |
2011-07-05 | signing: move to new signing verification and return scheme | Dan McGee |
2011-07-02 | Prefix _alpm_errno_t members with ALPM | Allan McRae |
2011-07-02 | Prefix alpm_loglevel_t members with ALPM | Allan McRae |
2011-06-29 | 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-28 | 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-24 | Move locking functions to handle | Dan McGee |
2011-06-20 | Improve cachedir removal and error handling | Dan McGee |
2011-06-20 | lib/handle: use CALLOC macro instead of bare calloc | Dave Reisner |
2011-06-15 | API: change 'signaturedir' to 'gpgdir' | Dan McGee |
2011-06-14 | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee |
2011-06-13 | Remove global handle variable | Dan McGee |
2011-06-13 | Switch all logging to use handle directly | Dan McGee |
2011-06-13 | Move pm_errno onto the handle | Dan McGee |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee |
2011-06-09 | Kill all remaining 'PATH_MAX + 1' usages | Dan McGee |
2011-06-07 | New signatures for alpm initialize and release | Dan McGee |
2011-06-07 | Add cachedirs one-by-one in set_cachedirs() | Dan McGee |
2011-06-07 | Be consistent with memory treatment for plural option setters | Dan McGee |
2011-06-07 | Add helper methods for setting directory options | Dan McGee |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee |
2011-06-01 | Merge branch 'maint' | Dan McGee |
2011-05-19 | Bail early if we don't have a valid lockfile path | Dan McGee |
2011-05-05 | Don't null-check handle lists before setting | Dan McGee |
2011-04-21 | handle.c: force sigverify level not to be PM_PGP_VERIFY_UNKNOWN | Rémy Oudompheng |
2011-04-20 | Header inclusion cleanup | Dan McGee |
2011-04-20 | syntax: if/while statements should have no trailing space | Dan McGee |
2011-04-20 | Allow VerifySig to act as a default verification in [options] | Dave Reisner |
2011-04-15 | libalpm: consistently use int as return type for option setters | Rémy Oudompheng |
2011-03-29 | Merge branch 'maint' | Dan McGee |
2011-03-29 | alpm/handle.c: ensure handle is not NULL before proceeding | Rémy Oudompheng |
2011-03-23 | Add signature directory as option on libalpm handle | Dan McGee |
2011-03-20 | Style change: return(x) --> return x | Dan McGee |
2011-03-09 | handle: Add CURL* and CURLcode vars to struct | Dave Reisner |
2011-02-27 | Fix double close of the lock file | Jonathan Conder |