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_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
QUIC - server_info and server_key are listed next to each other.
rtenneti@chromium.org
2014-03-19
1
-1
/
+1
*
QUIC - use QuicSessionKey tuple (host, port, is_https) instead of
rtenneti@chromium.org
2014-03-15
1
-2
/
+5
*
Move QuicServerInfo management from CachedState to the QuicStreamFactory
rch@chromium.org
2014-03-14
1
-0
/
+2
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-03-07
1
-2
/
+0
*
Killing off QUICv12, including cleaning out all of the code for handling
rtenneti@chromium.org
2014-03-03
1
-173
/
+18
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-02-27
1
-8
/
+9
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-02-10
1
-1
/
+6
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-02-06
1
-3
/
+3
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-01-30
1
-2
/
+9
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-01-16
1
-4
/
+4
*
Enable support for QUIC 13.
rch@chromium.org
2013-12-20
1
-206
/
+200
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2013-12-18
1
-1
/
+1
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2013-12-13
1
-3
/
+3
*
Do not compress QUIC headers until it is likely that they can be sent.
rch@chromium.org
2013-11-26
1
-0
/
+31
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2013-11-14
1
-1
/
+1
*
QUIC - fix uninitialized reads in
rtenneti@chromium.org
2013-11-01
1
-0
/
+1
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-28
1
-2
/
+3
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-27
1
-4
/
+4
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-24
1
-4
/
+0
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-24
1
-5
/
+11
*
Use QUIC_STREAM_CANCELLED in QuicHttpStream when a stream is cancelled.
rch@chromium.org
2013-10-23
1
-1
/
+1
*
When a request fails because the QUIC handshake failed, retry the request
rch@chromium.org
2013-10-17
1
-0
/
+1
*
net: Use ScopedVector::Pass() to pass element readers for UploadDataStream's ...
hashimoto@chromium.org
2013-09-24
1
-1
/
+1
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-09-24
1
-1
/
+2
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-09-24
1
-1
/
+1
*
Added to test the crash if QuicReliableClientStream doesn't have a
rtenneti@chromium.org
2013-09-20
1
-0
/
+29
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-09-18
1
-14
/
+75
*
Allocate sufficient buffer space in QuicHttpStream::OnDataReceived
rch@chromium.org
2013-09-10
1
-0
/
+49
*
Work around a bug in the interaction between QuicConnection and the
rch@chromium.org
2013-09-03
1
-0
/
+4
*
If the stream is being closed locally (for example in the case of a
rch@chromium.org
2013-08-29
1
-5
/
+19
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-08-28
1
-3
/
+7
*
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
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-08-21
1
-0
/
+5
*
[net] Use scoped_ptr<> consistently in ClientSocketFactory and related code
akalin@chromium.org
2013-08-15
1
-4
/
+6
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-08-09
1
-5
/
+2
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-08-05
1
-1
/
+1
*
Tell congestion manager when we are sending a CHLO, so it won't delay sending.
jar@chromium.org
2013-08-03
1
-1
/
+1
*
Use an asynchronous API to create QUIC stream
rch@chromium.org
2013-08-02
1
-6
/
+4
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-07-26
1
-2
/
+4
*
Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"
rsleevi@chromium.org
2013-06-11
1
-4
/
+4
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-06-05
1
-6
/
+5
*
Revert 204046 "Land Recent QUIC changes."
rtenneti@chromium.org
2013-06-04
1
-1
/
+2
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-06-04
1
-2
/
+1
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-4
/
+4
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-05-30
1
-3
/
+1
*
QUIC - Moved call to SetDefaults to callers of QuicClientSession.
rtenneti@chromium.org
2013-05-17
1
-0
/
+1
*
Actually implement header compression for quic streams.
rch@chromium.org
2013-05-16
1
-6
/
+3
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-05-16
1
-3
/
+2
*
Land Recent QUIC changes
rtenneti@chromium.org
2013-05-07
1
-4
/
+3
[next]