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_helper_test.cc
Commit message (
Expand
)
Author
Age
Files
Lines
*
Rewrite scoped_array<T> to scoped_ptr<T[]> in net, Linux edition.
dcheng@chromium.org
2013-04-07
1
-1
/
+1
*
Add support for P-256 key exchange in crypto handshake.
rtenneti@chromium.org
2013-03-31
1
-18
/
+24
*
Land Recent QUIC Changes
rtenneti@chromium.org
2013-03-26
1
-2
/
+4
*
Refactor QuicClientSession so that it owns the underlying socket
rch@chromium.org
2013-03-15
1
-7
/
+8
*
Land Recent QUIC Changes
rtenneti@chromium.org
2013-03-14
1
-18
/
+18
*
Land Recent QUIC Changes
rch@chromium.org
2013-03-08
1
-9
/
+10
*
Land Recent QUIC Changes
rch@chromium.org
2013-03-03
1
-1
/
+3
*
Forward-declare QuicDecrypter and QuicEncrypter in quic_framer.h.
wtc@chromium.org
2013-02-27
1
-0
/
+2
*
Land recent QUIC changes.
rch@chromium.org
2013-02-25
1
-33
/
+56
*
Land recent QUIC changes.
rch@chromium.org
2013-02-03
1
-17
/
+17
*
Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to ...
rch@chromium.org
2013-01-18
1
-17
/
+20
*
Changing QUIC ack logic to match TCP (with the exception of the fixed RTO) by...
rch@chromium.org
2013-01-17
1
-0
/
+64
*
Change to queue the ack and control frames, instead of serializing them immed...
rch@chromium.org
2012-12-22
1
-19
/
+14
*
Move all test Peer classes to the test namespace. Move the QuicConnectionPeer...
rch@chromium.org
2012-12-22
1
-14
/
+1
*
In the comment for WritePacketToWire, change "errno" to "the
wtc@chromium.org
2012-12-22
1
-3
/
+2
*
Add the GetRandomGenerator() method to QuicConnectionHelperInterface
wtc@chromium.org
2012-12-22
1
-1
/
+7
*
Unify various test TaskRunner implementations
akalin@chromium.org
2012-12-19
1
-2
/
+2
*
Merge recent QUIC changes.
rch@chromium.org
2012-12-18
1
-5
/
+3
*
Move the packet receive time map from the AckFrame to the InterArrival conges...
rch@chromium.org
2012-12-14
1
-3
/
+2
*
Revert 173170
dpapad@chromium.org
2012-12-14
1
-2
/
+3
*
Move the packet receive time map from the AckFrame to the InterArrival conges...
rch@chromium.org
2012-12-14
1
-3
/
+2
*
Move the CongestionInfo struct to a QuicCongestionFeedbackFrame.
rch@chromium.org
2012-12-13
1
-16
/
+22
*
Handling backup! Sorta...
rch@chromium.org
2012-12-13
1
-3
/
+10
*
Add a factory for creating QuicHttpStream objects from an internal collection...
rch@chromium.org
2012-12-12
1
-7
/
+6
*
Implement TCP congestion control classes in QUIC.
rch@chromium.org
2012-12-07
1
-5
/
+6
*
* Enhance the ack logging
rch@chromium.org
2012-12-07
1
-2
/
+3
*
Adding transmission times for every QUIC packet received in the AckFrame.
rch@chromium.org
2012-12-05
1
-1
/
+1
*
Revert 171096
rch@chromium.org
2012-12-05
1
-1
/
+1
*
Adding transmission times for every QUIC packet received in the AckFrame.
rch@chromium.org
2012-12-05
1
-1
/
+1
*
Implement QuicConnectionHelper::WritePacketToWire()
rch@chromium.org
2012-11-14
1
-83
/
+177
*
Clean up a whole raft of differences in QUIC code between the internal and Ch...
rch@chromium.org
2012-11-13
1
-3
/
+1
*
Consistently use int64 not uint64 when we have to work with time in micro or ...
rch@chromium.org
2012-11-13
1
-1
/
+1
*
Remove transmission time from QuicPacketHeader. It will be moving into an ack...
rch@chromium.org
2012-11-11
1
-5
/
+4
*
QuicTime integration
rch@chromium.org
2012-11-11
1
-11
/
+15
*
Change from re-transmitting an packet with a retransmit number to sending a n...
rch@chromium.org
2012-11-10
1
-10
/
+11
*
Revert 167074 - Change from re-transmitting an packet with a retransmit numbe...
kinuko@chromium.org
2012-11-10
1
-11
/
+10
*
Change from re-transmitting an packet with a retransmit number to sending a n...
rch@chromium.org
2012-11-10
1
-10
/
+11
*
Fix uninitialized access in QuicConnectionHelperTest
rch@chromium.org
2012-11-08
1
-1
/
+5
*
Add a Chrome-specific QuicConnectionHelper class.
rch@chromium.org
2012-11-07
1
-0
/
+230