summaryrefslogtreecommitdiffstats
path: root/net/server
Commit message (Expand)AuthorAgeFilesLines
* 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
* DevTools: add /json/activate/ command to the discovery protocol.pfeldman@chromium.org2012-12-115-58/+53
* net: Fix more clang warnings about missing virtual and OVERRIDE annotations.tfarina@chromium.org2012-09-011-6/+6
* Add a menu item to content_shell to open devtools to make it more discoverable.jam@chromium.org2012-08-092-2/+9
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-114-4/+0
* Decouple DevTools from socket implementation.pliard@chromium.org2012-05-233-11/+12
* Cleanup: Remove unneeded scoped_ptr.h includes from net.thestig@chromium.org2012-05-171-3/+2
* Refactor TCPListenSocket.pliard@chromium.org2012-05-164-20/+21
* RefCounted types should not have public destructors, net/rsleevi@chromium.org2012-04-282-94/+97
* Upstream changes making ListenSocket an abstract class.pliard@chromium.org2012-04-231-2/+3
* Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...wez@chromium.org2012-03-281-2/+2
* Move net/base/sys_byteorder.h to base/sys_byteorder.hisherman@chromium.org2011-12-282-14/+4
* Fix Win builder following r111314rsleevi@chromium.org2011-11-231-5/+5
* Add OVERRIDE to net/.avi@chromium.org2011-11-161-3/+5
* Cleanup: Remove unneeded forward declararations in net.thestig@chromium.org2011-11-111-2/+1
* Upgrade DevTools WebSocket server implementation from Hybi10 to Hybi17.loislo@chromium.org2011-10-241-23/+14
* Expected version of WebSocket was adjusted for hybi17 that was introduced at ...loislo@chromium.org2011-10-201-1/+1
* DevTools: web socket does not expect frames other than text.loislo@chromium.org2011-09-263-5/+27
* Remove senseless code.thakis@chromium.org2011-08-021-1/+1
* DevTools: no way to remote debug using ToT build as a client.pfeldman@chromium.org2011-08-028-234/+649
* Remove explicit keyword from multi-argument (w/o default values) constructorsdilmah@chromium.org2011-07-261-1/+1
* base: Put md5.* into base namespace.tfarina@chromium.org2011-07-181-2/+2
* net: Put net/server/* into namespace net.tfarina@chromium.org2011-04-184-12/+29
* 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-042-9/+31
* DevTools: follo up to http server introduction. Report OnClose from Connectio...pfeldman@chromium.org2011-02-032-5/+8
* DevTools: split http_listen_socket into http_server and connection.pfeldman@chromium.org2011-02-033-184/+267