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
*
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
*
Cleanup: Factor and de-duplicate out mock socket used for testing mdns
noamsml@chromium.org
2013-06-21
3
-147
/
+230
*
Update the include paths of message_loop_proxy.h
tfarina@chromium.org
2013-06-20
1
-1
/
+1
*
Added NET_EXPORT into mDns code.
vitalybuka@chromium.org
2013-06-20
1
-3
/
+3
*
MDnsClient: Process all records before alerting listeners
noamsml@chromium.org
2013-06-19
4
-43
/
+176
*
Removed spurious uses of RunUntilIdle from the MDnsClient unit tests
noamsml@chromium.org
2013-06-15
1
-47
/
+10
*
Make net and ipc explicitly use the base namespace for Values.
brettw@chromium.org
2013-06-13
2
-9
/
+9
*
Multicast DNS implementation (initial)
noamsml@chromium.org
2013-06-13
10
-0
/
+2159
*
Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.
dcheng@chromium.org
2013-06-12
3
-3
/
+4
*
Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.
avi@chromium.org
2013-06-11
11
-13
/
+13
[next]