summaryrefslogtreecommitdiffstats
AgeCommit message (Expand)AuthorFilesLines
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
2011-09-22pacman-key: print message in populate if signature is missingDan McGee1-6/+14
2011-09-22pacman-key: clean up populate outputDan McGee1-3/+3
2011-09-22pacman-key: ensure array iterations are quotedDan McGee1-6/+6
2011-09-22Implement PGP key search and importDan McGee1-5/+149
2011-09-22signing: document most undocumented functionsDan McGee1-0/+55
2011-09-22Add _alpm_process_siglist() logic to failed package validationDan McGee2-24/+59
2011-09-22Add new import key question enum value and stub frontend functionDan McGee2-0/+10
2011-09-22Fix signature printing in package infoDan McGee1-1/+1
2011-09-22config parsing: add note if libcurl disabled and no XferCommandDan McGee1-0/+2
2011-09-22config parsing: include file and line number in more errorsDan McGee1-12/+20
2011-09-22Pull option names out of messages in config parsingDan McGee1-7/+9
2011-09-22Check capabilities in SigLevel option parsingDan McGee1-2/+11
2011-09-22Add alpm_capabilities() method and enumerationDan McGee2-2/+31
2011-09-22Move default siglevel value from backend to frontendDan McGee2-13/+4
2011-09-22validate_deltas: split verify/check errors loopsDan McGee1-10/+14
2011-09-22Fix possible segfault if siglist was emptyDan McGee1-1/+4
2011-09-21Remove noisy debug loggerDan McGee1-3/+0
2011-09-21Fix int/size_t type in alpm_list_count() callDan McGee1-2/+2
2011-09-20_alpm_sync_commit: extract two static methodsDan McGee1-54/+69
2011-09-20Pass package signature data up one more levelDan McGee3-16/+14
2011-09-20signing: add a process and retry loop for database signaturesDan McGee3-6/+81
2011-09-20Allow our PGP helper method to pass back the signature resultsDan McGee4-11/+30
2011-09-20Split package validation and load loopsDan McGee3-12/+60
2011-09-20Extract an _alpm_pkg_validate_internal() methodDan McGee3-37/+68
2011-09-20pacman/upgrade: print 'loading packages...' only onceDave Reisner1-1/+1
2011-09-20pacman: use dynamic string allocation where it makes senseDan McGee3-10/+33
2011-09-20utils/cleanupdelta: remove unneeded syncdbpathDan McGee1-9/+6
2011-09-20Remove all usages of alpm_list_getdata() from the libraryDan McGee4-5/+6
2011-09-20_alpm_runscriptlet(): remove clean_tmpdir variableDan McGee1-7/+4
2011-09-20Access db->pkgcache directly in db_free_pkgcache()Dan McGee1-2/+4
2011-09-20Flip getcwd()/chdir() for open()/fchdir() in the frontendDan McGee1-10/+14
2011-09-19Use more efficient way of restoring working directoryDan McGee3-24/+37