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
*
Switch to standard integer types in net/.
Avi Drissman
2015-12-20
1
-0
/
+1
*
Remove kint32max.
avi
2015-12-10
1
-19
/
+22
*
Remove |using base::StringPiece| from net/spdy header files.
bnc
2015-11-24
1
-1
/
+1
*
Remove already obsolete CREDENTIAL frame from SPDY code.
bnc
2015-11-21
1
-2
/
+0
*
Initial implementation of RequestPriority-based HTTP/2 dependencies.
rdsmith
2015-11-12
1
-1
/
+28
*
Add new, unused methods to SpdyFramerVisitorInterface.
bnc
2015-11-03
1
-0
/
+3
*
Revert of Add new, unused methods to SpdyFramerVisitorInterface. (patchset #3...
bnc
2015-11-02
1
-3
/
+0
*
Add new, unused methods to SpdyFramerVisitorInterface.
bnc
2015-11-02
1
-0
/
+3
*
Revert of Add new, unused methods to SpdyFramerVisitorInterface. (patchset #1...
bnc
2015-10-30
1
-3
/
+0
*
Add new, unused methods to SpdyFramerVisitorInterface.
bnc
2015-10-30
1
-0
/
+3
*
Log GOAWAY frame debug data.
bnc
2015-10-12
1
-1
/
+2
*
Remove SpdySession::GetSSLClientSocket
paritosh.in
2015-09-18
1
-4
/
+0
*
Yield in DoReadLoop after 20 ms instead of 50 ms.
bnc
2015-09-17
1
-1
/
+1
*
Remove kProtoHTTP2MinimumVersion, kProtoHTTP2MaximumVersion.
bnc
2015-09-02
1
-1
/
+1
*
Revert of Yield in DoReadLoop after 20 ms instead of 50 ms. (patchset #1 id:1...
bnc
2015-08-03
1
-1
/
+1
*
Yield in DoReadLoop after 20 ms instead of 50 ms.
bnc
2015-08-03
1
-1
/
+1
*
Yield in SpdySession::DoReadLoop after 50 ms.
bnc
2015-07-08
1
-3
/
+4
*
Change |delta_window_size| to signed type.
bnc
2015-07-08
1
-3
/
+2
*
s/SPDY4/HTTP2/g in enum NextProto value names.
bnc
2015-06-29
1
-1
/
+1
*
Parse stream dependency values carried in HTTP/2 headers frame.
bnc
2015-06-23
1
-0
/
+2
*
Returning scoped_ptr instead of raw pointer in SpdySessionPoolInfoToValue() i...
payal.pandey
2015-05-27
1
-2
/
+2
*
Remove SpdyStream::GetSSLCertRequestInfo.
davidben
2015-05-12
1
-4
/
+0
*
Remove unused max_concurrent_streams_limit_ member.
bnc
2015-04-29
1
-2
/
+0
*
Fix flow control enforcement condition.
bnc
2015-04-28
1
-0
/
+4
*
Flow control related refactoring.
bnc
2015-04-09
1
-6
/
+3
*
* Fix a bug in SpdySession::IncreaseRecvWindowSize() that was causing
bnc
2015-04-08
1
-14
/
+25
*
Account for HTTP/2 padding in receive windows.
bnc
2015-03-25
1
-0
/
+2
*
replace COMPILE_ASSERT with static_assert in net/
mostynb
2015-01-20
1
-4
/
+4
*
Fix "value possibly truncated" warnings on MSVC, net/spdy/ edition.
pkasting
2014-12-05
1
-3
/
+3
*
Correct initial flow control window size for HTTP/2.
bnc
2014-12-01
1
-0
/
+4
*
Add HTTP/2 error code from latest draft.
bnc
2014-11-13
1
-2
/
+4
*
Report HTTP/2 HEADERS frames as HEADERS, not SYN_STREAM.
bnc
2014-11-07
1
-0
/
+2
*
Standardize usage of virtual/override/final in net/
dcheng
2014-10-21
1
-49
/
+43
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
1
-18
/
+18
*
Go away on odd push and already seen push stream ids
baranovich
2014-09-02
1
-0
/
+3
*
HTTP2 draft 14 support
bnc@chromium.org
2014-08-21
1
-0
/
+2
*
Refactor pooling logic into a helper method
rch@chromium.org
2014-08-19
1
-0
/
+11
*
Revert 290320 "Refactor pooling logic into a helper method"
viettrungluu@chromium.org
2014-08-18
1
-11
/
+0
*
Revert 290384 "Revert 289433 "Refactor pooling logic into a help..."
viettrungluu@chromium.org
2014-08-18
1
-0
/
+11
*
Revert 289433 "Refactor pooling logic into a helper method"
viettrungluu@chromium.org
2014-08-18
1
-11
/
+0
*
Refactor pooling logic into a helper method
rch@chromium.org
2014-08-18
1
-0
/
+11
*
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
[next]