Age | Commit message (Expand) | Author |
2013-05-29 | Improve error message when package is missing required signature | Allan McRae |
2013-01-03 | Update copyright year for 2013 | Allan McRae |
2012-04-07 | Return more useful error codes on package open failures | Dan McGee |
2012-02-20 | Update copyright years | Allan McRae |
2011-12-21 | include config.h via Makefiles | Dave Reisner |
2011-11-14 | create a typedef for enum _alpm_errno_t | Jonathan Conder |
2011-08-08 | Attempt to fix up some of the brokenness around failed package loads | 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-06-28 | Rename pmerrno_t to alpm_errno_t | Allan McRae |
2011-06-28 | Rename pmhandle_t to alpm_handle_t | Allan McRae |
2011-06-24 | Add a 'valid' flag to the database object | Dan McGee |
2011-06-13 | Move pm_errno onto the handle | Dan McGee |
2011-06-03 | Push down extern handle variable to files that need it | Dan McGee |
2011-03-23 | Integrate GPGME into libalpm | Dan McGee |
2011-03-23 | Add some error codes for signature verification | Dan McGee |
2011-03-20 | Style change: return(x) --> return x | Dan McGee |
2011-03-09 | Remove all traces of libfetch | Dave Reisner |
2011-03-09 | handle error case for PM_ERR_LIBCURL | Dave Reisner |
2011-03-09 | add curl to alpm initialization and teardown routines | Dave Reisner |
2011-02-28 | Check local DB version before continuing transaction | Dan McGee |
2011-02-04 | Handle PM_ERR_WRITE in alpm_strerror() | Pang Yan Han |
2011-01-11 | Unify two free diskspace error messages | Dan McGee |
2011-01-07 | Update copyright years for 2011 | Allan McRae |
2010-12-29 | Use limits.h for PATH_MAX | Allan McRae |
2010-12-29 | Detect undefined PATH_MAX | Allan McRae |
2010-12-12 | Implement disk space checking | Allan McRae |
2010-09-06 | Fix libfetch configure checking | Dan McGee |
2010-09-02 | Clean up libfetch checking in configure | Dan McGee |
2010-03-14 | Bump copyright dates to 2010 | Dan McGee |
2009-09-20 | sync.c : duplicate the target before modifying it | Xavier Chantry |
2009-09-06 | Check package arch before installing | Xavier Chantry |
2009-07-01 | Update copyright headers and messages | Dan McGee |
2009-06-08 | Give sensible feedback when a repo has no configured servers | Dan McGee |
2009-06-01 | Introduce PM_TRANS_FLAG_NOLOCK | Nagy Gabor |
2009-05-18 | Remove unused error codes and handle PM_ERR_RETRIEVE by alpm_strerror() | Nagy Gabor |
2009-04-11 | New error type: PM_ERR_PKG_IGNORED | Nagy Gabor |
2009-01-12 | HoldPkg rework | Nagy Gabor |
2009-01-12 | Remove libdownload support and fix libfetch one. | Xavier Chantry |
2008-10-31 | Make libfetch the 'native' download library | Dan McGee |
2008-04-26 | Fix some fallout from the delta/download changes | Dan McGee |
2008-04-19 | Give libalpm native support for both libdownload and libfetch | Dan McGee |
2008-04-06 | Allow disabling of internal (libdownload) code | Dan McGee |
2008-04-06 | Remove unnecessary header file, move one macro to util.c | Dan McGee |
2008-04-06 | libalpm error cleanup, step 1 | Dan McGee |
2008-03-17 | Kill PM_TRANS_TYPE_ADD. | Chantry Xavier |
2008-02-27 | libalpm: clean up of md5sum functions. | Chantry Xavier |
2007-12-10 | Update GNU GPL boilerplate and copyright dates | Dan McGee |
2007-11-16 | War on whitespace | Dan McGee |
2007-10-19 | Download delta files if UseDelta is set. | Nathan Jones |