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
*
Rename WebSocketHandshakeStreamBase::Factory
ricea@chromium.org
2013-11-12
1
-2
/
+2
*
WebSocketBasicStream should ignore empty buffer
ricea@chromium.org
2013-11-07
1
-0
/
+3
*
Explicitness is no longer needed now that it has 4 arguments.
ricea@chromium.org
2013-11-07
1
-1
/
+1
*
WebSocketBasicStream is now not created until after the handshake is
ricea@chromium.org
2013-11-06
2
-12
/
+18
*
Introduce WebSocketDeflatePredictor.
yhirano@chromium.org
2013-10-30
8
-58
/
+532
*
Rename WebSocketStreamBase to WebSocketHandshakeStreamBase in order to better...
ricea@chromium.org
2013-10-30
3
-58
/
+66
*
Factor out Sec-WebSocket-Accept computing logic so that the new WebSocket han...
tyoshino@chromium.org
2013-10-30
2
-4
/
+14
*
See
ricea@chromium.org
2013-10-24
5
-197
/
+535
*
WebSocketDeflateStream should have ContextTakeOverMode parameter.
yhirano@chromium.org
2013-10-24
3
-4
/
+82
*
Add checks for valid close status and reason.
ricea@chromium.org
2013-10-24
2
-4
/
+79
*
Changes to class hierachy to prepare for WebSocketBasicHandshakeStream.
ricea@chromium.org
2013-10-23
9
-153
/
+25
*
Add closing handshake timeout.
ricea@chromium.org
2013-10-23
3
-5
/
+255
*
[websocket_channel_test] Some edit for readability
tyoshino@chromium.org
2013-10-17
1
-16
/
+22
*
Rename status_line in WebSocketHandshakeRequestHandler to request_line
tyoshino@chromium.org
2013-10-11
2
-10
/
+10
*
Retain empty first frames as well as final frames.
ricea@chromium.org
2013-10-11
3
-67
/
+240
*
Factor out serialized size calculating code from WebSocketBasicStream::WriteF...
tyoshino@chromium.org
2013-10-11
1
-16
/
+30
*
Introduce WebSocketDeflateStream.
yhirano@chromium.org
2013-10-11
7
-23
/
+1372
*
Remove code for old WebSocket protocols from WebSocketJob and helpers for it
tyoshino@chromium.org
2013-10-09
5
-574
/
+63
*
Create WebSocketDispatcherHost and WebSocketHost classes. WebSocketDispatcher...
ricea@chromium.org
2013-10-08
3
-23
/
+29
*
[SPDY] Do not advertise SPDY/2 by default
akalin@chromium.org
2013-10-06
2
-2
/
+4
*
Clean up unused constant globals
hans@chromium.org
2013-10-03
1
-1
/
+0
*
Introduce WebSocketInflater.
yhirano@chromium.org
2013-10-02
5
-1
/
+662
*
Most of the WebSocket code does not need to care about the original
ricea@chromium.org
2013-09-26
9
-1035
/
+1208
*
Revert 224271 "Introduce WebSocketInflater."
tkent@chromium.org
2013-09-20
4
-658
/
+0
*
Revert 224269 "Don't persist HPKP if PrivacyMode is enabled."
tkent@chromium.org
2013-09-20
2
-5
/
+14
*
Introduce WebSocketInflater.
yhirano@chromium.org
2013-09-20
4
-0
/
+658
*
Don't persist HPKP if PrivacyMode is enabled.
mef@chromium.org
2013-09-20
2
-14
/
+5
*
Implement WebSocketExtensionParser
yhirano@chromium.org
2013-09-19
6
-0
/
+444
*
Implement WebSocketDeflater.
yhirano@chromium.org
2013-09-10
4
-0
/
+344
*
Rename websockets/*_unittest.cc to *_test.cc
ricea@chromium.org
2013-09-06
9
-16
/
+15
*
WriteFrames() only handles complete frames. Clarify that point.
ricea@chromium.org
2013-09-05
1
-12
/
+15
*
There are some common string constants used by code that performs the
ricea@chromium.org
2013-09-03
4
-46
/
+203
*
WebSocketBasicStream is the basic implementation of the WebSocket protocol over
ricea@chromium.org
2013-08-30
4
-0
/
+904
*
Make the control frame assembly algorithm O(N)
ricea@chromium.org
2013-08-27
2
-100
/
+113
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
2
-2
/
+4
*
Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"
akalin@chromium.org
2013-07-30
2
-4
/
+2
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
2
-2
/
+4
*
Add remainder of WebSocketChannel tests
ricea@chromium.org
2013-07-26
3
-113
/
+866
*
[SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool
akalin@chromium.org
2013-07-22
3
-5
/
+4
*
net: Fix references to googleurl.
tfarina@chromium.org
2013-07-20
2
-2
/
+2
*
Reduce the complexity of WebSocketThrottle's wakeup code
tyoshino@chromium.org
2013-07-18
4
-44
/
+108
*
Use a direct include of the message_loop header in net/, part 3.
avi@chromium.org
2013-07-18
2
-2
/
+2
*
WebSocketChannel implements the transport-independent parts of the WebSocket ...
ricea@chromium.org
2013-07-17
6
-2
/
+2226
*
Add PRESUBMIT.py file to net/websockets
ricea@chromium.org
2013-07-12
2
-0
/
+61
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
6
-8
/
+8
*
[SPDY] Make SpdySessionPool keep track of available sessions
akalin@chromium.org
2013-07-08
1
-1
/
+1
*
[SPDY] Refactor and clean up SpdySessionPool
akalin@chromium.org
2013-07-03
2
-29
/
+7
*
Change the interface of WebSocketStream to suit WebSocketChannel, in particul...
ricea@chromium.org
2013-07-02
3
-40
/
+175
*
Use a direct include of time headers in net/, part 3.
avi@chromium.org
2013-06-28
1
-1
/
+1
*
[SPDY] Enable tests for SPDY/3.1 and SPDY/4a2
akalin@chromium.org
2013-06-27
1
-15
/
+0
[next]