tree: f91dc09a98c0d46edd805d59ff97f56a5bc5c70e [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. network.cc
  33. network.h
  34. OWNERS
  35. patcher.h
  36. persisted_data.cc
  37. persisted_data.h
  38. persisted_data_unittest.cc
  39. ping_manager.cc
  40. ping_manager.h
  41. ping_manager_unittest.cc
  42. protocol_definition.cc
  43. protocol_definition.h
  44. protocol_handler.cc
  45. protocol_handler.h
  46. protocol_parser.cc
  47. protocol_parser.h
  48. protocol_parser_fuzzer.cc
  49. protocol_parser_json.cc
  50. protocol_parser_json.h
  51. protocol_parser_json_unittest.cc
  52. protocol_serializer.cc
  53. protocol_serializer.h
  54. protocol_serializer_fuzzer.cc
  55. protocol_serializer_json.cc
  56. protocol_serializer_json.h
  57. protocol_serializer_json_unittest.cc
  58. protocol_serializer_unittest.cc
  59. README.md
  60. request_sender.cc
  61. request_sender.h
  62. request_sender_unittest.cc
  63. task.h
  64. task_send_registration_ping.cc
  65. task_send_registration_ping.h
  66. task_send_uninstall_ping.cc
  67. task_send_uninstall_ping.h
  68. task_traits.h
  69. task_update.cc
  70. task_update.h
  71. test_configurator.cc
  72. test_configurator.h
  73. test_installer.cc
  74. test_installer.h
  75. unzipper.h
  76. update_checker.cc
  77. update_checker.h
  78. update_checker_unittest.cc
  79. update_client.cc
  80. update_client.h
  81. update_client_errors.h
  82. update_client_internal.h
  83. update_client_unittest.cc
  84. update_engine.cc
  85. update_engine.h
  86. update_query_params.cc
  87. update_query_params.h
  88. update_query_params_delegate.cc
  89. update_query_params_delegate.h
  90. update_query_params_unittest.cc
  91. updater_state.cc
  92. updater_state.h
  93. updater_state_mac.mm
  94. updater_state_unittest.cc
  95. updater_state_win.cc
  96. url_fetcher_downloader.cc
  97. url_fetcher_downloader.h
  98. utils.cc
  99. utils.h
  100. 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.