summaryrefslogtreecommitdiff
path: root/lib/libalpm
Commit message (Expand)AuthorAge
* Unify two free diskspace error messagesDan McGee2011-01-11
* Add a progressbar for package integrity checkingDan McGee2011-01-11
* Small fix to download size lookup and a loggerDan McGee2011-01-11
* Ensure we use local package when calculating removed sizeDan McGee2011-01-10
* Remove need for floating point division in backendDan McGee2011-01-10
* libalpm/be_package.c: fix small memleakXavier Chantry2011-01-07
* Fix some more simple conversion "errors"Dan McGee2011-01-07
* Use size_t for alpm_list sizesAllan McRae2011-01-07
* Refactor old date parsing into single methodDan McGee2011-01-07
* Update copyright years for 2011Allan McRae2011-01-07
* Remove FORCE reading from local DBDan McGee2011-01-05
* Fix function indentationDan McGee2011-01-02
* Merge branch 'maint'Dan McGee2010-12-30
|\
| * Respect Ignore{Pkg,Group} for group membersJakob Gruber2010-12-30
| * Move group code to separate functionJakob Gruber2010-12-30
* | Declare all local functions staticAllan McRae2010-12-30
* | Add const to some ALPM function signaturesJakob Gruber2010-12-30
* | Use limits.h for PATH_MAXAllan McRae2010-12-29
* | Detect undefined PATH_MAXAllan McRae2010-12-29
* | Correct type for hash value storageAllan McRae2010-12-29
* | Merge branch 'depcmp-perf'Dan McGee2010-12-29
|\ \
| * | Use name hashes in depends to avoid strcmp callsDan McGee2010-12-21
| * | Remove need for memory allocation in _alpm_depcmpDan McGee2010-12-21
* | | Overhaul archive fgets functionDan McGee2010-12-21
|/ /
* | Only check diskspace availability if needs more than zeroAllan McRae2010-12-20
* | Always specify arguement type in function delcarationsAllan McRae2010-12-20
* | Use macros in sync DB parsingDan McGee2010-12-20
* | Add a cushion for diskspace checkingDan McGee2010-12-15
* | Reorganize fields in package structDan McGee2010-12-14
* | Used hashed package name in _alpm_pkg_findDan McGee2010-12-14
* | When setting package name, set hash value as wellDan McGee2010-12-14
* | Add hash_sdbm functionDan McGee2010-12-14
* | Use _alpm_pkg_find in deps searchDan McGee2010-12-14
* | Correctly force load of package reasonDan McGee2010-12-13
* | Abstract has_scriptlet() to package ops structDan McGee2010-12-13
* | Remove non-public functions from headerDan McGee2010-12-13
* | Mark sync_db_read() as staticDan McGee2010-12-13
* | Abort db_populate if dbpath is not setBruno Widmann2010-12-13
* | Create sync/ DB directory if it does not existDan McGee2010-12-12
* | Merge desc and depends files in local dbAllan McRae2010-12-12
* | Attempt to stop installation when we encounter problemsDan McGee2010-12-12
* | Turn libarchive warnings into libalpm warningsDan McGee2010-12-12
* | Make reading from any file possible in sync DBDan McGee2010-12-12
* | diskspace style cleanups and small fixesDan McGee2010-12-12
* | Refactor statfs/statvfs type checkDan McGee2010-12-12
* | Display progress bar for disk space checkingAllan McRae2010-12-12
* | Add configuration option to control disk space checkingAllan McRae2010-12-12
* | Implement disk space checkingAllan McRae2010-12-12
* | Add functions to calculate approximate disk usage by packagesAllan McRae2010-12-12
* | Add function to match file to mount pointAllan McRae2010-12-12