summaryrefslogtreecommitdiffstats
path: root/net/base/net_util.h
Commit message (Expand)AuthorAgeFilesLines
* Split GoogleURLTrackerInfoBarDelegate into its own .h/.cc. This will make ch...pkasting@chromium.org2012-10-061-0/+3
* Remove NetAddressToString/getnameinfo() in favour of GURLthorogood@chromium.org2012-09-181-8/+10
* Use GURL for stringifying IPEndPoint rather than the system network libraries.eroman@chromium.org2012-09-081-15/+38
* [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...szym@chromium.org2012-08-151-0/+8
* Revert 151586 - [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort add...brettw@chromium.org2012-08-141-8/+0
* [net/dns] Resolve AF_UNSPEC on dual-stacked systems. Sort addresses according...szym@chromium.org2012-08-141-0/+8
* Add ipv6 probe events to NetLog, and add a buttonmmenke@chromium.org2012-07-191-1/+32
* Remove the rest of #pragma once in one big CL.ajwong@chromium.org2012-07-111-1/+0
* implement HaveOnlyLoopbackAddresses() for androidjames.wei@intel.com2012-06-151-0/+1
* Allow the omnibox to recognize as URLs inputs that have a host component that...pkasting@chromium.org2012-06-121-1/+1
* Reimplements net::AddressList without struct addrinfo.szym@chromium.org2012-05-071-27/+11
* Delete net::GetHeaderParamValueabarth@chromium.org2012-01-311-19/+0
* Improve parsing of the Content-Disposition headerabarth@chromium.org2012-01-271-26/+6
* No longer preconnect to unsafe ports. As UrlRequests weremmenke@chromium.org2011-12-131-2/+2
* export IsPortAllowedByDefault()toyoshim@chromium.org2011-12-011-6/+5
* net: Remove 3 exit time destructors and 3 static initializers.thakis@chromium.org2011-11-091-2/+2
* OpenBSD patches for net, split from CR #8275005robert.nagy@gmail.com2011-10-201-0/+1
* content: Make tab_contents_drag_source not depend on download_util.herg@google.com2011-10-181-2/+2
* Overwrite extensions of filenames determined from URLs if the URL could be a ...asanka@chromium.org2011-09-121-2/+3
* Mark ParseHostAndPort() as NET_EXPORT instead of NET_EXPORT_PRIVATE.sergeyu@chromium.org2011-08-291-2/+2
* Call GenerateSafeFilename() from GetSuggestedFilename().asanka@chromium.org2011-08-201-15/+30
* Rename NET_API to NET_EXPORT, and rename NET_TEST to NET_EXPORT_PRIVATE.darin@chromium.org2011-08-121-90/+94
* Move filename determination logic to net_util so that it's not split between ...asanka@chromium.org2011-08-091-6/+33
* DnsTransaction: added a delegate interface.agayev@chromium.org2011-07-181-0/+1
* Allow hyphens at the beginning of domain components, except for the last doma...pkasting@chromium.org2011-06-211-2/+3
* Changes to have chrome building with net.dllrvargas@google.com2011-06-031-1/+1
* net: Add NET_API to more code, this time what's used by chrome.dllrvargas@google.com2011-05-311-8/+8
* Fix bug 79905: Drag and drop of "DownloadURL" type ignores specified filename...jianli@chromium.org2011-05-181-9/+10
* net: Add NET_API to net/baservargas@google.com2011-05-181-78/+82
* Miscelaneous cleanups to AddressList to make it harder to mis-use.eroman@chromium.org2011-05-121-1/+5
* Prefer IPv4 in the ConnectBackupJob to work around broken IPv6 networkswtc@chromium.org2011-05-051-0/+10
* Eliminate wstring from base/utf_offset_string_conversions.h, net/base/escape....pkasting@chromium.org2011-05-031-57/+8
* Implement IpcNetworkMangersergeyu@chromium.org2011-04-211-1/+1
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-131-11/+48
* Revert 81343 - Add multiple-offset versions of the various URL reformatting f...mrossetti@chromium.org2011-04-131-48/+11
* Add multiple-offset versions of the various URL reformatting functions. Fixed...mrossetti@chromium.org2011-04-131-11/+48
* Add an opt-out header for HTTP throttling. Never throttle for localhost.joi@chromium.org2011-03-251-0/+8
* Remove most unnecessary uses of "net::" in net/base/.adamk@chromium.org2011-03-251-1/+1
* Add GetNetworkList() in net_utils.sergeyu@chromium.org2011-03-191-1/+24
* Log source ip and port in NetLog.willchan@chromium.org2011-01-261-2/+16
* wstring: make net::GetSuggestedFilename return utf-16evan@chromium.org2011-01-241-2/+2
* Explicitly whitelist the test server port.bauerb@chromium.org2010-12-101-1/+12
* net: Remove typedef net::URLRequest URLRequest;tfarina@chromium.org2010-11-301-1/+1
* Add support for the extended header parameter syntax in Content-Disposition h...jshin@chromium.org2010-11-031-8/+23
* Cleanup: Convert net::StripWWW to string16 and fix up the callsites.jhawkins@chromium.org2010-09-101-1/+1
* Remove the wstring FormatUrl() functions (and convert remaining users to the ...viettrungluu@chromium.org2010-08-311-14/+1
* Convert a bunch of uses of the wstring net::FormatUrl() to the new string16 one.viettrungluu@chromium.org2010-08-301-0/+5
* Provide a wstring-free version of FormatUrl(), part 1.viettrungluu@chromium.org2010-08-251-0/+8
* De-wstringify some browser startup code and net utility.evan@chromium.org2010-08-041-1/+1
* Net: Convert username and password to string16.thestig@chromium.org2010-07-291-2/+2