summaryrefslogtreecommitdiffstats
path: root/net/server/http_server_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-2/+2
* New new versions of Starts/EndsWith and SplitString in net.brettw2015-07-061-9/+16
* Move EndsWith to base namespace.brettw2015-06-121-3/+3
* Move StartsWith[ASCII] to base namespace.brettw2015-06-121-7/+6
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-6/+6
* Collect all ConnectionAttempts from both sockets in TransportConnectJob.ttuttle2015-05-151-0/+5
* Adjust URLFetcher::Create API so that object is returned as scoped_ptr.dtapuska2015-05-011-3/+2
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-3/+3
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* Cleanup: Better constify some strings in net/.thestig2015-01-241-3/+3
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* Standardize usage of virtual/override/final in net/dcheng2014-10-211-44/+38
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-091-29/+29
* Add net::HttpServer::Delegate::OnConnect() function and set ChromeDriver buff...samuong2014-09-261-4/+26
* Remove implicit conversions from scoped_refptr to T* in net/dcheng2014-08-271-4/+3
* Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer....byungchul2014-08-251-25/+139
* Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs...estade@chromium.org2014-08-221-106/+14
* Disable an unittest failed on windows build bot.byungchul@chromium.org2014-08-221-0/+3
* Replace StreamListenSocket with StreamSocket in HttpServer.byungchul@chromium.org2014-08-221-14/+106
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-2/+2
* HttpServer: Handling of multiple header fields with the same name and multipl...vkuzkokov@chromium.org2014-05-101-0/+94
* Revert of HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests. (https://cod...henrika@chromium.org2014-04-301-12/+0
* HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests.gunsch@chromium.org2014-04-301-0/+12
* Fixes flaky HttpServer.SendRaw failures.gunsch@chromium.org2014-04-281-10/+20
* Disable HttpServerTest.SendRawrockot@chromium.org2014-04-211-1/+2
* HttpServer: allows sending raw response data for streamed responses.gunsch@chromium.org2014-04-191-19/+100
* Revert 263948 "HttpServer: allows sending raw response data for ..."fischman@chromium.org2014-04-151-101/+19
* HttpServer: allows sending raw response data for nontypical responses.gunsch@chromium.org2014-04-151-19/+101
* Gets the peer address (if available) in server requests.gunsch@chromium.org2014-03-201-0/+1
* Fix building of net_unittests on Windows systems with Russian locale.vchigrin@yandex-team.ru2013-10-241-1/+1
* Remove ref-counting from StreamListenSocketszym@chromium.org2013-09-031-5/+5
* Extend net::HttpServer to be able to parse request body.kkania@chromium.org2013-07-311-0/+319