summaryrefslogtreecommitdiffstats
path: root/net/quic
Commit message (Expand)AuthorAgeFilesLines
* Teach gtest how to print QuicConsumedData and QuicEncryptedPacket.wtc@chromium.org2013-01-202-1/+27
* Fix coding style nits.wtc@chromium.org2013-01-194-16/+14
* Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to ...rch@chromium.org2013-01-1851-938/+1535
* Queueing QUIC frames to be resent instead of packets and packing RST frames w...rch@chromium.org2013-01-1713-176/+210
* Changing QUIC ack logic to match TCP (with the exception of the fixed RTO) by...rch@chromium.org2013-01-179-100/+197
* MockClock needs to mock the NowAsDeltaSinceUnixEpoch method.wtc@chromium.org2013-01-172-2/+6
* Send the ClientHello handshake message.wtc@chromium.org2013-01-1616-71/+471
* Optimization of the RTO ack logic: respect the RTO for truncated acks if this...rch@chromium.org2013-01-153-13/+47
* Largest received -> largest observed.rch@chromium.org2013-01-159-123/+86
* Adding a DCHECK to the QUIC writer's Offset functions, and moving tests around.rch@chromium.org2013-01-153-2/+16
* Remove an unused forward declaration.wtc@chromium.org2013-01-151-4/+0
* Ignoring (and pushing back) the RTO alarm if we're getting truncated acks in ...rch@chromium.org2013-01-156-10/+68
* Switching from many small alarms to one big alarm for QUIC resends.rch@chromium.org2013-01-142-11/+53
* Cleanup of CongestionFeedbackMessageInterArrival in QUIC.rch@chromium.org2013-01-124-65/+10
* LoadTiming implementation in net, part 2.mmenke@chromium.org2013-01-122-0/+7
* Fixing nits from Chrome review 11446029.rch@chromium.org2013-01-123-20/+24
* DISABLE a test that fails in valgrind. Will be re-enabled when a follow up C...rch@chromium.org2013-01-111-1/+4
* Handling partial writes and fin-only writes in QUIC.rch@chromium.org2013-01-1111-55/+94
* Fixing a really obvious (in hindsight) bug in the quic truncation code which ...rch@chromium.org2013-01-112-11/+15
* Integrate QUIC info into net-internals.rch@chromium.org2013-01-056-2/+32
* Add a CloseAllSessions method to QuicStreamFactory, and wire it up to HttpNet...rch@chromium.org2013-01-0310-14/+138
* Make all QUIC streams owned by the session. Add a Visitor interface to the s...rch@chromium.org2012-12-2311-53/+160
* Move VisitorShim from QuicServerSession to QuicSession.rch@chromium.org2012-12-232-1/+67
* Change to queue the ack and control frames, instead of serializing them immed...rch@chromium.org2012-12-2210-135/+203
* Rename "testing" namespace to "test" in the congestion_control test to be con...rch@chromium.org2012-12-229-15/+17
* Cleanup Cls regarding issue 11586006rch@chromium.org2012-12-222-0/+38
* Move all test Peer classes to the test namespace. Move the QuicConnectionPeer...rch@chromium.org2012-12-2215-60/+215
* In the comment for WritePacketToWire, change "errno" to "thewtc@chromium.org2012-12-224-8/+16
* Fix a bug in QuicUtils::StreamFramePacketOverhead.wtc@chromium.org2012-12-221-1/+0
* Add the GetRandomGenerator() method to QuicConnectionHelperInterfacewtc@chromium.org2012-12-2214-21/+105
* Remove unused forward declarations.wtc@chromium.org2012-12-211-3/+0
* net: Split sync part of UploadFileElementReader as UploadFileElementReaderSynchashimoto@chromium.org2012-12-201-1/+1
* Unify various test TaskRunner implementationsakalin@chromium.org2012-12-193-84/+46
* Add TODO comments to summarize my investigation of the errorwtc@chromium.org2012-12-195-0/+7
* Add QuicClock::NowAsDeltaSinceUnixEpoch() andwtc@chromium.org2012-12-196-3/+34
* Add the InputBytesRemaining method.wtc@chromium.org2012-12-193-21/+132
* 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