| Commit message (Expand) | Author | Age | Files | Lines |
* | Implement support for p2p socket UDP packages to set the Differntiated Servic... | hubbe@chromium.org | 2013-10-22 | 1 | -0/+28 |
* | Cleanup: Fix style errors and remove unused #includes in net/base/net_util.h,... | thestig@chromium.org | 2013-10-14 | 1 | -6/+4 |
* | Cleanup of GetNetworkList code. | vitalybuka@chromium.org | 2013-09-29 | 1 | -2/+2 |
* | Added NetworkInterface::network_prefix. | vitalybuka@chromium.org | 2013-09-26 | 1 | -1/+11 |
* | Revert 225303 "Added NetworkInterface::network_prefix." | vitalybuka@chromium.org | 2013-09-26 | 1 | -11/+1 |
* | Added NetworkInterface::network_prefix. | vitalybuka@chromium.org | 2013-09-26 | 1 | -1/+11 |
* | Switch the offset conversion routines from an "offsets point at characters" | pkasting@chromium.org | 2013-09-11 | 1 | -9/+19 |
* | Net: make IsSafePortableRelativePath look for reserved names on all components. | rvargas@chromium.org | 2013-09-07 | 1 | -9/+6 |
* | Land Recent QUIC changes. | rtenneti@chromium.org | 2013-09-05 | 1 | -0/+3 |
* | Move server socket functionality from TCPServerSocket into TCPSocket. | yzshen@chromium.org | 2013-09-01 | 1 | -0/+3 |
* | Adds a new method, net::IsIPAddressReserved, that returns true if an IP address | felt@chromium.org | 2013-08-23 | 1 | -4/+7 |
* | Adds new UMA entries to give us SSL clickthrough rates specific to intranet s... | felt@chromium.org | 2013-08-03 | 1 | -0/+7 |
* | Relax IsCanonicalizedHostCompliant again: allow the last component to start with | pkasting@chromium.org | 2013-07-30 | 1 | -3/+3 |
* | Remove interface probing for IPv6 support from HostResolverImpl | szym@chromium.org | 2013-07-18 | 1 | -35/+0 |
* | Use a direct include of strings headers in net/android/, net/base/, net/cert/... | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Land Recent QUIC changes. | rtenneti@chromium.org | 2013-05-16 | 1 | -0/+5 |
* | Sanitize directory names from chrome.downloads.onDeterminingFilename. | benjhayden@chromium.org | 2013-05-05 | 1 | -0/+21 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 1 | -24/+25 |
* | Add WifiPHYLayerProtocol to SystemProfile. | szym@chromium.org | 2013-02-13 | 1 | -0/+22 |
* | Add FilePath to base namespace. | brettw@chromium.org | 2013-02-02 | 1 | -10/+11 |
* | Move DecodeFilenameValue and DecodeExt value into http_content_disposition. | asanka@chromium.org | 2012-12-15 | 1 | -9/+2 |
* | Split GoogleURLTrackerInfoBarDelegate into its own .h/.cc. This will make ch... | pkasting@chromium.org | 2012-10-06 | 1 | -0/+3 |
* | Remove NetAddressToString/getnameinfo() in favour of GURL | thorogood@chromium.org | 2012-09-18 | 1 | -8/+10 |
* | Use GURL for stringifying IPEndPoint rather than the system network libraries. | eroman@chromium.org | 2012-09-08 | 1 | -15/+38 |
* | [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according... | szym@chromium.org | 2012-08-15 | 1 | -0/+8 |
* | Revert 151586 - [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort add... | brettw@chromium.org | 2012-08-14 | 1 | -8/+0 |
* | [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according... | szym@chromium.org | 2012-08-14 | 1 | -0/+8 |
* | Add ipv6 probe events to NetLog, and add a button | mmenke@chromium.org | 2012-07-19 | 1 | -1/+32 |
* | Remove the rest of #pragma once in one big CL. | ajwong@chromium.org | 2012-07-11 | 1 | -1/+0 |
* | implement HaveOnlyLoopbackAddresses() for android | james.wei@intel.com | 2012-06-15 | 1 | -0/+1 |
* | Allow the omnibox to recognize as URLs inputs that have a host component that... | pkasting@chromium.org | 2012-06-12 | 1 | -1/+1 |
* | Reimplements net::AddressList without struct addrinfo. | szym@chromium.org | 2012-05-07 | 1 | -27/+11 |
* | Delete net::GetHeaderParamValue | abarth@chromium.org | 2012-01-31 | 1 | -19/+0 |
* | Improve parsing of the Content-Disposition header | abarth@chromium.org | 2012-01-27 | 1 | -26/+6 |
* | No longer preconnect to unsafe ports. As UrlRequests were | mmenke@chromium.org | 2011-12-13 | 1 | -2/+2 |
* | export IsPortAllowedByDefault() | toyoshim@chromium.org | 2011-12-01 | 1 | -6/+5 |
* | net: Remove 3 exit time destructors and 3 static initializers. | thakis@chromium.org | 2011-11-09 | 1 | -2/+2 |
* | OpenBSD patches for net, split from CR #8275005 | robert.nagy@gmail.com | 2011-10-20 | 1 | -0/+1 |
* | content: Make tab_contents_drag_source not depend on download_util.h | erg@google.com | 2011-10-18 | 1 | -2/+2 |
* | Overwrite extensions of filenames determined from URLs if the URL could be a ... | asanka@chromium.org | 2011-09-12 | 1 | -2/+3 |
* | Mark ParseHostAndPort() as NET_EXPORT instead of NET_EXPORT_PRIVATE. | sergeyu@chromium.org | 2011-08-29 | 1 | -2/+2 |
* | Call GenerateSafeFilename() from GetSuggestedFilename(). | asanka@chromium.org | 2011-08-20 | 1 | -15/+30 |
* | Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE. | darin@chromium.org | 2011-08-12 | 1 | -90/+94 |
* | Move filename determination logic to net_util so that it's not split between ... | asanka@chromium.org | 2011-08-09 | 1 | -6/+33 |
* | DnsTransaction: added a delegate interface. | agayev@chromium.org | 2011-07-18 | 1 | -0/+1 |
* | Allow hyphens at the beginning of domain components, except for the last doma... | pkasting@chromium.org | 2011-06-21 | 1 | -2/+3 |
* | Changes to have chrome building with net.dll | rvargas@google.com | 2011-06-03 | 1 | -1/+1 |
* | net: Add NET_API to more code, this time what's used by chrome.dll | rvargas@google.com | 2011-05-31 | 1 | -8/+8 |
* | Fix bug 79905: Drag and drop of "DownloadURL" type ignores specified filename... | jianli@chromium.org | 2011-05-18 | 1 | -9/+10 |
* | net: Add NET_API to net/base | rvargas@google.com | 2011-05-18 | 1 | -78/+82 |