summaryrefslogtreecommitdiffstats
path: root/net/websockets
Commit message (Expand)AuthorAgeFilesLines
* Merge spdy2/3 versions of Spdy{SessionDependencies,URLRequestContext}ttuttle@chromium.org2013-05-032-8/+10
* Refactor cookie saving code in WebSocketJob for readability.tyoshino@chromium.org2013-05-022-26/+39
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-2/+2
* Add README file for WebSockets directory.ricea@chromium.org2013-04-261-0/+43
* Remove ukai@ from OWNERS files in WebSocket directories.tyoshino@chromium.org2013-04-261-1/+0
* Fix typo in net/websockets/websocket_throttle.hyoshinori.sano@gmail.com2013-04-191-1/+1
* [SPDY] Replace SpdyIOBuffer with new SpdyBuffer classakalin@chromium.org2013-04-172-4/+9
* Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."akalin@chromium.org2013-04-172-9/+4
* [SPDY] Replace SpdyIOBuffer with new SpdyBuffer classakalin@chromium.org2013-04-172-4/+9
* [SPDY] Plumb SPDY frame type through write queueakalin@chromium.org2013-04-152-5/+5
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-131-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-1/+1
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-1/+1
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-212-2/+2
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-192-0/+2
* [Cleanup] Remove StringPrintf from global namespacegroby@chromium.org2013-03-181-2/+2
* net: split net/ssl out of net/basephajdan.jr@chromium.org2013-03-142-4/+4
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-062-2/+2
* Add AddHSTS() and AddHPKP() to replace EnableHost(DomainState), asunsafe@trevp.net2013-03-022-8/+8
* Remove the last traces of experimental support for MAC cookiesrsleevi@chromium.org2013-02-282-14/+0
* Update WebSocket related OWNERS filestoyoshim@chromium.org2013-02-221-1/+2
* Include destination port for websocket throttling.ricea@chromium.org2013-02-085-57/+93
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-064-11/+13
* Move string tokenizer to base/strings.brettw@chromium.org2013-02-022-2/+2
* Trival fixups to websocket_handshake_handler.*.ricea@chromium.org2013-01-225-22/+6
* Fixes to WebSocketErrorToNetErrorTest()ricea@chromium.org2013-01-183-4/+26
* Use the optimised masking function MaskWebSocketFramePayload() inricea@chromium.org2012-12-172-15/+9
* Optimise MaskWebSocketFramePayload().ricea@chromium.org2012-12-172-8/+232
* Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...rch@chromium.org2012-12-042-8/+0
* [chromedriver] Write websocket client and sync websocket client.kkania@chromium.org2012-11-292-7/+7
* net: Update calls from RunAllPending() to RunUntilIdle().tfarina@chromium.org2012-11-143-32/+32
* Update net/websockets/OWNERStoyoshim@chromium.org2012-10-191-0/+2
* Add SPDY request headers to DevTools.mmenke@chromium.org2012-09-072-0/+2
* Fix comments in websocket_stream.h.yutak@chromium.org2012-08-211-2/+2
* Add a function that calculates the size of WebSocket frame header.yutak@chromium.org2012-08-212-17/+30
* WebSocket over SPDY: handshake support for both of SPDY/2 and SPDY/3toyoshim@chromium.org2012-08-148-170/+443
* Add WebSocketStream interface.yutak@chromium.org2012-08-091-0/+104
* Add WebSocketError to indicate decoding failure reasontoyoshim@chromium.org2012-08-065-49/+104
* Now WebSocketFrameChunk use std::vector<char> to hold payload data.toyoshim@chromium.org2012-08-015-47/+121
* Adding histograms showing fraction of page load times spent in the disk cache...tburkard@chromium.org2012-07-302-2/+4
* Remove linked_ptr from SpdyStream.rch@chromium.org2012-07-181-2/+2
* WebSocket over SPDY: implement opening handshake to conform the draft spec 8toyoshim@chromium.org2012-07-124-314/+134
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-116-6/+0
* NetLogEventParameter to Callback refactoring 8.mmenke@chromium.org2012-06-144-49/+28
* Add functions used for building WebSocket frame data.yutak@chromium.org2012-06-123-0/+451
* Add a new OnHostResolutionCallback to TransportSocketParamsrch@chromium.org2012-06-082-8/+12
* Coverity: Initialize a member variable.jhawkins@chromium.org2012-05-131-1/+1
* Stop refcounting URLRequestContext.willchan@chromium.org2012-05-113-19/+15