tree: e473ae741ef75f19bdac92e84363a7a72eb388c6 [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. OWNERS
  49. patcher.h
  50. persisted_data.cc
  51. persisted_data.h
  52. persisted_data_unittest.cc
  53. ping_manager.cc
  54. ping_manager.h
  55. ping_manager_unittest.cc
  56. pipeline.cc
  57. pipeline.h
  58. protocol_definition.cc
  59. protocol_definition.h
  60. protocol_handler.cc
  61. protocol_handler.h
  62. protocol_parser.cc
  63. protocol_parser.h
  64. protocol_parser_fuzzer.cc
  65. protocol_parser_json.cc
  66. protocol_parser_json.h
  67. protocol_parser_json_unittest.cc
  68. protocol_serializer.cc
  69. protocol_serializer.h
  70. protocol_serializer_fuzzer.cc
  71. protocol_serializer_json.cc
  72. protocol_serializer_json.h
  73. protocol_serializer_json_unittest.cc
  74. protocol_serializer_unittest.cc
  75. README.md
  76. request_sender.cc
  77. request_sender.h
  78. request_sender_unittest.cc
  79. task.h
  80. task_check_for_update.cc
  81. task_check_for_update.h
  82. task_send_ping.cc
  83. task_send_ping.h
  84. task_traits.h
  85. task_update.cc
  86. task_update.h
  87. test_activity_data_service.cc
  88. test_activity_data_service.h
  89. test_configurator.cc
  90. test_configurator.h
  91. test_installer.cc
  92. test_installer.h
  93. test_utils.cc
  94. test_utils.h
  95. unpacker.cc
  96. unpacker.h
  97. unpacker_unittest.cc
  98. unzipper.h
  99. update_checker.cc
  100. update_checker.h
  101. update_checker_unittest.cc
  102. update_client.cc
  103. update_client.h
  104. update_client_errors.h
  105. update_client_internal.h
  106. update_client_metrics.cc
  107. update_client_metrics.h
  108. update_client_unittest.cc
  109. update_engine.cc
  110. update_engine.h
  111. update_query_params.cc
  112. update_query_params.h
  113. update_query_params_delegate.cc
  114. update_query_params_delegate.h
  115. update_query_params_unittest.cc
  116. url_fetcher_downloader.cc
  117. url_fetcher_downloader.h
  118. utils.cc
  119. utils.h
  120. 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.