summaryrefslogtreecommitdiff
path: root/lib/libalpm/error.c
AgeCommit message (Expand)Author
2019-03-07Remove support for deltas from libalpmAllan McRae
2018-11-27add specific error for missing gpg supportAndrew Gregory
2018-05-14Remove all modelines from the projectEli Schwartz
2018-03-14Update coyrights for 2018Allan McRae
2017-01-04Update copyright yearsAllan McRae
2016-01-04Update copyright years for 2016Allan McRae
2015-10-18run hooks during trans_commitAndrew Gregory
2015-02-01Update copyright notices for 2015Allan McRae
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz
2014-01-06Update copyright years for 2014Allan McRae
2013-05-29Improve error message when package is missing required signatureAllan McRae
2013-01-03Update copyright year for 2013Allan McRae
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