summaryrefslogtreecommitdiff
path: root/lib
AgeCommit message (Expand)Author
2011-10-26Fix issues with replacing unowned symlinksDan McGee
2011-10-26Don't realloc a 0-length files array when loading packagesDan McGee
2011-10-25lib/sync: inform callers of compute_download_size of a partialDave Reisner
2011-10-24Add more logging to download codeDan McGee
2011-10-17Show an error message on failed remote key lookupDan McGee
2011-10-14Add missing #ifdef around cURL error code in download structDan McGee
2011-10-13curl_gethost() potential bug fixupsDan McGee
2011-10-12Add user-visible warning message if public keyring not foundDan McGee
2011-10-12signing: delay gpgme_init() until latest possible momentDan McGee
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 translationsDan 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