summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-01-12Fix double filelist issue when upgrading a packageDan McGee2-15/+25
2011-01-12Call archive_read_data_skip() while checking diskspaceDan McGee1-0/+7
2011-01-12Add error message stating which partition is fullDan McGee1-7/+10
2011-01-12Unify two free diskspace error messagesDan McGee1-1/+1
2011-01-12Add a progressbar for package integrity checkingDan McGee3-4/+18
2011-01-12Small fix to download size lookup and a loggerDan McGee2-1/+5
2011-01-12doc: add docs for repo-add -d optionDan McGee1-1/+5
2011-01-12repo-add: Create/modify files databasesPyroPeter2-5/+21
2011-01-12Add two pactests with non-trivial file countsDan McGee2-0/+30
2011-01-12pactest: build the filelist using a set()Dan McGee1-6/+4
2011-01-12repo-add: use pushd/popdDan McGee1-9/+7
2011-01-10pactest: correctly write epoch and force as necessaryDan McGee3-0/+9
2011-01-10Use double rather than float everywhereDan McGee3-11/+10
2011-01-10Progress callback cleanups and fixesDan McGee1-27/+21
2011-01-10Ensure we use local package when calculating removed sizeDan McGee1-5/+7
2011-01-10Remove need for floating point division in backendDan McGee5-30/+26
2011-01-08libalpm/be_package.c: fix small memleakXavier Chantry1-14/+10
2011-01-08Fix some more simple conversion "errors"Dan McGee13-39/+40
2011-01-08Use size_t for alpm_list sizesAllan McRae12-28/+29
2011-01-08Refactor old date parsing into single methodDan McGee5-46/+18
2011-01-08Update copyright years for 2011Allan McRae65-69/+69
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