summaryrefslogtreecommitdiffstats
path: root/net/server
Commit message (Expand)AuthorAgeFilesLines
* 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-112-9/+10
* Update references to RFC2616.wtc2015-06-041-2/+2
* 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
* Use of base::StringPairs appropriately in serverpayal.pandey2015-04-281-2/+2
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-232-8/+8
* [WebSocketExtensionParser] Have Consume.* methods return bool instead of usin...tyoshino2015-04-131-2/+1
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-021-1/+1
* Support parsing a Sec-WebSocket-Extensions header with multiple elementstyoshino2015-04-012-25/+36
* HttpServer: don't crash in SetReceiveBufferSize/SetSendBufferSize if connecti...vkuzkokov2015-03-301-4/+4
* WebSocketEncoder::CreateServer must not include client_max_window_bits if the...tyoshino2015-03-183-13/+63
* Cleanup: Better constify some strings in net/.thestig2015-01-241-3/+3
* Support WebSocket per-message deflate extension in http server.dgozman2014-12-125-200/+610
* Start accepting http connections in next run loop.byungchul2014-10-312-1/+12
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-271-1/+1
* Standardize usage of virtual/override/final in net/dcheng2014-10-213-52/+46
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-092-35/+35
* Add net::HttpServer::Delegate::OnConnect() function and set ChromeDriver buff...samuong2014-09-263-5/+30
* 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-2510-243/+1050
* Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs...estade@chromium.org2014-08-2210-1017/+232
* 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-2210-232/+1017
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-073-6/+6
* HttpServer: Handling of multiple header fields with the same name and multipl...vkuzkokov@chromium.org2014-05-104-7/+131
* Revert of HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests. (https://cod...henrika@chromium.org2014-04-303-21/+2
* HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests.gunsch@chromium.org2014-04-303-2/+21
* 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-193-19/+111
* Revert 263948 "HttpServer: allows sending raw response data for ..."fischman@chromium.org2014-04-153-112/+19
* HttpServer: allows sending raw response data for nontypical responses.gunsch@chromium.org2014-04-153-19/+112
* Gets the peer address (if available) in server requests.gunsch@chromium.org2014-03-203-0/+9
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-1/+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-035-24/+17
* Fix crash when calling HttpServer::GetLocalAddress when there is no server sock.kkania@chromium.org2013-08-091-1/+3
* Extend net::HttpServer to be able to parse request body.kkania@chromium.org2013-07-315-19/+363
* Allow HttpServer response to include custom headers.kkania@chromium.org2013-07-238-39/+195
* Change HttpConnection to reuse GetHttpReasonPhrase.kkania@chromium.org2013-07-221-17/+1
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-113-6/+6
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-012-6/+6
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-2/+2
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-092-2/+2
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-092-2/+2
* net: move socket files from net/base to net/socketphajdan.jr@chromium.org2013-04-093-3/+3
* DevTools: extract web socket's frame encode/decode methods in devtools' serve...pfeldman@chromium.org2013-03-222-111/+152