summaryrefslogtreecommitdiffstats
path: root/net/websockets
Commit message (Expand)AuthorAgeFilesLines
* Remove unused params in WebSocketHandshakeStreamCreateHelperTestricea2015-07-281-17/+10
* Replace WebSockets' use of 'url::DeprecatedSerializedOrigin'.mkwst2015-07-2513-124/+119
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Revert of Remove some legacy versions of StartsWith and EndsWith. (patchset #...yosin2015-07-161-2/+1
* Remove some legacy versions of StartsWith and EndsWith.brettw2015-07-161-1/+2
* Move JoinString to the base namespace.brettw2015-07-151-2/+2
* Revert of Move JoinString to the base namespace (patchset #9 id:160001 of htt...hongchan2015-07-141-2/+2
* Move JoinString to the base namespace.brettw2015-07-141-2/+2
* Deprecate 'url::Origin' (1/3).mkwst2015-07-119-27/+27
* Change histogram.h includes to histogram_macros.h in net/asvitkine2015-06-173-3/+3
* Move EndsWith to base namespace.brettw2015-06-121-1/+1
* net: Remove use of MessageLoopProxy and deprecated MessageLoop APIsskyostil2015-06-113-23/+22
* Move LowerCaseEqualsASCII to base namespacebrettw2015-06-091-1/+1
* Switch WebSocketTests to using SequencedSocketData.mmenke2015-06-084-78/+68
* net: Remove the remaining use of GG_(U)INTn_C macros.tfarina2015-06-033-41/+42
* Subsituting pattern ScopedVector push_back.(ptr.release()) with push_back(ptr...hari.singh12015-06-018-19/+19
* Add constructors for IOBuffer that take the buffer length as a size_t.eroman2015-05-272-5/+6
* net cleanup: Remove unnecessary namespace prefixes.ttuttle2015-04-231-5/+5
* Update {virtual,override} to follow C++11 style in net.nick2015-04-231-1/+1
* Rename NetLogLogger and CapturingNetLogvishal.b2015-04-171-3/+3
* [WebSocketExtensionParser] Have Consume.* methods return bool instead of usin...tyoshino2015-04-134-90/+74
* Split bug 423948 into various sub-bugs and remove outdated instrumentation.pkasting2015-04-111-5/+0
* Don't process HSTS/HPKP headers when host is an IP addressestark2015-04-091-3/+7
* Simplify the interface to ProxyClientSocket::BuildTunnelRequestrch2015-04-071-1/+1
* Revert of Don't process HSTS/HPKP headers when host is an IP address (patchse...estark2015-04-061-7/+3
* Don't process HSTS/HPKP headers when host is an IP addressestark2015-04-061-3/+7
* Move NetLog code from src/net/base to src/net/log.eroman2015-04-022-2/+2
* Support parsing a Sec-WebSocket-Extensions header with multiple elementstyoshino2015-04-014-72/+144
* Delete the ClientSocketPoolHistograms class.rkaplow2015-03-252-6/+2
* Remove prerender cookie store, part 4.davidben2015-03-232-5/+5
* WebSocket header continuations test case.ricea2015-03-191-0/+18
* WebSocket ignores trailing whitespace testricea2015-03-161-2/+16
* Remove fail argument from WebSocket AddChannelResponse messagetyoshino2015-03-064-72/+61
* Revert "[WebSocket] Add NOINLINE function calls to see the stack trace."ricea2015-02-262-51/+4
* Add more targets to GN check.brettw2015-02-203-17/+20
* Apply HSTS to WebSocket connections.Adam Rice2015-02-202-15/+115
* Add WebSocket cookie tests.yhirano2015-02-126-197/+834
* Change error message for WebSocket tunnel failure.ricea2015-02-094-3/+61
* GURL::Replacements methods accept a StringPiece instead of std::string&.mgiuca2015-02-051-2/+1
* Avoid WebSocket upgrade on network error.ricea2015-02-023-0/+49
* Add end to end tests for WebSockets in net/websockets/ricea2015-01-261-0/+370
* Cleanup: Better constify some strings in net/.thestig2015-01-243-31/+31
* Add a delay when unlocking WebSocket endpoints.ricea2015-01-231-0/+7
* Add "host" parameter to WebSocketStandardRequest.yhirano2015-01-224-196/+110
* replace COMPILE_ASSERT with static_assert in net/mostynb2015-01-205-17/+17
* Get rid of net::DO_NOT_PROMPT_FOR_LOGINbaranovich2015-01-152-4/+2
* Explicitly add header for net::IOBufferhalton.huo2014-12-021-0/+1
* Rename websocket_handshake_handler.* to websocket_handshake_challenge.*ricea2014-11-207-62/+68
* Adding instrumentation to locate the source of jankiness.vadimt2014-11-181-0/+5
* Delete the old WebSocket implementation from net/ricea2014-11-0815-3978/+7