summaryrefslogtreecommitdiffstats
path: root/net/websockets
Commit message (Expand)AuthorAgeFilesLines
...
* 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
* Use shorter timeout for WebSocket connection that has completed closing hands...tyoshino2014-11-073-14/+69
* Remove HttpStreamBase.yhirano2014-11-063-6/+18
* [WebSocket] Add DCHECK on OnFailChannel() calltyoshino2014-11-061-2/+5
* Introducing net::TestCompletionClosure.gavinp2014-11-041-12/+0
* [WebSocket] Pass received status code of 0 to script as-istyoshino2014-10-312-1/+5
* [WebSocket] Add NOINLINE function calls to see the stack trace.yhirano2014-10-302-4/+56
* Standardize usage of virtual/override/final specifiers.dcheng2014-10-275-14/+14
* Add AddCallbackForCookie method to CookieStore.ellyjones2014-10-271-0/+7
* Standardize usage of virtual/override/final in net/dcheng2014-10-2117-266/+242
* Convert ARRAYSIZE_UNSAFE -> arraysize in net/.viettrungluu2014-10-162-11/+11
* Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.dcheng2014-10-153-15/+20
* Fix type truncation warnings related to WebSocketFrameHeader::payload_lengthpkasting2014-10-155-52/+48
* Avoid ALLOW_UNUSED (and the like) where it's not necessary or there are betterpkasting2014-10-091-14/+11
* replace OVERRIDE and FINAL with override and final in net/mostynb2014-10-0915-158/+158
* Add space to Accept-Encoding header values.jgraettinger2014-09-243-5/+5
* Implement handshake timeout on WebSocketyhirano2014-09-113-16/+130
* Reland net-related fixups for scoped_refptr conversion operator cleanup.dcheng2014-09-041-1/+1
* Move WebSocket masking benchmarks to net_perftestsricea2014-09-013-73/+64