tree: 46f761eec46598d07f9968457b066c2185361c04 [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_win.cc
  9. background_downloader_win.h
  10. background_downloader_win_unittest.cc
  11. BUILD.gn
  12. command_line_config_policy.cc
  13. command_line_config_policy.h
  14. COMMON_METADATA
  15. component.cc
  16. component.h
  17. component_patcher.cc
  18. component_patcher.h
  19. component_patcher_operation.cc
  20. component_patcher_operation.h
  21. component_patcher_unittest.cc
  22. component_patcher_unittest.h
  23. component_unpacker.cc
  24. component_unpacker.h
  25. component_unpacker_unittest.cc
  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. features.cc
  39. features.h
  40. network.cc
  41. network.h
  42. OWNERS
  43. patcher.h
  44. persisted_data.cc
  45. persisted_data.h
  46. persisted_data_unittest.cc
  47. ping_manager.cc
  48. ping_manager.h
  49. ping_manager_unittest.cc
  50. protocol_definition.cc
  51. protocol_definition.h
  52. protocol_handler.cc
  53. protocol_handler.h
  54. protocol_parser.cc
  55. protocol_parser.h
  56. protocol_parser_fuzzer.cc
  57. protocol_parser_json.cc
  58. protocol_parser_json.h
  59. protocol_parser_json_unittest.cc
  60. protocol_serializer.cc
  61. protocol_serializer.h
  62. protocol_serializer_fuzzer.cc
  63. protocol_serializer_json.cc
  64. protocol_serializer_json.h
  65. protocol_serializer_json_unittest.cc
  66. protocol_serializer_unittest.cc
  67. puffin_component_unpacker.cc
  68. puffin_component_unpacker.h
  69. puffin_component_unpacker_unittest.cc
  70. puffin_patcher.cc
  71. puffin_patcher.h
  72. puffin_patcher_unittest.cc
  73. README.md
  74. request_sender.cc
  75. request_sender.h
  76. request_sender_unittest.cc
  77. task.h
  78. task_check_for_update.cc
  79. task_check_for_update.h
  80. task_send_ping.cc
  81. task_send_ping.h
  82. task_traits.h
  83. task_update.cc
  84. task_update.h
  85. test_activity_data_service.cc
  86. test_activity_data_service.h
  87. test_configurator.cc
  88. test_configurator.h
  89. test_installer.cc
  90. test_installer.h
  91. test_utils.cc
  92. test_utils.h
  93. unzipper.h
  94. update_checker.cc
  95. update_checker.h
  96. update_checker_unittest.cc
  97. update_client.cc
  98. update_client.h
  99. update_client_errors.h
  100. update_client_internal.h
  101. update_client_unittest.cc
  102. update_engine.cc
  103. update_engine.h
  104. update_query_params.cc
  105. update_query_params.h
  106. update_query_params_delegate.cc
  107. update_query_params_delegate.h
  108. update_query_params_unittest.cc
  109. url_fetcher_downloader.cc
  110. url_fetcher_downloader.h
  111. utils.cc
  112. utils.h
  113. 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.