tree: 3514f3b2ebf9765e56b3fd85e4a5c8d34d3a3f2b [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. BUILD.gn
  11. buildflags.gni
  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. network.cc
  39. network.h
  40. OWNERS
  41. patcher.h
  42. persisted_data.cc
  43. persisted_data.h
  44. persisted_data_unittest.cc
  45. ping_manager.cc
  46. ping_manager.h
  47. ping_manager_unittest.cc
  48. protocol_definition.cc
  49. protocol_definition.h
  50. protocol_handler.cc
  51. protocol_handler.h
  52. protocol_parser.cc
  53. protocol_parser.h
  54. protocol_parser_fuzzer.cc
  55. protocol_parser_json.cc
  56. protocol_parser_json.h
  57. protocol_parser_json_unittest.cc
  58. protocol_serializer.cc
  59. protocol_serializer.h
  60. protocol_serializer_fuzzer.cc
  61. protocol_serializer_json.cc
  62. protocol_serializer_json.h
  63. protocol_serializer_json_unittest.cc
  64. protocol_serializer_unittest.cc
  65. puffin_component_unpacker.cc
  66. puffin_component_unpacker.h
  67. puffin_component_unpacker_unittest.cc
  68. puffin_patcher.cc
  69. puffin_patcher.h
  70. puffin_patcher_unittest.cc
  71. README.md
  72. request_sender.cc
  73. request_sender.h
  74. request_sender_unittest.cc
  75. task.h
  76. task_check_for_update.cc
  77. task_check_for_update.h
  78. task_send_uninstall_ping.cc
  79. task_send_uninstall_ping.h
  80. task_traits.h
  81. task_update.cc
  82. task_update.h
  83. test_activity_data_service.cc
  84. test_activity_data_service.h
  85. test_configurator.cc
  86. test_configurator.h
  87. test_installer.cc
  88. test_installer.h
  89. test_utils.cc
  90. test_utils.h
  91. unzipper.h
  92. update_checker.cc
  93. update_checker.h
  94. update_checker_unittest.cc
  95. update_client.cc
  96. update_client.h
  97. update_client_errors.h
  98. update_client_internal.h
  99. update_client_unittest.cc
  100. update_engine.cc
  101. update_engine.h
  102. update_query_params.cc
  103. update_query_params.h
  104. update_query_params_delegate.cc
  105. update_query_params_delegate.h
  106. update_query_params_unittest.cc
  107. url_fetcher_downloader.cc
  108. url_fetcher_downloader.h
  109. utils.cc
  110. utils.h
  111. 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.