summaryrefslogtreecommitdiffstats
path: root/net/quic
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add QuicFramer and friends.rch@chromium.org2012-10-1729-0/+5449
* Revert 162259 - Add QuicFramer and friends.rch@chromium.org2012-10-1629-5449/+0
* Add QuicFramer and friends.rch@chromium.org2012-10-1629-0/+5449