summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-08-11Bump version to 4.0.0rc1v4.0.0rc1Dan McGee1-5/+5
2011-08-11pactest: add sync302 to test recursive syncfirstDave Reisner1-0/+49
2011-08-11Enable recursive/needed sync on SyncFirstDan McGee1-0/+2
2011-08-11Merge branch 'maint'Dan McGee3-2/+13
2011-08-11Attempt to update zsh_completionDan McGee1-1/+7
2011-08-11bash_completion: update for adjusted optionsDave Reisner1-3/+3
2011-08-11pacman: remove --dbonly shortoptDave Reisner3-5/+6
2011-08-11Update trust level strings in -Qi displayDan McGee1-3/+3
2011-08-11Allow --needed and --recursive on -U operationsDan McGee2-4/+17
2011-08-11Add -S --recursive operationDan McGee4-2/+45
2011-08-11Dependency code style cleanupsDan McGee2-21/+25
2011-08-11configure: simplify CARCH generation madnessDan McGee1-30/+2
2011-08-11build: remove mucking with CARCHFLAGSDan McGee3-17/+3
2011-08-11stop progress callbacks after curl_easy_perform returnsDave Reisner1-0/+3
2011-08-11dload: remove unnecessary cast in alpm_load_payload_freeDave Reisner1-6/+4
2011-08-10makepkg: fix removing symbolic linkAllan McRae1-1/+1
2011-08-10Fix stupid typo in NEWS file updatesDan McGee1-1/+1
2011-08-103.5.4 release preparationv3.5.4Dan McGee3-2/+13
2011-08-10Remove -f option from ln for POSIX complianceEric BĂ©langer2-7/+11
2011-08-10pacman/util: flush terminal input before reading responseDave Reisner2-2/+24
2011-08-10Document group and providers selectionAllan McRae1-4/+8
2011-08-09Merge branch 'maint'Dan McGee1-6/+19
2011-08-09Parse replaces strings as dep strings with version specsDan McGee2-12/+17
2011-08-09Conflict comparison performance enhancementsDan McGee2-17/+19
2011-08-09Update string catalogs after string tweaksDan McGee78-9195/+4377
2011-08-09Add a slightly simpler versioned replace testDan McGee3-26/+46
2011-08-09Don't walk off front of string when stripping newlineDan McGee1-1/+1
2011-08-09doc/pacman.conf: make SigLevel overview an unordered listDan McGee1-5/+5
2011-08-09Fix compile error when curl is not usedDan McGee1-3/+3
2011-08-09Depend on name_hash being setDan McGee2-4/+2
2011-08-09pactest: improve speed of local DB dependent rulesDan McGee1-10/+16
2011-08-09Add reason to corrupted package callbackDan McGee2-6/+10
2011-08-09Attempt to fix up some of the brokenness around failed package loadsDan McGee5-18/+23
2011-08-09Update several translation stringsDan McGee3-16/+16
2011-08-09Fix divide by zero when downloading zero length filesDan McGee1-6/+19
2011-08-09Update transifex config for new translation layoutDan McGee1-2/+7
2011-08-09Update all translation filesDan McGee78-4696/+11029
2011-08-09_alpm_access(): don't call gettext() in debug level loggersDan McGee1-4/+8
2011-08-09Merge branch 'maint'Dan McGee9-17/+62
2011-08-08Store a package info level flag if we fail to load dataDan McGee3-6/+15
2011-08-08Add a test harness for new pacsort commandDan McGee3-0/+106
2011-08-08mark option structs as constDave Reisner2-2/+2
2011-08-08paccache: use pacsort instead of sort -VDave Reisner1-2/+2
2011-08-08src/util/Makefile.am: alphabetize targetsDave Reisner1-9/+9
2011-08-08pacsort: add new utilityDave Reisner3-2/+400
2011-08-08Bash-ify test/util/vercmptest.shDan McGee1-9/+9
2011-08-08makepkg: ignore epoch when undeclaredDave Reisner1-1/+1
2011-08-08Update translations from transifexDan McGee5-22/+34
2011-08-08contrib/paccache: misc cleanup and bugfixDave Reisner1-13/+22
2011-08-08Check return value of rename() callsDan McGee3-10/+29