summaryrefslogtreecommitdiffstats
path: root/net/quic/quic_framer.cc
Commit message (Expand)AuthorAgeFilesLines
* Move the packet receive time map from the AckFrame to the InterArrival conges...rch@chromium.org2012-12-141-93/+100
* Revert 173170dpapad@chromium.org2012-12-141-100/+93
* Move the packet receive time map from the AckFrame to the InterArrival conges...rch@chromium.org2012-12-141-93/+100
* Move the CongestionInfo struct to a QuicCongestionFeedbackFrame.rch@chromium.org2012-12-131-29/+47
* * Enhance the ack loggingrch@chromium.org2012-12-071-34/+106
* Adding transmission times for every QUIC packet received in the AckFrame.rch@chromium.org2012-12-051-64/+68
* Revert 171096rch@chromium.org2012-12-051-68/+64
* Adding transmission times for every QUIC packet received in the AckFrame.rch@chromium.org2012-12-051-64/+68
* Clean up a whole raft of differences in QUIC code between the internal and Ch...rch@chromium.org2012-11-131-3/+1
* Remove transmission time from QuicPacketHeader. It will be moving into an ack...rch@chromium.org2012-11-111-19/+0
* QuicTime integrationrch@chromium.org2012-11-111-5/+9
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-24/+16
* Revert 167074 - Change from re-transmitting an packet with a retransmit numbe...kinuko@chromium.org2012-11-101-16/+24
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-101-24/+16
* Add QuicConnection and MockQuicConnectionHelper.rch@chromium.org2012-11-021-1/+1
* Getting self address for QUIC from the socket, passing it through to the conn...rch@chromium.org2012-10-271-2/+3
* 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-3/+2
* Rename Fragment->Frame for QUICrch@chromium.org2012-10-221-146/+148
* Ensure that all exits from ProcessPacket return true or set an error.rch@chromium.org2012-10-191-1/+3
* Adding (but not widely using) a reason phrase to Rst and ConnectionClose for ...rch@chromium.org2012-10-191-14/+39
* Trying yet again to add QuicFramer and friends.rch@chromium.org2012-10-181-0/+784
* Revert 162606 - Trying again to add QuicFramer and friends.mattm@chromium.org2012-10-181-784/+0
* Trying again to add QuicFramer and friends.rch@chromium.org2012-10-181-0/+784
* Revert 162462 - Add QuicFramer and friends.vitalybuka@chromium.org2012-10-171-784/+0
* Add QuicFramer and friends.rch@chromium.org2012-10-171-0/+784
* Revert 162259 - Add QuicFramer and friends.rch@chromium.org2012-10-161-784/+0
* Add QuicFramer and friends.rch@chromium.org2012-10-161-0/+784