summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
2011-10-12Bump version to 4.0.0v4.0.0Dan McGee2-1/+3
2011-10-12Final Transifex update before 4.0Dan McGee12-998/+1182
2011-10-11pactest: add a better descriptionDan McGee1-1/+1
2011-10-11Add note to TRANSLATORS regarding TransifexDan McGee1-9/+8
2011-10-11pacman-key: don't escape single quote in usage messageDan McGee1-1/+1
2011-10-11Document verifying source file signatures in makepkgAllan McRae1-0/+4
2011-10-11Fix typo in PKGBUILD man pageAllan McRae1-1/+1
2011-10-11PKGBUILD.vim: fix epoch syntax highlightinglolilolicon1-0/+3
2011-10-11Update translations from TransifexDan McGee81-1949/+2503
2011-10-11dload: unhook error buffer after transfer finishesDave Reisner1-1/+4
2011-10-11pactree: Make error message smarter in register_syncs()Lukas Fleischer1-1/+1
2011-10-11pactree: Add "--config" optionLukas Fleischer1-3/+15
2011-10-11makepkg: strip comments after pkgver/pkgrel when checking valueAllan McRae1-2/+2
2011-10-07Format pacsort and vercmp testsuite outputAllan McRae2-4/+8
2011-10-06Update NEWS for 4.0.0 releaseDan McGee1-0/+71
2011-10-06bacman: use globbing to get local package db pathlolilolicon1-3/+11
2011-10-06bacman: add tar.Z package creation supportlolilolicon1-9/+3
2011-10-06bacman: small code cleanuplolilolicon1-10/+11
2011-10-06bacman: bashify using [[ ]] and (( ))lolilolicon1-22/+22
2011-10-06bacman: indent code using TABlolilolicon1-140/+138
2011-10-06Enable CheckSpace by default in default config fileDan McGee1-3/+3
2011-10-06Update translation message catalogs in prep for 4.0 releaseDan McGee3-18/+24
2011-10-06Add a top-level 'update-po' make targetDan McGee1-0/+5
2011-10-06Update translations from TransifexDan McGee81-2688/+2045
2011-10-06pacman-key: treat foo-trusted as an ownertrust export fileDan McGee2-8/+22
2011-10-06pacman-key: refine and clarify import/import-trustdb behaviorDan McGee2-14/+8
2011-10-04Parse '0' as a valid package installed sizeDan McGee1-1/+1
2011-10-03makepkg: create tar file for bogus PKGEXTlolilolicon1-16/+10
2011-09-30Use _alpm_local_db_pkgpath in _cache_changelog_openDan McGee1-4/+4
2011-09-30makepkg: support .tar.Z source packages creationlolilolicon1-1/+3
2011-09-30Revamp scriptlet path formation for scriptlets in local databaseDan McGee4-18/+20
2011-09-30Refactor _alpm_runscriptlet()Dan McGee4-51/+58
2011-09-30paccache: proper quoting in [[ expression ]]lolilolicon1-1/+1
2011-09-30paccache: declare variables explicitlylolilolicon1-1/+1
2011-09-30pacman-key: remove errexit flag from shebangDave Reisner1-1/+1
2011-09-30pacman-key: return 0 from get_from if default value usedAllan McRae1-1/+4
2011-09-30Remove redundant transaction size outputAllan McRae1-1/+1
2011-09-29paccache: allow strictly integer for -k optionlolilolicon1-3/+5
2011-09-29Remove redundant "removal" output in pure remove operationAllan McRae1-0/+3
2011-09-29move prevprogress onto payload handleDave Reisner2-8/+4
2011-09-28pkgdelta: proper quoting in [[ expression ]]lolilolicon1-3/+3
2011-09-28makepkg: proper quoting in [[ expression ]]lolilolicon1-3/+3
2011-09-28Refactor display_targets to not be recursiveDan McGee1-33/+26
2011-09-28Refactor download payload reset and freeDan McGee4-48/+51
2011-09-28Initialize cURL library on first useDan McGee4-40/+44
2011-09-28Add more valgrind suppressionsDan McGee1-0/+25
2011-09-28verbose package lists: remove errant debuggerDan McGee1-2/+0
2011-09-28Always show download size if -w/--downloadonly was providedDan McGee2-3/+3
2011-09-28Table format creation code cleanupDan McGee1-21/+27
2011-09-28Use unsigned types for indent width and column countDan McGee3-26/+26