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
/
dns
Commit message (
Expand
)
Author
Age
Files
Lines
*
Skip IPv6 probes when resolving IPv4 literals. The probes aren't
pauljensen
2015-02-17
1
-1
/
+8
*
Implement browser-side host resolver Mojo service.
amistry
2015-02-13
5
-0
/
+575
*
Update {virtual,override,final} to follow C++11 style in net.
dcheng
2015-02-06
1
-3
/
+2
*
Adding instrumentation to locate the source of jankiness.
Peter Kasting
2015-02-05
1
-1
/
+2
*
DNS: Don't use forbidden non-const reference
ttuttle
2015-02-04
1
-4
/
+3
*
Cleanup: Better constify some strings in net/.
thestig
2015-01-24
2
-22
/
+22
*
replace COMPILE_ASSERT with static_assert in net/
mostynb
2015-01-20
2
-5
/
+5
*
Handle RES_USE_EDNS0 and RES_USE_DNSSEC being undefined (in uClibc)
sfunkenhauser
2015-01-15
1
-0
/
+7
*
Cleanup: Call std::string::empty instead of comparing against "".
thestig
2015-01-10
1
-1
/
+1
*
net: Remove unused private data members
hashimoto
2015-01-09
2
-5
/
+3
*
Remove unused Net.IPv6ConnectDuration histogram.
asvitkine
2015-01-06
1
-3
/
+0
*
Instrumenting most popular callbacks of HostResolverImpl::Request::OnComplete.
vadimt
2014-12-02
1
-0
/
+6
*
Fix "value possibly truncated" warnings on MSVC, net/ edition.
pkasting
2014-12-01
4
-8
/
+15
*
Instrumenting host_resolver_impl.cc to locate the source of jankiness
vadimt
2014-11-26
1
-0
/
+31
*
Enable MSVC warning for unused locals.
Peter Kasting
2014-11-20
1
-8
/
+7
*
Use uint16 for port numbers more pervasively.
pkasting
2014-11-20
4
-9
/
+10
*
Inline HOST_RESOLER_IMPL_REQUESTs into their parent source
xunjieli
2014-11-10
1
-60
/
+30
*
Switching profiler instrumentations from ScopedProfile to ScopedTracker. This...
vadimt
2014-10-29
1
-5
/
+4
*
Standardize usage of virtual/override/final specifiers.
dcheng
2014-10-27
7
-59
/
+55
*
Align base::hash_map with C++11, part 2.
davidben
2014-10-24
1
-9
/
+0
*
Standardize usage of virtual/override/final in net/
dcheng
2014-10-21
21
-223
/
+200
*
Remove raw handles from base::win::RegKey
rvargas
2014-10-17
1
-20
/
+14
*
Convert ARRAYSIZE_UNSAFE -> arraysize in net/.
viettrungluu
2014-10-16
3
-7
/
+7
*
Revert of Remove raw handles from base::win::RegKey (patchset #6 id:330001 of...
dcheng
2014-10-16
1
-14
/
+20
*
Use scoped_ptr::Pass instead of scoped_ptr::PassAs<T>.
dcheng
2014-10-15
4
-7
/
+7
*
Remove raw handles from base::win::RegKey
rvargas
2014-10-15
1
-20
/
+14
*
replace OVERRIDE and FINAL with override and final in net/
mostynb
2014-10-09
28
-166
/
+166
*
An internal tool shows that the task created by ObjectWatcher::DoneWaiting is...
sergeyu
2014-10-01
1
-0
/
+6
*
Fix number of buckets in AsyncDNS.ServerCount and ServerFailureIndex UMA hist...
timvolodine
2014-09-26
1
-2
/
+2
*
Enqueue mDns requests if send on socket in progress.
vitalybuka
2014-09-22
3
-57
/
+128
*
use base::Time constants in net module instead of using static constants
prashhir
2014-09-17
1
-3
/
+3
*
ReadIpHelper: Zero out before calling GetAdaptersAddresses
ttuttle
2014-09-06
1
-0
/
+1
*
Change base/file_utils.h includes to base/files/file_utils.h in net/
thestig
2014-09-04
1
-1
/
+1
*
Remove implicit conversions from scoped_refptr to T* in net/
dcheng
2014-08-27
2
-2
/
+2
*
Add LOCAL_ prefix to non-UMA histogram macros.
asvitkine
2014-08-26
1
-1
/
+1
*
Fix crash when trying to connect to an IPv6 IP via a SOCKS4 proxy.
mmenke@chromium.org
2014-08-07
3
-4
/
+47
*
Move StringToLowerASCII to base namespace
brettw@chromium.org
2014-08-07
3
-3
/
+3
*
DNS: Don't spin on unexpected EOF reading TCP response
ttuttle@chromium.org
2014-08-05
2
-8
/
+109
*
ParseHosts: Allow commas as separators on Mac OS X
ttuttle@chromium.org
2014-07-25
3
-29
/
+151
*
Fixes for re-enabling more MSVC level 4 warnings: net/ edition
pkasting@chromium.org
2014-07-08
1
-1
/
+1
*
Flag myIpAddress requests for chromeos
stevenjb@chromium.org
2014-06-27
2
-1
/
+9
*
Provide Shill IP Address to myIpAddress()
stevenjb@chromium.org
2014-06-17
5
-113
/
+92
*
Fix WeakPtrFactory member order
n.bansal@samsung.com
2014-05-27
3
-10
/
+11
*
Move IsStringUTF8/ASCII to base namespace
brettw@chromium.org
2014-05-07
1
-2
/
+2
*
Fix typo, "recieve" -> "receive", in net/
mseaborn@chromium.org
2014-05-04
2
-2
/
+2
*
Renamed namespaces in src/net.
vitalybuka@chromium.org
2014-04-30
1
-2
/
+2
*
Make GN's "check" run cleanly.
brettw@chromium.org
2014-04-22
1
-1
/
+0
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-09
2
-6
/
+6
*
Revert 261966 "make SetReceiveBufferSize and SetSendBufferSize r..."
jschuh@chromium.org
2014-04-05
2
-6
/
+6
*
make SetReceiveBufferSize and SetSendBufferSize return net error codes (inste...
jar@chromium.org
2014-04-05
2
-6
/
+6
[next]