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
/
spdy_session.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Revert 289433 "Refactor pooling logic into a helper method"
rch@chromium.org
2014-08-15
1
-11
/
+0
*
Refactor pooling logic into a helper method
rch@chromium.org
2014-08-14
1
-0
/
+11
*
Reland "Separate client and server pushed streams limits."
baranovich@yandex-team.ru
2014-07-14
1
-1
/
+26
*
Revert of Separate client and server pushed streams limits. (https://coderevi...
machenbach@chromium.org
2014-07-08
1
-24
/
+1
*
Separate client and server pushed streams limits.
baranovich@yandex-team.ru
2014-07-08
1
-1
/
+24
*
Implement PUSH_PROMISE handling in spdy_session
baranovich@yandex-team.ru
2014-06-20
1
-0
/
+5
*
Introduce STATE_RESERVED_REMOTE. No behavioral changes
baranovich@yandex-team.ru
2014-06-12
1
-0
/
+8
*
SpdySession sends GOAWAY frame when closing on an error.
jgraettinger@chromium.org
2014-06-10
1
-4
/
+7
*
SpdySession go-away on network change
jgraettinger@chromium.org
2014-06-07
1
-12
/
+17
*
Defer SpdySession destruction to support closing writes
jgraettinger@chromium.org
2014-06-05
1
-49
/
+28
*
Revert 273680 "Defer SpdySession destruction to support closing ..."
dxie@chromium.org
2014-06-01
1
-28
/
+49
*
Add headers argument to
baranovich@yandex-team.ru
2014-05-30
1
-1
/
+2
*
Defer SpdySession destruction to support closing writes
jgraettinger@chromium.org
2014-05-30
1
-49
/
+28
*
Fix WeakPtrFactory member order
n.bansal@samsung.com
2014-05-27
1
-7
/
+8
*
Fail the SPDY transaction if it does not meet TLS base requirements.
willchan@chromium.org
2014-05-23
1
-0
/
+4
*
Ensure races between pending and new SPDY streams don't violate session concu...
jgraettinger@chromium.org
2014-05-20
1
-0
/
+1
*
Correct SpdySession StreamID exhaustion behavior
jgraettinger@chromium.org
2014-05-17
1
-2
/
+3
*
SPDY & HPACK: Land recent internal changes (through 65328503)
jgraettinger@chromium.org
2014-04-29
1
-3
/
+7
*
Reland 'Fix SPDY error-handling if the connection gets closed just after use.'
davidben@chromium.org
2014-03-25
1
-10
/
+10
*
Revert of Fix SPDY error-handling if the connection gets closed just after us...
vandebo@chromium.org
2014-03-21
1
-10
/
+10
*
Fix SPDY error-handling if the connection gets closed just after use.
davidben@chromium.org
2014-03-21
1
-10
/
+10
*
Implement SPDY4 CONTINUATION frame in SpdyFramer.
jgraettinger@chromium.org
2014-03-03
1
-2
/
+3
*
Implements the ACK flag for SPDY4/HTTP2 PING frames
jgraettinger@chromium.org
2014-02-25
1
-2
/
+2
*
Changes the type for PING id from uint32 to uint64.
jgraettinger@chromium.org
2014-02-12
1
-1
/
+1
*
Deprecate instead of close SPDY sessions upon network change. This brings our...
pauljensen@chromium.org
2014-02-06
1
-0
/
+5
*
SPDY cleanup: remove credential slot.
jgraettinger@chromium.org
2014-01-30
1
-2
/
+0
*
Modified SpdyFramer to ignore credential frames.
jgraettinger@chromium.org
2014-01-23
1
-2
/
+2
*
Enable an opaque data field on RST_STREAM frames
jgraettinger@chromium.org
2014-01-23
1
-2
/
+3
*
Added a reason field and a description to GOAWAY.
jgraettinger@chromium.org
2014-01-21
1
-43
/
+46
*
Add "raw_received_bytes" getter to SpdyStream.
eustas@chromium.org
2013-12-09
1
-1
/
+7
*
Use SpdyMajorVersion instead of int consistently
rch@chromium.org
2013-11-26
1
-1
/
+1
*
[SPDY] Remove most code dealing with credential frames
akalin@chromium.org
2013-10-29
1
-23
/
+0
*
[Net] Separate out NUM_PRIORITIES from RequestPriority enum
akalin@chromium.org
2013-10-19
1
-1
/
+2
*
[SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1
akalin@chromium.org
2013-10-04
1
-8
/
+2
*
When an idle socket is added back to a socket pool,
mmenke@chromium.org
2013-08-22
1
-2
/
+2
*
[SPDY] Fix handling of pending stream creation tasks on a session going away
akalin@chromium.org
2013-08-16
1
-12
/
+12
*
Remove requested types from the server bound cert service: it only
juanlang@google.com
2013-08-07
1
-2
/
+0
*
[SPDY] Send HTTP/2 connection prefix for HTTP/2 connections
akalin@chromium.org
2013-08-01
1
-5
/
+17
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-1
/
+14
*
Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"
akalin@chromium.org
2013-07-30
1
-14
/
+1
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-1
/
+14
*
[SPDY] Send a RST_STREAM frame before closing the associated stream
akalin@chromium.org
2013-07-25
1
-7
/
+11
*
[SPDY] Make SpdySession not ref-counted
akalin@chromium.org
2013-07-22
1
-4
/
+3
*
[SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool
akalin@chromium.org
2013-07-22
1
-2
/
+8
*
[SPDY] Remove a SPDY session from its pool only when not in an IO loop
akalin@chromium.org
2013-07-22
1
-11
/
+56
*
[SPDY] Fully implement handling of GOAWAY frames
akalin@chromium.org
2013-07-19
1
-27
/
+60
*
[SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers
akalin@chromium.org
2013-07-18
1
-2
/
+2
*
[SPDY] Refactor SpdySession state machine (take 2)
akalin@chromium.org
2013-07-18
1
-45
/
+50
*
Revert "[SPDY] Refactor SpdySession state machine"
akalin@chromium.org
2013-07-17
1
-48
/
+45
*
[SPDY] Refactor SpdySession state machine
akalin@chromium.org
2013-07-16
1
-45
/
+48
[next]