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
*
Linux/ChromeOS Chromium style checker cleanup, net/ edition.
rsleevi@chromium.org
2013-02-06
14
-56
/
+64
*
Land recent QUIC changes.
rch@chromium.org
2013-02-03
61
-1497
/
+1692
*
The first step of server-side crypto handshake: handle ClientHello,
wtc@chromium.org
2013-01-30
15
-68
/
+217
*
Add the server name indication (SNI) field to ClientHello.
wtc@chromium.org
2013-01-29
14
-24
/
+59
*
Add a command line option to enable SPDY request encoding for QUIC requests.
rch@chromium.org
2013-01-25
3
-4
/
+11
*
Minor reformatting cleanup of quic framer.
rch@chromium.org
2013-01-25
3
-6
/
+7
*
Change QuicHttpStream to use SPDY header blocks for reading/writing
rch@chromium.org
2013-01-25
4
-45
/
+134
*
Fix uninitialized memory access in quic_framer_test.
rch@chromium.org
2013-01-24
1
-0
/
+1
*
Added QuicBandwidth class
rch@chromium.org
2013-01-23
28
-314
/
+911
*
Teach gtest how to print QuicConsumedData and QuicEncryptedPacket.
wtc@chromium.org
2013-01-20
2
-1
/
+27
*
Fix coding style nits.
wtc@chromium.org
2013-01-19
4
-16
/
+14
*
Cleaning up constructors for QuicData, QuicPacket and QuicEncryptedPacket to ...
rch@chromium.org
2013-01-18
51
-938
/
+1535
*
Queueing QUIC frames to be resent instead of packets and packing RST frames w...
rch@chromium.org
2013-01-17
13
-176
/
+210
*
Changing QUIC ack logic to match TCP (with the exception of the fixed RTO) by...
rch@chromium.org
2013-01-17
9
-100
/
+197
*
MockClock needs to mock the NowAsDeltaSinceUnixEpoch method.
wtc@chromium.org
2013-01-17
2
-2
/
+6
*
Send the ClientHello handshake message.
wtc@chromium.org
2013-01-16
16
-71
/
+471
*
Optimization of the RTO ack logic: respect the RTO for truncated acks if this...
rch@chromium.org
2013-01-15
3
-13
/
+47
*
Largest received -> largest observed.
rch@chromium.org
2013-01-15
9
-123
/
+86
*
Adding a DCHECK to the QUIC writer's Offset functions, and moving tests around.
rch@chromium.org
2013-01-15
3
-2
/
+16
*
Remove an unused forward declaration.
wtc@chromium.org
2013-01-15
1
-4
/
+0
*
Ignoring (and pushing back) the RTO alarm if we're getting truncated acks in ...
rch@chromium.org
2013-01-15
6
-10
/
+68
*
Switching from many small alarms to one big alarm for QUIC resends.
rch@chromium.org
2013-01-14
2
-11
/
+53
*
Cleanup of CongestionFeedbackMessageInterArrival in QUIC.
rch@chromium.org
2013-01-12
4
-65
/
+10
*
LoadTiming implementation in net, part 2.
mmenke@chromium.org
2013-01-12
2
-0
/
+7
*
Fixing nits from Chrome review 11446029.
rch@chromium.org
2013-01-12
3
-20
/
+24
*
DISABLE a test that fails in valgrind. Will be re-enabled when a follow up C...
rch@chromium.org
2013-01-11
1
-1
/
+4
*
Handling partial writes and fin-only writes in QUIC.
rch@chromium.org
2013-01-11
11
-55
/
+94
*
Fixing a really obvious (in hindsight) bug in the quic truncation code which ...
rch@chromium.org
2013-01-11
2
-11
/
+15
*
Integrate QUIC info into net-internals.
rch@chromium.org
2013-01-05
6
-2
/
+32
*
Add a CloseAllSessions method to QuicStreamFactory, and wire it up to HttpNet...
rch@chromium.org
2013-01-03
10
-14
/
+138
*
Make all QUIC streams owned by the session. Add a Visitor interface to the s...
rch@chromium.org
2012-12-23
11
-53
/
+160
*
Move VisitorShim from QuicServerSession to QuicSession.
rch@chromium.org
2012-12-23
2
-1
/
+67
*
Change to queue the ack and control frames, instead of serializing them immed...
rch@chromium.org
2012-12-22
10
-135
/
+203
*
Rename "testing" namespace to "test" in the congestion_control test to be con...
rch@chromium.org
2012-12-22
9
-15
/
+17
*
Cleanup Cls regarding issue 11586006
rch@chromium.org
2012-12-22
2
-0
/
+38
*
Move all test Peer classes to the test namespace. Move the QuicConnectionPeer...
rch@chromium.org
2012-12-22
15
-60
/
+215
*
In the comment for WritePacketToWire, change "errno" to "the
wtc@chromium.org
2012-12-22
4
-8
/
+16
*
Fix a bug in QuicUtils::StreamFramePacketOverhead.
wtc@chromium.org
2012-12-22
1
-1
/
+0
*
Add the GetRandomGenerator() method to QuicConnectionHelperInterface
wtc@chromium.org
2012-12-22
14
-21
/
+105
*
Remove unused forward declarations.
wtc@chromium.org
2012-12-21
1
-3
/
+0
*
net: Split sync part of UploadFileElementReader as UploadFileElementReaderSync
hashimoto@chromium.org
2012-12-20
1
-1
/
+1
*
Unify various test TaskRunner implementations
akalin@chromium.org
2012-12-19
3
-84
/
+46
*
Add TODO comments to summarize my investigation of the error
wtc@chromium.org
2012-12-19
5
-0
/
+7
*
Add QuicClock::NowAsDeltaSinceUnixEpoch() and
wtc@chromium.org
2012-12-19
6
-3
/
+34
*
Add the InputBytesRemaining method.
wtc@chromium.org
2012-12-19
3
-21
/
+132
*
Merge recent QUIC changes.
rch@chromium.org
2012-12-18
24
-201
/
+372
*
Integrating the QuicStreamFactory into the network stack.
rch@chromium.org
2012-12-16
5
-15
/
+16
*
Revert 173311
rch@chromium.org
2012-12-15
4
-9
/
+7
*
Integrating the QuicStreamFactory into the network stack.
rch@chromium.org
2012-12-15
4
-7
/
+9
*
Move the packet receive time map from the AckFrame to the InterArrival conges...
rch@chromium.org
2012-12-14
10
-352
/
+252
[next]