summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-28Show download sizes when using -S/--syncDan McGee1-5/+21
2011-09-28Keep track of explicitly added and removed packagesDan McGee7-5/+33
2011-09-28Combine add and removal package list displayDan McGee4-64/+110
2011-09-28Track unresolvable transaction packagesDan McGee3-9/+18
2011-09-28Move pacsave path construction code off the stackDan McGee1-2/+6
2011-09-28Use the full buffer when computing md5/sha256 sumsDan McGee1-4/+6
2011-09-28Fix memory leak in download payload->remote_nameDan McGee3-12/+18
2011-09-28Revert "libalpm: compare pkgname with strcoll"Dan McGee1-1/+1
2011-09-28_alpm_splitdep: use malloc instead of callocDan McGee1-3/+5
2011-09-28be_sync: fetch only entry mode, not full stat structDan McGee1-5/+2
2011-09-28alpm_list: use malloc instead of callocDan McGee2-8/+8
2011-09-27makepkg: ensure '-' is last in a character globDave Reisner1-1/+2
2011-09-27pacman-key: use consistent punctuation in error messagesDan McGee1-5/+5
2011-09-27Fix compilation using --without-gpgmeDan McGee1-3/+10
2011-09-27Remove unnecessary loggerDan McGee1-1/+0
2011-09-27Delay check for repository servers until we need themDan McGee1-8/+8