summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2011-09-27Revert "libalpm: compare pkgname with strcoll"Dan McGee
2011-09-27_alpm_splitdep: use malloc instead of callocDan McGee
2011-09-27be_sync: fetch only entry mode, not full stat structDan McGee
2011-09-27alpm_list: use malloc instead of callocDan McGee
2011-09-27makepkg: ensure '-' is last in a character globDave Reisner
2011-09-27pacman-key: use consistent punctuation in error messagesDan McGee
2011-09-27Fix compilation using --without-gpgmeDan McGee
2011-09-27Remove unnecessary loggerDan McGee
2011-09-27Delay check for repository servers until we need themDan McGee
2011-09-26Avoid comparison between signed and unsigned typesAllan McRae
2011-09-26Ensure fileconflict value is actually a stringDan McGee
2011-09-26bash_completion: add completion for pacman-keyDave Reisner
2011-09-26pacman-key: allow get_from to return a default valueDave Reisner
2011-09-26pacman-key: simplify writing to config fileDave Reisner
2011-09-26makepkg: normalize whitespace for optdepends in .PKGINFOAllan McRae
2011-09-26makepkg: allow versioned optdepends with epochAllan McRae
2011-09-26Revamp pacman signal handlerDan McGee
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee
2011-09-22Ensure database validity flags are set in invalid signature caseDan McGee
2011-09-22Handle key import errors correctly and with good error messagesDan McGee
2011-09-22signing: be consistent with returning -1 for error casesDan McGee
2011-09-22Update configure.ac version to rc2Dan McGee
2011-09-22Regenerate message catalogs and translationsv4.0.0rc2Dan McGee
2011-09-22Translation file updates from TransifexDan McGee
2011-09-22pacman-key: add an additional plain text 'foo-trusted' fileDan McGee
2011-09-22pacman-key: factor out validate_with_gpg() methodDan McGee
2011-09-22pacman-key: remove holdkeys functionalityDan McGee
2011-09-22pacman-key: implement promptless lsigningDan McGee
2011-09-22pacman-key: disable, don't remove, revoked keysDan McGee
2011-09-22Add status and check for key being disabledDan McGee
2011-09-22pacman-key: simplify import in populateDan McGee
2011-09-22pacman-key: don't hide --verify details in populateDan McGee
2011-09-22pacman-key: print message in populate if signature is missingDan McGee
2011-09-22pacman-key: clean up populate outputDan McGee
2011-09-22pacman-key: ensure array iterations are quotedDan McGee
2011-09-22Implement PGP key search and importDan McGee
2011-09-22signing: document most undocumented functionsDan McGee
2011-09-22Add _alpm_process_siglist() logic to failed package validationDan McGee
2011-09-22Add new import key question enum value and stub frontend functionDan McGee
2011-09-22Fix signature printing in package infoDan McGee
2011-09-22config parsing: add note if libcurl disabled and no XferCommandDan McGee
2011-09-22config parsing: include file and line number in more errorsDan McGee
2011-09-22Pull option names out of messages in config parsingDan McGee
2011-09-22Check capabilities in SigLevel option parsingDan McGee
2011-09-22Add alpm_capabilities() method and enumerationDan McGee
2011-09-22Move default siglevel value from backend to frontendDan McGee
2011-09-22validate_deltas: split verify/check errors loopsDan McGee
2011-09-22Fix possible segfault if siglist was emptyDan McGee
2011-09-21Remove noisy debug loggerDan McGee
2011-09-20Fix int/size_t type in alpm_list_count() callDan McGee