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
*
QUIC - fix uninitialized reads in
rtenneti@chromium.org
2013-11-01
2
-0
/
+2
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-31
57
-1110
/
+2687
*
Add connected status to net-internals description of a QUIC session.
rch@chromium.org
2013-10-30
2
-1
/
+2
*
QUIC - Fix 64bit win builds - Use size_t instead of int
rtenneti@chromium.org
2013-10-30
2
-10
/
+10
*
Enable QUIC 11, and disable QUIC 10.
rch@chromium.org
2013-10-29
2
-5
/
+5
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-28
45
-112
/
+505
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-28
15
-263
/
+731
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-27
30
-135
/
+211
*
Read and process up to 32 QUIC packets before yielding to the message loop.
rch@chromium.org
2013-10-27
2
-7
/
+16
*
Add a new histogram to track the number of total of QUIC streams created when...
rch@chromium.org
2013-10-25
1
-1
/
+8
*
Enable using of canonical server config for c.youtube.com.
rtenneti@chromium.org
2013-10-25
4
-5
/
+45
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-24
20
-481
/
+211
*
Increase the QUIC UDP socket buffer to 256 packets to match the TCP receive w...
rch@chromium.org
2013-10-24
3
-3
/
+8
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-24
20
-276
/
+468
*
Use QUIC_STREAM_CANCELLED in QuicHttpStream when a stream is cancelled.
rch@chromium.org
2013-10-23
3
-5
/
+3
*
Add a new histogram to track he value of the TCP cubic sender's CWND
rch@chromium.org
2013-10-20
1
-0
/
+3
*
android: Enable -Wunused-const-variable.
thakis@chromium.org
2013-10-20
1
-5
/
+0
*
Add a new histogram to track the number of QUIC streams opened
rch@chromium.org
2013-10-19
1
-0
/
+1
*
Add a new histogram for tracking the number of QUIC streams
rch@chromium.org
2013-10-19
1
-0
/
+2
*
[Net] Separate out NUM_PRIORITIES from RequestPriority enum
akalin@chromium.org
2013-10-19
1
-1
/
+1
*
Add two new histograms for the QUIC error code reported when stream was reset.
rch@chromium.org
2013-10-18
1
-0
/
+5
*
When a request fails because the QUIC handshake failed, retry the request
rch@chromium.org
2013-10-17
11
-40
/
+256
*
Disable QUIC version 11 to avoid negotiation bugs
rch@chromium.org
2013-10-16
1
-1
/
+1
*
Disable a hanging test (LargePostWithNoPacketLoss).
eroman@chromium.org
2013-10-16
1
-3
/
+3
*
Fix a bug in QuicFramer which caused the crypto client stream to be
rch@chromium.org
2013-10-15
1
-4
/
+3
*
Fix QuicConnectionHelper's alarm implementation
rch@chromium.org
2013-10-15
3
-10
/
+52
*
Disable a hanging test (LargePostWithNoPacketLoss).
eroman@chromium.org
2013-10-15
1
-1
/
+2
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-14
44
-355
/
+734
*
Fixes to net/ to compile on VS2013
scottmg@chromium.org
2013-10-12
8
-0
/
+16
*
Revert 228112 "Land Recent QUIC changes."
rtenneti@chromium.org
2013-10-11
23
-396
/
+221
*
Revert 228145 "Land Recent QUIC changes."
rtenneti@chromium.org
2013-10-11
28
-291
/
+120
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-11
28
-120
/
+291
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-11
23
-221
/
+396
*
Revert 227827 "Land Recent QUIC changes."
mek@chromium.org
2013-10-09
23
-383
/
+218
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-09
23
-218
/
+383
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-08
11
-76
/
+145
*
[SPDY] Do not advertise SPDY/2 by default
akalin@chromium.org
2013-10-06
1
-9
/
+9
*
Revert 226390 "Land Recent QUIC changes."
rtenneti@chromium.org
2013-10-04
8
-105
/
+75
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-10-02
8
-75
/
+105
*
Disabled shared crypto config code to isolate youtube performance issues
rtenneti@chromium.org
2013-10-02
2
-2
/
+4
*
Create a new SimpleRandom class to be used for generating the fake packet
rch@chromium.org
2013-10-01
2
-2
/
+32
*
Fix uninitialized var in QuicEndToEndTest
rch@chromium.org
2013-09-30
1
-1
/
+2
*
Attempt to do a bona-fide end-to-end Chrome QUIC test.
rch@chromium.org
2013-09-30
2
-0
/
+309
*
First cut at sharing server config between youtube servers.
rtenneti@chromium.org
2013-09-28
5
-1
/
+129
*
Don't log a messsage on decryption failure.
wtc@chromium.org
2013-09-27
1
-3
/
+0
*
Make QUIC acks instigate not acks.
rch@chromium.org
2013-09-26
1
-1
/
+1
*
Clean up a few unused globals.
thakis@chromium.org
2013-09-25
1
-1
/
+0
*
Land Recent QUIC changes.
rtenneti@chromium.org
2013-09-25
18
-428
/
+879
*
Implement QUIC's FLAGS_fake_packet_loss_percentage in chrome.
rch@chromium.org
2013-09-24
2
-9
/
+8
*
net: Use ScopedVector::Pass() to pass element readers for UploadDataStream's ...
hashimoto@chromium.org
2013-09-24
1
-1
/
+1
[next]