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 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
*
[SPDY] Unfork websocket_handshake_handler_spdy{2,3}_unittest.cc
akalin@chromium.org
2013-06-25
2
-231
/
+62
*
[SPDY] Unfork websocket_job_spdy{2,3}_unittest.cc files
akalin@chromium.org
2013-06-25
3
-1177
/
+100
*
[SPDY] Unfork spdy_websocket_test_util_spdy{2,3}.* files
akalin@chromium.org
2013-06-24
2
-14
/
+16
*
[SPDY] Refactor SpdyStream's handling of response headers
akalin@chromium.org
2013-06-24
2
-9
/
+6
*
Introduce RequestWebSocketStream into HttpStreamFactory
yhirano@chromium.org
2013-06-21
2
-1
/
+60
*
Make net and ipc explicitly use the base namespace for Values.
brettw@chromium.org
2013-06-13
2
-20
/
+23
*
Use a direct include of strings headers in net/test/, net/third_party/, net/t...
avi@chromium.org
2013-06-11
7
-13
/
+13
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
4
-78
/
+78
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
4
-35
/
+35
*
Change the WebSocket OpCode constants to an enum
ricea@chromium.org
2013-05-20
5
-165
/
+143
*
ChannelID-less Connections in Chrome should be more granular.
mef@chromium.org
2013-05-17
3
-16
/
+23
*
Remove deprecated WebSocketFrameHeader constructor
ricea@chromium.org
2013-05-17
1
-13
/
+0
*
Use loop to iterate over cookies to save in the SaveNextCookie method.
tyoshino@chromium.org
2013-05-17
2
-23
/
+54
[next]