summaryrefslogtreecommitdiffstats
path: root/net/quic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disable QuicSendSchedulerTest.AvailableCongestionWindow (failing on linux 32 ...rch@chromium.org2012-10-271-1/+2
* Getting self address for QUIC from the socket, passing it through to the conn...rch@chromium.org2012-10-276-57/+75
* Add QUIC congestion control classes. (Just a basic fixed rate sender.)rch@chromium.org2012-10-2719-0/+1118
* Remove debugging logging in QuicFecGroupTest. This debugging was confusing s...rch@chromium.org2012-10-241-8/+0
* Add QuicPacketCreator and QuicFecGroup.rch@chromium.org2012-10-2312-15/+999
* Add a new OnRevivedPacket() method to QuicFramerVisitorInterface that is call...rch@chromium.org2012-10-234-7/+17
* Minor style cleanup of QuicProtocolrch@chromium.org2012-10-222-34/+42
* Rename Fragment->Frame for QUICrch@chromium.org2012-10-229-566/+562
* Change CryptoFramer to return a QuicData* instead of returning a bool and set...rch@chromium.org2012-10-214-34/+23
* Move non-trivial methods from QuicDataWriter to the .cc file.rch@chromium.org2012-10-202-48/+54
* Make QuicPacket and QuicEncryptedPacket DISALLOW_COPY_AND_ASSIGN.rch@chromium.org2012-10-202-61/+50
* Clean up style of QUIC's CryptoFramer et. al.rch@chromium.org2012-10-204-47/+72
* 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-194-31/+106
* Trying yet again to add QuicFramer and friends.rch@chromium.org2012-10-1829-0/+5483
* Revert 162606 - Trying again to add QuicFramer and friends.mattm@chromium.org2012-10-1829-5451/+0
* Trying again to add QuicFramer and friends.rch@chromium.org2012-10-1829-0/+5451
* Revert 162462 - Add QuicFramer and friends.vitalybuka@chromium.org2012-10-1729-5449/+0