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
Commit message (
Expand
)
Author
Age
Files
Lines
*
Adding transmission times for every QUIC packet received in the AckFrame.
rch@chromium.org
2012-12-05
9
-846
/
+567
*
Revert 171096
rch@chromium.org
2012-12-05
9
-559
/
+853
*
Adding transmission times for every QUIC packet received in the AckFrame.
rch@chromium.org
2012-12-05
9
-853
/
+559
*
Add a QuicHttpStream class.
rch@chromium.org
2012-12-04
13
-12
/
+1029
*
Add an OnCryptoHandshakeComplete method to QuicSession.
rch@chromium.org
2012-11-20
9
-19
/
+58
*
Make QuicConnectionHelper::GetClock() const and return a const QuicClock *.
rch@chromium.org
2012-11-16
6
-14
/
+14
*
Add real support for uint128. These files originated with google internally,...
rch@chromium.org
2012-11-16
8
-58
/
+9
*
Implement QuicConnectionHelper::WritePacketToWire()
rch@chromium.org
2012-11-14
5
-87
/
+200
*
Clean up a whole raft of differences in QUIC code between the internal and Ch...
rch@chromium.org
2012-11-13
33
-308
/
+257
*
Consistently use int64 not uint64 when we have to work with time in micro or ...
rch@chromium.org
2012-11-13
4
-15
/
+15
*
Several cleanups of QuicSession, et al. as per the Chrome code review.
rch@chromium.org
2012-11-11
9
-69
/
+58
*
Remove transmission time from QuicPacketHeader. It will be moving into an ack...
rch@chromium.org
2012-11-11
9
-128
/
+10
*
Fix Bug in QuicClockTest.
rch@chromium.org
2012-11-11
1
-1
/
+1
*
QuicTime integration
rch@chromium.org
2012-11-11
40
-370
/
+835
*
Clean up style in QuicConnection, et. al. as per Chrome comments
rch@chromium.org
2012-11-11
4
-48
/
+93
*
Change from re-transmitting an packet with a retransmit number to sending a n...
rch@chromium.org
2012-11-10
15
-244
/
+216
*
Revert 167074 - Change from re-transmitting an packet with a retransmit numbe...
kinuko@chromium.org
2012-11-10
15
-219
/
+246
*
Change from re-transmitting an packet with a retransmit number to sending a n...
rch@chromium.org
2012-11-10
15
-246
/
+219
*
Make QuicClock::Now() const and change all QuicClock* to const QuicClock*.
rch@chromium.org
2012-11-10
18
-22
/
+23
*
Fix uninitialized var in leaky_bucket.cc
rch@chromium.org
2012-11-10
1
-0
/
+1
*
Added pacing and a leaky bucket helper class.
rch@chromium.org
2012-11-10
13
-81
/
+453
*
Revert 166977 - Added pacing and a leaky bucket helper class.
rch@chromium.org
2012-11-09
13
-453
/
+81
*
Added pacing and a leaky bucket helper class.
rch@chromium.org
2012-11-09
13
-81
/
+453
*
Fix uninitialized access in QuicConnectionHelperTest
rch@chromium.org
2012-11-08
1
-1
/
+5
*
Switching around the order of operations so that when the connection informs ...
rch@chromium.org
2012-11-08
2
-2
/
+4
*
Add a Chrome-specific QuicConnectionHelper class.
rch@chromium.org
2012-11-07
7
-0
/
+594
*
Fix uninitialized variable in QuicConnection::OnPacketComplete used in loggin...
rch@chromium.org
2012-11-05
2
-3
/
+6
*
Adding QuicClientSession and friends
rch@chromium.org
2012-11-04
9
-0
/
+476
*
Add QuicStream and friends to QUIC code.
rch@chromium.org
2012-11-04
13
-2
/
+1703
*
Revert 165858 - Add QuicStream and friends to QUIC code.
rch@chromium.org
2012-11-03
13
-1703
/
+2
*
Add QuicStream and friends to QUIC code.
rch@chromium.org
2012-11-03
13
-2
/
+1703
*
Add QuicConnection and MockQuicConnectionHelper.
rch@chromium.org
2012-11-02
9
-3
/
+1893
*
Disable QuicSendSchedulerTest.AvailableCongestionWindow (failing on linux 32 ...
rch@chromium.org
2012-10-27
1
-1
/
+2
*
Getting self address for QUIC from the socket, passing it through to the conn...
rch@chromium.org
2012-10-27
6
-57
/
+75
*
Add QUIC congestion control classes. (Just a basic fixed rate sender.)
rch@chromium.org
2012-10-27
19
-0
/
+1118
*
Remove debugging logging in QuicFecGroupTest. This debugging was confusing s...
rch@chromium.org
2012-10-24
1
-8
/
+0
*
Add QuicPacketCreator and QuicFecGroup.
rch@chromium.org
2012-10-23
12
-15
/
+999
*
Add a new OnRevivedPacket() method to QuicFramerVisitorInterface that is call...
rch@chromium.org
2012-10-23
4
-7
/
+17
*
Minor style cleanup of QuicProtocol
rch@chromium.org
2012-10-22
2
-34
/
+42
*
Rename Fragment->Frame for QUIC
rch@chromium.org
2012-10-22
9
-566
/
+562
*
Change CryptoFramer to return a QuicData* instead of returning a bool and set...
rch@chromium.org
2012-10-21
4
-34
/
+23
*
Move non-trivial methods from QuicDataWriter to the .cc file.
rch@chromium.org
2012-10-20
2
-48
/
+54
*
Make QuicPacket and QuicEncryptedPacket DISALLOW_COPY_AND_ASSIGN.
rch@chromium.org
2012-10-20
2
-61
/
+50
*
Clean up style of QUIC's CryptoFramer et. al.
rch@chromium.org
2012-10-20
4
-47
/
+72
*
Ensure that all exits from ProcessPacket return true or set an error.
rch@chromium.org
2012-10-19
1
-1
/
+3
*
Adding (but not widely using) a reason phrase to Rst and ConnectionClose for ...
rch@chromium.org
2012-10-19
4
-31
/
+106
*
Trying yet again to add QuicFramer and friends.
rch@chromium.org
2012-10-18
29
-0
/
+5483
*
Revert 162606 - Trying again to add QuicFramer and friends.
mattm@chromium.org
2012-10-18
29
-5451
/
+0
*
Trying again to add QuicFramer and friends.
rch@chromium.org
2012-10-18
29
-0
/
+5451
*
Revert 162462 - Add QuicFramer and friends.
vitalybuka@chromium.org
2012-10-17
29
-5449
/
+0
[next]