summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_connection_helper_test.cc
Commit message (Expand)AuthorAgeFilesLines
* 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-18/+24
* Land Recent QUIC Changesrtenneti@chromium.org2013-03-261-2/+4
* Refactor QuicClientSession so that it owns the underlying socketrch@chromium.org2013-03-151-7/+8
* Land Recent QUIC Changesrtenneti@chromium.org2013-03-141-18/+18
* Land Recent QUIC Changesrch@chromium.org2013-03-081-9/+10
* 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
* Land recent QUIC changes.rch@chromium.org2013-02-251-33/+56
* Land recent QUIC changes.rch@chromium.org2013-02-031-17/+17
* Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to ...rch@chromium.org2013-01-181-17/+20
* Changing QUIC ack logic to match TCP (with the exception of the fixed RTO) by...rch@chromium.org2013-01-171-0/+64
* Change to queue the ack and control frames, instead of serializing them immed...rch@chromium.org2012-12-221-19/+14
* Move all test Peer classes to the test namespace. Move the QuicConnectionPeer...rch@chromium.org2012-12-221-14/+1
* In the comment for WritePacketToWire, change "errno" to "thewtc@chromium.org2012-12-221-3/+2
* Add the GetRandomGenerator() method to QuicConnectionHelperInterfacewtc@chromium.org2012-12-221-1/+7
* Unify various test TaskRunner implementationsakalin@chromium.org2012-12-191-2/+2
* 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-3/+2
* Revert 173170dpapad@chromium.org2012-12-141-2/+3
* Move the packet receive time map from the AckFrame to the InterArrival conges...rch@chromium.org2012-12-141-3/+2
* Move the CongestionInfo struct to a QuicCongestionFeedbackFrame.rch@chromium.org2012-12-131-16/+22
* Handling backup! Sorta...rch@chromium.org2012-12-131-3/+10
* Add a factory for creating QuicHttpStream objects from an internal collection...rch@chromium.org2012-12-121-7/+6
* Implement TCP congestion control classes in QUIC.rch@chromium.org2012-12-071-5/+6
* * Enhance the ack loggingrch@chromium.org2012-12-071-2/+3
* Adding transmission times for every QUIC packet received in the AckFrame.rch@chromium.org2012-12-051-1/+1
* Revert 171096rch@chromium.org2012-12-051-1/+1
* Adding transmission times for every QUIC packet received in the AckFrame.rch@chromium.org2012-12-051-1/+1
* Implement QuicConnectionHelper::WritePacketToWire()rch@chromium.org2012-11-141-83/+177
* Clean up a whole raft of differences in QUIC code between the internal and Ch...rch@chromium.org2012-11-131-3/+1
* Consistently use int64 not uint64 when we have to work with time in micro or ...rch@chromium.org2012-11-131-1/+1
* Remove transmission time from QuicPacketHeader. It will be moving into an ack...rch@chromium.org2012-11-111-5/+4
* QuicTime integrationrch@chromium.org2012-11-111-11/+15
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-10/+11
* Revert 167074 - Change from re-transmitting an packet with a retransmit numbe...kinuko@chromium.org2012-11-101-11/+10
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-10/+11
* Fix uninitialized access in QuicConnectionHelperTestrch@chromium.org2012-11-081-1/+5
* Add a Chrome-specific QuicConnectionHelper class.rch@chromium.org2012-11-071-0/+230