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_stream.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Instrument SpdyStream to catch delegate write handlers closing |this|.
jgraettinger@chromium.org
2014-03-27
1
-0
/
+5
*
Enable SpdyStream's HALF_CLOSED_REMOTE state.
jgraettinger@chromium.org
2014-02-15
1
-5
/
+2
*
Refactor SpdyStream to model HTTP/2 stream states
jgraettinger@chromium.org
2014-02-12
1
-12
/
+28
*
Remove SpdyStream::DoLoop().
jgraettinger@chromium.org
2014-02-05
1
-16
/
+8
*
SpdyStream: Rename and update comments on members.
jgraettinger@chromium.org
2014-01-31
1
-13
/
+20
*
SPDY cleanup: remove credential slot.
jgraettinger@chromium.org
2014-01-30
1
-1
/
+0
*
Add "raw_received_bytes" getter to SpdyStream.
eustas@chromium.org
2013-12-09
1
-0
/
+10
*
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
-10
/
+0
*
[SPDY] Remove references to obsolete SPDY versions SPDY/1 and SPDY/2.1
akalin@chromium.org
2013-10-04
1
-4
/
+1
*
Remove requested types from the server bound cert service: it only
juanlang@google.com
2013-08-07
1
-1
/
+0
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-0
/
+7
*
Revert 214289 "[SPDY] Add strings and constants for HTTP/2 draft 04"
akalin@chromium.org
2013-07-30
1
-7
/
+0
*
[SPDY] Add strings and constants for HTTP/2 draft 04
akalin@chromium.org
2013-07-30
1
-0
/
+7
*
[SPDY] Send a RST_STREAM frame before closing the associated stream
akalin@chromium.org
2013-07-25
1
-1
/
+0
*
[SPDY] Use WeakPtr<SpdySession> everywhere but SpdySessionPool
akalin@chromium.org
2013-07-22
1
-3
/
+3
*
[SPDY] Fully implement handling of GOAWAY frames
akalin@chromium.org
2013-07-19
1
-7
/
+12
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
1
-1
/
+1
*
[SPDY] Add tests for speculative crash fix in r206851
akalin@chromium.org
2013-06-24
1
-25
/
+16
*
[SPDY] Refactor SpdyStream's handling of response headers
akalin@chromium.org
2013-06-24
1
-47
/
+124
*
Use a dummy HttpStream for proxy redirects
akalin@chromium.org
2013-06-24
1
-0
/
+3
*
[SPDY] Fix SpdySession's handling of SYN_REPLY frames
akalin@chromium.org
2013-06-21
1
-0
/
+1
*
[SPDY] Refactor SpdyStream state machine
akalin@chromium.org
2013-05-29
1
-17
/
+1
*
[SPDY] Refactor SpdyStream::Delegate
akalin@chromium.org
2013-05-29
1
-35
/
+18
*
[SPDY] Add a SpdyStreamType enum and use it for SpdyStream
akalin@chromium.org
2013-05-27
1
-32
/
+47
*
[SPDY] Keep track of whether we have no more data to send in SpdyStream
akalin@chromium.org
2013-05-25
1
-22
/
+30
*
[SPDY] Remove {,set_}spdy_headers() and make SendRequest() take the headers
akalin@chromium.org
2013-05-24
1
-3
/
+1
*
[SPDY] Remove more code related to sending HEADERS frames
akalin@chromium.org
2013-05-24
1
-3
/
+7
*
[SPDY] Remove the ability to send HEADERS frames
akalin@chromium.org
2013-05-23
1
-4
/
+0
*
[SPDY] Change SpdyStream::QueueStreamData() To SendStreamData()
akalin@chromium.org
2013-05-23
1
-14
/
+31
*
[SPDY] Remove SpdyStream::Delegate::OnSendBody()'s return value
akalin@chromium.org
2013-05-22
1
-4
/
+8
*
[SPDY] Add in_do_loop_ sentinel variable to SpdyStream
akalin@chromium.org
2013-05-15
1
-0
/
+4
*
[SPDY] Make DoSend{DomainBoundCert,Body}Complete() take a result parameter
akalin@chromium.org
2013-05-15
1
-2
/
+2
*
[SPDY] Make SpdyStream not ref-counted
akalin@chromium.org
2013-05-14
1
-7
/
+6
*
[SPDY] Make sure final SpdyStream references are held by SpdySession
akalin@chromium.org
2013-05-13
1
-4
/
+15
*
[SPDY] Avoid leaking bytes from the session flow control send window
akalin@chromium.org
2013-04-18
1
-31
/
+51
*
[SPDY] Avoid leaking bytes from the session flow control receive window
akalin@chromium.org
2013-04-17
1
-10
/
+10
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-7
/
+9
*
Revert 194560 "[SPDY] Replace SpdyIOBuffer with new SpdyBuffer c..."
akalin@chromium.org
2013-04-17
1
-9
/
+7
*
[SPDY] Replace SpdyIOBuffer with new SpdyBuffer class
akalin@chromium.org
2013-04-17
1
-7
/
+9
*
[SPDY] Plumb SPDY frame type through write queue
akalin@chromium.org
2013-04-15
1
-30
/
+29
*
[SPDY] Refactor SpdySession's write queue
akalin@chromium.org
2013-04-13
1
-25
/
+17
*
Revert 192975 "[SPDY] Refactor SpdySession's write queue"
tyoshino@chromium.org
2013-04-11
1
-17
/
+25
*
[SPDY] Refactor SpdySession's write queue
akalin@chromium.org
2013-04-09
1
-25
/
+17
*
[SPDY] Remove some setters in SpdyStream
akalin@chromium.org
2013-03-25
1
-10
/
+9
*
[SPDY] Fix bug in session flow control which leaves streams stalled
akalin@chromium.org
2013-03-21
1
-9
/
+11
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
1
-2
/
+2
*
[SPDY] Audit delegates of SpdyStream
akalin@chromium.org
2013-03-09
1
-1
/
+3
*
[SPDY] Rename SpdyStream::Write{Headers,StreamData} to Queue{...}
akalin@chromium.org
2013-03-08
1
-7
/
+7
*
[SPDY] Implement per-session flow control
akalin@chromium.org
2013-03-01
1
-20
/
+20
[next]