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
*
[net/dns] Add histograms for duration of DnsTask, fallback to ProcTask and Dn...
szym@chromium.org
2012-10-23
1
-0
/
+15
*
Create a barebones DNS prober
ttuttle@chromium.org
2012-10-20
1
-1
/
+6
*
fix another silly warning diagnosis in net/dns unittest
scottmg@google.com
2012-10-20
1
-1
/
+1
*
[net/dns] Handle failure in DatagramClientSocket::Connect in DnsUDPAttempt
szym@chromium.org
2012-09-27
2
-15
/
+39
*
[net/dns] Collect histogram on HOSTS file size.
szym@chromium.org
2012-09-12
1
-11
/
+13
*
[cros/net] Add DnsConfigService to NetworkChangeNotifierChromeos.
szym@chromium.org
2012-09-11
3
-8
/
+9
*
[net] Move DnsConfigService to NetworkChangeNotifier.
szym@chromium.org
2012-08-31
12
-510
/
+387
*
[net/dns] Don't abandon a DnsUDPAttempt when the response does not match the ...
szym@chromium.org
2012-08-30
2
-294
/
+321
*
[net/dns] Fix leak of DnsSession in DnsClientImpl.
szym@chromium.org
2012-08-23
1
-1
/
+1
*
net: Fix more clang warnings about missing virtual and OVERRIDE annotations.
tfarina@chromium.org
2012-08-19
1
-2
/
+2
*
[net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...
szym@chromium.org
2012-08-15
13
-67
/
+1301
*
[net/dns] Don't conflate all unhandled errors into DNS_SERVER_FAILED.
szym@chromium.org
2012-08-15
1
-1
/
+1
*
[net/dns] Hardcode DnsConfig.timeout to 1 second.
szym@chromium.org
2012-08-15
3
-2
/
+9
*
Revert 151586 - [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort add...
brettw@chromium.org
2012-08-14
13
-1283
/
+67
*
[net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...
szym@chromium.org
2012-08-14
13
-67
/
+1283
*
[net/dns] Remove check for DNS Changer.
szym@chromium.org
2012-07-26
2
-57
/
+1
*
Fix gcc 4.7 building problems - cont 2.
shenhan@google.com
2012-07-26
1
-10
/
+12
*
[net/dns] Retry reading config in DnsConfigServiceWin
szym@chromium.org
2012-07-25
1
-1
/
+9
*
More -Wunused-private-field cleanups.
thakis@chromium.org
2012-07-20
1
-0
/
+2
*
base: Make ScopedVector::clear() destroy elements.
derat@chromium.org
2012-07-19
1
-2
/
+1
*
Remove the rest of #pragma once in one big CL.
ajwong@chromium.org
2012-07-11
14
-14
/
+0
*
Switch to TimeDelta interfaces for process waiting functions in net and ipc.
tedvessenes@gmail.com
2012-07-11
1
-4
/
+2
*
base: Remove dereference structure operator (i.e ->) from ScopedVector.
tfarina@chromium.org
2012-06-30
1
-1
/
+1
*
Coverity: Initialize a member variable.
jhawkins@chromium.org
2012-06-20
1
-1
/
+3
*
[net/dns] Instrument DnsConfigService to measure performance and failures.
szym@chromium.org
2012-06-19
9
-202
/
+346
*
[net/dns] Check for DNS-changer malware on first valid configuration.
szym@chromium.org
2012-06-19
2
-1
/
+56
*
[net/dns] Histograms for the reasons DnsTransaction failed.
szym@chromium.org
2012-06-19
2
-2
/
+2
*
[net/dns] If the only name server is 0.0.0.0:53 assume DnsConfig is invalid.
szym@chromium.org
2012-06-14
2
-2
/
+33
*
[net/dns] Refactor DnsHostsReader to reduce unnecessary inheritance.
szym@chromium.org
2012-06-14
5
-90
/
+76
*
NetLogEventParameter to Callback refactoring 4.
mmenke@chromium.org
2012-06-14
1
-53
/
+28
*
[net/dns] Suppress multiple DnsConfig withdrawals after timeout.
szym@chromium.org
2012-06-12
3
-5
/
+24
*
[net/dns] Don't use memset to initialize a struct with string16 members.
szym@chromium.org
2012-06-08
1
-2
/
+1
*
[net/dns] Remove FilePathWatcherWrapper after refactoring of FilePathWatcher.
szym@chromium.org
2012-06-05
6
-325
/
+27
*
Cleanup: Remove unneeded scoped_ptr.h includes from net.
thestig@chromium.org
2012-05-17
2
-3
/
+0
*
[net/dns] Isolate DnsConfigWatcher from DnsConfigService.
szym@chromium.org
2012-05-16
12
-335
/
+513
*
[net/dns] Fix IPv6 handling from res_init on Linux.
szym@chromium.org
2012-05-12
2
-99
/
+100
*
Reimplements net::AddressList without struct addrinfo.
szym@chromium.org
2012-05-07
4
-20
/
+9
*
Add config reader for Primary DNS Suffix and corresponding unittest.
zhaoqin@chromium.org
2012-05-02
3
-14
/
+76
*
RefCounted types should not have public destructors, net/
rsleevi@chromium.org
2012-04-28
1
-0
/
+6
*
[net/dns] Use res_getservers to retrieve nameserver addresses in DnsConfigSer...
szym@chromium.org
2012-04-20
1
-2
/
+19
*
[net/dns] Watch configd notifications to detect DnsConfig changes on Mac.
szym@chromium.org
2012-04-17
5
-12
/
+151
*
Update use of TimeDelta in net/*.
tedvessenes@gmail.com
2012-04-09
1
-1
/
+1
*
[net/dns] Handle synchronous completions of DnsUDPAttempt.
szym@chromium.org
2012-04-07
3
-153
/
+272
*
[net/dns] Quick fix for a crash on synchronous DnsUDPAttempt completion.
szym@chromium.org
2012-04-04
2
-3
/
+6
*
[net/dns] Add CHECKs to diagnose crash in DnsResponse::qname.
szym@chromium.org
2012-03-30
1
-12
/
+17
*
Add DNS configuration information to about:net-internals#dns,
mmenke@chromium.org
2012-03-29
2
-1
/
+34
*
Add base::HostToNetXX() & NetToHostXX(), and use them to replace htonX() & nt...
wez@chromium.org
2012-03-28
5
-18
/
+16
*
[net/dns] Don't bind to random ports on Windows to keep the firewall happy.
szym@chromium.org
2012-03-24
1
-1
/
+9
*
[net/dns] Removes locking from DnsConfigServiceWin and adds local computer name.
szym@chromium.org
2012-03-23
10
-126
/
+316
*
[net/dns] Added AsyncDNS histogram for success rate, transaction duration and...
szym@chromium.org
2012-03-22
1
-1
/
+3
[next]