summaryrefslogtreecommitdiffstats
path: root/net/base/address_list.cc
Commit message (Expand)AuthorAgeFilesLines
* NetLogEventParameter to Callback refactoring 1,mmenke@chromium.org2012-06-121-2/+25
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-251/+34
* Use base::strdup() instead of strdup()/_strdup().thestig@chromium.org2012-04-051-10/+3
* [net] Asynchronous DNS ready for experiments.szym@chromium.org2012-02-211-3/+5
* Test SIN6_LEN instead of OS_MACOSX to determine if sockaddr_in*wtc@chromium.org2011-07-271-2/+2
* AsyncHostResolver: integrated HostCache, temporarily, until we have RR cache.agayev@chromium.org2011-07-211-0/+9
* DnsTransaction: added a delegate interface.agayev@chromium.org2011-07-181-2/+2
* fix unit test bugagayev@chromium.org2011-06-011-0/+6
* Added static method that allows creation of an AddressList from a list of IP ...agayev@chromium.org2011-05-261-40/+69
* Re-order the declarations in AddressList to comply with style.eroman@chromium.org2011-05-161-53/+53
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-52/+55
* Prefer IPv4 in the ConnectBackupJob to work around broken IPv6 networkswtc@chromium.org2011-05-051-54/+4
* Strip canonical name from the list of addresses being appended.mbelshe@chromium.org2011-03-101-2/+11
* Add constructor for creating an AddressList from a struct sockaddr. This ismbelshe@chromium.org2011-03-021-0/+44
* More reordering the methods in headers in net/.erg@chromium.org2011-01-111-20/+20
* FBTF: Move code from .h to .cc in net/erg@google.com2010-09-151-0/+34
* Don't resolve IP literals.vandebo@chromium.org2010-08-181-44/+47
* Revert 56384 - Don't resolve IP literals.vandebo@chromium.org2010-08-171-47/+44
* Don't resolve IP literals.vandebo@chromium.org2010-08-171-44/+47
* In addition to the logging the IP address that a TCP connect is made to, also...eroman@chromium.org2010-06-161-25/+3
* Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs.cbentzel@chromium.org2010-04-281-11/+39
* Adding extra argument DCHECKs to AddressList methods.cbentzel@chromium.org2010-04-161-0/+10
* Kerberos uses an SPN (Service Principal Name) to identify a server. This is t...cbentzel@chromium.org2010-04-141-1/+1
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-081-1/+9
* Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ...cbentzel@chromium.org2010-04-071-9/+1
* HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the...cbentzel@chromium.org2010-04-071-1/+9
* Really connect to the same server in FTP network transaction.phajdan.jr@chromium.org2010-02-201-8/+34
* linux: uncontroversial cleanups found by clangevan@chromium.org2010-02-021-3/+3
* Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i...eroman@chromium.org2009-12-121-5/+1
* Display the full address list rather than just the first item, in about:net-i...eroman@chromium.org2009-10-191-2/+1
* Use new char[] to match the delete[]. To fix a valgrind error.ericroman@google.com2009-07-181-4/+5
* Use manually constructed IPv6 socket addresses for tests, rather than system ...ericroman@google.com2009-07-181-0/+19
* Include <stdlib.h> for the declarations of memcpy, malloc, free.ericroman@google.com2009-06-121-0/+1
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-121-2/+116
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Merge some changes in net/base from branches/mac_july_2008 to trunk.ericroman@google.com2008-08-061-0/+4
* Create a constructor to construct an AddressList::Datawtc@google.com2008-07-281-2/+1
* Add net to the repository.initial.commit2008-07-261-0/+46