summaryrefslogtreecommitdiff
path: root/lib/libalpm/sync.c
AgeCommit message (Expand)Author
2011-09-28Refactor download payload reset and freeDan McGee
2011-09-28Track unresolvable transaction packagesDan McGee
2011-09-28Fix memory leak in download payload->remote_nameDan McGee
2011-09-27Delay check for repository servers until we need themDan McGee
2011-09-22Update Doxyfile and fix some documentation errors caught by DoxygenDan McGee
2011-09-22Add _alpm_process_siglist() logic to failed package validationDan McGee
2011-09-22validate_deltas: split verify/check errors loopsDan 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-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-19Be smarter about running ldconfig during removal transactionsDan McGee
2011-09-11make compute_download_size consider .part filesDave Reisner
2011-09-02More package operations cleanupDan McGee
2011-09-02Former transaction callback rename refactorDan McGee
2011-09-02Move all callbacks up to the handle levelDan McGee
2011-09-02Make delta validation/application more logicalDan McGee
2011-09-02Clean up handling of size fieldsDan McGee
2011-08-30Scale package integrity progress bar/percentage by package sizeDan McGee
2011-08-28Refactor some args out of pkg_load_internalDan McGee
2011-08-23sync: halt file discovery if repo has no serversDave Reisner
2011-08-19dload: rename payload->filename to payload->remote_nameDave Reisner
2011-08-19Be more robust when copying package dataDan McGee
2011-08-19sync: fix garbled output in conflict promptDave Reisner
2011-08-18Fix replacement of provider issueDan McGee
2011-08-18Replacements refactor: extract check_replacers()Dan McGee
2011-08-18Replacements refactor: extract check_literal()Dan McGee
2011-08-18Remove use of no-op accessor functions in libraryDan McGee
2011-08-18Enhance and utilize database status flagsDan McGee
2011-08-16dload: zero out pm_errno in curl_download_internalDave Reisner
2011-08-15lib/sync: ignore download errors for as long as possibleDave Reisner
2011-08-15Further fixes to replacement iterationDan McGee
2011-08-15Parse conflicts/provides/replaces at database load timeDan McGee
2011-08-15Validate the sha256sum if availableDan McGee
2011-08-15lib/sync: reset flag after rejecting a replaceDave Reisner
2011-08-09Parse replaces strings as dep strings with version specsDan McGee
2011-08-08Add reason to corrupted package callbackDan McGee
2011-08-08Attempt to fix up some of the brokenness around failed package loadsDan McGee
2011-07-05absorb some _alpm_download params into payload structDave Reisner
2011-07-05lib/dload: prevent large file attacksDave Reisner
2011-07-05dload: handle irregular URLsDave Reisner
2011-07-05Allow invalid sync DBs to be returned by the libraryDan McGee
2011-07-05signing: move to new signing verification and return schemeDan McGee
2011-07-02Prefix _alpm_errno_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transprog_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transconv_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transevt_t members with ALPMAllan McRae
2011-07-02Prefix alpm_transflag_t members with ALPMAllan McRae
2011-07-02Prefix alpm_loglevel_t members with ALPMAllan McRae