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
*
Merge spdy2/3 versions of Spdy{SessionDependencies,URLRequestContext}
ttuttle@chromium.org
2013-05-03
2
-8
/
+10
*
Refactor cookie saving code in WebSocketJob for readability.
tyoshino@chromium.org
2013-05-02
2
-26
/
+39
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-2
/
+2
*
Add README file for WebSockets directory.
ricea@chromium.org
2013-04-26
1
-0
/
+43
*
Remove ukai@ from OWNERS files in WebSocket directories.
tyoshino@chromium.org
2013-04-26
1
-1
/
+0
*
Fix typo in net/websockets/websocket_throttle.h
yoshinori.sano@gmail.com
2013-04-19
1
-1
/
+1
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
2
-4
/
+9
*
Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."
akalin@chromium.org
2013-04-17
2
-9
/
+4
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
2
-4
/
+9
*
[SPDY] Plumb SPDY frame type through write queue
akalin@chromium.org
2013-04-15
2
-5
/
+5
*
net: Update the include paths of base/string_piece.h to its new location.
tfarina@chromium.org
2013-04-13
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Revert "Rewrite std::string("") to std::string(), Linux edition."
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite std::string("") to std::string(), Linux edition.
dcheng@chromium.org
2013-04-09
1
-1
/
+1
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.
dcheng@chromium.org
2013-04-07
1
-1
/
+1
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
2
-2
/
+2
*
[Net] Separate out priority field from HttpRequestInfo
akalin@chromium.org
2013-03-19
2
-0
/
+2
*
[Cleanup] Remove StringPrintf from global namespace
groby@chromium.org
2013-03-18
1
-2
/
+2
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
2
-4
/
+4
*
src/: Update the remaining include paths of string_split.h to its new location.
tfarina@chromium.org
2013-03-06
2
-2
/
+2
*
Add AddHSTS() and AddHPKP() to replace EnableHost(DomainState), as
unsafe@trevp.net
2013-03-02
2
-8
/
+8
*
Remove the last traces of experimental support for MAC cookies
rsleevi@chromium.org
2013-02-28
2
-14
/
+0
*
Update WebSocket related OWNERS files
toyoshim@chromium.org
2013-02-22
1
-1
/
+2
*
Include destination port for websocket throttling.
ricea@chromium.org
2013-02-08
5
-57
/
+93
*
Linux/ChromeOS Chromium style checker cleanup, net/ edition.
rsleevi@chromium.org
2013-02-06
4
-11
/
+13
*
Move string tokenizer to base/strings.
brettw@chromium.org
2013-02-02
2
-2
/
+2
*
Trival fixups to websocket_handshake_handler.*.
ricea@chromium.org
2013-01-22
5
-22
/
+6
*
Fixes to WebSocketErrorToNetErrorTest()
ricea@chromium.org
2013-01-18
3
-4
/
+26
*
Use the optimised masking function MaskWebSocketFramePayload() in
ricea@chromium.org
2012-12-17
2
-15
/
+9
*
Optimise MaskWebSocketFramePayload().
ricea@chromium.org
2012-12-17
2
-8
/
+232
*
Move a number of static variables SPDY to HttpNetworkSession::Params. Simpli...
rch@chromium.org
2012-12-04
2
-8
/
+0
*
[chromedriver] Write websocket client and sync websocket client.
kkania@chromium.org
2012-11-29
2
-7
/
+7
*
net: Update calls from RunAllPending() to RunUntilIdle().
tfarina@chromium.org
2012-11-14
3
-32
/
+32
*
Update net/websockets/OWNERS
toyoshim@chromium.org
2012-10-19
1
-0
/
+2
*
Add SPDY request headers to DevTools.
mmenke@chromium.org
2012-09-07
2
-0
/
+2
*
Fix comments in websocket_stream.h.
yutak@chromium.org
2012-08-21
1
-2
/
+2
*
Add a function that calculates the size of WebSocket frame header.
yutak@chromium.org
2012-08-21
2
-17
/
+30
*
WebSocket over SPDY: handshake support for both of SPDY/2 and SPDY/3
toyoshim@chromium.org
2012-08-14
8
-170
/
+443
*
Add WebSocketStream interface.
yutak@chromium.org
2012-08-09
1
-0
/
+104
*
Add WebSocketError to indicate decoding failure reason
toyoshim@chromium.org
2012-08-06
5
-49
/
+104
*
Now WebSocketFrameChunk use std::vector<char> to hold payload data.
toyoshim@chromium.org
2012-08-01
5
-47
/
+121
*
Adding histograms showing fraction of page load times spent in the disk cache...
tburkard@chromium.org
2012-07-30
2
-2
/
+4
*
Remove linked_ptr from SpdyStream.
rch@chromium.org
2012-07-18
1
-2
/
+2
*
WebSocket over SPDY: implement opening handshake to conform the draft spec 8
toyoshim@chromium.org
2012-07-12
4
-314
/
+134
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
6
-6
/
+0
*
NetLogEventParameter to Callback refactoring 8.
mmenke@chromium.org
2012-06-14
4
-49
/
+28
*
Add functions used for building WebSocket frame data.
yutak@chromium.org
2012-06-12
3
-0
/
+451
*
Add a new OnHostResolutionCallback to TransportSocketParams
rch@chromium.org
2012-06-08
2
-8
/
+12
*
Coverity: Initialize a member variable.
jhawkins@chromium.org
2012-05-13
1
-1
/
+1
*
Stop refcounting URLRequestContext.
willchan@chromium.org
2012-05-11
3
-19
/
+15
[next]