summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-06vercmp: always return 0 if we perform a compareDan McGee1-2/+3
2011-01-06Remove FORCE reading from local DBDan McGee1-6/+0
2011-01-06pactest: Use booleans where it makes senseDan McGee6-6/+6
2011-01-06pactest: remove dead functionDan McGee1-50/+0
2011-01-02Fix function indentationDan McGee1-22/+22
2010-12-30Merge branch 'maint'Dan McGee3-18/+36
2010-12-30Declare all local functions staticAllan McRae7-63/+67
2010-12-30Respect Ignore{Pkg,Group} for group membersJakob Gruber2-2/+12
2010-12-30Move group code to separate functionJakob Gruber1-15/+23
2010-12-30Tests: Sync group which includes ignored pkgsJakob Gruber1-0/+23
2010-12-30Add const to some ALPM function signaturesJakob Gruber4-9/+9
2010-12-30doc: add website zip to clean filesDan McGee1-1/+1
2010-12-30Merge branch 'maint'Dan McGee2-14/+19
2010-12-30makepkg: add option to clear buildflagsAllan McRae3-2/+15
2010-12-30makepkg: Add check() function for running test suitesAllan McRae7-8/+70
2010-12-30Use limits.h for PATH_MAXAllan McRae3-10/+6
2010-12-30Detect undefined PATH_MAXAllan McRae11-5/+25
2010-12-30Correct type for hash value storageAllan McRae1-1/+1
2010-12-30Various documentation updatesDan McGee2-14/+19
2010-12-30makepkg: escape closing bash array paren for awkDave Reisner1-4/+4
2010-12-30makepkg: allow pkgname usage in split package functionsAllan McRae1-4/+6
2010-12-30Merge branch 'depcmp-perf'Dan McGee2-15/+29
2010-12-30Merge branch 'fgets-perf'Dan McGee7-42/+140
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-21Add pactest to test long archive readsDan McGee1-0/+19
2010-12-21pactest: allow testing of package descriptionDan McGee2-10/+7
2010-12-21Overhaul archive fgets functionDan McGee4-32/+114
2010-12-21testdb: update for new database formatDan McGee1-33/+21
2010-12-21Only check diskspace availability if needs more than zeroAllan McRae1-1/+2
2010-12-21Always specify arguement type in function delcarationsAllan McRae6-28/+28
2010-12-21makepkg: remove last inappropriate PKGBUILD usageAllan McRae1-1/+1
2010-12-21Use macros in sync DB parsingDan McGee1-99/+52
2010-12-15Merge branch 'maint'Dan McGee3-20/+25
2010-12-15Add a cushion for diskspace checkingDan McGee1-3/+8
2010-12-15Document PKGEXT and SRCEXTAllan McRae1-2/+3
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-14doc/PKGBUILD: document that functions run in -e modev3.4.2Dan McGee1-7/+11
2010-12-14Fix manpage wrap not at 80 charactersDan McGee1-10/+11
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-13Update news and bump versionsDan McGee2-3/+3
2010-12-13Update scripts/ .gitignoreDan McGee1-0/+1