summaryrefslogtreecommitdiffstats
path: root/net/websockets
Commit message (Expand)AuthorAgeFilesLines
* Create WebSocketTransportClientSocketPoolricea@chromium.org2014-06-243-6/+11
* Add Net.WebSocket.ResponseCode and ErrorCodes UMAricea@chromium.org2014-06-192-5/+16
* Support recovery from SSL errors.ricea@chromium.org2014-06-0510-23/+295
* Cleanup: Use base::CommandLine in net/thestig@chromium.org2014-06-031-1/+1
* Get rid of websocket_over_spdy_enabled global.mmenke@chromium.org2014-06-024-56/+51
* Remove HttpStream::GetResponseInfo, which is not currently used.mmenke@chromium.org2014-05-292-5/+0
* Move work done in CreateAndConnectStreamWithCreateHelper into StreamRequestIm...tyoshino@chromium.org2014-05-261-46/+38
* Remove HttpStreamFactory's NPN/SPDY globals, except for spdy_enabled.mmenke@chromium.org2014-05-241-0/+1
* Renamed namespaces in src/net.vitalybuka@chromium.org2014-04-301-3/+2
* [WebSocket] Fix a crash caused by a pending empty frame.yhirano@chromium.org2014-04-282-2/+4
* UMA: Add Net.WebSocket.DeflateModetyoshino@chromium.org2014-04-282-0/+9
* UMA: Add Net.WebSocket.Durationtyoshino@chromium.org2014-04-242-17/+44
* Add DCHECKs on state_ after SendClose() call in WebSocketChanneltyoshino@chromium.org2014-04-221-1/+5
* Fix incorrect FIN condition in WebSocketDeflateStream.yhirano@chromium.org2014-04-162-3/+42
* Add yhirano@chromium.org and ricea@chromium.org to OWNERS of net/websocketstyoshino@chromium.org2014-04-161-7/+2
* Update SPDY4/HTTP2 identifiers/flags/NPN tokens.jgraettinger@chromium.org2014-04-142-4/+2
* Stop using VLOG() in WebSocketChannel.ricea@chromium.org2014-04-141-8/+8
* Add Net.WebSocket.HandshakeResult UMA entry to the new WebSocket impl.yhirano@chromium.org2014-04-042-3/+123
* Test for WebSocketJob being deleted on the stackricea@chromium.org2014-04-042-6/+174
* Rename PrivateMode enum values:rch@chromium.org2014-04-012-2/+2
* Revert of Rename PrivateMode enum values: (https://codereview.chromium.org/21...rch@chromium.org2014-03-282-2/+2
* Rename PrivateMode enum values:rch@chromium.org2014-03-282-2/+2
* Refactor CookieStore/CookieMonstertburkard@chromium.org2014-03-241-0/+6
* Rename WebSocketChannel::SendIOBuffer to SendFrameFromIOBuffertyoshino@chromium.org2014-03-242-8/+9
* Obey renderer-supplied quota in the browser.ricea@chromium.org2014-03-243-25/+451
* [WebSocketChannel] Change |state_| out of SendClose() to make state transitio...tyoshino@chromium.org2014-03-192-13/+23
* Reduce a variable and indentation in WebSocketChannel::ParseClose()tyoshino@chromium.org2014-03-191-24/+24
* Introduce url::Origin to represent Web Origin.yhirano@chromium.org2014-03-137-60/+76
* Remove NetLog::LOG_BASIC.davidben@chromium.org2014-03-121-1/+1
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-123-31/+24
* Revert 256579 "Allow the content browser client to specify a spe..."peter@chromium.org2014-03-123-24/+31
* Allow the content browser client to specify a special cookie store to betburkard@chromium.org2014-03-123-31/+24
* Fill out the rest of the StringPiece functions for 16-bit.brettw@chromium.org2014-03-111-1/+1
* Revert 255397 "Fill out the rest of the StringPiece functions fo..."brettw@chromium.org2014-03-071-1/+1
* 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