summaryrefslogtreecommitdiff
path: root/lib
Commit message (Expand)AuthorAge
* Fix locale.h/setlocale inclusion with --disable-nlsDan McGee2011-02-01
* alpm/depcmp: new NODEPVERSION flagXavier Chantry2011-01-31
* libalpm: fix db_update documentationXavier Chantry2011-01-31
* alpm: drop old target interfacesXavier Chantry2011-01-29
* alpm: deprecate old interfaceXavier Chantry2011-01-29
* alpm: new alpm_remove_pkg interfaceXavier Chantry2011-01-29
* alpm: add alpm_find_grp_pkgsXavier Chantry2011-01-29
* alpm: new alpm_add_pkg interfaceXavier Chantry2011-01-29
* alpm/dep: add alpm_find_dbs_satisfierXavier Chantry2011-01-29
* Add interactive provider selectionXavier Chantry2011-01-29
* Merge branch 'maint'Dan McGee2011-01-29
|\
| * libalpm: Fix a missing "nicht" (not) in German translation.Thomas Bächler2011-01-28
* | Remove need to explicitly register the local DBDan McGee2011-01-29
* | Ignore known but unused package descfile fieldsDan McGee2011-01-28
* | Fix memory leak and error code in DB readingDan McGee2011-01-24
* | Compute download size for sync packages onlyDan McGee2011-01-22
* | Merge branch 'maint'Dan McGee2011-01-22
|\|
| * Copy new backend translation over from frontend translationDan McGee2011-01-21
| * Fix double read issue in maint releasesDan McGee2011-01-12
| * Back out anticipated epoch changesDan McGee2011-01-11
* | Remove epoch as an independent fieldDan McGee2011-01-21
* | Allow version comparison to contain epoch specifierDan McGee2011-01-21
* | Add a likely_pkg hint argument to sync_db_readDan McGee2011-01-21
* | Improve splitname memory allocationDan McGee2011-01-21
* | Improve depends string parsingDan McGee2011-01-21
* | Add strndup fallback function to libalpm utilDan McGee2011-01-21
* | Fix integrity check status when installing from fileDan McGee2011-01-18
* | Merge branch 'diskspace-fixes'Dan McGee2011-01-11
|\ \
| * | Call archive_read_data_skip() while checking diskspaceDan McGee2011-01-11
| * | Add error message stating which partition is fullDan McGee2011-01-11
| * | Unify two free diskspace error messagesDan McGee2011-01-11
* | | Merge branch 'fix-double-load'Dan McGee2011-01-11
|\ \ \ | |/ / |/| |
| * | Fix double filelist issue when upgrading a packageDan 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