summaryrefslogtreecommitdiffstats
path: root/net/websockets
Commit message (Expand)AuthorAgeFilesLines
* [WebSocket] Add Cache-Control to the request header.yhirano@chromium.org2014-02-056-56/+64
* The renderer has no way to indicate a close during connection except byricea@chromium.org2014-02-052-0/+17
* Advertise the permessage-deflate extension and enable it when requested by th...ricea@chromium.org2014-01-296-29/+405
* Pass extensions from WebSocketChannel to rendererricea@chromium.org2014-01-273-47/+88
* Add a test for Pong frames with NULL data and fix.ricea@chromium.org2014-01-273-9/+30
* Previously, FailChannel() called OnDropChannel(). This resulted in thericea@chromium.org2014-01-273-119/+247
* [WebSocket] Compress an empty string to one byte.yhirano@chromium.org2014-01-243-5/+4
* Notify WebSocket opening handshake information to the renderer.yhirano@chromium.org2014-01-2217-16/+659
* Add window_bits to DeflateStream constructorricea@chromium.org2014-01-213-20/+88
* Refactor base/safe_numerics.hjschuh@chromium.org2014-01-173-6/+5
* Fail WebSocket channel when handshake fails.yhirano@chromium.org2014-01-0910-88/+385
* Remove HttpTransactionDelegate and all users (LoadTimeStats).rvargas@chromium.org2013-12-271-2/+1
* Move DeleteAllCreatedBetweenForHostAsync to CookieStoresdefresne@chromium.org2013-12-191-0/+8
* Implement GetTotalReceivedBytes for http stream.eustas@chromium.org2013-12-132-0/+5
* Fix DCHECK in WebSocketChannel::SendFlowControlricea@chromium.org2013-12-122-1/+10
* Revert 239921 "Revert 239759 "The comment in base64.h implies th..."vadimt@chromium.org2013-12-112-6/+3
* Revert 239759 "The comment in base64.h implies that base::Base64..."vadimt@chromium.org2013-12-112-3/+6
* The comment in base64.h implies that base::Base64Encode() can return false, butricea@chromium.org2013-12-102-6/+3
* Add tests for WebSocketHandshakeStreamCreateHelper and WebSocketStream::Creat...ricea@chromium.org2013-12-058-2/+852
* Previously websocket_stream.cc hard-coded the version number "13". Use thericea@chromium.org2013-12-021-1/+2
* WebSocketHandshakeStreamCreateHelper is an internal class that stores the dat...ricea@chromium.org2013-11-296-5/+303
* Add WebSocket handshake support to UrlRequestHttpJob, by supporting ws: and w...ricea@chromium.org2013-11-281-1/+11
* WebSocketBasicHandshakeStream performs the WebSocket standard RFC6455 WebSock...ricea@chromium.org2013-11-273-2/+420
* Revert 237095 "LOG(INFO) tidying in net/"scottmg@chromium.org2013-11-251-2/+2
* LOG(INFO) tidying in net/scottmg@chromium.org2013-11-251-2/+2
* Add kSupportedVersion constant to net::websocketsricea@chromium.org2013-11-252-0/+7
* WebSocketChannel should ensure the scheme is "ws" or "wss" beforericea@chromium.org2013-11-222-1/+20
* Change CreateBasicStream to take a scoped_ptrricea@chromium.org2013-11-221-3/+3
* Remove the word "factory" from WebSocketChannelricea@chromium.org2013-11-133-31/+31
* Fix WebSocketChannel for NULL payloads.ricea@chromium.org2013-11-122-5/+129
* Rename WebSocketHandshakeStreamBase::Factoryricea@chromium.org2013-11-121-2/+2
* WebSocketBasicStream should ignore empty bufferricea@chromium.org2013-11-071-0/+3
* Explicitness is no longer needed now that it has 4 arguments.ricea@chromium.org2013-11-071-1/+1
* WebSocketBasicStream is now not created until after the handshake isricea@chromium.org2013-11-062-12/+18
* Introduce WebSocketDeflatePredictor.yhirano@chromium.org2013-10-308-58/+532
* Rename WebSocketStreamBase to WebSocketHandshakeStreamBase in order to better...ricea@chromium.org2013-10-303-58/+66
* Factor out Sec-WebSocket-Accept computing logic so that the new WebSocket han...tyoshino@chromium.org2013-10-302-4/+14
* Seericea@chromium.org2013-10-245-197/+535
* WebSocketDeflateStream should have ContextTakeOverMode parameter.yhirano@chromium.org2013-10-243-4/+82
* Add checks for valid close status and reason.ricea@chromium.org2013-10-242-4/+79
* Changes to class hierachy to prepare for WebSocketBasicHandshakeStream.ricea@chromium.org2013-10-239-153/+25
* Add closing handshake timeout.ricea@chromium.org2013-10-233-5/+255
* [websocket_channel_test] Some edit for readabilitytyoshino@chromium.org2013-10-171-16/+22
* Rename status_line in WebSocketHandshakeRequestHandler to request_linetyoshino@chromium.org2013-10-112-10/+10
* Retain empty first frames as well as final frames.ricea@chromium.org2013-10-113-67/+240
* Factor out serialized size calculating code from WebSocketBasicStream::WriteF...tyoshino@chromium.org2013-10-111-16/+30
* Introduce WebSocketDeflateStream.yhirano@chromium.org2013-10-117-23/+1372
* Remove code for old WebSocket protocols from WebSocketJob and helpers for ittyoshino@chromium.org2013-10-095-574/+63
* Create WebSocketDispatcherHost and WebSocketHost classes. WebSocketDispatcher...ricea@chromium.org2013-10-083-23/+29
* [SPDY] Do not advertise SPDY/2 by defaultakalin@chromium.org2013-10-062-2/+4