summaryrefslogtreecommitdiff
path: root/lib/libalpm/error.c
AgeCommit message (Expand)Author
2012-04-07Return more useful error codes on package open failuresDan McGee
2012-02-20Update copyright yearsAllan McRae
2011-12-21include config.h via MakefilesDave Reisner
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder
2011-08-08Attempt to fix up some of the brokenness around failed package loadsDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae
2011-06-24Add a 'valid' flag to the database objectDan McGee
2011-06-13Move pm_errno onto the handleDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-03-23Integrate GPGME into libalpmDan McGee
2011-03-23Add some error codes for signature verificationDan McGee
2011-03-20Style change: return(x) --> return xDan McGee
2011-03-09Remove all traces of libfetchDave Reisner
2011-03-09handle error case for PM_ERR_LIBCURLDave Reisner
2011-03-09add curl to alpm initialization and teardown routinesDave Reisner
2011-02-28Check local DB version before continuing transactionDan McGee
2011-02-04Handle PM_ERR_WRITE in alpm_strerror()Pang Yan Han
2011-01-11Unify two free diskspace error messagesDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2010-12-29Use limits.h for PATH_MAXAllan McRae
2010-12-29Detect undefined PATH_MAXAllan McRae
2010-12-12Implement disk space checkingAllan McRae
2010-09-06Fix libfetch configure checkingDan McGee
2010-09-02Clean up libfetch checking in configureDan McGee
2010-03-14Bump copyright dates to 2010Dan McGee
2009-09-20sync.c : duplicate the target before modifying itXavier Chantry
2009-09-06Check package arch before installingXavier Chantry
2009-07-01Update copyright headers and messagesDan McGee
2009-06-08Give sensible feedback when a repo has no configured serversDan McGee
2009-06-01Introduce PM_TRANS_FLAG_NOLOCKNagy Gabor
2009-05-18Remove unused error codes and handle PM_ERR_RETRIEVE by alpm_strerror()Nagy Gabor
2009-04-11New error type: PM_ERR_PKG_IGNOREDNagy Gabor
2009-01-12HoldPkg reworkNagy Gabor
2009-01-12Remove libdownload support and fix libfetch one.Xavier Chantry
2008-10-31Make libfetch the 'native' download libraryDan McGee
2008-04-26Fix some fallout from the delta/download changesDan McGee
2008-04-19Give libalpm native support for both libdownload and libfetchDan McGee
2008-04-06Allow disabling of internal (libdownload) codeDan McGee
2008-04-06Remove unnecessary header file, move one macro to util.cDan McGee
2008-04-06libalpm error cleanup, step 1Dan McGee
2008-03-17Kill PM_TRANS_TYPE_ADD.Chantry Xavier
2008-02-27libalpm: clean up of md5sum functions.Chantry Xavier
2007-12-10Update GNU GPL boilerplate and copyright datesDan McGee
2007-11-16War on whitespaceDan McGee
2007-10-19Download delta files if UseDelta is set.Nathan Jones
2007-09-11make alpm_strerror binding friendlyStefano Esposito
2007-08-21Post trial install changes, round oneDan McGee