summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2010-12-29makepkg: add option to clear buildflagsAllan McRae
2010-12-29makepkg: Add check() function for running test suitesAllan McRae
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-29makepkg: escape closing bash array paren for awkDave Reisner
2010-12-29makepkg: allow pkgname usage in split package functionsAllan McRae
2010-12-29Merge branch 'depcmp-perf'Dan McGee
2010-12-29Merge branch 'fgets-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-21Add pactest to test long archive readsDan McGee
2010-12-21pactest: allow testing of package descriptionDan McGee
2010-12-21Overhaul archive fgets functionDan McGee
2010-12-20testdb: update for new database formatDan 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-20makepkg: remove last inappropriate PKGBUILD usageAllan McRae
2010-12-20Use macros in sync DB parsingDan McGee
2010-12-15Merge branch 'maint'Dan McGee
2010-12-15Add a cushion for diskspace checkingDan McGee
2010-12-15Document PKGEXT and SRCEXTAllan McRae
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-13doc/PKGBUILD: document that functions run in -e modev3.4.2Dan McGee
2010-12-13Fix manpage wrap not at 80 charactersDan 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 news and bump versionsDan McGee
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