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