summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-01-21Allow version comparison to contain epoch specifierDan McGee
2011-01-21Add a likely_pkg hint argument to sync_db_readDan McGee
2011-01-21Improve splitname memory allocationDan McGee
2011-01-21Improve depends string parsingDan McGee
2011-01-21Add strndup fallback function to libalpm utilDan McGee
2011-01-18Fix integrity check status when installing from fileDan McGee
2011-01-11Merge branch 'diskspace-fixes'Dan McGee
2011-01-11Merge branch 'fix-double-load'Dan McGee
2011-01-11Fix double filelist issue when upgrading a packageDan McGee
2011-01-11Call archive_read_data_skip() while checking diskspaceDan McGee
2011-01-11Add error message stating which partition is fullDan McGee
2011-01-11Unify two free diskspace error messagesDan McGee
2011-01-11Add a progressbar for package integrity checkingDan McGee
2011-01-11Small fix to download size lookup and a loggerDan McGee
2011-01-10Ensure we use local package when calculating removed sizeDan McGee
2011-01-10Remove need for floating point division in backendDan McGee
2011-01-07libalpm/be_package.c: fix small memleakXavier Chantry
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Use size_t for alpm_list sizesAllan McRae
2011-01-07Refactor old date parsing into single methodDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2011-01-05Remove FORCE reading from local DBDan McGee
2011-01-02Fix function indentationDan McGee
2010-12-30Merge branch 'maint'Dan McGee
2010-12-30Declare all local functions staticAllan McRae
2010-12-30Respect Ignore{Pkg,Group} for group membersJakob Gruber
2010-12-30Move group code to separate functionJakob Gruber
2010-12-30Add const to some ALPM function signaturesJakob Gruber
2010-12-29Use limits.h for PATH_MAXAllan McRae
2010-12-29Detect undefined PATH_MAXAllan McRae
2010-12-29Correct type for hash value storageAllan McRae
2010-12-29Merge branch 'depcmp-perf'Dan McGee
2010-12-21Use name hashes in depends to avoid strcmp callsDan McGee
2010-12-21Remove need for memory allocation in _alpm_depcmpDan McGee
2010-12-21Overhaul archive fgets functionDan McGee
2010-12-20Only check diskspace availability if needs more than zeroAllan McRae
2010-12-20Always specify arguement type in function delcarationsAllan McRae
2010-12-20Use macros in sync DB parsingDan McGee
2010-12-15Add a cushion for diskspace checkingDan McGee
2010-12-14Reorganize fields in package structDan McGee
2010-12-14Used hashed package name in _alpm_pkg_findDan McGee
2010-12-14When setting package name, set hash value as wellDan McGee
2010-12-14Add hash_sdbm functionDan McGee
2010-12-14Use _alpm_pkg_find in deps searchDan McGee
2010-12-13Correctly force load of package reasonDan McGee
2010-12-13Abstract has_scriptlet() to package ops structDan McGee
2010-12-13Remove non-public functions from headerDan McGee
2010-12-13Mark sync_db_read() as staticDan McGee
2010-12-13Abort db_populate if dbpath is not setBruno Widmann
2010-12-12Create sync/ DB directory if it does not existDan McGee