summaryrefslogtreecommitdiffstats
path: root/net/quic/test_tools
Commit message (Expand)AuthorAgeFilesLines
* Land Recent QUIC changes.rtenneti@chromium.org2013-06-184-2/+32
* Implement Sign() method of Channel_id for NSS.rtenneti@chromium.org2013-06-184-28/+95
* Land Recent QUIC changes.rtenneti@chromium.org2013-06-055-3/+27
* Revert 204046 "Land Recent QUIC changes."rtenneti@chromium.org2013-06-045-27/+3
* Land Recent QUIC changes.rtenneti@chromium.org2013-06-045-3/+27
* Land Recent QUIC changes.rtenneti@chromium.org2013-05-3010-20/+303
* Land Recent QUIC changes.rtenneti@chromium.org2013-05-234-26/+163
* Revert 201501 "Land Recent QUIC changes."rogerta@chromium.org2013-05-224-163/+26
* Land Recent QUIC changes.rtenneti@chromium.org2013-05-224-26/+163
* Land Recent QUIC changes.rtenneti@chromium.org2013-05-1614-33/+144
* Land Recent QUIC changesrtenneti@chromium.org2013-05-0912-56/+151
* Land Recent QUIC changesrtenneti@chromium.org2013-05-075-4/+97
* Revert 198736 "Land Recent QUIC changes"csharp@chromium.org2013-05-075-97/+4
* Land Recent QUIC changesrtenneti@chromium.org2013-05-075-4/+97
* Detect QUIC connection errors and add a test to verify that the alternate pro...rch@chromium.org2013-05-032-11/+27
* Land Recent QUIC Changes rtenneti@chromium.org2013-05-038-37/+81
* Warn on missing OVERRIDE/virtual everywhere, not just in header files.rsleevi@chromium.org2013-05-021-2/+3
* Land Recent QUIC Changes rtenneti@chromium.org2013-04-265-33/+104
* Land Recent QUIC Changesrtenneti@chromium.org2013-04-238-46/+142
* Land Recent QUIC Changesrtenneti@chromium.org2013-04-176-10/+67
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-131-1/+1
* Merge QUIC InterArrival congestion control code to chromium.rch@chromium.org2013-04-101-1/+0
* Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.dcheng@chromium.org2013-04-071-1/+1
* Chromium style checker cleanuprsleevi@chromium.org2013-04-011-1/+1
* Add support for P-256 key exchange in crypto handshake.rtenneti@chromium.org2013-03-314-16/+20
* Land Recent QUIC Changesrtenneti@chromium.org2013-03-265-5/+21
* QUIC Crypto - Code to mock out the QuicCryptoClientStream.rtenneti@chromium.org2013-03-226-92/+107
* Chromium style checker cleanuprsleevi@chromium.org2013-03-151-15/+16
* Refactor QuicClientSession so that it owns the underlying socketrch@chromium.org2013-03-152-5/+2
* Land Recent QUIC Changesrtenneti@chromium.org2013-03-1411-30/+290
* Add QuicCryptoServerStream (and test) and get CryptoUtils working.rch@chromium.org2013-03-131-5/+7
* Land Recent QUIC Changesrch@chromium.org2013-03-086-22/+218
* 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