summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-02-04Add updated Kazakh translation from TransifexDan McGee1-177/+15
2011-02-04Update translation file indexes and MakevarsDan McGee4-4/+9
2011-02-04Add comment about download file resolutionDan McGee1-0/+8
2011-02-04Merge remote-tracking branch 'allan/hash'Dan McGee23-92/+647
2011-02-04Add more error checking and loggingDan McGee3-2/+8
2011-02-04Ensure found files are actually filesDan McGee2-3/+4
2011-02-04Improve pkghash_remove algorithmDan McGee1-19/+43
2011-02-04Use alpm_list_remove_item in pkghash_removeDan McGee1-31/+4
2011-02-04Add new alpm_list_remove_item() functionDan McGee2-33/+54
2011-02-04Add a new removal smoke testDan McGee2-5/+23
2011-02-04Actually remove packages from pkghash on removalAllan McRae3-10/+31
2011-02-04Refactor finding position for new hash entryAllan McRae1-19/+18
2011-02-04Rehash efficientlyAllan McRae1-3/+21
2011-02-04Slightly more efficient rehash size selectionAllan McRae1-2/+4
2011-02-04Error handling for maximum database sizeAllan McRae1-0/+12
2011-02-04Change default sync hash table sizing to 66% fullDan McGee1-2/+2
2011-02-04Implement a quick and dirty rehash functionDan McGee1-11/+16
2011-02-04Read pkgcache into hashAllan McRae16-52/+94
2011-02-04Get estimated package count when populating databasesDan McGee2-2/+70
2011-02-04Add a hash table for holding packagesAllan McRae4-0/+352
2011-02-03makepkg: initialize local arrays to emptyAllan McRae1-3/+3
2011-02-03makepkg: error on invalid optdependsAllan McRae1-0/+1
2011-02-03makepkg: make SRCPKGDEST default to $startdirCedric Staniewski2-3/+3
2011-02-03makepkg: Fix the check for references to srcdir/pkgdirNezmer1-2/+2
2011-02-01makepkg: fix indention to follow style guideCedric Staniewski1-8/+8
2011-02-01Fix locale.h/setlocale inclusion with --disable-nlsDan McGee4-6/+3
2011-01-31make -d less strict; add -dd optionFlorian Pritz8-18/+21
2011-01-31alpm/depcmp: new NODEPVERSION flagXavier Chantry3-9/+37
2011-01-31add pactests for -SddXavier Chantry6-0/+103
2011-01-31Allow both cleanmethod values to be specified at the same timeDan McGee6-50/+117
2011-01-31Style cleanups in clean cache codeDan McGee1-7/+9
2011-01-31Add three clean cache testsDan McGee3-0/+68
2011-01-31pactest: allow checking for cache file existenceDan McGee2-1/+25
2011-01-31libalpm: fix db_update documentationXavier Chantry1-12/+13
2011-01-29Call count() once in callbackDan McGee1-2/+3
2011-01-29alpm: drop old target interfacesXavier Chantry4-282/+0
2011-01-29select_display: per-database outputXavier Chantry1-2/+22
2011-01-29pacman: improve select-questionXavier Chantry2-16/+16
2011-01-29pacman/sync: implement interactive group selectionXavier Chantry3-2/+110
2011-01-29alpm: deprecate old interfaceXavier Chantry1-5/+5
2011-01-29pacman/remove: switch to new alpm_remove_pkg interfaceXavier Chantry2-4/+32
2011-01-29pacman/upgrade: switch to new interfaceXavier Chantry1-1/+10
2011-01-29alpm: new alpm_remove_pkg interfaceXavier Chantry2-0/+27
2011-01-29pacman/sync: rewrite target handlingXavier Chantry2-16/+96
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 Chantry7-7/+106
2011-01-29Merge branch 'maint'Dan McGee2-2/+2
2011-01-29pactest: pass entire test to rule.check()Dan McGee2-12/+12