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
Commit message (
Expand
)
Author
Age
Files
Lines
*
[net] Set default HostCache size to 1000 entries.
szym@chromium.org
2013-01-11
1
-1
/
+6
*
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
*
Add X509Certificate::IsIssuedByEncoded()
digit@chromium.org
2013-01-11
13
-206
/
+744
*
Make URLFetchers with SetAutomaticallyRetryOnNetworkChanges() retry immediate...
joaodasilva@chromium.org
2013-01-11
4
-157
/
+7
*
Re-enable tests marked with bug 60426, which has been closed for over a year.
mattm@chromium.org
2013-01-11
1
-25
/
+0
*
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
*
Http cache: Don't attempt to revalidate entries after a vary header mismatch
rvargas@google.com
2013-01-11
3
-7
/
+142
*
Make all net targets build on Win64
jschuh@chromium.org
2013-01-10
7
-12
/
+42
*
[net/udp] Measure the time spent in UDP closesocket on Windows.
szym@chromium.org
2013-01-10
1
-0
/
+4
*
[net/dns] Add per-address-family histograms AsyncDNS.ResolveSuccess_FAMILY_* ...
szym@chromium.org
2013-01-10
1
-4
/
+23
*
net: Stop using base::WorkerPool from UploadFileElementReader
hashimoto@chromium.org
2013-01-10
10
-34
/
+80
*
Only define ERROR on windows builds
joth@chromium.org
2013-01-10
1
-2
/
+2
*
Fix for SDPY not cancelling ServerBoundCertServiceRequest.
mattm@chromium.org
2013-01-09
5
-53
/
+137
*
Added --lso-host switch that lets us override hosts for LSO URLs.
zelidrag@chromium.org
2013-01-09
2
-0
/
+9
*
Add server certificate request parameters to be stored in SSLCertRequestInfo.
ppi@chromium.org
2013-01-09
10
-35
/
+249
*
Remove unused methods from SpdyFrameBuilder.
rch@chromium.org
2013-01-09
2
-35
/
+9
*
Update an outdated comment.
eroman@chromium.org
2013-01-09
1
-1
/
+1
*
Media Documents should disable View [Page] Source
wolenetz@chromium.org
2013-01-09
1
-0
/
+1
*
This is the first in an intended sequence of CLs to refactor
unsafe@trevp.net
2013-01-08
13
-1091
/
+1282
*
Complete HSTS preload for *.code.google.com.
palmer@chromium.org
2013-01-08
2
-5
/
+2
*
Remove measurement of DNS resolution waste from not always performing AF_UNSPEC
pauljensen@chromium.org
2013-01-08
1
-39
/
+0
*
Http Pipelinining: Make unit tests more friendly to greedily
mmenke@chromium.org
2013-01-08
1
-6
/
+13
*
LoadTiming implementation in net, part 1.
mmenke@chromium.org
2013-01-07
16
-56
/
+606
*
Roll ICU and convert include style to standard Chromium style,
phajdan.jr@chromium.org
2013-01-07
3
-11
/
+11
*
Delete unused code in mimeutil.
eroman@chromium.org
2013-01-05
2
-27
/
+0
*
Integrate QUIC info into net-internals.
rch@chromium.org
2013-01-05
8
-2
/
+46
*
Make net/test/test_server correctly report timeouts.
phajdan.jr@chromium.org
2013-01-04
1
-2
/
+6
*
Fix miss counting on http cache transactions.
gavinp@chromium.org
2013-01-04
1
-0
/
+1
*
Rename ancient NetworkTransaction tests to accurately
mmenke@chromium.org
2013-01-04
2
-2
/
+2
*
Provide NetworkChangeNotifierAndroid with the actual initial connection type.
pliard@chromium.org
2013-01-04
8
-178
/
+232
*
No longer treat TURKTRUST issued certs as EV
rsleevi@chromium.org
2013-01-04
1
-6
/
+0
*
NetLog: Move the group_name to a CONNECT_JOB's first
mmenke@chromium.org
2013-01-04
2
-6
/
+6
*
Make ServerBoundCertStore NonThreadSafe.
mattm@chromium.org
2013-01-03
3
-22
/
+15
*
Add a CloseAllSessions method to QuicStreamFactory, and wire it up to HttpNet...
rch@chromium.org
2013-01-03
12
-14
/
+142
*
FTP: fix leaks in tests.
phajdan.jr@chromium.org
2013-01-03
1
-5
/
+6
*
Small fixes to allow unit tests to compile with gcc 4.7.x (tested with gcc 4....
kamil.jiwa@gmail.com
2013-01-03
8
-26
/
+24
*
Create a fresh sync datatype for Synced Notifications
petewil@chromium.org
2013-01-03
1
-1
/
+6
*
This refactor aims to avoid use of CR_DEFINE_STATIC_LOCAL and functions retur...
pauljensen@chromium.org
2013-01-02
3
-41
/
+75
*
Track occurance of Open/Create races on http cache transactions.
gavinp@chromium.org
2013-01-02
1
-1
/
+4
*
net: Allow UploadElementReader to report errors on Read()
hashimoto@chromium.org
2012-12-29
5
-35
/
+142
*
Fix ServerBoundCertServiceRequest leaks by system request context.
mattm@chromium.org
2012-12-28
1
-0
/
+1
*
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
3
-0
/
+39
*
Move all test Peer classes to the test namespace. Move the QuicConnectionPeer...
rch@chromium.org
2012-12-22
16
-60
/
+221
*
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
[next]