tree: 791f3e595f5ff0f4147ba8cd42b67bf32a66a078 [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. delta_patch_operation.cc
  37. delta_patch_operation.h
  38. DEPS
  39. DIR_METADATA
  40. network.h
  41. op_download.cc
  42. op_download.h
  43. op_download_unittest.cc
  44. op_install.cc
  45. op_install.h
  46. op_puffin.cc
  47. op_puffin.h
  48. op_puffin_unittest.cc
  49. op_xz.cc
  50. op_xz.h
  51. op_xz_unittest.cc
  52. op_zucchini.cc
  53. op_zucchini.h
  54. op_zucchini_unittest.cc
  55. OWNERS
  56. patcher.h
  57. persisted_data.cc
  58. persisted_data.h
  59. persisted_data_unittest.cc
  60. ping_manager.cc
  61. ping_manager.h
  62. ping_manager_unittest.cc
  63. pipeline.cc
  64. pipeline.h
  65. pipeline_util.cc
  66. pipeline_util.h
  67. protocol_definition.cc
  68. protocol_definition.h
  69. protocol_handler.cc
  70. protocol_handler.h
  71. protocol_parser.cc
  72. protocol_parser.h
  73. protocol_parser_fuzzer.cc
  74. protocol_parser_json.cc
  75. protocol_parser_json.h
  76. protocol_parser_json_unittest.cc
  77. protocol_serializer.cc
  78. protocol_serializer.h
  79. protocol_serializer_fuzzer.cc
  80. protocol_serializer_json.cc
  81. protocol_serializer_json.h
  82. protocol_serializer_json_unittest.cc
  83. protocol_serializer_unittest.cc
  84. README.md
  85. request_sender.cc
  86. request_sender.h
  87. request_sender_unittest.cc
  88. task.h
  89. task_check_for_update.cc
  90. task_check_for_update.h
  91. task_send_ping.cc
  92. task_send_ping.h
  93. task_traits.h
  94. task_update.cc
  95. task_update.h
  96. test_activity_data_service.cc
  97. test_activity_data_service.h
  98. test_configurator.cc
  99. test_configurator.h
  100. test_installer.cc
  101. test_installer.h
  102. test_utils.cc
  103. test_utils.h
  104. timed_callback.h
  105. timed_callback_unittest.cc
  106. unpacker.cc
  107. unpacker.h
  108. unpacker_unittest.cc
  109. unzipper.h
  110. update_checker.cc
  111. update_checker.h
  112. update_checker_unittest.cc
  113. update_client.cc
  114. update_client.h
  115. update_client_errors.h
  116. update_client_internal.h
  117. update_client_metrics.cc
  118. update_client_metrics.h
  119. update_client_unittest.cc
  120. update_engine.cc
  121. update_engine.h
  122. update_query_params.cc
  123. update_query_params.h
  124. update_query_params_delegate.cc
  125. update_query_params_delegate.h
  126. update_query_params_unittest.cc
  127. url_fetcher_downloader.cc
  128. url_fetcher_downloader.h
  129. utils.cc
  130. utils.h
  131. 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.