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
*
Reland of 218616. It was reverted in 219027 due to crashes in the case of
mmenke@chromium.org
2013-09-05
5
-218
/
+803
*
Listen for mDns traffic in setuid sandboxed Utility process.
vitalybuka@chromium.org
2013-09-01
2
-10
/
+10
*
Move ReadFileToString to the base namespace.
brettw@chromium.org
2013-08-30
1
-1
/
+1
*
Switch ObserverList::size() to ObserverList::might_have_observers() Pt.1
caitkp@chromium.org
2013-08-26
1
-2
/
+2
*
Refactor socket pool handling of priorities
akalin@chromium.org
2013-08-22
2
-1
/
+10
*
Revert 218616 "[net/dns] Perform A/AAAA queries for AF_UNSPEC re..."
mmenke@chromium.org
2013-08-22
5
-574
/
+200
*
Detect domain-specific resolvers on OS X and disable DnsClient
szym@chromium.org
2013-08-21
7
-13
/
+128
*
[net/dns] Perform A/AAAA queries for AF_UNSPEC resolutions in parallel.
mmenke@chromium.org
2013-08-21
5
-200
/
+574
*
Remove HostResolver::RequestInfo's priority parameter
akalin@chromium.org
2013-08-20
13
-110
/
+134
*
Add a priority parameter for HostResolver::RequestInfo's constructor
akalin@chromium.org
2013-08-16
5
-48
/
+79
*
[net] Use scoped_ptr<> consistently in ClientSocketFactory and related code
akalin@chromium.org
2013-08-15
4
-26
/
+32
*
Fix bug affecting cache lookups with multiple records
noamsml@chromium.org
2013-08-07
1
-2
/
+1
*
Avoid wasted work in OnProcTaskComplete().
pochang0403@gmail.com
2013-08-06
1
-1
/
+3
*
avoid char+'\xHH' as it's too easy to use values > 127
mostynb@opera.com
2013-08-01
5
-311
/
+321
*
Use numeric literals instead of char literals in mdns cache tests
caio.de.oliveira.filho@intel.com
2013-07-31
1
-90
/
+76
*
Use Histogram algorithm to calculate DNS timeout.
mef@chromium.org
2013-07-29
2
-13
/
+30
*
[net/dns] Change the port used in IPv6-test connect to 53.
szym@chromium.org
2013-07-24
1
-2
/
+2
*
Add local address of UDP sockets used to check IPv6 support to NetLog
szym@chromium.org
2013-07-23
2
-8
/
+12
*
Made MessagePump a non-thread safe class.
alexeypa@chromium.org
2013-07-22
2
-3
/
+3
*
Revert 212948 "Made MessagePump a non-thread safe class."
alexeypa@google.com
2013-07-22
2
-3
/
+3
*
Made MessagePump a non-thread safe class.
alexeypa@chromium.org
2013-07-22
2
-3
/
+3
*
Revert 212613 "Use Histogram algorithm to calculate DNS timeout."
mef@chromium.org
2013-07-20
1
-2
/
+12
*
Histogram count of DnsAttempts before DnsTransaction completes successfully o...
mef@chromium.org
2013-07-20
1
-0
/
+9
*
Restrict the AI_ADDRCONFIG workaround on loopback-only hosts to OS_LINUX
szym@chromium.org
2013-07-20
1
-2
/
+2
*
Make DnsTransaction.Start() never complete synchronously.
mmenke@chromium.org
2013-07-19
7
-99
/
+48
*
Track DnsAttempt timeout as server failure.
mef@chromium.org
2013-07-19
1
-1
/
+2
*
Use Histogram algorithm to calculate DNS timeout.
mef@chromium.org
2013-07-19
1
-12
/
+2
*
Remove interface probing for IPv6 support from HostResolverImpl
szym@chromium.org
2013-07-18
7
-97
/
+9
*
Use a direct include of the message_loop header in net/, part 1.
avi@chromium.org
2013-07-17
8
-9
/
+9
*
Add more unit test cases for HostsParser.
ttuttle@chromium.org
2013-07-17
1
-0
/
+42
*
Fix out-of-bounds array access in HostsParser::Advance.
ttuttle@chromium.org
2013-07-12
2
-1
/
+17
*
net: Migrate from googleurl/ includes to url/ ones.
tfarina@chromium.org
2013-07-12
1
-1
/
+1
*
Add correct handling of goodbye packets to MDnsCache
noamsml@chromium.org
2013-07-11
3
-10
/
+133
*
Move PathExists to base namespace.
brettw@chromium.org
2013-07-11
1
-1
/
+1
*
Increase kMaxHostsSize to 32M
ttuttle@chromium.org
2013-07-10
1
-2
/
+2
*
Optimize parsing of /etc/hosts.
ttuttle@chromium.org
2013-07-04
3
-28
/
+157
*
Remove singleton semantics for MDnsClient and ServiceDiscoveryClient
noamsml@chromium.org
2013-07-03
2
-19
/
+6
*
Add an explicit way of forcing the MDnsClient to listen on the network
noamsml@chromium.org
2013-07-02
4
-71
/
+25
*
Fix build problems with MDns code
noamsml@chromium.org
2013-07-02
5
-325
/
+323
*
Fixed windows build. Those test classes always linked from static library.
vitalybuka@chromium.org
2013-07-02
1
-4
/
+2
*
Fixed ASAN error in MDnsTest.AdditionalRecords
noamsml@chromium.org
2013-07-01
1
-1
/
+2
*
Add NSEC record support for MDnsClient
noamsml@chromium.org
2013-07-01
7
-48
/
+379
*
Use a direct include of time headers in net/, part 2.
avi@chromium.org
2013-06-28
14
-16
/
+16
*
Added HostResolverImpl::fallback_to_proctask_ to vary according to AsyncDnsNo...
mef@chromium.org
2013-06-28
3
-16
/
+148
*
Revert r208636 to fix use-after-delete in StartDnsTask.
mef@chromium.org
2013-06-27
3
-102
/
+13
*
[UMA] Remove redundant bucket_count variable from base::Histogram.
isherman@chromium.org
2013-06-27
1
-1
/
+1
*
Added HostResolverImpl::allow_fallback_from_dnstask_to_proctask to vary accor...
mef@chromium.org
2013-06-26
3
-13
/
+102
*
Limited NSEC support to RecordParsed
noamsml@chromium.org
2013-06-26
5
-0
/
+138
*
Cleanup: Refactor mDns transaction start into two smaller methods
noamsml@chromium.org
2013-06-25
2
-32
/
+51
*
Add base namespace to more values in sync and elsewhere.
brettw@chromium.org
2013-06-21
1
-1
/
+1
[next]