summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-06-09Require handle argument to alpm_logaction()Dan McGee
2011-06-09Kill all remaining 'PATH_MAX + 1' usagesDan McGee
2011-06-09_alpm_lstat: only duplicate string if necessaryDan McGee
2011-06-08Fix graph free valgrind warningsDan McGee
2011-06-08Plug a memory leakDan McGee
2011-06-07Merge branch 'maint'Dan McGee
2011-06-07New signatures for alpm initialize and releaseDan McGee
2011-06-07Add cachedirs one-by-one in set_cachedirs()Dan McGee
2011-06-07Be consistent with memory treatment for plural option settersDan McGee
2011-06-07Add helper methods for setting directory optionsDan McGee
2011-06-07Remove incorrect output when downloading onlyAllan McRae
2011-06-03Use standard errno codes in return from _alpm_archive_fgetsDan McGee
2011-06-03Remove global handle dependencies from sync/upgrade pathsDan McGee
2011-06-03Remove global handle from remove.cDan McGee
2011-06-03Remove global handle from some package and db codeDan McGee
2011-06-03Remove global handle from diskspace.cDan McGee
2011-06-03Remove global handle from util.cDan McGee
2011-06-03Push down extern handle variable to files that need itDan McGee
2011-06-03Add handle attribute to pmpkg_t structDan McGee
2011-06-03Add handle attribute to pmdb_t structDan McGee
2011-06-03Remove unnecessary handle != NULL assertsDan McGee
2011-06-03Remove ALPM_LOG_FUNC macroDan McGee
2011-06-01lib/dload.c: remove assumption in continuation logicDave Reisner
2011-06-01dload: abort transfer on CURLOPT_LOW_SPEED_LIMITDave Reisner
2011-06-01Merge branch 'maint'Dan McGee
2011-05-24alpm_list: fix typo in doxygen commentPang Yan Han
2011-05-19Bail early if we don't have a valid lockfile pathDan McGee
2011-05-19Merge branch 'maint'Dan McGee
2011-05-16Fix segfault when uninstalling broken backed-up symlinkDan McGee
2011-05-16trans.c: create transaction prior to checking DB versionDave Reisner
2011-05-05Remove sync DB reregister checkDan McGee
2011-05-05Merge branch 'maint'Dan McGee
2011-05-05Don't null-check handle lists before settingDan McGee
2011-05-05Improve database server APIDan McGee
2011-05-05Ensure populate error return codes are consistentDan McGee
2011-05-05Logging changes during DB loadDan McGee
2011-05-05dload: ensure we return success if we found files on any mirrorDan McGee
2011-05-05Dan broke my patchAllan McRae
2011-05-04Fix incorrect memory allocation assignmentDan McGee
2011-05-04dload: make sure we never print a bogus error bufferDan McGee
2011-05-04Deal with unused function parameters correctlyAllan McRae
2011-05-04Fix warnings reported by -Wwrite-stringsDan McGee
2011-05-04Reduce duplicate signing debug code and fix logic conditionDan McGee
2011-04-27Allow conditional compilation with GPGMEDan McGee
2011-04-24signing: add more detail to unexpected signature count errorDan McGee
2011-04-24Enhance GPGME debug outputDan McGee
2011-04-24Perform package verification at package load timeDan McGee
2011-04-24sync_commit: refactor out validate_deltasDan McGee
2011-04-24sync_commit: refactor out file downloadsDan McGee
2011-04-24Rein in the complexity of the signature typeDan McGee