summaryrefslogtreecommitdiffstats
path: root/net/dns
Commit message (Expand)AuthorAgeFilesLines
* Migrate net::IPAddressList to net::IPAddress.martijn2016-03-101-3/+6
* Migrate AddressTrackerLinux to net::IPAddress.martijn2016-03-094-52/+48
* Remove an incorrect DCHECK() when calling HostResolverImpl::Resolve() with an...eroman2016-03-042-5/+16
* Migrate net/dns/* to net::IPAddress.martijn2016-03-0421-210/+157
* Move network fuzzers from //testing/libfuzzer/fuzzers to //net.eroman2016-03-021-0/+20
* Convert Pass()→std::move() on Windowsdcheng2016-03-022-2/+2
* Migrate net::IPPattern to net::IPAddress.martijn2016-03-012-4/+5
* net: Add out-of-line copy ctors for complex classes.vmpstr2016-02-264-0/+8
* net: move IsLocalhost() function into url_util.htfarina2016-02-2313-13/+0
* net: move ResolveLocalHostname into host_ resolver_impl.htfarina2016-02-193-1/+142
* Refactor StringPiece hash.bnc2016-02-061-2/+1
* Change IPEndpoint::address() to return a net::IPAddressmartijn2016-01-279-24/+28
* Change mojo enums to be scoped enums in the generated C++ bindings.sammc2016-01-213-14/+14
* net: read the dns query id in terms of base::ReadBigEndian() functiontfarina2016-01-192-19/+15
* net: calculate the start of question section through the size of dns Header typetfarina2016-01-141-2/+2
* net: export dns_protocol::Header type with NET_EXPORTtfarina2016-01-121-2/+1
* Convert DnsConfig values from base::Value* to scoped_ptr<base::Value>.tfh2016-01-118-19/+19
* net: calculate the size of question section in a helper functiontfarina2016-01-112-5/+9
* Use scoped_ptr in RecordMapvitalybuka2016-01-062-28/+15
* net: add a convenience getter accessor for dns Header to DnsQuerytfarina2015-12-302-16/+19
* Makes DatagramClientSocket::GetBoundNetwork const.jri2015-12-281-1/+1
* Clean up header files.avi2015-12-261-0/+1
* Convert Pass()→std::move() in //netdcheng2015-12-2621-123/+144
* Switch to standard integer types in net/.Avi Drissman2015-12-2057-987/+880
* Use SequencedSocketData in spdy_stream_unittest.mmenke2015-12-171-1/+1
* Include missing errno.hlandell2015-12-171-0/+2
* Remove ScopedVector from host_resolver_implolli.raula2015-12-171-3/+5
* net: move HaveOnlyLoopbackAddresses() function into dns_util.htfarina2015-12-162-0/+72
* Remove ScopedVector from address_sorter_posixolli.raula2015-12-141-4/+5
* Remove ScopedVector from dns_transactionolli.raula2015-12-141-8/+7
* Remove ScopedVector from host_resolver_impl_unittest.ccolli.raula2015-12-101-7/+7
* Add DatagramClientSocket::BindToDefaultNetwork(),GetBoundNetwork()pauljensen2015-12-091-1/+8
* Add integration tests for HttpStreamParser::CanReuseConnection logic.mmenke2015-12-072-7/+0
* Remove kuint32max.avi2015-12-042-25/+30
* Remove ScopedVector from CreateSocketsolli.raula2015-12-036-28/+37
* Remove kuint16max.avi2015-12-013-57/+61
* Revert of Remove kuint16max. (patchset #7 id:120001 of https://codereview.chr...avi2015-12-013-61/+57
* Remove kuint16max.avi2015-12-013-57/+61
* Fix size_t truncations in net for 64-bit VS 2015brucedawson2015-12-011-1/+1
* Use std::tie() for operator< in net/jsbell2015-11-303-17/+12
* Removed unused include of winsock.h/inet.h from sys_byteorder.h.bcwhite2015-11-301-0/+7
* Fix SerialWorker crash accessing DnsConfigServicePosix pointer.maclellant2015-11-203-12/+62
* Remove deprecated ScopedVector from host_resolver_implolli.raula2015-11-182-10/+3
* Remove ScopedVector from dns_transaction_unittestolli.raula2015-11-181-4/+3
* Remove deprecated ScopedVector from host_resolver_mojo_unittestolli.raula2015-11-171-5/+4
* Remove deprecated ScopedVector and use vector<scoped_ptr> in dns_sessionolli.raula2015-11-162-4/+3
* Move third_party/mojo/src/mojo/public to mojo/publicrockot2015-11-134-5/+5
* net: Rename NetLog's IntegerCallback method to IntCallback.tfarina2015-10-271-5/+3
* net: Move IPAddressAttributes enum out of net_util.h.tfarina2015-10-131-0/+1
* net: Move dns_util.* into dns directory.tfarina2015-10-1111-8/+195