[go: nahoru, domu]

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