summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-01-22repo-add: only attempt to create deltas when askedAllan McRae
2011-01-21Add a likely_pkg hint argument to sync_db_readDan McGee
2011-01-21Improve splitname memory allocationDan McGee
2011-01-21Improve depends string parsingDan McGee
2011-01-21Add strndup fallback function to libalpm utilDan McGee
2011-01-21Update valgrind suppressions fileDan McGee
2011-01-21Add a pactest for the situation in FS#7524Dan McGee
2011-01-18Fix integrity check status when installing from fileDan McGee
2011-01-14makepkg: perform all sanity checks before erroring outDan McGee
2011-01-13repo-add: fix misguided conditional correctionDan McGee
2011-01-12Merge branch 'maint'Dan McGee
2011-01-12Fix double read issue in maint releasesDan McGee
2011-01-12pactest: build the filelist using a set()Dan McGee
2011-01-11Make debug config messages consistent in capitalizationDan McGee
2011-01-11Back out anticipated epoch changesDan McGee
2011-01-11Merge branch 'diskspace-fixes'Dan McGee
2011-01-11Merge branch 'fix-double-load'Dan McGee
2011-01-11Merge branch 'repo-add-improvements'Dan McGee
2011-01-11Fix double filelist issue when upgrading a packageDan McGee
2011-01-11Call archive_read_data_skip() while checking diskspaceDan McGee
2011-01-11Add error message stating which partition is fullDan McGee
2011-01-11Unify two free diskspace error messagesDan McGee
2011-01-11Add a progressbar for package integrity checkingDan McGee
2011-01-11Small fix to download size lookup and a loggerDan McGee
2011-01-11doc: add docs for repo-add -d optionDan McGee
2011-01-11repo-add: Create/modify files databasesPyroPeter
2011-01-11Add two pactests with non-trivial file countsDan McGee
2011-01-11pactest: build the filelist using a set()Dan McGee
2011-01-11repo-add: use pushd/popdDan McGee
2011-01-10pactest: correctly write epoch and force as necessaryDan McGee
2011-01-10Use double rather than float everywhereDan McGee
2011-01-10Progress callback cleanups and fixesDan McGee
2011-01-10Ensure we use local package when calculating removed sizeDan McGee
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