summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-06-09Require handle argument to all alpm_option_(get|set)_*() methodsDan McGee18-251/+202
2011-06-09Require handle argument to alpm_logaction()Dan McGee7-30/+30
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee4-7/+7
2011-06-09_alpm_lstat: only duplicate string if necessaryDan McGee1-7/+8
2011-06-08Fix graph free valgrind warningsDan McGee1-11/+0
2011-06-08Plug a memory leakDan McGee1-0/+1
2011-06-07Merge branch 'maint'Dan McGee1-1/+1
2011-06-07New signatures for alpm initialize and releaseDan McGee7-91/+72
2011-06-07Add cachedirs one-by-one in set_cachedirs()Dan McGee1-2/+10
2011-06-07Be consistent with memory treatment for plural option settersDan McGee1-5/+5
2011-06-07Add helper methods for setting directory optionsDan McGee5-63/+64
2011-06-07Remove incorrect output when downloading onlyAllan McRae1-1/+1
2011-06-03Use standard errno codes in return from _alpm_archive_fgetsDan McGee3-11/+28
2011-06-03Remove global handle dependencies from sync/upgrade pathsDan McGee7-66/+55
2011-06-03Remove global handle from remove.cDan McGee5-36/+30
2011-06-03Remove global handle from some package and db codeDan McGee6-41/+17
2011-06-03Remove global handle from diskspace.cDan McGee3-14/+12
2011-06-03Remove global handle from util.cDan McGee6-38/+36
2011-06-03Push down extern handle variable to files that need itDan McGee18-3/+48
2011-06-03Add handle attribute to pmpkg_t structDan McGee5-4/+10
2011-06-03Add handle attribute to pmdb_t structDan McGee5-2/+6
2011-06-03Remove unnecessary handle != NULL assertsDan McGee2-15/+0
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee22-252/+0
2011-06-01lib/dload.c: remove assumption in continuation logicDave Reisner1-5/+3
2011-06-01dload: abort transfer on CURLOPT_LOW_SPEED_LIMITDave Reisner1-0/+2
2011-06-01Merge branch 'maint'Dan McGee3-4/+3
2011-05-24alpm_list: fix typo in doxygen commentPang Yan Han1-1/+1
2011-05-20Bail early if we don't have a valid lockfile pathDan McGee2-3/+2
2011-05-20Merge branch 'maint'Dan McGee2-10/+11
2011-05-16Fix segfault when uninstalling broken backed-up symlinkDan McGee1-1/+1
2011-05-16trans.c: create transaction prior to checking DB versionDave Reisner1-9/+10
2011-05-05Remove sync DB reregister checkDan McGee1-10/+0
2011-05-05Merge branch 'maint'Dan McGee2-6/+8
2011-05-05Don't null-check handle lists before settingDan McGee1-6/+10
2011-05-05Improve database server APIDan McGee2-23/+88
2011-05-05Ensure populate error return codes are consistentDan McGee2-6/+8
2011-05-05Logging changes during DB loadDan McGee2-1/+6
2011-05-05dload: ensure we return success if we found files on any mirrorDan McGee1-1/+3
2011-05-05Dan broke my patchAllan McRae1-1/+1
2011-05-04Fix incorrect memory allocation assignmentDan McGee1-1/+1
2011-05-04dload: make sure we never print a bogus error bufferDan McGee1-0/+2
2011-05-04Deal with unused function parameters correctlyAllan McRae7-18/+28
2011-05-04Fix warnings reported by -Wwrite-stringsDan McGee1-5/+3
2011-05-04Reduce duplicate signing debug code and fix logic conditionDan McGee1-35/+23
2011-04-27Allow conditional compilation with GPGMEDan McGee2-2/+16
2011-04-24signing: add more detail to unexpected signature count errorDan McGee1-1/+7
2011-04-24Enhance GPGME debug outputDan McGee1-11/+97
2011-04-24Perform package verification at package load timeDan McGee4-38/+47
2011-04-24sync_commit: refactor out validate_deltasDan McGee1-50/+53
2011-04-24sync_commit: refactor out file downloadsDan McGee1-32/+37