summaryrefslogtreecommitdiffstats
path: root/lib/libalpm/error.c
AgeCommit message (Expand)AuthorFilesLines
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
2008-04-07libalpm error cleanup, step 1Dan McGee1-14/+11
2008-03-18Kill PM_TRANS_TYPE_ADD.Chantry Xavier1-2/+0
2008-02-28libalpm: clean up of md5sum functions.Chantry Xavier1-4/+2
2007-12-11Update GNU GPL boilerplate and copyright datesDan McGee1-4/+2
2007-11-17War on whitespaceDan McGee1-3/+3
2007-10-20Download delta files if UseDelta is set.Nathan Jones1-0/+5
2007-09-12make alpm_strerror binding friendlyStefano Esposito1-0/+5
2007-08-22Post trial install changes, round oneDan McGee1-0/+2
2007-06-13Remove some more diskspace checking holdover stuffDan McGee1-2/+0
2007-06-05Const correctness!Dan McGee1-1/+1
2007-06-05Rip alpm_parse_config out of libalpmDan McGee1-9/+0
2007-04-27Clean up gettext on the libalpm sideDan McGee1-2/+0
2007-03-05This commit looks much more monumental than it is. Almost all just #includeDan McGee1-0/+6
2007-02-09* Fixed some missing error values in strerrorAaron Griffin1-14/+22
2007-02-08Attempt to NOT remove packages on filesystem errors (like a read-onlyAaron Griffin1-0/+2
2007-01-30K. Piche <kpiche@rogers.com>Aaron Griffin1-1/+1
2007-01-18Dan McGee <dpmcgee@gmail.com>Aaron Griffin1-1/+1
2006-11-16* makepkg.conf.in variable changes (missed the checkin)Aaron Griffin1-1/+1
2006-10-31Numerous changes:Aaron Griffin1-0/+2
2006-10-15Merged frugalware changes (too many to list). Also added some config fileAaron Griffin1-2/+26
2006-09-28removed libtar support in favour of libarchiveJudd Vinet1-0/+2
2006-05-15first stage of i18n stuff from VMiklosJudd Vinet1-37/+39