summaryrefslogtreecommitdiffstats
path: root/net/server/http_server.cc
Commit message (Expand)AuthorAgeFilesLines
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-111-1/+1
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-111-3/+4
* Update references to RFC2616.wtc2015-06-041-2/+2
* HttpServer: don't crash in SetReceiveBufferSize/SetSendBufferSize if connecti...vkuzkokov2015-03-301-4/+4
* Start accepting http connections in next run loop.byungchul2014-10-311-1/+8
* Add net::HttpServer::Delegate::OnConnect() function and set ChromeDriver buff...samuong2014-09-261-1/+3
* Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer....byungchul2014-08-251-71/+186
* Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs...estade@chromium.org2014-08-221-186/+71
* Replace StreamListenSocket with StreamSocket in HttpServer.byungchul@chromium.org2014-08-221-71/+186
* Move StringToLowerASCII to base namespacebrettw@chromium.org2014-08-071-1/+1
* HttpServer: Handling of multiple header fields with the same name and multipl...vkuzkokov@chromium.org2014-05-101-7/+14
* Revert of HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests. (https://cod...henrika@chromium.org2014-04-301-5/+2
* HttpServer: avoid DCHECK'ing on non-HTTP/1.1 requests.gunsch@chromium.org2014-04-301-2/+5
* HttpServer: allows sending raw response data for streamed responses.gunsch@chromium.org2014-04-191-0/+7
* Revert 263948 "HttpServer: allows sending raw response data for ..."fischman@chromium.org2014-04-151-7/+0
* HttpServer: allows sending raw response data for nontypical responses.gunsch@chromium.org2014-04-151-0/+7
* Gets the peer address (if available) in server requests.gunsch@chromium.org2014-03-201-0/+3
* Move TrimWhitespace to the base namespace.brettw@chromium.org2014-03-031-1/+1
* Remove ref-counting from StreamListenSocketszym@chromium.org2013-09-031-4/+4
* 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-311-8/+28
* Allow HttpServer response to include custom headers.kkania@chromium.org2013-07-231-6/+14
* Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...avi@chromium.org2013-06-111-2/+2
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-011-3/+3
* 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-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* net: move socket files from net/base to net/socketphajdan.jr@chromium.org2013-04-091-1/+1
* DevTools: add /json/activate/ command to the discovery protocol.pfeldman@chromium.org2012-12-111-22/+8
* Add a menu item to content_shell to open devtools to make it more discoverable.jam@chromium.org2012-08-091-2/+5
* Decouple DevTools from socket implementation.pliard@chromium.org2012-05-231-9/+8
* Refactor TCPListenSocket.pliard@chromium.org2012-05-161-5/+5
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-88/+88
* Upstream changes making ListenSocket an abstract class.pliard@chromium.org2012-04-231-2/+3
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-281-6/+1
* DevTools: web socket does not expect frames other than text.loislo@chromium.org2011-09-261-2/+5
* DevTools: no way to remote debug using ToT build as a client.pfeldman@chromium.org2011-08-021-206/+79
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-181-2/+2
* net: Put net/server/* into namespace net.tfarina@chromium.org2011-04-181-9/+14
* DevTools: remove HttpListenSocket dependency on flush events.pfeldman@chromium.org2011-02-041-8/+26
* DevTools: follo up to http server introduction. Report OnClose from Connectio...pfeldman@chromium.org2011-02-031-4/+5
* DevTools: split http_listen_socket into http_server and connection.pfeldman@chromium.org2011-02-031-0/+416