tree: f87f409e6bdf9e0d0bb0ca0cb771d3cb94c037ac [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. command_line_config_policy.cc
  12. command_line_config_policy.h
  13. component.cc
  14. component.h
  15. component_patcher.cc
  16. component_patcher.h
  17. component_patcher_operation.cc
  18. component_patcher_operation.h
  19. component_patcher_unittest.cc
  20. component_patcher_unittest.h
  21. component_unpacker.cc
  22. component_unpacker.h
  23. component_unpacker_unittest.cc
  24. configurator.h
  25. crx_downloader.cc
  26. crx_downloader.h
  27. crx_downloader_factory.cc
  28. crx_downloader_factory.h
  29. crx_downloader_unittest.cc
  30. crx_update_item.h
  31. DEPS
  32. DIR_METADATA
  33. network.cc
  34. network.h
  35. OWNERS
  36. patcher.h
  37. persisted_data.cc
  38. persisted_data.h
  39. persisted_data_unittest.cc
  40. ping_manager.cc
  41. ping_manager.h
  42. ping_manager_unittest.cc
  43. protocol_definition.cc
  44. protocol_definition.h
  45. protocol_handler.cc
  46. protocol_handler.h
  47. protocol_parser.cc
  48. protocol_parser.h
  49. protocol_parser_fuzzer.cc
  50. protocol_parser_json.cc
  51. protocol_parser_json.h
  52. protocol_parser_json_unittest.cc
  53. protocol_serializer.cc
  54. protocol_serializer.h
  55. protocol_serializer_fuzzer.cc
  56. protocol_serializer_json.cc
  57. protocol_serializer_json.h
  58. protocol_serializer_json_unittest.cc
  59. protocol_serializer_unittest.cc
  60. README.md
  61. request_sender.cc
  62. request_sender.h
  63. request_sender_unittest.cc
  64. task.h
  65. task_send_registration_ping.cc
  66. task_send_registration_ping.h
  67. task_send_uninstall_ping.cc
  68. task_send_uninstall_ping.h
  69. task_traits.h
  70. task_update.cc
  71. task_update.h
  72. test_activity_data_service.cc
  73. test_activity_data_service.h
  74. test_configurator.cc
  75. test_configurator.h
  76. test_installer.cc
  77. test_installer.h
  78. unzipper.h
  79. update_checker.cc
  80. update_checker.h
  81. update_checker_unittest.cc
  82. update_client.cc
  83. update_client.h
  84. update_client_errors.h
  85. update_client_internal.h
  86. update_client_unittest.cc
  87. update_engine.cc
  88. update_engine.h
  89. update_query_params.cc
  90. update_query_params.h
  91. update_query_params_delegate.cc
  92. update_query_params_delegate.h
  93. update_query_params_unittest.cc
  94. updater_state.cc
  95. updater_state.h
  96. updater_state_mac.mm
  97. updater_state_unittest.cc
  98. updater_state_win.cc
  99. url_fetcher_downloader.cc
  100. url_fetcher_downloader.h
  101. utils.cc
  102. utils.h
  103. 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.