index
:
Project-1CE/system_update_engine
sugisawa
sugisawa-mr1
tachibana
tachibana-mr1
umineko
Unnamed repository; edit this file 'description' to name the repository.
Linux User
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
test_http_server.cc
Age
Commit message (
Expand
)
Author
2020-10-11
update engine: clang formatting
Vyshu
2020-09-17
update_engine: Merge remote-tracking branch 'cros/upstream' into cros/master
Amin Hassani
2020-09-09
Adds connection: close to test server
Haibo Huang
2020-04-04
update_engine: remove an unreachable return
George Burgess IV
2019-01-16
update_engine: Run clang-format on ./ (root directory)
Amin Hassani
2018-11-21
Revert "Partially Revert 2b9d241"
Hidehiko Abe
2018-03-19
Partially Revert 2b9d241
Amin Hassani
2018-03-09
Merge remote-tracking branch 'aosp/upstream-master'.
Sen Jiang
2018-02-03
update_engine: Fix a stack use after scope issue.
Manoj Gupta
2017-12-18
update_engine: Update libchrome APIS to r456626.
Hidehiko Abe
2017-07-26
Revert "update_engine: Update libchrome APIS to r456626."
Luis Hector Chavez
2017-07-26
update_engine: Update libchrome APIS to r456626.
Jay Civelli
2016-03-07
Parse and use extra HTTP headers when downloading the payload.
Alex Deymo
2016-03-07
Parse and use extra HTTP headers when downloading the payload.
Alex Deymo
2016-01-20
update_engine: Update libchrome APIs to r369476
Alex Vakulenko
2016-01-20
update_engine: Update libchrome APIs to r369476
Alex Vakulenko
2015-11-12
Split payload application code into a subdirectory.
Alex Deymo
2015-09-24
Remove leaked callback when CleanUp() from TimeoutCallback().
Alex Deymo
2015-08-19
Re-license update_engine to Apache2
Alex Deymo
2015-06-17
platform2: Fix issues with new version of libchrome
Alex Vakulenko
2014-11-01
update_engine: Fix all the "using" declaration usage.
Alex Deymo
2014-09-01
update_engine: Replace NULL with nullptr
Alex Vakulenko
2014-06-18
update_engine: fixed warnings from cpplint
Alex Vakulenko
2014-03-27
update_engine: update to libbase 242728
Alex Vakulenko
2013-07-22
AU/unittest: test code spawns local HTTP server with unique port
Gilad Arnold
2013-07-02
AU/unittest: parameterize test_http_server port
Gilad Arnold
2012-07-13
Fixed incorrect test cleanup that causes update_engine unit tests to hang
Jay Srinivasan
2012-04-11
pull in base/stringprintf.h explicitly
Mike Frysinger
2012-02-16
fix build warnings with type mismatches and base check helpers
Mike Frysinger
2012-01-04
AU multi-range fetcher requests properly closed ranges when their length
Gilad Arnold
2011-11-28
Fetcher tries all proxies when a secondary chunk download error occurs.
Gilad Arnold
2011-11-16
Updater avoids download in case of an error HTTP response.
Gilad Arnold
2010-11-08
AU: Change test http server port from 8080 to 8088.
Darin Petkov
2010-10-07
AU: MultiHttpFetcher, an HttpFetcher for specific byte ranges
Andrew de los Reyes
2010-08-25
AU: Support redirects.
Darin Petkov
2010-08-12
[update_engine] Update to use not-hideously-old logging API from chrome
Chris Masone
2010-07-19
AU: HTTP success is not just 200, but anything in the 2xx range
Andrew de los Reyes
2010-04-15
update engine: 32- and 64-bit compile
Andrew de los Reyes
2009-12-04
Missed new files in last commit
adlr@google.com