summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-27Avoid comparison between signed and unsigned typesAllan McRae1-1/+2
2011-09-27Ensure fileconflict value is actually a stringDan McGee1-16/+14
2011-09-26bash_completion: add completion for pacman-keyDave Reisner1-0/+16
2011-09-26pacman-key: allow get_from to return a default valueDave Reisner1-2/+4
2011-09-26pacman-key: simplify writing to config fileDave Reisner1-5/+3
2011-09-26makepkg: normalize whitespace for optdepends in .PKGINFOAllan McRae1-1/+1
2011-09-26makepkg: allow versioned optdepends with epochAllan McRae1-2/+2
2011-09-26Revamp pacman signal handlerDan McGee1-23/+23
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee7-57/+109
2011-09-22Ensure database validity flags are set in invalid signature caseDan McGee1-0/+3
2011-09-22Handle key import errors correctly and with good error messagesDan McGee1-6/+36
2011-09-22signing: be consistent with returning -1 for error casesDan McGee1-12/+17
2011-09-22Update configure.ac version to rc2Dan McGee1-1/+1
2011-09-22Regenerate message catalogs and translationsv4.0.0rc2Dan McGee84-2177/+4616
2011-09-22Translation file updates from TransifexDan McGee81-1391/+1639
2011-09-22pacman-key: add an additional plain text 'foo-trusted' fileDan McGee2-11/+47
2011-09-22pacman-key: factor out validate_with_gpg() methodDan McGee1-16/+14
2011-09-22pacman-key: remove holdkeys functionalityDan McGee2-15/+1
2011-09-22pacman-key: implement promptless lsigningDan McGee1-2/+3
2011-09-22pacman-key: disable, don't remove, revoked keysDan McGee1-21/+13
2011-09-22Add status and check for key being disabledDan McGee3-2/+17
2011-09-22pacman-key: simplify import in populateDan McGee1-5/+1
2011-09-22pacman-key: don't hide --verify details in populateDan McGee1-2/+4