summaryrefslogtreecommitdiffstats
path: root/net/quic
Commit message (Expand)AuthorAgeFilesLines
* Linux/ChromeOS Chromium style checker cleanup, net/ edition.rsleevi@chromium.org2013-02-0614-56/+64
* Land recent QUIC changes.rch@chromium.org2013-02-0361-1497/+1692
* The first step of server-side crypto handshake: handle ClientHello,wtc@chromium.org2013-01-3015-68/+217
* Add the server name indication (SNI) field to ClientHello.wtc@chromium.org2013-01-2914-24/+59
* Add a command line option to enable SPDY request encoding for QUIC requests. rch@chromium.org2013-01-253-4/+11
* Minor reformatting cleanup of quic framer.rch@chromium.org2013-01-253-6/+7
* Change QuicHttpStream to use SPDY header blocks for reading/writingrch@chromium.org2013-01-254-45/+134
* Fix uninitialized memory access in quic_framer_test.rch@chromium.org2013-01-241-0/+1
* Added QuicBandwidth classrch@chromium.org2013-01-2328-314/+911
* 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