[go: nahoru, domu]

tree: 8d0053919c315d4a0fb6c2da6e80ea57b5a3b162 [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_send_uninstall_ping.cc
  77. task_send_uninstall_ping.h
  78. task_traits.h
  79. task_update.cc
  80. task_update.h
  81. test_activity_data_service.cc
  82. test_activity_data_service.h
  83. test_configurator.cc
  84. test_configurator.h
  85. test_installer.cc
  86. test_installer.h
  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_unittest.cc
  96. update_engine.cc
  97. update_engine.h
  98. update_query_params.cc
  99. update_query_params.h
  100. update_query_params_delegate.cc
  101. update_query_params_delegate.h
  102. update_query_params_unittest.cc
  103. url_fetcher_downloader.cc
  104. url_fetcher_downloader.h
  105. utils.cc
  106. utils.h
  107. 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.