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