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
*
Rename base/hash_tables to base/containers/hash_tables.
brettw@chromium.org
2013-06-11
1
-1
/
+1
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-06-05
1
-18
/
+43
*
Revert 204046 "Land Recent QUIC changes."
rtenneti@chromium.org
2013-06-04
1
-43
/
+18
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-06-04
1
-18
/
+43
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-05-30
1
-3
/
+11
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-05-23
1
-1
/
+18
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-05-23
1
-0
/
+5
*
Revert 201501 "Land Recent QUIC changes."
rogerta@chromium.org
2013-05-22
1
-5
/
+0
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-05-22
1
-0
/
+5
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-05-16
1
-5
/
+8
*
Land Recent QUIC changes
rtenneti@chromium.org
2013-05-09
1
-12
/
+13
*
Land Recent QUIC Changes
rtenneti@chromium.org
2013-05-03
1
-35
/
+47
*
Land Recent QUIC Changes
rtenneti@chromium.org
2013-04-26
1
-6
/
+10
*
Add support for P-256 key exchange in crypto handshake.
rtenneti@chromium.org
2013-03-31
1
-13
/
+39
*
Land Recent QUIC Changes
rtenneti@chromium.org
2013-03-26
1
-2
/
+11
*
Refactor QuicClientSession so that it owns the underlying socket
rch@chromium.org
2013-03-15
1
-2
/
+2
*
Land Recent QUIC Changes
rtenneti@chromium.org
2013-03-14
1
-5
/
+52
*
Land Recent QUIC Changes
rch@chromium.org
2013-03-08
1
-1
/
+3
*
Change ProcessPacketHeader to call RaiseError before returning
wtc@chromium.org
2013-03-06
1
-2
/
+0
*
Land recent QUIC changes.
rch@chromium.org
2013-02-25
1
-49
/
+62
*
Log useful events for QUIC sessions in the net-log.
rch@chromium.org
2013-02-20
1
-1
/
+1
*
Add a DebugVisitor to QuicConnection to facilitate logging the activity on a ...
rch@chromium.org
2013-02-15
1
-0
/
+46
*
Land recent QUIC changes.
rch@chromium.org
2013-02-03
1
-41
/
+82
*
The first step of server-side crypto handshake: handle ClientHello,
wtc@chromium.org
2013-01-30
1
-0
/
+2
*
Added QuicBandwidth class
rch@chromium.org
2013-01-23
1
-5
/
+8
*
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