summaryrefslogtreecommitdiffstats
path: root/net/dns
Commit message (Expand)AuthorAgeFilesLines
* 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
* [net/dns] When testing for IPv6, discard link local and Teredo addresses (mea...szym@chromium.org2013-04-121-4/+22
* Remove remnants from SpdyImpact and DnsParallelism field trials.stevet@chromium.org2013-04-101-12/+0
* [net] Move host_cache files from net/base to net/dnsszym@chromium.org2013-04-107-4/+639
* [net/dns] Test IPv6 support via UDP connect (measurement)szym@chromium.org2013-04-101-0/+37
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-094-20/+44
* Revert "Rewrite std::string("") to std::string(), Linux edition."dcheng@chromium.org2013-04-094-44/+20
* Rewrite std::string("") to std::string(), Linux edition.dcheng@chromium.org2013-04-094-20/+44
* Convert net to use base::string16 instead of string16.brettw@chromium.org2013-03-292-7/+8
* [net/dns] When serving AF_UNSPEC addresses from DnsHosts, serve one from each...szym@chromium.org2013-03-282-17/+22
* [net/dns] Fix AsyncDNS histograms.szym@chromium.org2013-03-232-3/+5
* net: move host_resolver files from net/base to net/dnsphajdan.jr@chromium.org2013-03-2115-0/+5937
* src/: Update the remaining include paths of string_split.h to its new location.tfarina@chromium.org2013-03-061-1/+1
* [net/dns] Limit maximum timeout after backoff to 5s.szym@chromium.org2013-02-261-1/+3
* Move file_path.h to base/files.brettw@chromium.org2013-02-243-4/+4
* Cleanup: Remove deprecated base::Value methods from net. Use base::Value too.thestig@chromium.org2013-02-121-5/+5