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_network_transaction_unittest.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
When a request fails because the QUIC handshake failed, retry the request
rch@chromium.org
2013-10-17
1
-6
/
+16
*
[SPDY] Do not advertise SPDY/2 by default
akalin@chromium.org
2013-10-06
1
-9
/
+9
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-09-18
1
-1
/
+3
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-08-28
1
-0
/
+3
*
Revert 219047 "Land Recent QUIC changes."
rtenneti@chromium.org
2013-08-22
1
-2
/
+2
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-08-22
1
-2
/
+2
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-08-21
1
-0
/
+4
*
Remove HostResolver::RequestInfo's priority parameter
akalin@chromium.org
2013-08-20
1
-7
/
+9
*
Require handshake confirmation until a QUIC connection is created succesfully...
rch@chromium.org
2013-08-20
1
-0
/
+61
*
Mark QUIC as broken when a QUIC session is closed without the crypto
rch@chromium.org
2013-08-17
1
-0
/
+27
*
Add a priority parameter for HostResolver::RequestInfo's constructor
akalin@chromium.org
2013-08-16
1
-1
/
+2
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-08-05
1
-2
/
+2
*
Use an asynchronous API to create QUIC stream
rch@chromium.org
2013-08-02
1
-1
/
+1
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-07-26
1
-2
/
+2
*
Remove QUIC from NPN strings so as to save space in ALPN
rch@chromium.org
2013-07-22
1
-1
/
+1
*
[SPDY] Use WeakPtr<HttpServerProperties> instead of raw pointers
akalin@chromium.org
2013-07-18
1
-1
/
+1
*
First step at enabling QUIC over HTTPS.
rtenneti@chromium.org
2013-07-10
1
-34
/
+64
*
Add unit test to verify the bug fixed in http://crrev.com/208168.
rch@chromium.org
2013-06-25
1
-4
/
+45
*
Fix QUIC alternate protocol behavior so that that main job does not wait
rch@chromium.org
2013-06-22
1
-6
/
+75
*
Actually enable Alternate-Protocol support for QUIC.
rch@chromium.org
2013-06-21
1
-19
/
+6
*
Give more request types a TransportSecurityState.
palmer@chromium.org
2013-06-13
1
-0
/
+3
*
Change --origin-port-to-force-quic-on to --origin-to-force-quic-on.
rch@chromium.org
2013-06-04
1
-3
/
+6
*
Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"
rsleevi@chromium.org
2013-06-01
1
-5
/
+5
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-05-30
1
-4
/
+0
*
net: Use base::MessageLoop.
xhwang@chromium.org
2013-05-23
1
-3
/
+3
*
Fix bug in handling QUIC connections that error out early.
rch@chromium.org
2013-05-22
1
-0
/
+20
*
Actually implement header compression for quic streams.
rch@chromium.org
2013-05-16
1
-5
/
+2
*
Clean up QuicNetworkTransactionTest
rch@chromium.org
2013-05-10
1
-271
/
+121
*
QUIC - Added NetLog's Logging test to quic_network_transaction_unittest.cc.
rtenneti@chromium.org
2013-05-10
1
-8
/
+49
*
Land Recent QUIC changes
rtenneti@chromium.org
2013-05-07
1
-1
/
+3
*
Revert 198736 "Land Recent QUIC changes"
csharp@chromium.org
2013-05-07
1
-3
/
+1
*
Land Recent QUIC changes
rtenneti@chromium.org
2013-05-07
1
-1
/
+3
*
Close QUIC sessions on read errors.
rch@chromium.org
2013-05-06
1
-0
/
+67
*
Detect QUIC connection errors and add a test to verify that the alternate pro...
rch@chromium.org
2013-05-03
1
-0
/
+90
*
Land Recent QUIC Changes
rtenneti@chromium.org
2013-05-03
1
-14
/
+70
*
Switch the QUIC alternate protocol string from "quic/1" to "quic", since QUIC...
rch@chromium.org
2013-04-01
1
-2
/
+2
*
Add support for P-256 key exchange in crypto handshake.
rtenneti@chromium.org
2013-03-31
1
-1
/
+3
*
net: extract net/cert out of net/base
phajdan.jr@chromium.org
2013-03-29
1
-1
/
+1
*
QUIC Crypto - Code to mock out the QuicCryptoClientStream.
rtenneti@chromium.org
2013-03-22
1
-46
/
+17
*
net: move host_resolver files from net/base to net/dns
phajdan.jr@chromium.org
2013-03-21
1
-1
/
+1
*
[Net] Separate out priority field from HttpRequestInfo
akalin@chromium.org
2013-03-19
1
-6
/
+6
*
net: split net/ssl out of net/base
phajdan.jr@chromium.org
2013-03-14
1
-1
/
+1
*
Land Recent QUIC Changes
rtenneti@chromium.org
2013-03-14
1
-6
/
+11
*
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
/
+62
*
Record QUIC and SPDY in the npn_negotiated_protocol field for QUIC transactions.
rch@chromium.org
2013-03-11
1
-0
/
+2
*
Land Recent QUIC Changes
rch@chromium.org
2013-03-08
1
-2
/
+6
*
Change --origin-port-to-force-quic-on to apply only to http urls.
rch@chromium.org
2013-03-07
1
-3
/
+111
*
Land Recent QUIC Changes
rch@chromium.org
2013-03-03
1
-4
/
+8
*
Remove the --use-spdy-over-quic command line option. Always use SPDY over QUIC.
rch@chromium.org
2013-02-25
1
-1
/
+0
[next]