summaryrefslogtreecommitdiffstats
path: root/net/quic/test_tools
Commit message (Expand)AuthorAgeFilesLines
* Land Recent QUIC Changesrch@chromium.org2013-03-033-4/+18
* QUIC - Some sketching of the crypto handshake.rtenneti@chromium.org2013-03-021-9/+9
* Forward-declare QuicDecrypter and QuicEncrypter in quic_framer.h.wtc@chromium.org2013-02-273-10/+11
* Land recent QUIC changes.rch@chromium.org2013-02-2512-46/+409
* Log useful events for QUIC sessions in the net-log.rch@chromium.org2013-02-201-0/+6
* Land recent QUIC changes.rch@chromium.org2013-02-034-39/+101
* The first step of server-side crypto handshake: handle ClientHello,wtc@chromium.org2013-01-302-22/+28
* Add the server name indication (SNI) field to ClientHello.wtc@chromium.org2013-01-292-3/+6
* Added QuicBandwidth classrch@chromium.org2013-01-231-0/+3
* Fix coding style nits.wtc@chromium.org2013-01-192-14/+14
* Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to ...rch@chromium.org2013-01-185-16/+28
* Queueing QUIC frames to be resent instead of packets and packing RST frames w...rch@chromium.org2013-01-171-0/+2
* Changing QUIC ack logic to match TCP (with the exception of the fixed RTO) by...rch@chromium.org2013-01-171-0/+2
* MockClock needs to mock the NowAsDeltaSinceUnixEpoch method.wtc@chromium.org2013-01-172-2/+6
* Send the ClientHello handshake message.wtc@chromium.org2013-01-162-2/+47
* Ignoring (and pushing back) the RTO alarm if we're getting truncated acks in ...rch@chromium.org2013-01-152-0/+6
* Handling partial writes and fin-only writes in QUIC.rch@chromium.org2013-01-112-3/+7
* Move all test Peer classes to the test namespace. Move the QuicConnectionPeer...rch@chromium.org2012-12-226-0/+185
* Add the GetRandomGenerator() method to QuicConnectionHelperInterfacewtc@chromium.org2012-12-224-0/+54
* Unify various test TaskRunner implementationsakalin@chromium.org2012-12-192-82/+44
* Merge recent QUIC changes.rch@chromium.org2012-12-182-7/+1
* Move the CongestionInfo struct to a QuicCongestionFeedbackFrame.rch@chromium.org2012-12-132-3/+21
* Handling backup! Sorta...rch@chromium.org2012-12-131-0/+1
* Incremental improvement to our Ack logic: if we resend a bunch of packets, se...rch@chromium.org2012-12-122-1/+4
* Add a factory for creating QuicHttpStream objects from an internal collection...rch@chromium.org2012-12-122-1/+3
* Make QuicConnectionHelper::GetClock() const and return a const QuicClock *.rch@chromium.org2012-11-162-3/+3
* Clean up a whole raft of differences in QUIC code between the internal and Ch...rch@chromium.org2012-11-132-52/+52
* Remove transmission time from QuicPacketHeader. It will be moving into an ack...rch@chromium.org2012-11-111-1/+0
* QuicTime integrationrch@chromium.org2012-11-114-27/+24
* Clean up style in QuicConnection, et. al. as per Chrome commentsrch@chromium.org2012-11-111-0/+30
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-102-6/+7
* Revert 167074 - Change from re-transmitting an packet with a retransmit numbe...kinuko@chromium.org2012-11-102-7/+6
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-102-6/+7
* Make QuicClock::Now() const and change all QuicClock* to const QuicClock*.rch@chromium.org2012-11-102-4/+4
* Add a Chrome-specific QuicConnectionHelper class.rch@chromium.org2012-11-074-0/+174
* Add QuicStream and friends to QUIC code.rch@chromium.org2012-11-042-2/+116
* Revert 165858 - Add QuicStream and friends to QUIC code.rch@chromium.org2012-11-032-116/+2
* Add QuicStream and friends to QUIC code.rch@chromium.org2012-11-032-2/+116
* Add QuicConnection and MockQuicConnectionHelper.rch@chromium.org2012-11-023-0/+66
* Getting self address for QUIC from the socket, passing it through to the conn...rch@chromium.org2012-10-271-2/+4
* Add QUIC congestion control classes. (Just a basic fixed rate sender.)rch@chromium.org2012-10-272-0/+53
* Add a new OnRevivedPacket() method to QuicFramerVisitorInterface that is call...rch@chromium.org2012-10-231-0/+2
* Rename Fragment->Frame for QUICrch@chromium.org2012-10-222-17/+15
* 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-182-0/+209
* Revert 162606 - Trying again to add QuicFramer and friends.mattm@chromium.org2012-10-182-209/+0
* Trying again to add QuicFramer and friends.rch@chromium.org2012-10-182-0/+209
* Revert 162462 - Add QuicFramer and friends.vitalybuka@chromium.org2012-10-172-209/+0
* Add QuicFramer and friends.rch@chromium.org2012-10-172-0/+209
* Revert 162259 - Add QuicFramer and friends.rch@chromium.org2012-10-162-209/+0