aboutsummaryrefslogtreecommitdiff
path: root/test_http_server.cc
AgeCommit message (Expand)Author
2022-09-08Initialized unitialized variables.Daniel Zheng
2022-01-04Fix cpplint issuesColin Cross
2020-10-11update engine: clang formattingVyshu
2020-09-17update_engine: Merge remote-tracking branch 'cros/upstream' into cros/masterAmin Hassani
2020-09-09Adds connection: close to test serverHaibo Huang
2020-04-04update_engine: remove an unreachable returnGeorge Burgess IV
2019-01-16update_engine: Run clang-format on ./ (root directory)Amin Hassani
2018-11-21Revert "Partially Revert 2b9d241"Hidehiko Abe
2018-03-19Partially Revert 2b9d241Amin Hassani
2018-03-09Merge remote-tracking branch 'aosp/upstream-master'.Sen Jiang
2018-02-03update_engine: Fix a stack use after scope issue.Manoj Gupta
2017-12-18update_engine: Update libchrome APIS to r456626.Hidehiko Abe
2017-07-26Revert "update_engine: Update libchrome APIS to r456626."Luis Hector Chavez
2017-07-26update_engine: Update libchrome APIS to r456626.Jay Civelli
2016-03-07Parse and use extra HTTP headers when downloading the payload.Alex Deymo
2016-03-07Parse and use extra HTTP headers when downloading the payload.Alex Deymo
2016-01-20update_engine: Update libchrome APIs to r369476Alex Vakulenko
2016-01-20update_engine: Update libchrome APIs to r369476Alex Vakulenko
2015-11-12Split payload application code into a subdirectory.Alex Deymo
2015-09-24Remove leaked callback when CleanUp() from TimeoutCallback().Alex Deymo
2015-08-19Re-license update_engine to Apache2Alex Deymo
2015-06-17platform2: Fix issues with new version of libchromeAlex Vakulenko
2014-11-01update_engine: Fix all the "using" declaration usage.Alex Deymo
2014-09-01update_engine: Replace NULL with nullptrAlex Vakulenko
2014-06-18update_engine: fixed warnings from cpplintAlex Vakulenko
2014-03-27update_engine: update to libbase 242728Alex Vakulenko
2013-07-22AU/unittest: test code spawns local HTTP server with unique portGilad Arnold
2013-07-02AU/unittest: parameterize test_http_server portGilad Arnold
2012-07-13Fixed incorrect test cleanup that causes update_engine unit tests to hangJay Srinivasan
2012-04-11pull in base/stringprintf.h explicitlyMike Frysinger
2012-02-16fix build warnings with type mismatches and base check helpersMike Frysinger
2012-01-04AU multi-range fetcher requests properly closed ranges when their lengthGilad Arnold
2011-11-28Fetcher tries all proxies when a secondary chunk download error occurs.Gilad Arnold
2011-11-16Updater avoids download in case of an error HTTP response.Gilad Arnold
2010-11-08AU: Change test http server port from 8080 to 8088.Darin Petkov
2010-10-07AU: MultiHttpFetcher, an HttpFetcher for specific byte rangesAndrew de los Reyes
2010-08-25AU: Support redirects.Darin Petkov
2010-08-12[update_engine] Update to use not-hideously-old logging API from chromeChris Masone
2010-07-19AU: HTTP success is not just 200, but anything in the 2xx rangeAndrew de los Reyes
2010-04-15update engine: 32- and 64-bit compileAndrew de los Reyes
2009-12-04Missed new files in last commitadlr@google.com