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
*
Add AsyncDNS.NameServersType histogram.
ttuttle@chromium.org
2014-03-12
3
-1
/
+214
*
Add logging of reason for URLRequestRedirectJobs,
mmenke@chromium.org
2014-03-12
6
-11
/
+33
*
Remove ContainsOnlyWhitespace from string_util and CollapseWhitespace into to...
brettw@chromium.org
2014-03-11
6
-10
/
+10
*
Fix net_unittests failure caused by assuming "foo" would never be a valid TLD
rsleevi@chromium.org
2014-03-11
1
-2
/
+2
*
Convert most Chromium presubmit files to use new multiple-tryserver-compatibl...
phajdan.jr@chromium.org
2014-03-11
1
-8
/
+11
*
Refresh Public Suffix List for the latest ICANN-contracted registries
rsleevi@chromium.org
2014-03-11
3
-24453
/
+32069
*
Fill out the rest of the StringPiece functions for 16-bit.
brettw@chromium.org
2014-03-11
1
-1
/
+1
*
Move AppendFile and *CurrentDirectory to the base namespace.
brettw@chromium.org
2014-03-11
1
-1
/
+1
*
Remove PurgeMemory() from the proxy service. The MemoryPurger is gone, so this
pkasting@chromium.org
2014-03-11
11
-83
/
+1
*
QUIC - rename |read_start_time_| to |disk_cache_load_start_time_|.
rtenneti@chromium.org
2014-03-11
2
-4
/
+4
*
Refactor HpackDecoder's public API to ease integration into SpdyFramer.
jgraettinger@chromium.org
2014-03-11
10
-144
/
+423
*
Remove Proxy from the the QUIC session key (and friends)
rch@chromium.org
2014-03-10
6
-160
/
+126
*
Implement HPACK draft '06 maximum size context update
jgraettinger@chromium.org
2014-03-10
15
-153
/
+353
*
Gather histogram for received packets indicating losses.
jar@chromium.org
2014-03-10
2
-8
/
+62
*
Cleanup: have common HttpResponseHeaders routine to update with range
kinuko@chromium.org
2014-03-10
4
-25
/
+103
*
Include the scheme in the key for QUIC the session map.
rch@chromium.org
2014-03-10
4
-148
/
+318
*
ObserverList add/remove methods should return a boolean.
mlamouri@chromium.org
2014-03-10
1
-3
/
+1
*
Bind before sandbox lockdown on Windows.
vitalybuka@chromium.org
2014-03-10
8
-0
/
+24
*
QUIC - histograms to measure the time spent to read QUIC sever
rtenneti@chromium.org
2014-03-10
2
-4
/
+16
*
Simplify the user agent code some more since after r255534 it's not affected ...
jam@chromium.org
2014-03-10
5
-8
/
+6
*
Revert 255858 "Simplify the user agent code some more since afte..."
jam@chromium.org
2014-03-09
5
-6
/
+8
*
Simplify the user agent code some more since after r255534 it's not affected ...
jam@chromium.org
2014-03-09
5
-8
/
+6
*
Fail QUIC requests for secure resources over insecure connections.
rch@chromium.org
2014-03-09
2
-0
/
+10
*
Fix IWYU in base/files/file.h
tnagel@chromium.org
2014-03-09
1
-0
/
+1
*
Add a histogram to track the number of QUIC packets received by a QUIC
rch@chromium.org
2014-03-08
1
-7
/
+10
*
Revert 255311 "Bind before sandbox lockdown on Windows."
vitalybuka@chromium.org
2014-03-07
8
-24
/
+0
*
QUIC - Minor cleanup changes to match the internal source code.
rtenneti@chromium.org
2014-03-07
8
-12
/
+10
*
Relanding 255326 - Implement MRU for AlternateProtocolMap. Persist only the m...
rtenneti@chromium.org
2014-03-07
7
-32
/
+109
*
Land Recent QUIC Changes.
rtenneti@chromium.org
2014-03-07
59
-530
/
+737
*
Revert 255397 "Fill out the rest of the StringPiece functions fo..."
brettw@chromium.org
2014-03-07
1
-1
/
+1
*
Remove the flash specific disk cache backend.
gavinp@chromium.org
2014-03-06
20
-1769
/
+0
*
Move WriteFile and WriteFileDescriptor from file_util to base namespace.
brettw@chromium.org
2014-03-06
16
-48
/
+45
*
Fill out the rest of the StringPiece functions for 16-bit.
brettw@chromium.org
2014-03-06
1
-1
/
+1
*
Revert of HttpServerProperties - Implement MRU for AlternateProtocolMap. Pers...
rmistry@chromium.org
2014-03-06
7
-106
/
+31
*
HttpServerProperties - Implement MRU for AlternateProtocolMap. Persist
rtenneti@chromium.org
2014-03-06
7
-31
/
+106
*
Bind before sandbox lockdown on Windows.
vitalybuka@chromium.org
2014-03-06
8
-0
/
+24
*
Remove CERT_STATUS_WEAK_DH_KEY. A weak DH key is not a certificate error.
wtc@chromium.org
2014-03-06
2
-5
/
+1
*
Disable QUIC port selection when the server is going away.
rch@chromium.org
2014-03-06
3
-2
/
+45
*
Add a ClearAlternateProtocol method to HttpServerProperties
rch@chromium.org
2014-03-06
4
-0
/
+22
*
Fixed chrome proxy via check
bengr@chromium.org
2014-03-06
2
-1
/
+6
*
[mDNS] Move logging from LOG(WARNING) to DVLOG(1) to not spam the console
noamsml@chromium.org
2014-03-05
2
-5
/
+5
*
Add use_allocator instead of linux_use_tcmalloc to switch the allocator.
dmikurube@chromium.org
2014-03-05
1
-2
/
+4
*
Reland "Add base::TimeDelta::Max()" again.
gavinp@chromium.org
2014-03-05
2
-4
/
+2
*
Remove a dead test for non-final control frames.
ricea@chromium.org
2014-03-05
2
-33
/
+4
*
Improve network interface name on Win for WebRTC logs.
grunell@chromium.org
2014-03-05
5
-5
/
+11
*
net: a weak DH key is not a certificate error.
agl@chromium.org
2014-03-05
1
-1
/
+2
*
Update HPACK Huffman code for '06 draft release
jgraettinger@chromium.org
2014-03-04
5
-354
/
+68
*
Revert of Reland "Add base::TimeDelta::Max()" (https://codereview.chromium.or...
apavlov@chromium.org
2014-03-04
2
-2
/
+4
*
flip_server: Use base's SplitString() function in LoadTimeMeasurement.
tfarina@chromium.org
2014-03-04
1
-23
/
+10
*
Reland "Add base::TimeDelta::Max()"
gavinp@chromium.org
2014-03-04
2
-4
/
+2
[next]