index
:
chromium_src.git
ignore/bar
ignore/foo
infra/config
lkcr
lkgr
master
replicant-6.0
central chromium sources
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
net
/
quic
/
quic_connection.h
Commit message (
Expand
)
Author
Age
Files
Lines
*
Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to ...
rch@chromium.org
2013-01-18
1
-43
/
+60
*
Queueing QUIC frames to be resent instead of packets and packing RST frames w...
rch@chromium.org
2013-01-17
1
-11
/
+20
*
Changing QUIC ack logic to match TCP (with the exception of the fixed RTO) by...
rch@chromium.org
2013-01-17
1
-10
/
+19
*
Optimization of the RTO ack logic: respect the RTO for truncated acks if this...
rch@chromium.org
2013-01-15
1
-2
/
+2
*
Ignoring (and pushing back) the RTO alarm if we're getting truncated acks in ...
rch@chromium.org
2013-01-15
1
-5
/
+13
*
Fixing nits from Chrome review 11446029.
rch@chromium.org
2013-01-12
1
-3
/
+4
*
Handling partial writes and fin-only writes in QUIC.
rch@chromium.org
2013-01-11
1
-6
/
+10
*
Change to queue the ack and control frames, instead of serializing them immed...
rch@chromium.org
2012-12-22
1
-1
/
+14
*
Move all test Peer classes to the test namespace. Move the QuicConnectionPeer...
rch@chromium.org
2012-12-22
1
-1
/
+5
*
In the comment for WritePacketToWire, change "errno" to "the
wtc@chromium.org
2012-12-22
1
-2
/
+3
*
Add the GetRandomGenerator() method to QuicConnectionHelperInterface
wtc@chromium.org
2012-12-22
1
-0
/
+6
*
Merge recent QUIC changes.
rch@chromium.org
2012-12-18
1
-4
/
+4
*
Move the CongestionInfo struct to a QuicCongestionFeedbackFrame.
rch@chromium.org
2012-12-13
1
-0
/
+3
*
Handling backup! Sorta...
rch@chromium.org
2012-12-13
1
-0
/
+9
*
Incremental improvement to our Ack logic: if we resend a bunch of packets, se...
rch@chromium.org
2012-12-12
1
-0
/
+3
*
Add a factory for creating QuicHttpStream objects from an internal collection...
rch@chromium.org
2012-12-12
1
-1
/
+4
*
* Enhance the ack logging
rch@chromium.org
2012-12-07
1
-1
/
+19
*
Make QuicConnectionHelper::GetClock() const and return a const QuicClock *.
rch@chromium.org
2012-11-16
1
-2
/
+2
*
Clean up a whole raft of differences in QUIC code between the internal and Ch...
rch@chromium.org
2012-11-13
1
-11
/
+6
*
QuicTime integration
rch@chromium.org
2012-11-11
1
-8
/
+12
*
Clean up style in QuicConnection, et. al. as per Chrome comments
rch@chromium.org
2012-11-11
1
-26
/
+26
*
Change from re-transmitting an packet with a retransmit number to sending a n...
rch@chromium.org
2012-11-10
1
-7
/
+12
*
Revert 167074 - Change from re-transmitting an packet with a retransmit numbe...
kinuko@chromium.org
2012-11-10
1
-12
/
+7
*
Change from re-transmitting an packet with a retransmit number to sending a n...
rch@chromium.org
2012-11-10
1
-7
/
+12
*
Add QuicConnection and MockQuicConnectionHelper.
rch@chromium.org
2012-11-02
1
-0
/
+311