|
AU: Beginnings of delta support
- proto file for delta files; still needs hardlink support
- code to generate a delta update from two directory trees (old, new).
- code to parse delta update
- Actions: postinst-runner, install, bootable flag setter, filesystem
copier, Omaha response handler, Omaha request preparer,
- misc utility functions, like StringHasSuffix(), templatized Action
classes to feed/collect an object from another action.
- FilesystemIterator: iterates a directory tree with optional
exclusion path. Tolerates deleting of files during iteration.
- Subprocess class: support for synchronously or asynchronously
running an external command. Doesn't pass any env variables.
- Integration test that strings many Actions together and tests using
actual Omaha/Lorry. Currently only tests full updates.
- New simple HTTP server for unittest that supports fake flaky
connections.
- Some refactoring.
Committed: http://chrome-svn/viewvc/chromeos?view=rev&revision=334
|
Unified diffs |
Side-by-side diffs |
Delta from patch set |
Stats (+893 lines, -312 lines) |
Patch |
|
M |
src/platform/update_engine/SConstruct
|
View
|
|
1 chunk |
+103 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/action.h
|
View
|
|
4 chunks |
+13 lines, -7 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/action_pipe.h
|
View
|
|
2 chunks |
+4 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/action_processor.h
|
View
|
|
3 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/action_processor.cc
|
View
|
|
3 chunks |
+10 lines, -1 line |
0 comments
|
Download
|
|
M |
src/platform/update_engine/action_processor_unittest.cc
|
View
|
|
1 chunk |
+2 lines, -2 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/decompressing_file_writer.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/decompressing_file_writer.cc
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
src/platform/update_engine/download_action.h
|
View
|
|
7 chunks |
+16 lines, -19 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/download_action.cc
|
View
|
|
3 chunks |
+25 lines, -25 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/download_action_unittest.cc
|
View
|
|
8 chunks |
+44 lines, -23 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/file_writer.h
|
View
|
|
2 chunks |
+21 lines, -30 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/file_writer_unittest.cc
|
View
|
|
3 chunks |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
src/platform/update_engine/gen_coverage_html.sh
|
View
|
|
2 chunks |
+5 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/http_fetcher.h
|
View
|
|
3 chunks |
+5 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/http_fetcher_unittest.cc
|
View
|
|
11 chunks |
+71 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/libcurl_http_fetcher.h
|
View
|
|
3 chunks |
+18 lines, -4 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/libcurl_http_fetcher.cc
|
View
|
|
10 chunks |
+62 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/main.cc
|
View
|
|
1 chunk |
+3 lines, -25 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/mock_file_writer.h
|
View
|
|
2 chunks |
+3 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/mock_http_fetcher.h
|
View
|
|
3 chunks |
+5 lines, -5 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/mock_http_fetcher.cc
|
View
|
|
1 chunk |
+4 lines, -1 line |
0 comments
|
Download
|
|
M |
src/platform/update_engine/omaha_hash_calculator.h
|
View
|
|
2 chunks |
+4 lines, -3 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/omaha_hash_calculator.cc
|
View
|
|
4 chunks |
+6 lines, -6 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/test_utils.h
|
View
|
|
1 chunk |
+155 lines, -9 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/test_utils.cc
|
View
|
|
1 chunk |
+231 lines, -30 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/testrunner.cc
|
View
|
|
1 chunk |
+5 lines, -0 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/update_check_action.h
|
View
|
|
5 chunks |
+8 lines, -8 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/update_check_action.cc
|
View
|
|
3 chunks |
+7 lines, -24 lines |
0 comments
|
Download
|
|
M |
src/platform/update_engine/update_check_action_unittest.cc
|
View
|
|
9 chunks |
+46 lines, -26 lines |
0 comments
|
Download
|
Total messages: 2 (0 generated)
|