summaryrefslogtreecommitdiffstats
path: root/net/quic/test_tools/quic_test_utils.cc
Commit message (Expand)AuthorAgeFilesLines
* Fix coding style nits.wtc@chromium.org2013-01-191-14/+13
* Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to ...rch@chromium.org2013-01-181-6/+8
* Queueing QUIC frames to be resent instead of packets and packing RST frames w...rch@chromium.org2013-01-171-0/+2
* Send the ClientHello handshake message.wtc@chromium.org2013-01-161-0/+39
* Handling partial writes and fin-only writes in QUIC.rch@chromium.org2013-01-111-1/+4
* Add the GetRandomGenerator() method to QuicConnectionHelperInterfacewtc@chromium.org2012-12-221-0/+4
* Merge recent QUIC changes.rch@chromium.org2012-12-181-5/+1
* Move the CongestionInfo struct to a QuicCongestionFeedbackFrame.rch@chromium.org2012-12-131-1/+9
* Incremental improvement to our Ack logic: if we resend a bunch of packets, se...rch@chromium.org2012-12-121-0/+3
* Add a factory for creating QuicHttpStream objects from an internal collection...rch@chromium.org2012-12-121-1/+2
* Make QuicConnectionHelper::GetClock() const and return a const QuicClock *.rch@chromium.org2012-11-161-1/+1
* Clean up a whole raft of differences in QUIC code between the internal and Ch...rch@chromium.org2012-11-131-33/+35
* Remove transmission time from QuicPacketHeader. It will be moving into an ack...rch@chromium.org2012-11-111-1/+0
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-4/+4
* Revert 167074 - Change from re-transmitting an packet with a retransmit numbe...kinuko@chromium.org2012-11-101-4/+4
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-4/+4
* Add QuicStream and friends to QUIC code.rch@chromium.org2012-11-041-0/+41
* Revert 165858 - Add QuicStream and friends to QUIC code.rch@chromium.org2012-11-031-41/+0
* Add QuicStream and friends to QUIC code.rch@chromium.org2012-11-031-0/+41
* Add QuicConnection and MockQuicConnectionHelper.rch@chromium.org2012-11-021-0/+23
* Rename Fragment->Frame for QUICrch@chromium.org2012-10-221-5/+5
* Change CryptoFramer to return a QuicData* instead of returning a bool and set...rch@chromium.org2012-10-211-3/+1
* Trying yet again to add QuicFramer and friends.rch@chromium.org2012-10-181-0/+140
* Revert 162606 - Trying again to add QuicFramer and friends.mattm@chromium.org2012-10-181-140/+0
* Trying again to add QuicFramer and friends.rch@chromium.org2012-10-181-0/+140
* Revert 162462 - Add QuicFramer and friends.vitalybuka@chromium.org2012-10-171-140/+0
* Add QuicFramer and friends.rch@chromium.org2012-10-171-0/+140
* Revert 162259 - Add QuicFramer and friends.rch@chromium.org2012-10-161-140/+0
* Add QuicFramer and friends.rch@chromium.org2012-10-161-0/+140