| Commit message (Expand) | Author | Age | Files | Lines |
* | Add NET_EXPORT to CreateAddressListUsingPort to fix tree | szym@chromium.org | 2011-11-07 | 1 | -1/+2 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -2/+2 |
* | AsyncHostResolver: integrated HostCache, temporarily, until we have RR cache. | agayev@chromium.org | 2011-07-21 | 1 | -0/+5 |
* | DnsTransaction: added a delegate interface. | agayev@chromium.org | 2011-07-18 | 1 | -1/+1 |
* | Added static method that allows creation of an AddressList from a list of IP ... | agayev@chromium.org | 2011-05-26 | 1 | -0/+5 |
* | net: Add NET_API to net/base | rvargas@google.com | 2011-05-18 | 1 | -1/+2 |
* | Re-order the declarations in AddressList to comply with style. | eroman@chromium.org | 2011-05-16 | 1 | -16/+14 |
* | Miscelaneous cleanups to AddressList to make it harder to mis-use. | eroman@chromium.org | 2011-05-12 | 1 | -25/+40 |
* | Move some files from base to base/memory. | levin@chromium.org | 2011-03-28 | 1 | -2/+2 |
* | Add constructor for creating an AddressList from a struct sockaddr. This is | mbelshe@chromium.org | 2011-03-02 | 1 | -0/+10 |
* | FBTF: Move code from .h to .cc in net/ | erg@google.com | 2010-09-15 | 1 | -15/+8 |
* | Fixed crash involving using NetAddress::Adopt() incorrectly | akalin@chromium.org | 2010-09-02 | 1 | -3/+4 |
* | Don't resolve IP literals. | vandebo@chromium.org | 2010-08-18 | 1 | -14/+6 |
* | Revert 56384 - Don't resolve IP literals. | vandebo@chromium.org | 2010-08-17 | 1 | -6/+14 |
* | Don't resolve IP literals. | vandebo@chromium.org | 2010-08-17 | 1 | -14/+6 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | Adds unit tests for how HttpAuthHandlerNegotiate creates SPNs. | cbentzel@chromium.org | 2010-04-28 | 1 | -2/+13 |
* | Adding extra argument DCHECKs to AddressList methods. | cbentzel@chromium.org | 2010-04-16 | 1 | -2/+1 |
* | HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the... | cbentzel@chromium.org | 2010-04-08 | 1 | -1/+10 |
* | Revert 43826 - HostResolver now adds AI_CANONNAME to the hint flags if a requ... | cbentzel@chromium.org | 2010-04-07 | 1 | -10/+1 |
* | HostResolver now adds AI_CANONNAME to the hint flags if a requester needs the... | cbentzel@chromium.org | 2010-04-07 | 1 | -1/+10 |
* | Really connect to the same server in FTP network transaction. | phajdan.jr@chromium.org | 2010-02-20 | 1 | -2/+8 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -1/+5 |
* | Use manually constructed IPv6 socket addresses for tests, rather than system ... | ericroman@google.com | 2009-07-18 | 1 | -0/+9 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -3/+26 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 1 | -1/+0 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Create a constructor to construct an AddressList::Data | wtc@google.com | 2008-07-28 | 1 | -0/+3 |
* | Add net to the repository. | initial.commit | 2008-07-26 | 1 | -0/+61 |