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
/
quic
/
quic_http_stream.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Implement QuicHttpStream::GetTotalReceivedBytes.
rch@chromium.org
2014-01-23
1
-2
/
+8
*
Log the QUIC priority when sending requests.
rch@chromium.org
2014-01-07
1
-3
/
+3
*
Enable support for QUIC 13.
rch@chromium.org
2013-12-20
1
-13
/
+17
*
Implement GetTotalReceivedBytes for http stream.
eustas@chromium.org
2013-12-13
1
-0
/
+5
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2013-12-02
1
-1
/
+1
*
Use SpdyMajorVersion instead of int consistently
rch@chromium.org
2013-11-26
1
-4
/
+3
*
Do not compress QUIC headers until it is likely that they can be sent.
rch@chromium.org
2013-11-26
1
-25
/
+23
*
Use QUIC_STREAM_CANCELLED in QuicHttpStream when a stream is cancelled.
rch@chromium.org
2013-10-23
1
-3
/
+1
*
When a request fails because the QUIC handshake failed, retry the request
rch@chromium.org
2013-10-17
1
-8
/
+30
*
Attempt to do a bona-fide end-to-end Chrome QUIC test.
rch@chromium.org
2013-09-30
1
-0
/
+2
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-09-24
1
-6
/
+2
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-09-18
1
-3
/
+13
*
Allocate sufficient buffer space in QuicHttpStream::OnDataReceived
rch@chromium.org
2013-09-10
1
-1
/
+4
*
Implement async writes for QUIC streams.
rch@chromium.org
2013-09-01
1
-12
/
+16
*
If the stream is being closed locally (for example in the case of a
rch@chromium.org
2013-08-29
1
-1
/
+3
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-08-28
1
-1
/
+5
*
Revert 219047 "Land Recent QUIC changes."
rtenneti@chromium.org
2013-08-22
1
-1
/
+1
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-08-22
1
-1
/
+1
*
[Net] Propagate priority changes from HttpNetworkTransaction to its stream
akalin@chromium.org
2013-08-14
1
-0
/
+4
*
Use an asynchronous API to create QUIC stream
rch@chromium.org
2013-08-02
1
-9
/
+25
*
QUIC - bug fixes for https over QUIC to work for mail.google.com.
rtenneti@chromium.org
2013-07-16
1
-2
/
+7
*
Implement GetSSLInfo for QUIC/https connections.
rtenneti@chromium.org
2013-07-12
1
-1
/
+2
*
First step at enabling QUIC over HTTPS.
rtenneti@chromium.org
2013-07-10
1
-1
/
+1
*
Fix a bug where the ReliableQuicStream would call ProcessData()
rch@chromium.org
2013-06-27
1
-0
/
+1
*
Use a direct include of strings headers in net/ocsp/, net/proxy/, net/quic/, ...
avi@chromium.org
2013-06-11
1
-1
/
+1
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-9
/
+10
*
Fix bug in handling QUIC connections that error out early.
rch@chromium.org
2013-05-22
1
-1
/
+3
*
Actually implement header compression for quic streams.
rch@chromium.org
2013-05-16
1
-5
/
+1
*
Add SpdyMajorVersion enum and use it everywhere
akalin@chromium.org
2013-05-16
1
-1
/
+1
*
net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.
scherkus@chromium.org
2013-04-30
1
-1
/
+1
*
Add support for P-256 key exchange in crypto handshake.
rtenneti@chromium.org
2013-03-31
1
-1
/
+1
*
[Net] Separate out priority field from HttpRequestInfo
akalin@chromium.org
2013-03-19
1
-0
/
+1
*
Remove the unused HttpStreamBase::IsMoreDataBuffered().
mmenke@chromium.org
2013-03-19
1
-4
/
+0
*
Add a ConnectionInfo enum which describes the kind of connection used to fetc...
rch@chromium.org
2013-03-13
1
-0
/
+2
*
Disable QUIC for HTTPS URLs.
rch@chromium.org
2013-03-12
1
-0
/
+1
*
Record QUIC and SPDY in the npn_negotiated_protocol field for QUIC transactions.
rch@chromium.org
2013-03-11
1
-0
/
+2
*
Fix bug in QuicHttpStream in which a CHECK failed when sending the request bo...
rch@chromium.org
2013-02-26
1
-22
/
+19
*
Remove the --use-spdy-over-quic command line option. Always use SPDY over QUIC.
rch@chromium.org
2013-02-25
1
-97
/
+39
*
Add QUIC to Alternate-Protocol support.
rch@chromium.org
2013-02-21
1
-4
/
+8
*
Enhance net internals/net log output for QUIC.
rch@chromium.org
2013-02-14
1
-0
/
+34
*
Revert 182331
rch@chromium.org
2013-02-13
1
-34
/
+0
*
Enhance net internals/net log output for QUIC.
rch@chromium.org
2013-02-13
1
-0
/
+34
*
Change QuicHttpStream to use SPDY header blocks for reading/writing
rch@chromium.org
2013-01-25
1
-7
/
+47
*
LoadTiming implementation in net, part 2.
mmenke@chromium.org
2013-01-12
1
-0
/
+5
*
Handling partial writes and fin-only writes in QUIC.
rch@chromium.org
2013-01-11
1
-6
/
+5
*
Add a CloseAllSessions method to QuicStreamFactory, and wire it up to HttpNet...
rch@chromium.org
2013-01-03
1
-10
/
+23
*
Make all QUIC streams owned by the session. Add a Visitor interface to the s...
rch@chromium.org
2012-12-23
1
-2
/
+3
*
Merge recent QUIC changes.
rch@chromium.org
2012-12-18
1
-0
/
+2
*
Add a QuicHttpStream class.
rch@chromium.org
2012-12-04
1
-0
/
+447