summaryrefslogtreecommitdiffstats
path: root/net/server/http_server.h
Commit message (Expand)AuthorAgeFilesLines
* Remove mojo::ErrorHandler usage from the mojo/ folder.yzshen2015-07-131-0/+2
* Start accepting http connections in next run loop.byungchul2014-10-311-0/+4
* Add net::HttpServer::Delegate::OnConnect() function and set ChromeDriver buff...samuong2014-09-261-0/+1
* Revert "Revert of Replace StreamListenSocket with StreamSocket in HttpServer....byungchul2014-08-251-30/+40
* Revert of Replace StreamListenSocket with StreamSocket in HttpServer. (patchs...estade@chromium.org2014-08-221-40/+30
* Replace StreamListenSocket with StreamSocket in HttpServer.byungchul@chromium.org2014-08-221-30/+40
* HttpServer: allows sending raw response data for streamed responses.gunsch@chromium.org2014-04-191-0/+4
* Revert 263948 "HttpServer: allows sending raw response data for ..."fischman@chromium.org2014-04-151-4/+0
* HttpServer: allows sending raw response data for nontypical responses.gunsch@chromium.org2014-04-151-0/+4
* Remove ref-counting from StreamListenSocketszym@chromium.org2013-09-031-3/+3
* Allow HttpServer response to include custom headers.kkania@chromium.org2013-07-231-0/+2
* 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-2/+6
* Add a menu item to content_shell to open devtools to make it more discoverable.jam@chromium.org2012-08-091-0/+4
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* Decouple DevTools from socket implementation.pliard@chromium.org2012-05-231-1/+2
* Refactor TCPListenSocket.pliard@chromium.org2012-05-161-8/+9
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-281-6/+9
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-3/+5
* DevTools: no way to remote debug using ToT build as a client.pfeldman@chromium.org2011-08-021-28/+9
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-1/+1
* net: Put net/server/* into namespace net.tfarina@chromium.org2011-04-181-0/+4
* Move some files from base to base/memory.levin@chromium.org2011-03-281-2/+2
* DevTools: remove HttpListenSocket dependency on flush events.pfeldman@chromium.org2011-02-041-1/+5
* DevTools: follo up to http server introduction. Report OnClose from Connectio...pfeldman@chromium.org2011-02-031-1/+3
* DevTools: split http_listen_socket into http_server and connection.pfeldman@chromium.org2011-02-031-0/+96