summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2010-12-21Use name hashes in depends to avoid strcmp callsDan McGee2-8/+18
2010-12-21Remove need for memory allocation in _alpm_depcmpDan McGee1-9/+13
2010-12-21Overhaul archive fgets functionDan McGee4-32/+114
2010-12-20Only check diskspace availability if needs more than zeroAllan McRae1-1/+2
2010-12-20Always specify arguement type in function delcarationsAllan McRae4-26/+26
2010-12-20Use macros in sync DB parsingDan McGee1-99/+52
2010-12-15Add a cushion for diskspace checkingDan McGee1-3/+8
2010-12-14Reorganize 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-13Correctly force load of package reasonDan McGee1-5/+1
2010-12-13Abstract has_scriptlet() to package ops structDan McGee3-14/+19
2010-12-13Remove non-public functions from headerDan McGee3-7/+4
2010-12-13Mark sync_db_read() as staticDan McGee2-3/+6
2010-12-13Abort db_populate if dbpath is not setBruno Widmann1-0/+3
2010-12-12Create sync/ DB directory if it does not existDan McGee1-0/+18
2010-12-12Merge desc and depends files in local dbAllan McRae3-94/+61
2010-12-12Attempt to stop installation when we encounter problemsDan McGee1-32/+48
2010-12-12Turn libarchive warnings into libalpm warningsDan McGee2-3/+3
2010-12-12Make reading from any file possible in sync DBDan McGee1-12/+8
2010-12-12diskspace style cleanups and small fixesDan McGee2-50/+55
2010-12-12Refactor statfs/statvfs type checkDan McGee2-41/+21
2010-12-12Display progress bar for disk space checkingAllan McRae3-3/+27
2010-12-12Add configuration option to control disk space checkingAllan McRae4-4/+24
2010-12-12Implement disk space checkingAllan McRae3-1/+45
2010-12-12Add functions to calculate approximate disk usage by packagesAllan McRae1-0/+100
2010-12-12Add function to match file to mount pointAllan McRae1-0/+28
2010-12-12Add function for listing system mount pointsAllan McRae2-0/+139
2010-12-12Prototype disk space checking functionalityAllan McRae4-0/+66
2010-12-12Remove AC_TYPE_SIGNAL usageDan McGee1-1/+1
2010-12-12dirent usage cleanupDan McGee4-4/+1
2010-12-12Move MAX_DELTA_RATIO definitionAllan McRae2-3/+3
2010-12-12Combine reading from depends and desc in sync dbAllan McRae1-7/+2
2010-12-12alpm/remove.c : respect --dbonly during remove-upgradeXavier Chantry1-0/+5
2010-12-12alpm: don't expose alpm_depcmpXavier Chantry5-9/+9
2010-12-12alpm: kill alpm_deptestXavier Chantry2-26/+0
2010-12-12alpm: add new alpm_find_satisfier functionXavier Chantry2-0/+15
2010-12-12Fix a few problems reported by clang-analyzerXavier Chantry2-9/+6
2010-12-12Merge branch 'maint'Dan McGee1-1/+1
2010-12-12be_files: write EPOCH instead of FORCEXavier Chantry1-3/+4
2010-12-10Fix possible null pointer deref in check_archDan McGee1-1/+1
2010-10-18Merge branch 'maint'Dan McGee2-1/+7
2010-10-18alpm/sync: very small memleak fixXavier Chantry1-1/+3
2010-10-18libalpm/remove: fix funny progress bar problem with empty packagesXavier Chantry1-0/+4
2010-10-14be_package: read force entry and convert to epochXavier Chantry1-0/+5
2010-10-13Add epoch support to pacman/libalpmDan McGee6-22/+47
2010-10-13Small tweaks after backend mergeDan McGee3-19/+4
2010-10-14Only write to local reposAllan McRae1-53/+38