Age | Commit message (Expand) | Author |
2011-01-11 | Make debug config messages consistent in capitalization | Dan McGee |
2011-01-11 | Back out anticipated epoch changes | Dan McGee |
2011-01-11 | Merge branch 'diskspace-fixes' | Dan McGee |
2011-01-11 | Merge branch 'fix-double-load' | Dan McGee |
2011-01-11 | Merge branch 'repo-add-improvements' | Dan McGee |
2011-01-11 | Fix double filelist issue when upgrading a package | Dan McGee |
2011-01-11 | Call archive_read_data_skip() while checking diskspace | Dan McGee |
2011-01-11 | Add error message stating which partition is full | Dan McGee |
2011-01-11 | Unify two free diskspace error messages | Dan McGee |
2011-01-11 | Add a progressbar for package integrity checking | Dan McGee |
2011-01-11 | Small fix to download size lookup and a logger | Dan McGee |
2011-01-11 | doc: add docs for repo-add -d option | Dan McGee |
2011-01-11 | repo-add: Create/modify files databases | PyroPeter |
2011-01-11 | Add two pactests with non-trivial file counts | Dan McGee |
2011-01-11 | pactest: build the filelist using a set() | Dan McGee |
2011-01-11 | repo-add: use pushd/popd | Dan McGee |
2011-01-10 | pactest: correctly write epoch and force as necessary | Dan McGee |
2011-01-10 | Use double rather than float everywhere | Dan McGee |
2011-01-10 | Progress callback cleanups and fixes | Dan McGee |
2011-01-10 | Ensure we use local package when calculating removed size | Dan McGee |
2011-01-10 | Remove need for floating point division in backend | Dan McGee |
2011-01-07 | libalpm/be_package.c: fix small memleak | Xavier Chantry |
2011-01-07 | Fix some more simple conversion "errors" | Dan McGee |
2011-01-07 | Use size_t for alpm_list sizes | Allan McRae |
2011-01-07 | Refactor old date parsing into single method | Dan McGee |
2011-01-07 | Update copyright years for 2011 | Allan McRae |
2011-01-05 | vercmp: always return 0 if we perform a compare | Dan McGee |
2011-01-05 | Remove FORCE reading from local DB | Dan McGee |
2011-01-05 | pactest: Use booleans where it makes sense | Dan McGee |
2011-01-05 | pactest: remove dead function | Dan McGee |
2011-01-02 | Fix function indentation | Dan McGee |
2010-12-30 | Merge branch 'maint' | Dan McGee |
2010-12-30 | Declare all local functions static | Allan McRae |
2010-12-30 | Respect Ignore{Pkg,Group} for group members | Jakob Gruber |
2010-12-30 | Move group code to separate function | Jakob Gruber |
2010-12-30 | Tests: Sync group which includes ignored pkgs | Jakob Gruber |
2010-12-30 | Add const to some ALPM function signatures | Jakob Gruber |
2010-12-29 | doc: add website zip to clean files | Dan McGee |
2010-12-29 | Merge branch 'maint' | Dan McGee |
2010-12-29 | makepkg: add option to clear buildflags | Allan McRae |
2010-12-29 | makepkg: Add check() function for running test suites | Allan McRae |
2010-12-29 | Use limits.h for PATH_MAX | Allan McRae |
2010-12-29 | Detect undefined PATH_MAX | Allan McRae |
2010-12-29 | Correct type for hash value storage | Allan McRae |
2010-12-29 | Various documentation updates | Dan McGee |
2010-12-29 | makepkg: escape closing bash array paren for awk | Dave Reisner |
2010-12-29 | makepkg: allow pkgname usage in split package functions | Allan McRae |
2010-12-29 | Merge branch 'depcmp-perf' | Dan McGee |
2010-12-29 | Merge branch 'fgets-perf' | Dan McGee |
2010-12-21 | Use name hashes in depends to avoid strcmp calls | Dan McGee |