summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-01-18Fix integrity check status when installing from fileDan McGee1-2/+1
2011-01-12Merge branch 'diskspace-fixes'Dan McGee2-8/+18
2011-01-12Merge branch 'fix-double-load'Dan McGee2-15/+25
2011-01-12Fix double filelist issue when upgrading a packageDan McGee2-15/+25
2011-01-12Call archive_read_data_skip() while checking diskspaceDan McGee1-0/+7
2011-01-12Add error message stating which partition is fullDan McGee1-7/+10
2011-01-12Unify two free diskspace error messagesDan McGee1-1/+1
2011-01-12Add a progressbar for package integrity checkingDan McGee2-2/+11
2011-01-12Small fix to download size lookup and a loggerDan McGee1-0/+2
2011-01-10Ensure we use local package when calculating removed sizeDan McGee1-5/+7
2011-01-10Remove need for floating point division in backendDan McGee4-27/+26
2011-01-08libalpm/be_package.c: fix small memleakXavier Chantry1-14/+10
2011-01-08Fix some more simple conversion "errors"Dan McGee7-21/+23
2011-01-08Use size_t for alpm_list sizesAllan McRae10-22/+22
2011-01-08Refactor old date parsing into single methodDan McGee5-46/+18
2011-01-08Update copyright years for 2011Allan McRae42-42/+42
2011-01-06Remove FORCE reading from local DBDan McGee1-6/+0
2011-01-02Fix function indentationDan McGee1-22/+22
2010-12-30Merge branch 'maint'Dan McGee1-15/+35
2010-12-30Declare all local functions staticAllan McRae3-59/+63
2010-12-30Respect Ignore{Pkg,Group} for group membersJakob Gruber1-0/+12
2010-12-30Move group code to separate functionJakob Gruber1-15/+23
2010-12-30Add const to some ALPM function signaturesJakob Gruber4-9/+9
2010-12-30Use limits.h for PATH_MAXAllan McRae2-8/+4
2010-12-30Detect undefined PATH_MAXAllan McRae7-4/+3
2010-12-30Correct type for hash value storageAllan McRae1-1/+1
2010-12-30Merge branch 'depcmp-perf'Dan McGee2-15/+29
2010-12-22Use name hashes in depends to avoid strcmp callsDan McGee2-8/+18
2010-12-22Remove need for memory allocation in _alpm_depcmpDan McGee1-9/+13
2010-12-21Overhaul archive fgets functionDan McGee4-32/+114
2010-12-21Only check diskspace availability if needs more than zeroAllan McRae1-1/+2
2010-12-21Always specify arguement type in function delcarationsAllan McRae4-26/+26
2010-12-21Use macros in sync DB parsingDan McGee1-99/+52
2010-12-15Add a cushion for diskspace checkingDan McGee1-3/+8
2010-12-15Reorganize fields in package structDan McGee1-13/+15
2010-12-14Used hashed package name in _alpm_pkg_findDan McGee1-2/+13
2010-12-14When setting package name, set hash value as wellDan McGee4-0/+4
2010-12-14Add hash_sdbm functionDan McGee2-0/+22
2010-12-14Use _alpm_pkg_find in deps searchDan McGee1-2/+2
2010-12-14Correctly force load of package reasonDan McGee1-5/+1
2010-12-14Abstract has_scriptlet() to package ops structDan McGee3-14/+19
2010-12-14Remove non-public functions from headerDan McGee3-7/+4
2010-12-14Mark sync_db_read() as staticDan McGee2-3/+6
2010-12-13Abort db_populate if dbpath is not setBruno Widmann1-0/+3
2010-12-13Create sync/ DB directory if it does not existDan McGee1-0/+18
2010-12-13Merge desc and depends files in local dbAllan McRae3-94/+61
2010-12-13Attempt to stop installation when we encounter problemsDan McGee1-32/+48
2010-12-13Turn libarchive warnings into libalpm warningsDan McGee2-3/+3
2010-12-13Make reading from any file possible in sync DBDan McGee1-12/+8
2010-12-13diskspace style cleanups and small fixesDan McGee2-50/+55