summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-10Remove need for floating point division in backendDan McGee
2011-01-07libalpm/be_package.c: fix small memleakXavier Chantry
2011-01-07Fix some more simple conversion "errors"Dan McGee
2011-01-07Use size_t for alpm_list sizesAllan McRae
2011-01-07Refactor old date parsing into single methodDan McGee
2011-01-07Update copyright years for 2011Allan McRae
2011-01-05vercmp: always return 0 if we perform a compareDan McGee
2011-01-05Remove FORCE reading from local DBDan McGee
2011-01-05pactest: Use booleans where it makes senseDan McGee
2011-01-05pactest: remove dead functionDan McGee
2011-01-02Fix function indentationDan McGee
2010-12-30Merge branch 'maint'Dan McGee
2010-12-30Declare all local functions staticAllan McRae
2010-12-30Respect Ignore{Pkg,Group} for group membersJakob Gruber
2010-12-30Move group code to separate functionJakob Gruber
2010-12-30Tests: Sync group which includes ignored pkgsJakob Gruber
2010-12-30Add const to some ALPM function signaturesJakob Gruber
2010-12-29doc: add website zip to clean filesDan McGee
2010-12-29Merge branch 'maint'Dan McGee
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-29Various documentation updatesDan McGee
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