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 DNS configuration information to about:net-internals#dns,
mmenke@chromium.org
2012-03-29
6
-27
/
+70
*
Revert 122908 - Limited user feedback following the addition of this means we...
rsleevi@chromium.org
2012-03-29
1
-2
/
+0
*
Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...
wez@chromium.org
2012-03-28
16
-51
/
+50
*
Rename hsts_preloaded.h to transport_security_state_static.h.
agl@chromium.org
2012-03-28
1
-0
/
+0
*
Remove unused variable 'use_alt_protocols' in http_network_layer.cc
benchan@chromium.org
2012-03-28
1
-3
/
+0
*
Disallowed a NULL pointer from being passed as the second argument to memcpy(...
khorimoto@chromium.org
2012-03-28
1
-3
/
+5
*
Fix a few warnings that -Wnull-conversion of a future clang will complain about.
thakis@chromium.org
2012-03-28
1
-5
/
+5
*
SPDY - add command line options - enable-npn and enable-npn-http
rtenneti@chromium.org
2012-03-28
3
-27
/
+30
*
Checked that |entry| and |entry->backend_| are non-NULL.
khorimoto@chromium.org
2012-03-28
1
-0
/
+1
*
Return false if CreateDirectory fails
tbreisacher@chromium.org
2012-03-28
1
-1
/
+2
*
Disable EV/CRLSet tests when USE_OPENSSL is defined.
rsleevi@chromium.org
2012-03-27
1
-4
/
+10
*
Add a DCHECK on having headers in HttpNetworkTransaction::DoReadHeadersComplete.
gavinp@chromium.org
2012-03-27
1
-0
/
+1
*
Remove BackoffEntry TODO that was wrong.
joi@chromium.org
2012-03-27
1
-8
/
+6
*
Reject streams with transfer-encoding headers.
rch@chromium.org
2012-03-27
4
-0
/
+222
*
Normalize download file name on chromeos
tbarzic@chromium.org
2012-03-27
2
-1
/
+21
*
SocketStream failed to resume the state machine after SSLManager decision
toyoshim@chromium.org
2012-03-27
1
-0
/
+4
*
Add Net.HttpResponseCode_Nxx_MainFrame histogram.
gavinp@chromium.org
2012-03-27
1
-0
/
+7
*
Revert 129018 - Revert 128993 - Refactor BaseTimer to avoid spamming the Mess...
jbates@chromium.org
2012-03-27
2
-4
/
+5
*
Reverting this feature, once again. *sigh*
rch@chromium.org
2012-03-26
21
-1375
/
+37
*
Revert 128993 - Refactor BaseTimer to avoid spamming the MessageLoop with orp...
aa@chromium.org
2012-03-26
2
-5
/
+4
*
Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.
jbates@chromium.org
2012-03-26
2
-4
/
+5
*
Manually merge some broken lines in hsts_preloaded.h
agl@chromium.org
2012-03-26
1
-136
/
+68
*
Add hsts_preloaded.h
agl@chromium.org
2012-03-26
1
-0
/
+2904
*
Remove the Throttling.HttpResponseCode histogram.
gavinp@chromium.org
2012-03-25
2
-11
/
+2
*
Revert 128753 - Add full support for filesystem URLs.
ericu@google.com
2012-03-24
2
-6
/
+5
*
Add full support for filesystem URLs.
ericu@google.com
2012-03-24
2
-5
/
+6
*
Fix a crash in SpdySession::WriteStreamData which can happen if the specified...
rch@chromium.org
2012-03-24
1
-1
/
+1
*
SPDY - persist SPDY settings.
rtenneti@chromium.org
2012-03-24
16
-721
/
+637
*
[net/dns] Don't abort Jobs on hosts-only change.
szym@chromium.org
2012-03-24
1
-6
/
+11
*
[net/dns] Don't bind to random ports on Windows to keep the firewall happy.
szym@chromium.org
2012-03-24
1
-1
/
+9
*
Implement correct v3 CREDENTIAL frame support.
rch@chromium.org
2012-03-24
16
-113
/
+211
*
sync: Count and report reflected updates
rlarocque@chromium.org
2012-03-24
1
-2
/
+4
*
Minor fixes to BackoffEntry.
sergeyu@chromium.org
2012-03-24
2
-6
/
+11
*
Additional DCHECK for InFlightIO::InvokeCallback.
gavinp@chromium.org
2012-03-23
1
-0
/
+1
*
Disk cache. Fix style on some missing files.
rvargas@google.com
2012-03-23
2
-22
/
+20
*
Revert "Refactor BaseTimer to avoid spamming the MessageLoop with orphaned ta...
rnk@chromium.org
2012-03-23
2
-5
/
+4
*
[net/dns] Removes locking from DnsConfigServiceWin and adds local computer name.
szym@chromium.org
2012-03-23
12
-129
/
+326
*
Retry the auto-enrollment check when the server asks for a smaller modulus.
joaodasilva@chromium.org
2012-03-23
1
-0
/
+6
*
SPDY - Added enabling of SPDY/3 and SPDY flow control to
rtenneti@chromium.org
2012-03-23
3
-20
/
+29
*
Disable OCSP tests on Android
rsleevi@chromium.org
2012-03-23
2
-0
/
+12
*
Refactor BaseTimer to avoid spamming the MessageLoop with orphaned tasks.
jbates@chromium.org
2012-03-23
2
-4
/
+5
*
Land SpdyFramer (et. al.) changes to support setting the credential slot id i...
rch@chromium.org
2012-03-23
14
-37
/
+145
*
Move SpdyFramer::compression_default_ to a g_enable_compression_default in sp...
rch@chromium.org
2012-03-23
2
-6
/
+3
*
Disk cache: Fix style and extra net:: specification.
rvargas@google.com
2012-03-23
9
-180
/
+168
*
Rename origin_bound_cert files to server_bound_cert.
mattm@chromium.org
2012-03-22
16
-33
/
+33
*
Move all objects from the spdy:: namespace to net::
rch@chromium.org
2012-03-22
71
-3016
/
+2932
*
[net/dns] Added AsyncDNS histogram for success rate, transaction duration and...
szym@chromium.org
2012-03-22
2
-5
/
+44
*
Add a few owners for net/tools/testserver.
pastarmovj@chromium.org
2012-03-22
1
-0
/
+5
*
Rename enterprise policy proto fields from KIOSK to RETAIL.
pastarmovj@chromium.org
2012-03-22
1
-1
/
+1
*
Don't throttle unless origin schema is chrome-extension.
joi@chromium.org
2012-03-22
1
-0
/
+6
[next]