summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_http_stream_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Land Recent QUIC Changesrtenneti@chromium.org2013-04-171-1/+5
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-091-3/+3
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-091-3/+3
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* Add support for P-256 key exchange in crypto handshake.rtenneti@chromium.org2013-03-311-1/+2
* QUIC Crypto - Code to mock out the QuicCryptoClientStream.rtenneti@chromium.org2013-03-221-51/+41
* [Net] Separate out priority field from HttpRequestInfoakalin@chromium.org2013-03-191-10/+10
* Remove the unused HttpStreamBase::IsMoreDataBuffered().mmenke@chromium.org2013-03-191-6/+0
* Refactor QuicClientSession so that it owns the underlying socketrch@chromium.org2013-03-151-1/+1
* Land Recent QUIC Changesrtenneti@chromium.org2013-03-141-14/+17
* Land Recent QUIC Changesrch@chromium.org2013-03-081-18/+37
* Land Recent QUIC Changesrch@chromium.org2013-03-031-1/+3
* Forward-declare QuicDecrypter and QuicEncrypter in quic_framer.h.wtc@chromium.org2013-02-271-0/+2
* Fix bug in QuicHttpStream in which a CHECK failed when sending the request bo...rch@chromium.org2013-02-261-0/+60
* Remove the --use-spdy-over-quic command line option. Always use SPDY over QUIC.rch@chromium.org2013-02-251-38/+24
* Land recent QUIC changes.rch@chromium.org2013-02-251-10/+17
* Enhance net internals/net log output for QUIC.rch@chromium.org2013-02-141-1/+1
* Revert 182331rch@chromium.org2013-02-131-1/+1
* Enhance net internals/net log output for QUIC.rch@chromium.org2013-02-131-1/+1
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-061-1/+1
* Land recent QUIC changes.rch@chromium.org2013-02-031-17/+18
* Add the server name indication (SNI) field to ClientHello.wtc@chromium.org2013-01-291-1/+2
* Change QuicHttpStream to use SPDY header blocks for reading/writingrch@chromium.org2013-01-251-36/+79
* Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to ...rch@chromium.org2013-01-181-3/+4
* Changing QUIC ack logic to match TCP (with the exception of the fixed RTO) by...rch@chromium.org2013-01-171-1/+0
* Make all QUIC streams owned by the session. Add a Visitor interface to the s...rch@chromium.org2012-12-231-11/+78
* Move all test Peer classes to the test namespace. Move the QuicConnectionPeer...rch@chromium.org2012-12-221-15/+1
* Add the GetRandomGenerator() method to QuicConnectionHelperInterfacewtc@chromium.org2012-12-221-1/+3
* net: Split sync part of UploadFileElementReader as UploadFileElementReaderSynchashimoto@chromium.org2012-12-201-1/+1
* Merge recent QUIC changes.rch@chromium.org2012-12-181-5/+3
* Move the packet receive time map from the AckFrame to the InterArrival conges...rch@chromium.org2012-12-141-8/+1
* Revert 173170dpapad@chromium.org2012-12-141-1/+8
* Move the packet receive time map from the AckFrame to the InterArrival conges...rch@chromium.org2012-12-141-8/+1
* Move the CongestionInfo struct to a QuicCongestionFeedbackFrame.rch@chromium.org2012-12-131-25/+38
* Add a factory for creating QuicHttpStream objects from an internal collection...rch@chromium.org2012-12-121-8/+7
* net: Make UploadDataStream independent from UploadDatahashimoto@chromium.org2012-12-111-4/+5
* Implement TCP congestion control classes in QUIC.rch@chromium.org2012-12-071-4/+6
* * Enhance the ack loggingrch@chromium.org2012-12-071-10/+15
* Add a QuicHttpStream class.rch@chromium.org2012-12-041-0/+394