summaryrefslogtreecommitdiff
path: root/lib/libalpm
AgeCommit message (Expand)Author
2011-02-04Get estimated package count when populating databasesDan McGee
2011-02-04Add a hash table for holding packagesAllan McRae
2011-02-01Fix locale.h/setlocale inclusion with --disable-nlsDan McGee
2011-01-31alpm/depcmp: new NODEPVERSION flagXavier Chantry
2011-01-31libalpm: fix db_update documentationXavier Chantry
2011-01-29alpm: drop old target interfacesXavier Chantry
2011-01-29alpm: deprecate old interfaceXavier Chantry
2011-01-29alpm: new alpm_remove_pkg interfaceXavier Chantry
2011-01-29alpm: add alpm_find_grp_pkgsXavier Chantry
2011-01-29alpm: new alpm_add_pkg interfaceXavier Chantry
2011-01-29alpm/dep: add alpm_find_dbs_satisfierXavier Chantry
2011-01-29Add interactive provider selectionXavier Chantry
2011-01-29Merge branch 'maint'Dan McGee
2011-01-29Remove need to explicitly register the local DBDan McGee
2011-01-28Ignore known but unused package descfile fieldsDan McGee
2011-01-28libalpm: Fix a missing "nicht" (not) in German translation.Thomas Bächler
2011-01-24Fix memory leak and error code in DB readingDan McGee
2011-01-22Compute download size for sync packages onlyDan McGee
2011-01-22Merge branch 'maint'Dan McGee
2011-01-21Remove epoch as an independent fieldDan McGee
2011-01-21Allow version comparison to contain epoch specifierDan McGee
2011-01-21Copy new backend translation over from frontend translationDan McGee
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-18Fix integrity check status when installing from fileDan McGee
2011-01-12Fix double read issue in maint releasesDan 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-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-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-05Remove FORCE reading from local DBDan 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