summaryrefslogtreecommitdiffstats
path: root/net/base/address_list.cc
Commit message (Expand)AuthorAgeFilesLines
* 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