Age | Commit message (Expand) | Author | Files | Lines |
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 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 1 | -1/+1 |
2010-12-21 | Always specify arguement type in function delcarations | Allan McRae | 1 | -1/+1 |
2010-12-13 | Add configuration option to control disk space checking | Allan McRae | 1 | -0/+1 |
2010-03-15 | Bump copyright dates to 2010 | Dan McGee | 1 | -1/+1 |
2009-10-11 | int typing: s/unsigned short/int/ in libalpm | Dan McGee | 1 | -2/+2 |
2009-09-06 | Add Architecture and --arch option | Xavier Chantry | 1 | -0/+1 |
2009-08-19 | dload.c : various fixes | Xavier Chantry | 1 | -1/+0 |
2009-07-23 | Add a fetch callback to allow front-end download support | Sebastian Nowicki | 1 | -1/+1 |
2009-07-01 | Update copyright headers and messages | Dan McGee | 1 | -1/+2 |
2009-01-13 | HoldPkg rework | Nagy Gabor | 1 | -1/+0 |
2008-06-04 | Reimplement TotalDownload functionality | Dan McGee | 1 | -0/+1 |
2008-05-29 | Tidy up of the handle struct in libalpm | Allan McRae | 1 | -2/+1 |
2008-01-08 | Remove upgradedelay and all code associated with it | Dan McGee | 1 | -1/+0 |
2007-12-11 | Update GNU GPL boilerplate and copyright dates | Dan McGee | 1 | -4/+2 |
2007-11-17 | War on whitespace | Dan McGee | 1 | -5/+5 |
2007-11-11 | Add IgnoreGroup and --ignoregroup option. | Nathan Jones | 1 | -0/+1 |
2007-11-04 | Clean up usage of extern variables | Dan McGee | 1 | -0/+1 |
2007-10-20 | Download delta files if UseDelta is set. | Nathan Jones | 1 | -0/+1 |
2007-07-09 | Clean up the alpm handle | Dan McGee | 1 | -29/+26 |
2007-06-09 | Allow multiple CacheDirs to be specified | Dan McGee | 1 | -1/+1 |
2007-06-09 | Remove logmask stuff from backend; switch logging callback to new pm_printf | Dan McGee | 1 | -1/+0 |
2007-06-05 | Merge branch 'alpm.c_cleanup' into frontend_config | Dan McGee | 1 | -0/+1 |
2007-06-05 | Rip alpm_parse_config out of libalpm | Dan McGee | 1 | -7/+4 |
2007-06-05 | Move functions out of alpm.c to where they belong | Dan McGee | 1 | -0/+1 |
2007-06-01 | Change -z|--showsize flag to ShowSize pacman.conf option | Nathan Jones | 1 | -0/+1 |
2007-05-31 | Move DB and cache dirs away from there dependence on ROOTDIR | Dan McGee | 1 | -0/+1 |
2007-04-28 | Remove FREEHANDLE macro and correctly type _alpm_handle_free | Dan McGee | 1 | -3/+1 |
2007-03-05 | This commit looks much more monumental than it is. Almost all just #include | Dan McGee | 1 | -1/+3 |
2007-02-21 | * Re-added a compare function for syncpkg's - it was removed without thinking | Aaron Griffin | 1 | -1/+1 |
2007-02-12 | * Updated the README file | Aaron Griffin | 1 | -1/+0 |
2007-01-24 | This mainly deals with code clarity- removing currently unneeded | Aaron Griffin | 1 | -2/+2 |
2007-01-19 | Preliminary checkin for alpm_list conversion | Aaron Griffin | 1 | -7/+7 |
2006-11-20 | * repo-add script - to add entries to a db file directly from package data (n... | Aaron Griffin | 1 | -23/+28 |