summaryrefslogtreecommitdiffstats
path: root/lib
AgeCommit message (Expand)AuthorFilesLines
2011-02-04Add a hash table for holding packagesAllan McRae4-0/+352
2011-02-01Fix locale.h/setlocale inclusion with --disable-nlsDan McGee4-6/+3
2011-01-31alpm/depcmp: new NODEPVERSION flagXavier Chantry3-9/+37
2011-01-31libalpm: fix db_update documentationXavier Chantry1-12/+13
2011-01-29alpm: drop old target interfacesXavier Chantry4-282/+0
2011-01-29alpm: deprecate old interfaceXavier Chantry1-5/+5
2011-01-29alpm: new alpm_remove_pkg interfaceXavier Chantry2-0/+27
2011-01-29alpm: add alpm_find_grp_pkgsXavier Chantry2-0/+43
2011-01-29alpm: new alpm_add_pkg interfaceXavier Chantry2-0/+66
2011-01-29alpm/dep: add alpm_find_dbs_satisfierXavier Chantry2-0/+23
2011-01-29Add interactive provider selectionXavier Chantry2-3/+36
2011-01-29Merge branch 'maint'Dan McGee1-1/+1
2011-01-29Remove need to explicitly register the local DBDan McGee4-23/+5
2011-01-29Ignore known but unused package descfile fieldsDan McGee1-2/+6
2011-01-28libalpm: Fix a missing "nicht" (not) in German translation.Thomas Bächler1-1/+1
2011-01-25Fix memory leak and error code in DB readingDan McGee1-2/+3
2011-01-22Compute download size for sync packages onlyDan McGee1-1/+1
2011-01-22Merge branch 'maint'Dan McGee22-22/+110
2011-01-22Remove epoch as an independent fieldDan McGee6-55/+0
2011-01-22Allow version comparison to contain epoch specifierDan McGee1-40/+117
2011-01-21Copy new backend translation over from frontend translationDan McGee22-22/+110
2011-01-21Add a likely_pkg hint argument to sync_db_readDan McGee1-10/+16
2011-01-21Improve splitname memory allocationDan McGee1-14/+13
2011-01-21Improve depends string parsingDan McGee1-33/+20
2011-01-21Add strndup fallback function to libalpm utilDan McGee2-0/+27
2011-01-18Fix integrity check status when installing from fileDan McGee1-2/+1
2011-01-12Fix double read issue in maint releasesDan McGee1-8/+10
2011-01-12Back out anticipated epoch changesDan McGee1-4/+0
2011-01-12Merge branch 'diskspace-fixes'Dan McGee2-8/+18
2011-01-12Merge branch 'fix-double-load'Dan McGee2-15/+25
2011-01-12Fix double filelist issue when upgrading a packageDan McGee2-15/+25
2011-01-12Call archive_read_data_skip() while checking diskspaceDan McGee1-0/+7
2011-01-12Add error message stating which partition is fullDan McGee1-7/+10
2011-01-12Unify two free diskspace error messagesDan McGee1-1/+1
2011-01-12Add a progressbar for package integrity checkingDan McGee2-2/+11
2011-01-12Small fix to download size lookup and a loggerDan McGee1-0/+2
2011-01-10Ensure we use local package when calculating removed sizeDan McGee1-5/+7
2011-01-10Remove need for floating point division in backendDan McGee4-27/+26
2011-01-08libalpm/be_package.c: fix small memleakXavier Chantry1-14/+10
2011-01-08Fix some more simple conversion "errors"Dan McGee7-21/+23
2011-01-08Use size_t for alpm_list sizesAllan McRae10-22/+22
2011-01-08Refactor old date parsing into single methodDan McGee5-46/+18
2011-01-08Update copyright years for 2011Allan McRae42-42/+42
2011-01-06Remove FORCE reading from local DBDan McGee1-6/+0
2011-01-02Fix function indentationDan McGee1-22/+22
2010-12-30Merge branch 'maint'Dan McGee1-15/+35
2010-12-30Declare all local functions staticAllan McRae3-59/+63
2010-12-30Respect Ignore{Pkg,Group} for group membersJakob Gruber1-0/+12
2010-12-30Move group code to separate functionJakob Gruber1-15/+23
2010-12-30Add const to some ALPM function signaturesJakob Gruber4-9/+9