summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
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
2010-12-12Merge desc and depends files in local dbAllan McRae
2010-12-12Attempt to stop installation when we encounter problemsDan McGee
2010-12-12Turn libarchive warnings into libalpm warningsDan McGee
2010-12-12Make reading from any file possible in sync DBDan McGee
2010-12-12diskspace style cleanups and small fixesDan McGee
2010-12-12Refactor statfs/statvfs type checkDan McGee
2010-12-12Display progress bar for disk space checkingAllan McRae
2010-12-12Add configuration option to control disk space checkingAllan McRae
2010-12-12Implement disk space checkingAllan McRae
2010-12-12Add functions to calculate approximate disk usage by packagesAllan McRae
2010-12-12Add function to match file to mount pointAllan McRae
2010-12-12Add function for listing system mount pointsAllan McRae
2010-12-12Prototype disk space checking functionalityAllan McRae
2010-12-12Remove AC_TYPE_SIGNAL usageDan McGee
2010-12-12dirent usage cleanupDan McGee
2010-12-12Move MAX_DELTA_RATIO definitionAllan McRae
2010-12-12Combine reading from depends and desc in sync dbAllan McRae
2010-12-12alpm/remove.c : respect --dbonly during remove-upgradeXavier Chantry
2010-12-12alpm: don't expose alpm_depcmpXavier Chantry
2010-12-12alpm: kill alpm_deptestXavier Chantry
2010-12-12alpm: add new alpm_find_satisfier functionXavier Chantry
2010-12-12Fix a few problems reported by clang-analyzerXavier Chantry
2010-12-12Merge branch 'maint'Dan McGee
2010-12-12be_files: write EPOCH instead of FORCEXavier Chantry
2010-12-10Fix possible null pointer deref in check_archDan McGee
2010-10-18Merge branch 'maint'Dan McGee
2010-10-18alpm/sync: very small memleak fixXavier Chantry
2010-10-18libalpm/remove: fix funny progress bar problem with empty packagesXavier Chantry
2010-10-14be_package: read force entry and convert to epochXavier Chantry
2010-10-13Add epoch support to pacman/libalpmDan McGee
2010-10-13Small tweaks after backend mergeDan McGee
2010-10-14Only write to local reposAllan McRae
2010-10-14Clean-up parsing sync databaseAllan McRae
2010-10-14Clean-up parsing local databaseAllan McRae
2010-10-14Remove lazy loading of deltasAllan McRae
2010-10-14Move and rename splitnameAllan McRae
2010-10-14Restrict visibility of checkdbdir and get_pkgpathAllan McRae
2010-10-14Only download sync databasesAllan McRae
2010-10-14Parse sync databaseAllan McRae