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