summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_stream_factory.cc
Commit message (Expand)AuthorAgeFilesLines
* Save the clients RTT estimate to the HTTP server properties and send itrch@chromium.org2014-01-271-2/+23
* QUIC - did the plumbing to persist and restore crypto config'srtenneti@chromium.org2014-01-251-1/+4
* On Windows, avoid QUIC UDP-port selection in Stable and Beta channelsjar@chromium.org2014-01-221-3/+12
* Revert of https://codereview.chromium.org/127463003/jar@chromium.org2014-01-091-11/+1
* On Windows, completely disable use of bind() with pseudo-random port selection.jar@chromium.org2014-01-091-1/+11
* Do not delete a QuicSession in StartReading.rch@chromium.org2014-01-081-0/+3
* Implement connection pooling in QUIC.rch@chromium.org2013-12-231-3/+54
* Enable support for QUIC 13.rch@chromium.org2013-12-201-4/+6
* This is the test to assure that the port suggester is being reused with the p...jar@chromium.org2013-12-181-0/+1
* Change port_entropy to port_seedjar@chromium.org2013-12-161-2/+2
* Create and use a seeded random number generatorjar@chromium.org2013-12-131-2/+10
* Handle error in a socket->connect() attempt inside quic_stream_factoryjar@chromium.org2013-12-131-15/+24
* Revert 239426 "Create and use a seeded random number generator"jar@chromium.org2013-12-101-10/+2
* Create and use a seeded random number generatorjar@chromium.org2013-12-091-2/+10
* QUIC - Move the logic for allowing a larger max from SetDefaults to thertenneti@chromium.org2013-12-021-2/+0
* Use the default QUIC initial CWND.rch@chromium.org2013-11-281-0/+3
* Configure QUIC max packet size via a Field Trial or command line arg.rch@chromium.org2013-11-271-1/+4
* Close QUIC session when the cert database changesrch@chromium.org2013-11-251-0/+17
* Conver DLOG(INFO) to DVLOG(1) in QUIC code.rch@chromium.org2013-11-221-1/+1
* Land Recent QUIC Changes.rtenneti@chromium.org2013-11-201-2/+0
* Switch chrome to use QUIC v12.rch@chromium.org2013-11-131-0/+2
* QUIC - added googlevideo.com to the list of cannonical hostnames tortenneti@chromium.org2013-11-131-4/+14
* Land Recent QUIC changes.rtenneti@chromium.org2013-10-281-1/+1
* Land Recent QUIC changes.rtenneti@chromium.org2013-10-271-6/+7
* Enable using of canonical server config for c.youtube.com.rtenneti@chromium.org2013-10-251-3/+3
* Increase the QUIC UDP socket buffer to 256 packets to match the TCP receive w...rch@chromium.org2013-10-241-2/+3
* Land Recent QUIC changes.rtenneti@chromium.org2013-10-241-4/+9
* When a request fails because the QUIC handshake failed, retry the requestrch@chromium.org2013-10-171-4/+10
* Disabled shared crypto config code to isolate youtube performance issuesrtenneti@chromium.org2013-10-021-1/+3
* First cut at sharing server config between youtube servers.rtenneti@chromium.org2013-09-281-0/+37
* Disable 0-RTT for HTTPSrch@chromium.org2013-09-201-1/+1
* Re-enable ipv6 support in QUIC.rch@chromium.org2013-09-181-10/+0
* Re-enable Zero-RTT and increase the QUIC socket send bufferrch@chromium.org2013-09-171-14/+5
* Disable QUIC Zero-RTT until we shake out more bugs.rch@chromium.org2013-09-091-1/+3
* Remove HostResolver::RequestInfo's priority parameterakalin@chromium.org2013-08-201-1/+2
* Require handshake confirmation until a QUIC connection is created succesfully...rch@chromium.org2013-08-201-1/+5
* Mark QUIC as broken when a QUIC session is closed without the cryptorch@chromium.org2013-08-171-0/+10
* Add a priority parameter for HostResolver::RequestInfo's constructorakalin@chromium.org2013-08-161-3/+3
* [net] Use scoped_ptr<> consistently in ClientSocketFactory and related codeakalin@chromium.org2013-08-151-4/+4
* Use an asynchronous API to create QUIC streamrch@chromium.org2013-08-021-2/+1
* Land Recent QUIC changes.rtenneti@chromium.org2013-07-261-1/+2
* Use a direct include of the message_loop header in net/, part 2.avi@chromium.org2013-07-181-1/+1
* First step at enabling QUIC over HTTPS.rtenneti@chromium.org2013-07-101-5/+28
* Make sure that QUIC connections correctly call OnSessionCloserch@chromium.org2013-06-261-0/+4
* Fix bug in memory leaks in QuicStreamFactory::Createrch@chromium.org2013-06-261-5/+6
* Fix a bug in quic_stream_factory where a QuicStreamRequest::Request could ret...rch@chromium.org2013-06-241-0/+6
* Remove v6 address from QUIC host lookupsrch@chromium.org2013-06-221-0/+10
* Set receive buffer size, and comment about possible setting of send buffer.jar@chromium.org2013-06-211-0/+20
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-121-4/+2
* Call scoped_refptr<T>::get() rather than relying on implicit "operator T*"rsleevi@chromium.org2013-06-111-2/+4