summaryrefslogtreecommitdiffstats
path: root/net/dns
Commit message (Expand)AuthorAgeFilesLines
* Increase kMaxHostsSize to 32Mttuttle@chromium.org2013-07-101-2/+2
* Optimize parsing of /etc/hosts.ttuttle@chromium.org2013-07-043-28/+157
* Remove singleton semantics for MDnsClient and ServiceDiscoveryClientnoamsml@chromium.org2013-07-032-19/+6
* Add an explicit way of forcing the MDnsClient to listen on the networknoamsml@chromium.org2013-07-024-71/+25
* Fix build problems with MDns codenoamsml@chromium.org2013-07-025-325/+323
* Fixed windows build. Those test classes always linked from static library.vitalybuka@chromium.org2013-07-021-4/+2
* Fixed ASAN error in MDnsTest.AdditionalRecordsnoamsml@chromium.org2013-07-011-1/+2
* Add NSEC record support for MDnsClientnoamsml@chromium.org2013-07-017-48/+379
* Use a direct include of time headers in net/, part 2.avi@chromium.org2013-06-2814-16/+16
* Added HostResolverImpl::fallback_to_proctask_ to vary according to AsyncDnsNo...mef@chromium.org2013-06-283-16/+148
* Revert r208636 to fix use-after-delete in StartDnsTask.mef@chromium.org2013-06-273-102/+13
* [UMA] Remove redundant bucket_count variable from base::Histogram.isherman@chromium.org2013-06-271-1/+1
* Added HostResolverImpl::allow_fallback_from_dnstask_to_proctask to vary accor...mef@chromium.org2013-06-263-13/+102
* Limited NSEC support to RecordParsednoamsml@chromium.org2013-06-265-0/+138
* Cleanup: Refactor mDns transaction start into two smaller methodsnoamsml@chromium.org2013-06-252-32/+51
* Add base namespace to more values in sync and elsewhere.brettw@chromium.org2013-06-211-1/+1
* Cleanup: Factor and de-duplicate out mock socket used for testing mdnsnoamsml@chromium.org2013-06-213-147/+230
* Update the include paths of message_loop_proxy.htfarina@chromium.org2013-06-201-1/+1
* Added NET_EXPORT into mDns code.vitalybuka@chromium.org2013-06-201-3/+3
* MDnsClient: Process all records before alerting listenersnoamsml@chromium.org2013-06-194-43/+176
* Removed spurious uses of RunUntilIdle from the MDnsClient unit testsnoamsml@chromium.org2013-06-151-47/+10
* Make net and ipc explicitly use the base namespace for Values.brettw@chromium.org2013-06-132-9/+9
* Multicast DNS implementation (initial)noamsml@chromium.org2013-06-1310-0/+2159
* Rewrite scoped_ptr<T>(NULL) to use the default ctor in net/.dcheng@chromium.org2013-06-123-3/+4
* Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/.avi@chromium.org2013-06-1111-13/+13
* Update includes of message_loop_proxy.brettw@chromium.org2013-06-102-2/+2
* Track DNS Server Success and Failure time and use it in next server selection.mef@chromium.org2013-06-073-64/+185
* Use a direct include of utf_string_conversions.h in net/.avi@chromium.org2013-06-072-2/+2
* Update net/ to use WeakPtr<T>::get() instead of implicit "operator T*"akalin@chromium.org2013-06-021-9/+9
* Update net/ to use scoped_refptr<T>::get() rather than implicit "operator T*"rsleevi@chromium.org2013-06-019-62/+56
* DnsTransaction::RecordLostPacketsIfAny shouldn't crash if some attempts faile...mef@chromium.org2013-05-292-8/+26
* [net/dns] Measure performance of adaptive UDP timeout. mef@chromium.org2013-05-233-44/+244
* net: Use base::MessageLoop.xhwang@chromium.org2013-05-2311-47/+46
* Revert 201747 "[net/dns] Measure performance of adaptive UDP tim..."ppi@chromium.org2013-05-233-235/+27
* [net/dns] Measure performance of adaptive UDP timeout.mef@chromium.org2013-05-233-27/+235
* Cache for mDNS recordsnoamsml@chromium.org2013-05-2310-12/+776
* Fix bug in InitParseWithoutQuestionnoamsml@chromium.org2013-05-202-2/+20
* Grab bag of clang fixes for Windows codernk@chromium.org2013-05-171-2/+2
* Protect against empty "labeled" DNS names in DnsTransaction.wez@chromium.org2013-05-173-0/+21
* Cleanup: Remove unneeded base/file_util.h includes in chrome_frame, courgette...thestig@chromium.org2013-05-161-1/+0
* [net/dns] Fix how DnsTransaction computes next server index after fallback.szym@chromium.org2013-05-102-3/+4
* HostResolverImpl will return ERR_NAME_NOT_RESOLVED instead of Ok if address l...mef@chromium.org2013-05-072-1/+16
* General utility for parsing DNS recordsnoamsml@chromium.org2013-05-027-0/+575
* net: Remove use of ALLOW_THIS_IN_INITIALIZER_LIST.scherkus@chromium.org2013-04-301-2/+2
* Add simple non-response-based question parsing for mDNS passive listeningnoamsml@chromium.org2013-04-233-0/+173
* [net/dns] Test IPv6 support via UDP connectszym@chromium.org2013-04-211-22/+23
* [net/dns] Use only NullDnsSocketPool.szym@chromium.org2013-04-181-1/+1
* [net/dns] Add test DualFamilyLocalhost and fix it when DnsClient enabled.szym@chromium.org2013-04-173-8/+106
* [net/dns] Rename SystemHostResolverProc and CallSystemHostResolverProc.szym@chromium.org2013-04-165-27/+37
* net: Update the include paths of base/string_piece.h to its new location.tfarina@chromium.org2013-04-133-3/+3