Age | Commit message (Expand) | Author | Files | Lines |
2011-01-22 | Compute download size for sync packages only | Dan McGee | 1 | -1/+1 |
2011-01-22 | Merge branch 'maint' | Dan McGee | 22 | -22/+110 |
2011-01-22 | Remove epoch as an independent field | Dan McGee | 6 | -55/+0 |
2011-01-22 | Allow version comparison to contain epoch specifier | Dan McGee | 1 | -40/+117 |
2011-01-21 | Copy new backend translation over from frontend translation | Dan McGee | 22 | -22/+110 |
2011-01-21 | Add a likely_pkg hint argument to sync_db_read | Dan McGee | 1 | -10/+16 |
2011-01-21 | Improve splitname memory allocation | Dan McGee | 1 | -14/+13 |
2011-01-21 | Improve depends string parsing | Dan McGee | 1 | -33/+20 |
2011-01-21 | Add strndup fallback function to libalpm util | Dan McGee | 2 | -0/+27 |
2011-01-18 | Fix integrity check status when installing from file | Dan McGee | 1 | -2/+1 |
2011-01-12 | Fix double read issue in maint releases | Dan McGee | 1 | -8/+10 |
2011-01-12 | Back out anticipated epoch changes | Dan McGee | 1 | -4/+0 |
2011-01-12 | Merge branch 'diskspace-fixes' | Dan McGee | 2 | -8/+18 |
2011-01-12 | Merge branch 'fix-double-load' | Dan McGee | 2 | -15/+25 |
2011-01-12 | Fix double filelist issue when upgrading a package | Dan McGee | 2 | -15/+25 |
2011-01-12 | Call archive_read_data_skip() while checking diskspace | Dan McGee | 1 | -0/+7 |
2011-01-12 | Add error message stating which partition is full | Dan McGee | 1 | -7/+10 |
2011-01-12 | Unify two free diskspace error messages | Dan McGee | 1 | -1/+1 |
2011-01-12 | Add a progressbar for package integrity checking | Dan McGee | 2 | -2/+11 |
2011-01-12 | Small fix to download size lookup and a logger | Dan McGee | 1 | -0/+2 |
2011-01-10 | Ensure we use local package when calculating removed size | Dan McGee | 1 | -5/+7 |
2011-01-10 | Remove need for floating point division in backend | Dan McGee | 4 | -27/+26 |
2011-01-08 | libalpm/be_package.c: fix small memleak | Xavier Chantry | 1 | -14/+10 |
2011-01-08 | Fix some more simple conversion "errors" | Dan McGee | 7 | -21/+23 |
2011-01-08 | Use size_t for alpm_list sizes | Allan McRae | 10 | -22/+22 |
2011-01-08 | Refactor old date parsing into single method | Dan McGee | 5 | -46/+18 |
2011-01-08 | Update copyright years for 2011 | Allan McRae | 42 | -42/+42 |
2011-01-06 | Remove FORCE reading from local DB | Dan McGee | 1 | -6/+0 |
2011-01-02 | Fix function indentation | Dan McGee | 1 | -22/+22 |
2010-12-30 | Merge branch 'maint' | Dan McGee | 1 | -15/+35 |
2010-12-30 | Declare all local functions static | Allan McRae | 3 | -59/+63 |
2010-12-30 | Respect Ignore{Pkg,Group} for group members | Jakob Gruber | 1 | -0/+12 |
2010-12-30 | Move group code to separate function | Jakob Gruber | 1 | -15/+23 |
2010-12-30 | Add const to some ALPM function signatures | Jakob Gruber | 4 | -9/+9 |
2010-12-30 | Use limits.h for PATH_MAX | Allan McRae | 2 | -8/+4 |
2010-12-30 | Detect undefined PATH_MAX | Allan McRae | 7 | -4/+3 |
2010-12-30 | Correct type for hash value storage | Allan McRae | 1 | -1/+1 |
2010-12-30 | Merge branch 'depcmp-perf' | Dan McGee | 2 | -15/+29 |
2010-12-22 | Use name hashes in depends to avoid strcmp calls | Dan McGee | 2 | -8/+18 |
2010-12-22 | Remove need for memory allocation in _alpm_depcmp | Dan McGee | 1 | -9/+13 |
2010-12-21 | Overhaul archive fgets function | Dan McGee | 4 | -32/+114 |
2010-12-21 | Only check diskspace availability if needs more than zero | Allan McRae | 1 | -1/+2 |
2010-12-21 | Always specify arguement type in function delcarations | Allan McRae | 4 | -26/+26 |
2010-12-21 | Use macros in sync DB parsing | Dan McGee | 1 | -99/+52 |
2010-12-15 | Add a cushion for diskspace checking | Dan McGee | 1 | -3/+8 |
2010-12-15 | Reorganize fields in package struct | Dan McGee | 1 | -13/+15 |
2010-12-14 | Used hashed package name in _alpm_pkg_find | Dan McGee | 1 | -2/+13 |
2010-12-14 | When setting package name, set hash value as well | Dan McGee | 4 | -0/+4 |
2010-12-14 | Add hash_sdbm function | Dan McGee | 2 | -0/+22 |
2010-12-14 | Use _alpm_pkg_find in deps search | Dan McGee | 1 | -2/+2 |