summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_framer_test.cc
Commit message (Expand)AuthorAgeFilesLines
* Land Recent QUIC Changesrch@chromium.org2013-03-031-95/+364
* 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-111/+433
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-061-18/+19
* Land recent QUIC changes.rch@chromium.org2013-02-031-48/+29
* Minor reformatting cleanup of quic framer.rch@chromium.org2013-01-251-0/+1
* Fix uninitialized memory access in quic_framer_test.rch@chromium.org2013-01-241-0/+1
* Added QuicBandwidth classrch@chromium.org2013-01-231-110/+270
* Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to ...rch@chromium.org2013-01-181-159/+444
* Largest received -> largest observed.rch@chromium.org2013-01-151-53/+23
* Cleanup of CongestionFeedbackMessageInterArrival in QUIC.rch@chromium.org2013-01-121-24/+8
* DISABLE a test that fails in valgrind. Will be re-enabled when a follow up C...rch@chromium.org2013-01-111-1/+4
* Fixing a really obvious (in hindsight) bug in the quic truncation code which ...rch@chromium.org2013-01-111-5/+12
* Merge recent QUIC changes.rch@chromium.org2012-12-181-57/+148
* Move the packet receive time map from the AckFrame to the InterArrival conges...rch@chromium.org2012-12-141-135/+81
* Revert 173170dpapad@chromium.org2012-12-141-78/+135
* Move the packet receive time map from the AckFrame to the InterArrival conges...rch@chromium.org2012-12-141-135/+78
* Move the CongestionInfo struct to a QuicCongestionFeedbackFrame.rch@chromium.org2012-12-131-475/+155
* Add a CheckProcessingFails method to QuicFramerTest to simplify framing bound...rch@chromium.org2012-12-121-45/+20
* * Enhance the ack loggingrch@chromium.org2012-12-071-115/+228
* Adding transmission times for every QUIC packet received in the AckFrame.rch@chromium.org2012-12-051-518/+290
* Revert 171096rch@chromium.org2012-12-051-282/+525
* Adding transmission times for every QUIC packet received in the AckFrame.rch@chromium.org2012-12-051-525/+282
* Clean up a whole raft of differences in QUIC code between the internal and Ch...rch@chromium.org2012-11-131-51/+51
* Remove transmission time from QuicPacketHeader. It will be moving into an ack...rch@chromium.org2012-11-111-85/+3
* QuicTime integrationrch@chromium.org2012-11-111-48/+54
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-113/+13
* Revert 167074 - Change from re-transmitting an packet with a retransmit numbe...kinuko@chromium.org2012-11-101-16/+115
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-115/+16
* Getting self address for QUIC from the socket, passing it through to the conn...rch@chromium.org2012-10-271-32/+46
* Add QuicPacketCreator and QuicFecGroup.rch@chromium.org2012-10-231-2/+2
* Add a new OnRevivedPacket() method to QuicFramerVisitorInterface that is call...rch@chromium.org2012-10-231-2/+8
* Rename Fragment->Frame for QUICrch@chromium.org2012-10-221-319/+319
* Make QuicPacket and QuicEncryptedPacket DISALLOW_COPY_AND_ASSIGN.rch@chromium.org2012-10-201-59/+47
* Adding (but not widely using) a reason phrase to Rst and ConnectionClose for ...rch@chromium.org2012-10-191-12/+51
* Trying yet again to add QuicFramer and friends.rch@chromium.org2012-10-181-0/+2188
* Revert 162606 - Trying again to add QuicFramer and friends.mattm@chromium.org2012-10-181-2157/+0
* Trying again to add QuicFramer and friends.rch@chromium.org2012-10-181-0/+2157
* Revert 162462 - Add QuicFramer and friends.vitalybuka@chromium.org2012-10-171-2157/+0
* Add QuicFramer and friends.rch@chromium.org2012-10-171-0/+2157
* Revert 162259 - Add QuicFramer and friends.rch@chromium.org2012-10-161-2157/+0
* Add QuicFramer and friends.rch@chromium.org2012-10-161-0/+2157