summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/error.c
AgeCommit message (Expand)AuthorFilesLines
2017-01-04Update copyright yearsAllan McRae1-1/+1
2016-01-04Update copyright years for 2016Allan McRae1-1/+1
2015-10-18run hooks during trans_commitAndrew Gregory1-0/+2
2015-02-01Update copyright notices for 2015Allan McRae1-1/+1
2014-01-28Remove ts and sw from vim modeline when noet is setFlorian Pritz1-1/+1
2014-01-06Update copyright years for 2014Allan McRae1-1/+1
2013-05-29Improve error message when package is missing required signatureAllan McRae1-0/+2
2013-01-03Update copyright year for 2013Allan McRae1-1/+1
2012-04-07Return more useful error codes on package open failuresDan McGee1-1/+1
2012-02-20Update copyright yearsAllan McRae1-1/+1
2011-12-22include config.h via MakefilesDave Reisner1-2/+0
2011-11-14create a typedef for enum _alpm_errno_tJonathan Conder1-2/+2
2011-08-09Attempt to fix up some of the brokenness around failed package loadsDan McGee1-0/+2
2011-07-05signing: move to new signing verification and return schemeDan McGee1-5/+7
2011-07-01Prefix _alpm_errno_t members with ALPMAllan McRae1-51/+51
2011-06-28Rename pmerrno_t to alpm_errno_tAllan McRae1-2/+2
2011-06-28Rename pmhandle_t to alpm_handle_tAllan McRae1-1/+1
2011-06-24Add a 'valid' flag to the database objectDan McGee1-0/+2
2011-06-14Move pm_errno onto the handleDan McGee1-13/+3
2011-06-03Push down extern handle variable to files that need itDan McGee1-0/+3
2011-03-23Integrate GPGME into libalpmDan McGee1-0/+4
2011-03-23Add some error codes for signature verificationDan McGee1-0/+5
2011-03-21Style change: return(x) --> return xDan McGee1-1/+1
2011-03-09Remove all traces of libfetchDave Reisner1-19/+0
2011-03-09handle error case for PM_ERR_LIBCURLDave Reisner1-0/+8
2011-03-09add curl to alpm initialization and teardown routinesDave Reisner1-0/+4
2011-02-28Check local DB version before continuing transactionDan McGee1-0/+2
2011-02-04Handle PM_ERR_WRITE in alpm_strerror()Pang Yan Han1-0/+2
2011-01-12Unify two free diskspace error messagesDan McGee1-1/+1
2011-01-08Update copyright years for 2011Allan McRae1-1/+1
2010-12-30Use limits.h for PATH_MAXAllan McRae1-4/+2
2010-12-30Detect undefined PATH_MAXAllan McRae1-1/+0
2010-12-13Implement disk space checkingAllan McRae1-0/+2
2010-09-06Fix libfetch configure checkingDan McGee1-2/+2
2010-09-02Clean up libfetch checking in configureDan McGee1-2/+2
2010-03-15Bump copyright dates to 2010Dan McGee1-1/+1
2009-09-20sync.c : duplicate the target before modifying itXavier Chantry1-1/+1
2009-09-06Check package arch before installingXavier Chantry1-0/+2
2009-07-01Update copyright headers and messagesDan McGee1-1/+2
2009-06-09Give sensible feedback when a repo has no configured serversDan McGee1-0/+2
2009-06-02Introduce PM_TRANS_FLAG_NOLOCKNagy Gabor1-0/+2
2009-05-19Remove unused error codes and handle PM_ERR_RETRIEVE by alpm_strerror()Nagy Gabor1-15/+2
2009-04-11New error type: PM_ERR_PKG_IGNOREDNagy Gabor1-0/+2
2009-01-13HoldPkg reworkNagy Gabor1-3/+0
2009-01-13Remove libdownload support and fix libfetch one.Xavier Chantry1-4/+1
2008-11-01Make libfetch the 'native' download libraryDan McGee1-3/+3
2008-04-26Fix some fallout from the delta/download changesDan McGee1-1/+1
2008-04-19Give libalpm native support for both libdownload and libfetchDan McGee1-2/+16
2008-04-07Allow disabling of internal (libdownload) codeDan McGee1-3/+9
2008-04-07Remove unnecessary header file, move one macro to util.cDan McGee1-1/+0