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
/
spdy
Commit message (
Expand
)
Author
Age
Files
Lines
*
[SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1
akalin@chromium.org
2013-10-04
6
-32
/
+10
*
Clean up a few unused globals.
thakis@chromium.org
2013-09-25
1
-6
/
+4
*
net: Use ScopedVector::Pass() to pass element readers for UploadDataStream's ...
hashimoto@chromium.org
2013-09-24
1
-10
/
+13
*
When an idle socket is added back to a socket pool,
mmenke@chromium.org
2013-08-22
3
-13
/
+37
*
Refactor socket pool handling of priorities
akalin@chromium.org
2013-08-22
2
-4
/
+4
*
Stop using SequencedWorkerPool in tests in net/
rsleevi@chromium.org
2013-08-22
2
-16
/
+5
*
Remove HostResolver::RequestInfo's priority parameter
akalin@chromium.org
2013-08-20
3
-7
/
+10
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-08-20
2
-0
/
+162
*
Add a priority parameter for HostResolver::RequestInfo's constructor
akalin@chromium.org
2013-08-16
3
-6
/
+10
*
[SPDY] Fix handling of pending stream creation tasks on a session going away
akalin@chromium.org
2013-08-16
3
-105
/
+206
*
Clean up SSLSocketParams
akalin@chromium.org
2013-08-15
1
-5
/
+2
*
[SPDY] Add a RequestPriority parameter to ConstructSpdyConnect()
akalin@chromium.org
2013-08-15
2
-3
/
+5
*
[net] Use scoped_ptr<> consistently in ClientSocketFactory and related code
akalin@chromium.org
2013-08-15
1
-2
/
+2
*
Add a method to get, but not create, the domain bound cert for a given domain.
juanlang@google.com
2013-08-14
3
-5
/
+4
*
[Net] Propagate priority changes from HttpNetworkTransaction to its stream
akalin@chromium.org
2013-08-14
2
-0
/
+6
*
Plug a shutdown leak in SpdyNetworkTransaction tests.
earthdok@chromium.org
2013-08-14
1
-30
/
+33
*
[SPDY] Count closed-stream DATA frames for session flow control
akalin@chromium.org
2013-08-12
2
-16
/
+23
*
Remove requested types from the server bound cert service: it only
juanlang@google.com
2013-08-07
8
-62
/
+18
*
Fix HTTP/2 connection header prefix constant to not include null terminator
akalin@chromium.org
2013-08-05
1
-1
/
+8
*
Add handy debug information to spdy_framer_test.cc.
akalin@chromium.org
2013-08-04
1
-38
/
+76
*
[SPDY] Send HTTP/2 connection prefix for HTTP/2 connections
akalin@chromium.org
2013-08-01
9
-273
/
+300
*
Add constants for HTTP/2 connection header prefix
akalin@chromium.org
2013-08-01
1
-0
/
+7
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
19
-117
/
+115
*
Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"
akalin@chromium.org
2013-07-30
19
-110
/
+116
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
19
-116
/
+110
*
[SPDY] Allow a stream to be created while a SpdySession is in an IO loop
akalin@chromium.org
2013-07-25
2
-3
/
+89
*
[SPDY] Send a RST_STREAM frame before closing the associated stream
akalin@chromium.org
2013-07-25
5
-33
/
+122
*
Rearrange code to match spdy_protocol.h SpdyFrameType declaration order: most...
akalin@chromium.org
2013-07-22
3
-279
/
+284
*
Fix SpdyFramer CREDENTIAL frame parsing bug that showed up by way of test fla...
akalin@chromium.org
2013-07-22
2
-0
/
+38
*
Signal error in SpdyFramer if receive a header block frame with stream ID zero
akalin@chromium.org
2013-07-22
2
-0
/
+143
*
Remove QUIC from NPN strings so as to save space in ALPN
rch@chromium.org
2013-07-22
3
-33
/
+8
*
[SPDY] Make SpdySession not ref-counted
akalin@chromium.org
2013-07-22
3
-12
/
+10
*
[SPDY] Drop the last reference to a SpdySession from a specific place
akalin@chromium.org
2013-07-22
3
-42
/
+47
*
[SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool
akalin@chromium.org
2013-07-22
20
-373
/
+315
*
[SPDY] Remove a SPDY session from its pool only when not in an IO loop
akalin@chromium.org
2013-07-22
6
-127
/
+407
*
[SPDY] Fully implement handling of GOAWAY frames
akalin@chromium.org
2013-07-19
10
-284
/
+750
*
[SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers
akalin@chromium.org
2013-07-18
6
-36
/
+41
*
[SPDY] Refactor SpdySession state machine (take 2)
akalin@chromium.org
2013-07-18
10
-319
/
+477
*
Use a direct include of the message_loop header in net/, part 3.
avi@chromium.org
2013-07-18
4
-5
/
+5
*
Revert "[SPDY] Refactor SpdySession state machine"
akalin@chromium.org
2013-07-17
10
-401
/
+304
*
HTTP socket pool group name and SSL Session Cache Shard vary on Privacy Mode.
mef@chromium.org
2013-07-17
2
-0
/
+2
*
[SPDY] Add checks to track down invalid SpdyStreamRequest pointers
akalin@chromium.org
2013-07-17
1
-0
/
+8
*
[SPDY] Refactor SpdySession state machine
akalin@chromium.org
2013-07-16
10
-304
/
+401
*
Declaration of SPDY 4 PUSH_PROMISE; not yet used.
akalin@chromium.org
2013-07-16
12
-28
/
+325
*
[SPDY] Change semantics of SpdyBuffer::GetIOBufferForRemainingData()
akalin@chromium.org
2013-07-12
3
-11
/
+63
*
UMA for Data Reduction Proxy connection latency
bolian@chromium.org
2013-07-12
1
-0
/
+5
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
5
-5
/
+5
*
SPDY Framer: Refactorings.
eustas@chromium.org
2013-07-10
9
-69
/
+80
*
First step at enabling QUIC over HTTPS.
rtenneti@chromium.org
2013-07-10
2
-0
/
+4
*
[SPDY] Clean up some SpdySession tests
akalin@chromium.org
2013-07-10
3
-141
/
+20
[next]