summaryrefslogtreecommitdiffstats
path: root/net/quic
Commit message (Expand)AuthorAgeFilesLines
* Merge recent QUIC changes.rch@chromium.org2012-12-1824-201/+372
* Integrating the QuicStreamFactory into the network stack.rch@chromium.org2012-12-165-15/+16
* Revert 173311rch@chromium.org2012-12-154-9/+7
* Integrating the QuicStreamFactory into the network stack.rch@chromium.org2012-12-154-7/+9
* Move the packet receive time map from the AckFrame to the InterArrival conges...rch@chromium.org2012-12-1410-352/+252
* Revert 173170dpapad@chromium.org2012-12-1410-249/+352
* Move the packet receive time map from the AckFrame to the InterArrival conges...rch@chromium.org2012-12-1410-352/+249
* Move the CongestionInfo struct to a QuicCongestionFeedbackFrame.rch@chromium.org2012-12-1336-769/+601
* killing off the QUIC config option for sending fin in a separate packet: we c...rch@chromium.org2012-12-133-98/+3
* Handling backup! Sorta...rch@chromium.org2012-12-1314-74/+389
* Add a CheckProcessingFails method to QuicFramerTest to simplify framing bound...rch@chromium.org2012-12-121-45/+20
* Incremental improvement to our Ack logic: if we resend a bunch of packets, se...rch@chromium.org2012-12-126-4/+26
* Add a factory for creating QuicHttpStream objects from an internal collection...rch@chromium.org2012-12-1214-33/+851
* net: Make UploadDataStream independent from UploadDatahashimoto@chromium.org2012-12-111-4/+5
* Fix uninit var in hybrid_slow_start.ccrch@chromium.org2012-12-081-0/+1
* Add the QuicRandom interface with a default implementation that is wtc@chromium.org2012-12-083-0/+140
* Implement TCP congestion control classes in QUIC.rch@chromium.org2012-12-0717-15/+1342
* * Enhance the ack loggingrch@chromium.org2012-12-0712-261/+778
* Adding transmission times for every QUIC packet received in the AckFrame.rch@chromium.org2012-12-059-846/+567
* Revert 171096rch@chromium.org2012-12-059-559/+853
* Adding transmission times for every QUIC packet received in the AckFrame.rch@chromium.org2012-12-059-853/+559
* Add a QuicHttpStream class.rch@chromium.org2012-12-0413-12/+1029
* Add an OnCryptoHandshakeComplete method to QuicSession. rch@chromium.org2012-11-209-19/+58
* Make QuicConnectionHelper::GetClock() const and return a const QuicClock *.rch@chromium.org2012-11-166-14/+14
* Add real support for uint128. These files originated with google internally,...rch@chromium.org2012-11-168-58/+9
* Implement QuicConnectionHelper::WritePacketToWire()rch@chromium.org2012-11-145-87/+200
* Clean up a whole raft of differences in QUIC code between the internal and Ch...rch@chromium.org2012-11-1333-308/+257
* Consistently use int64 not uint64 when we have to work with time in micro or ...rch@chromium.org2012-11-134-15/+15
* Several cleanups of QuicSession, et al. as per the Chrome code review.rch@chromium.org2012-11-119-69/+58
* Remove transmission time from QuicPacketHeader. It will be moving into an ack...rch@chromium.org2012-11-119-128/+10
* Fix Bug in QuicClockTest.rch@chromium.org2012-11-111-1/+1
* QuicTime integrationrch@chromium.org2012-11-1140-370/+835
* Clean up style in QuicConnection, et. al. as per Chrome commentsrch@chromium.org2012-11-114-48/+93
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-1015-244/+216
* Revert 167074 - Change from re-transmitting an packet with a retransmit numbe...kinuko@chromium.org2012-11-1015-219/+246
* Change from re-transmitting an packet with a retransmit number to sending a n...rch@chromium.org2012-11-1015-246/+219
* Make QuicClock::Now() const and change all QuicClock* to const QuicClock*.rch@chromium.org2012-11-1018-22/+23
* Fix uninitialized var in leaky_bucket.ccrch@chromium.org2012-11-101-0/+1
* Added pacing and a leaky bucket helper class.rch@chromium.org2012-11-1013-81/+453
* Revert 166977 - Added pacing and a leaky bucket helper class.rch@chromium.org2012-11-0913-453/+81
* Added pacing and a leaky bucket helper class.rch@chromium.org2012-11-0913-81/+453
* Fix uninitialized access in QuicConnectionHelperTestrch@chromium.org2012-11-081-1/+5
* Switching around the order of operations so that when the connection informs ...rch@chromium.org2012-11-082-2/+4
* Add a Chrome-specific QuicConnectionHelper class.rch@chromium.org2012-11-077-0/+594
* Fix uninitialized variable in QuicConnection::OnPacketComplete used in loggin...rch@chromium.org2012-11-052-3/+6
* Adding QuicClientSession and friendsrch@chromium.org2012-11-049-0/+476
* Add QuicStream and friends to QUIC code.rch@chromium.org2012-11-0413-2/+1703
* Revert 165858 - Add QuicStream and friends to QUIC code.rch@chromium.org2012-11-0313-1703/+2
* Add QuicStream and friends to QUIC code.rch@chromium.org2012-11-0313-2/+1703
* Add QuicConnection and MockQuicConnectionHelper.rch@chromium.org2012-11-029-3/+1893