summaryrefslogtreecommitdiff
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-12Update scripts/ .gitignoreDan McGee
2010-12-12Create sync/ DB directory if it does not existDan McGee
2010-12-12pacman-optimize: ensure database directory contains local/Dan McGee
2010-12-12Add script to update pacman database formatAllan McRae
2010-12-12Update pactest suite for change in db structureAllan McRae
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-12Explicitly test time difference is greater than zeroAllan McRae
2010-12-12makepkg: perform sanity checks on variables in package functionsAllan McRae
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-12makepkg: remove dead code from handle_depsAndres P
2010-12-12makepkg: do not ignore errors from pacman when checking depsAndres P
2010-12-12makepkg: use portable escape sequence for terminal escapesCarlos Diaz
2010-12-12Add epoch to PKGBUILD prototypesAllan McRae
2010-12-12src/util: update .gitignoreDan McGee
2010-12-12contrib: remove bash pactreeXavier Chantry
2010-12-12pactree: use variables for color and tree outputXavier Chantry
2010-12-12pactree: separate dependency and print logicXavier Chantry
2010-12-12pactree: rewrite in CDave Reisner
2010-12-12alpm/remove.c : respect --dbonly during remove-upgradeXavier Chantry
2010-12-12pacman: sort --help outputXavier Chantry
2010-12-12CLI args: update --help and manpageXavier Chantry
2010-12-12alpm: don't expose alpm_depcmpXavier Chantry
2010-12-12alpm: kill alpm_deptestXavier Chantry
2010-12-12pacman/deptest: reimplement with alpm_find_satisfierXavier Chantry
2010-12-12alpm: add new alpm_find_satisfier functionXavier Chantry