Age | Commit message (Expand) | Author | Files | Lines |
2011-07-19 | Fix test suite when GPGME is disabled | Dan McGee | 1 | -0/+8 |
2011-07-06 | Remove most usages of strncmp() | Dan McGee | 1 | -1/+1 |
2011-07-05 | signing: move to new signing verification and return scheme | Dan McGee | 1 | -7/+8 |
2011-07-01 | Prefix _alpm_errno_t members with ALPM | Allan McRae | 1 | -12/+12 |
2011-07-01 | Prefix alpm_loglevel_t members with ALPM | Allan McRae | 1 | -3/+3 |
2011-06-29 | Use ignoregroup rather than ignoregrp in the handle | Allan McRae | 1 | -6/+6 |
2011-06-29 | Rename public functions with grp in their name | Allan McRae | 1 | -4/+4 |
2011-06-28 | Rename pmerrno_t to alpm_errno_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmdb_t to alpm_db_t | Allan McRae | 1 | -1/+1 |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae | 1 | -53/+53 |
2011-06-24 | Move locking functions to handle | Dan McGee | 1 | -0/+54 |
2011-06-20 | Improve cachedir removal and error handling | Dan McGee | 1 | -12/+12 |
2011-06-20 | lib/handle: use CALLOC macro instead of bare calloc | Dave Reisner | 1 | -3/+3 |
2011-06-15 | API: change 'signaturedir' to 'gpgdir' | Dan McGee | 1 | -9/+9 |
2011-06-14 | Ensure handle is valid and pm_errno is reset when calling into API | Dan McGee | 1 | -47/+47 |
2011-06-14 | Remove global handle variable | Dan McGee | 1 | -4/+0 |
2011-06-14 | Switch all logging to use handle directly | Dan McGee | 1 | -3/+3 |
2011-06-14 | Move pm_errno onto the handle | Dan McGee | 1 | -5/+5 |
2011-06-09 | Require handle argument to all alpm_option_(get|set)_*() methods | Dan McGee | 1 | -154/+95 |
2011-06-09 | Kill all remaining 'PATH_MAX + 1' usages | Dan McGee | 1 | -1/+1 |
2011-06-07 | New signatures for alpm initialize and release | Dan McGee | 1 | -40/+4 |
2011-06-07 | Add cachedirs one-by-one in set_cachedirs() | Dan McGee | 1 | -2/+10 |
2011-06-07 | Be consistent with memory treatment for plural option setters | Dan McGee | 1 | -5/+5 |
2011-06-07 | Add helper methods for setting directory options | Dan McGee | 1 | -57/+53 |
2011-06-03 | Remove ALPM_LOG_FUNC macro | Dan McGee | 1 | -12/+0 |
2011-06-01 | Merge branch 'maint' | Dan McGee | 1 | -2/+0 |
2011-05-20 | Bail early if we don't have a valid lockfile path | Dan McGee | 1 | -2/+0 |
2011-05-05 | Don't null-check handle lists before setting | Dan McGee | 1 | -6/+10 |
2011-04-21 | handle.c: force sigverify level not to be PM_PGP_VERIFY_UNKNOWN | Rémy Oudompheng | 1 | -0/+1 |
2011-04-21 | Header inclusion cleanup | Dan McGee | 1 | -2/+0 |
2011-04-21 | syntax: if/while statements should have no trailing space | Dan McGee | 1 | -20/+20 |
2011-04-21 | Allow VerifySig to act as a default verification in [options] | Dave Reisner | 1 | -0/+15 |
2011-04-16 | libalpm: consistently use int as return type for option setters | Rémy Oudompheng | 1 | -46/+51 |
2011-03-29 | Merge branch 'maint' | Dan McGee | 1 | -0/+23 |
2011-03-29 | alpm/handle.c: ensure handle is not NULL before proceeding | Rémy Oudompheng | 1 | -0/+23 |
2011-03-23 | Add signature directory as option on libalpm handle | Dan McGee | 1 | -0/+28 |
2011-03-21 | Style change: return(x) --> return x | Dan McGee | 1 | -22/+22 |
2011-03-09 | handle: Add CURL* and CURLcode vars to struct | Dave Reisner | 1 | -0/+6 |
2011-02-27 | Fix double close of the lock file | Jonathan Conder | 1 | -1/+0 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-12-13 | Add configuration option to control disk space checking | Allan McRae | 1 | -0/+14 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 1 | -1/+1 |
2009-10-11 | Add missing get_usedelta() method | Dan McGee | 1 | -0/+9 |
2009-10-11 | int typing: s/unsigned short/int/ in libalpm | Dan McGee | 1 | -3/+3 |
2009-09-06 | Add Architecture and --arch option | Xavier Chantry | 1 | -0/+16 |
2009-08-19 | dload.c : various fixes | Xavier Chantry | 1 | -14/+0 |
2009-07-23 | Add a fetch callback to allow front-end download support | Sebastian Nowicki | 1 | -16/+18 |
2009-07-20 | Fix 2 minor memleaks | Xavier Chantry | 1 | -0/+1 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2009-01-13 | HoldPkg rework | Nagy Gabor | 1 | -32/+0 |