summaryrefslogtreecommitdiff
path: root/lib/libalpm
AgeCommit message (Expand)Author
2011-10-12Final Transifex update before 4.0Dan McGee
2011-10-11Update translations from TransifexDan McGee
2011-10-10dload: unhook error buffer after transfer finishesDave Reisner
2011-10-05Update translation message catalogs in prep for 4.0 releaseDan McGee
2011-10-05Update translations from TransifexDan McGee
2011-10-04Parse '0' as a valid package installed sizeDan McGee
2011-09-30Use _alpm_local_db_pkgpath in _cache_changelog_openDan McGee
2011-09-30Revamp scriptlet path formation for scriptlets in local databaseDan McGee
2011-09-30Refactor _alpm_runscriptlet()Dan McGee
2011-09-29move prevprogress onto payload handleDave Reisner
2011-09-28Refactor download payload reset and freeDan McGee
2011-09-28Initialize cURL library on first useDan McGee
2011-09-28Track unresolvable transaction packagesDan McGee
2011-09-28Move pacsave path construction code off the stackDan McGee
2011-09-28Use the full buffer when computing md5/sha256 sumsDan McGee
2011-09-28Fix memory leak in download payload->remote_nameDan McGee
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-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-26Ensure fileconflict value is actually a stringDan 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-22Regenerate message catalogs and translationsv4.0.0rc2Dan McGee
2011-09-22Translation file updates from TransifexDan McGee
2011-09-22Add status and check for key being disabledDan 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-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-20_alpm_sync_commit: extract two static methodsDan McGee
2011-09-20Pass package signature data up one more levelDan McGee
2011-09-20signing: add a process and retry loop for database signaturesDan McGee
2011-09-20Allow our PGP helper method to pass back the signature resultsDan McGee
2011-09-20Split package validation and load loopsDan McGee
2011-09-20Extract an _alpm_pkg_validate_internal() methodDan McGee
2011-09-20Remove all usages of alpm_list_getdata() from the libraryDan McGee
2011-09-20_alpm_runscriptlet(): remove clean_tmpdir variableDan McGee
2011-09-20Access db->pkgcache directly in db_free_pkgcache()Dan McGee
2011-09-19Use more efficient way of restoring working directoryDan McGee