summaryrefslogtreecommitdiffstats
path: root/net/websockets
Commit message (Expand)AuthorAgeFilesLines
* Fill out the rest of the StringPiece functions for 16-bit.brettw@chromium.org2014-03-061-1/+1
* Remove a dead test for non-final control frames.ricea@chromium.org2014-03-052-33/+4
* Fix the console message when reserved bits existricea@chromium.org2014-02-282-4/+10
* Remove obsolete TODO from websocket_stream.ccricea@chromium.org2014-02-271-1/+0
* ui/base/resource: Remove dependency on net's big_endian implementation.tfarina@chromium.org2014-02-264-11/+11
* net::WebSocketChannel should reject reserved bitsricea@chromium.org2014-02-263-0/+34
* Allow sending of empty Close frames from Blink.ricea@chromium.org2014-02-261-2/+5
* Never send empty non-final messages to Blink.ricea@chromium.org2014-02-213-5/+43
* Wrap callback and call streams_->ReadFrames() on the same linetyoshino@chromium.org2014-02-212-11/+16
* Previously, an unparseable status line would give an "Unexpectedricea@chromium.org2014-02-212-4/+13
* Handle empty non-final async frames correctly.ricea@chromium.org2014-02-212-2/+52
* [WebSocket] Fix permessage-deflate handshake failure messages.yhirano@chromium.org2014-02-192-39/+45
* Check for invalid use of data frame opcodes.ricea@chromium.org2014-02-193-34/+112
* Clear reserved flags on synthetic continuations.ricea@chromium.org2014-02-192-2/+36
* Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter.viettrungluu@chromium.org2014-02-151-1/+1
* Rename closing_* in WebSocketChannel to received_close_* and do some refactoringtyoshino@chromium.org2014-02-132-46/+64
* Add UTF-8 validation of Text frames.ricea@chromium.org2014-02-103-10/+368
* Pass was_clean from WebSocketChannel to rendererricea@chromium.org2014-02-104-27/+39
* Specify a console message for ERR_EMPTY_RESPONSEricea@chromium.org2014-02-072-0/+27
* HttpStreamParser will not return any response headers at all if they arericea@chromium.org2014-02-063-15/+52
* Don't set reason "Abnormal Closure"ricea@chromium.org2014-02-062-5/+4
* [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