summaryrefslogtreecommitdiffstats
path: root/net/server
Commit message (Expand)AuthorAgeFilesLines
* net: remove UsingTCPFastOpen() method from StreamSocket classtfarina2016-03-221-1/+0
* net: Add out-of-line copy ctors for complex classes.vmpstr2016-02-264-0/+8
* net: move IsLocalhost() function into url_util.htfarina2016-02-231-1/+0
* Allow std::unordered_*.davidben2016-01-221-0/+1
* Revert of Allow std::unordered_*. (patchset #15 id:280001 of https://coderevi...davidben2016-01-211-1/+0
* Allow std::unordered_*.davidben2016-01-211-0/+1
* Fix remaining incompatibilities between scoped_ptr and unique_ptr.dcheng2016-01-201-1/+1
* Convert Pass()→std::move() in //netdcheng2015-12-264-12/+18
* Switch to standard integer types in net/.Avi Drissman2015-12-209-14/+21
* [net] Make state table const to share between processes.bratell2015-12-091-11/+10
* Fix size_t truncations in net for 64-bit VS 2015brucedawson2015-12-011-3/+3
* Make WebSocketEncoder::CreateClient return scoped_ptrolli.raula2015-11-043-13/+13
* Implement GetTotalReceivedBytes() for StreamSockettbansal2015-10-141-0/+7
* Fix WebSocketServer extension parser.yhirano2015-09-286-240/+275
* Returning scoped_ptr<> instead of raw pointer in WebSocket::CreateWebSocketparitosh.in2015-09-223-9/+11
* Remove unused constructor parameter from net::WebSocket.yhirano2015-09-173-10/+6
* Drop Hixie76 support from WebSocketServer.yhirano2015-09-092-226/+76
* Convert remaining StringToLowerASCII to ToLowerASCII.brettw2015-08-113-7/+6
* Remove mojo::ErrorHandler usage from the mojo/ folder.yzshen2015-07-131-0/+2
* Replace remaining Tokenize calls to SplitStringbrettw2015-07-061-6/+6
* New new versions of Starts/EndsWith and SplitString in net.brettw2015-07-061-9/+16
* Excise gendered pronouns from /netellyjones2015-06-261-1/+1
* 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