tree: d20ef990a5a5b279f182d33f9a16be85da3713f1 [path history] [tgz]
  1. fuzzer_corpuses/
  2. net/
  3. patch/
  4. unzip/
  5. action_runner.cc
  6. action_runner.h
  7. action_runner_unittest.cc
  8. activity_data_service.h
  9. background_downloader_mac.h
  10. background_downloader_mac.mm
  11. background_downloader_mac_delegate.h
  12. background_downloader_mac_delegate.mm
  13. background_downloader_mac_unittest.cc
  14. background_downloader_win.cc
  15. background_downloader_win.h
  16. background_downloader_win_unittest.cc
  17. BUILD.gn
  18. cancellation.cc
  19. cancellation.h
  20. cancellation_unittest.cc
  21. command_line_config_policy.cc
  22. command_line_config_policy.h
  23. COMMON_METADATA
  24. component.cc
  25. component.h
  26. configurator.h
  27. crx_cache.cc
  28. crx_cache.h
  29. crx_cache_unittest.cc
  30. crx_downloader.cc
  31. crx_downloader.h
  32. crx_downloader_factory.cc
  33. crx_downloader_factory.h
  34. crx_downloader_unittest.cc
  35. crx_update_item.h
  36. DEPS
  37. DIR_METADATA
  38. network.h
  39. op_download.cc
  40. op_download.h
  41. op_download_unittest.cc
  42. op_install.cc
  43. op_install.h
  44. op_puffin.cc
  45. op_puffin.h
  46. op_puffin_unittest.cc
  47. op_xz.cc
  48. op_xz.h
  49. op_xz_unittest.cc
  50. op_zucchini.cc
  51. op_zucchini.h
  52. op_zucchini_unittest.cc
  53. OWNERS
  54. patcher.h
  55. persisted_data.cc
  56. persisted_data.h
  57. persisted_data_unittest.cc
  58. ping_manager.cc
  59. ping_manager.h
  60. ping_manager_unittest.cc
  61. pipeline.cc
  62. pipeline.h
  63. pipeline_util.cc
  64. pipeline_util.h
  65. protocol_definition.cc
  66. protocol_definition.h
  67. protocol_handler.cc
  68. protocol_handler.h
  69. protocol_parser.cc
  70. protocol_parser.h
  71. protocol_parser_fuzzer.cc
  72. protocol_parser_json.cc
  73. protocol_parser_json.h
  74. protocol_parser_json_unittest.cc
  75. protocol_serializer.cc
  76. protocol_serializer.h
  77. protocol_serializer_fuzzer.cc
  78. protocol_serializer_json.cc
  79. protocol_serializer_json.h
  80. protocol_serializer_json_unittest.cc
  81. protocol_serializer_unittest.cc
  82. README.md
  83. request_sender.cc
  84. request_sender.h
  85. request_sender_unittest.cc
  86. task.h
  87. task_check_for_update.cc
  88. task_check_for_update.h
  89. task_send_ping.cc
  90. task_send_ping.h
  91. task_traits.h
  92. task_update.cc
  93. task_update.h
  94. test_activity_data_service.cc
  95. test_activity_data_service.h
  96. test_configurator.cc
  97. test_configurator.h
  98. test_installer.cc
  99. test_installer.h
  100. test_utils.cc
  101. test_utils.h
  102. timed_callback.h
  103. timed_callback_unittest.cc
  104. unpacker.cc
  105. unpacker.h
  106. unpacker_unittest.cc
  107. unzipper.h
  108. update_checker.cc
  109. update_checker.h
  110. update_checker_unittest.cc
  111. update_client.cc
  112. update_client.h
  113. update_client_errors.h
  114. update_client_internal.h
  115. update_client_metrics.cc
  116. update_client_metrics.h
  117. update_client_unittest.cc
  118. update_engine.cc
  119. update_engine.h
  120. update_query_params.cc
  121. update_query_params.h
  122. update_query_params_delegate.cc
  123. update_query_params_delegate.h
  124. update_query_params_unittest.cc
  125. url_fetcher_downloader.cc
  126. url_fetcher_downloader.h
  127. utils.cc
  128. utils.h
  129. utils_unittest.cc
components/update_client/README.md

Update Client

Update Client is a reusable updater core that speaks the Omaha 3.1 protocol. It powers the component and extension updaters, as well as the out-of-process updater in chrome/updater.

The entry point to the library is update_client.h, and the comments in that file describe the library.