index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
websockets
Commit message (
Expand
)
Author
Age
Files
Lines
*
Create WebSocketTransportClientSocketPool
ricea@chromium.org
2014-06-24
3
-6
/
+11
*
Add Net.WebSocket.ResponseCode and ErrorCodes UMA
ricea@chromium.org
2014-06-19
2
-5
/
+16
*
Support recovery from SSL errors.
ricea@chromium.org
2014-06-05
10
-23
/
+295
*
Cleanup: Use base::CommandLine in net/
thestig@chromium.org
2014-06-03
1
-1
/
+1
*
Get rid of websocket_over_spdy_enabled global.
mmenke@chromium.org
2014-06-02
4
-56
/
+51
*
Remove HttpStream::GetResponseInfo, which is not currently used.
mmenke@chromium.org
2014-05-29
2
-5
/
+0
*
Move work done in CreateAndConnectStreamWithCreateHelper into StreamRequestIm...
tyoshino@chromium.org
2014-05-26
1
-46
/
+38
*
Remove HttpStreamFactory's NPN/SPDY globals, except for spdy_enabled.
mmenke@chromium.org
2014-05-24
1
-0
/
+1
*
Renamed namespaces in src/net.
vitalybuka@chromium.org
2014-04-30
1
-3
/
+2
*
[WebSocket] Fix a crash caused by a pending empty frame.
yhirano@chromium.org
2014-04-28
2
-2
/
+4
*
UMA: Add Net.WebSocket.DeflateMode
tyoshino@chromium.org
2014-04-28
2
-0
/
+9
*
UMA: Add Net.WebSocket.Duration
tyoshino@chromium.org
2014-04-24
2
-17
/
+44
*
Add DCHECKs on state_ after SendClose() call in WebSocketChannel
tyoshino@chromium.org
2014-04-22
1
-1
/
+5
*
Fix incorrect FIN condition in WebSocketDeflateStream.
yhirano@chromium.org
2014-04-16
2
-3
/
+42
*
Add yhirano@chromium.org and ricea@chromium.org to OWNERS of net/websockets
tyoshino@chromium.org
2014-04-16
1
-7
/
+2
*
Update SPDY4/HTTP2 identifiers/flags/NPN tokens.
jgraettinger@chromium.org
2014-04-14
2
-4
/
+2
*
Stop using VLOG() in WebSocketChannel.
ricea@chromium.org
2014-04-14
1
-8
/
+8
*
Add Net.WebSocket.HandshakeResult UMA entry to the new WebSocket impl.
yhirano@chromium.org
2014-04-04
2
-3
/
+123
*
Test for WebSocketJob being deleted on the stack
ricea@chromium.org
2014-04-04
2
-6
/
+174
*
Rename PrivateMode enum values:
rch@chromium.org
2014-04-01
2
-2
/
+2
*
Revert of Rename PrivateMode enum values: (https://codereview.chromium.org/21...
rch@chromium.org
2014-03-28
2
-2
/
+2
*
Rename PrivateMode enum values:
rch@chromium.org
2014-03-28
2
-2
/
+2
*
Refactor CookieStore/CookieMonster
tburkard@chromium.org
2014-03-24
1
-0
/
+6
*
Rename WebSocketChannel::SendIOBuffer to SendFrameFromIOBuffer
tyoshino@chromium.org
2014-03-24
2
-8
/
+9
*
Obey renderer-supplied quota in the browser.
ricea@chromium.org
2014-03-24
3
-25
/
+451
*
[WebSocketChannel] Change |state_| out of SendClose() to make state transitio...
tyoshino@chromium.org
2014-03-19
2
-13
/
+23
*
Reduce a variable and indentation in WebSocketChannel::ParseClose()
tyoshino@chromium.org
2014-03-19
1
-24
/
+24
*
Introduce url::Origin to represent Web Origin.
yhirano@chromium.org
2014-03-13
7
-60
/
+76
*
Remove NetLog::LOG_BASIC.
davidben@chromium.org
2014-03-12
1
-1
/
+1
*
Allow the content browser client to specify a special cookie store to be
tburkard@chromium.org
2014-03-12
3
-31
/
+24
*
Revert 256579 "Allow the content browser client to specify a spe..."
peter@chromium.org
2014-03-12
3
-24
/
+31
*
Allow the content browser client to specify a special cookie store to be
tburkard@chromium.org
2014-03-12
3
-31
/
+24
*
Fill out the rest of the StringPiece functions for 16-bit.
brettw@chromium.org
2014-03-11
1
-1
/
+1
*
Revert 255397 "Fill out the rest of the StringPiece functions fo..."
brettw@chromium.org
2014-03-07
1
-1
/
+1
*
Fill out the rest of the StringPiece functions for 16-bit.
brettw@chromium.org
2014-03-06
1
-1
/
+1
*
Remove a dead test for non-final control frames.
ricea@chromium.org
2014-03-05
2
-33
/
+4
*
Fix the console message when reserved bits exist
ricea@chromium.org
2014-02-28
2
-4
/
+10
*
Remove obsolete TODO from websocket_stream.cc
ricea@chromium.org
2014-02-27
1
-1
/
+0
*
ui/base/resource: Remove dependency on net's big_endian implementation.
tfarina@chromium.org
2014-02-26
4
-11
/
+11
*
net::WebSocketChannel should reject reserved bits
ricea@chromium.org
2014-02-26
3
-0
/
+34
*
Allow sending of empty Close frames from Blink.
ricea@chromium.org
2014-02-26
1
-2
/
+5
*
Never send empty non-final messages to Blink.
ricea@chromium.org
2014-02-21
3
-5
/
+43
*
Wrap callback and call streams_->ReadFrames() on the same line
tyoshino@chromium.org
2014-02-21
2
-11
/
+16
*
Previously, an unparseable status line would give an "Unexpected
ricea@chromium.org
2014-02-21
2
-4
/
+13
*
Handle empty non-final async frames correctly.
ricea@chromium.org
2014-02-21
2
-2
/
+52
*
[WebSocket] Fix permessage-deflate handshake failure messages.
yhirano@chromium.org
2014-02-19
2
-39
/
+45
*
Check for invalid use of data frame opcodes.
ricea@chromium.org
2014-02-19
3
-34
/
+112
*
Clear reserved flags on synthetic continuations.
ricea@chromium.org
2014-02-19
2
-2
/
+36
*
Rename base::ScopedPtrAlignedFree to AlignedFreeDeleter.
viettrungluu@chromium.org
2014-02-15
1
-1
/
+1
*
Rename closing_* in WebSocketChannel to received_close_* and do some refactoring
tyoshino@chromium.org
2014-02-13
2
-46
/
+64
[next]