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