summaryrefslogtreecommitdiffstats
path: root/net/base/net_util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* `#pragma once` for app, base, chrome, gfx, ipc, net, skia, viewsthakis@chromium.org2010-07-261-0/+1
* [Linux] Enable connecting to localhost when offline.vandebo@chromium.org2010-07-231-0/+4
* In addition to the logging the IP address that a TCP connect is made to, also...eroman@chromium.org2010-06-161-0/+10
* Allow bypassing a block of IP addresses using CIDR notation in the proxy bypa...eroman@chromium.org2010-06-081-0/+46
* Strip the trailing slash from URLs like "http://google.com/". This especiall...pkasting@chromium.org2010-06-021-4/+14
* FTP: fix navigating to files listed under non-ASCII charactersphajdan.jr@chromium.org2010-05-111-4/+6
* Re-instate the temporary revert from r45267. That reverted certainshess@chromium.org2010-04-231-13/+27
* Send content settings based on the URL to the renderer instead of just the host.jochen@chromium.org2010-04-231-1/+4
* Temporarily revert certain Omnibox, toolbar, tab animations, and othershess@chromium.org2010-04-221-28/+14
* Strips http from the omniboxsky@chromium.org2010-04-091-14/+28
* Make various types of input work better with ctrl-enter. If we detected that...pkasting@chromium.org2010-03-221-1/+6
* Add IPv6 probing support, and disable IPv6 resolution when it is useless jar@chromium.org2010-02-081-0/+5
* Revert 38323 - Add IPv6 probing support, and disable IPv6 resolution when it ...jar@chromium.org2010-02-071-3/+0
* Add IPv6 probing support, and disable IPv6 resolution when it is uselessjar@chromium.org2010-02-071-0/+3
* Fix various problems with inline autocomplete and URLs that change length dur...pkasting@chromium.org2009-11-071-19/+40
* Enable localization of default downloaded filename.tony@chromium.org2009-11-041-3/+3
* Allow trailing dots on hostnames.pkasting@chromium.org2009-11-031-0/+1
* Loosen RFC 1738 compliance check to allow underscores where we already allowe...pkasting@chromium.org2009-10-271-4/+5
* Do some cleanup of file path name handling.brettw@chromium.org2009-10-221-11/+14
* Classify more types of input as queries.pkasting@chromium.org2009-10-161-0/+11
* Move the clipboard stuff out of base and into app/clipboard. I renamedbrettw@chromium.org2009-10-031-6/+0
* The "Copy URL" link is always greyed out in the Chrome menu on popups [crbug....ericu@google.com2009-10-011-0/+6
* More correctly handle username and password in FtpNetworkTransaction.phajdan.jr@chromium.org2009-09-161-0/+6
* Change the URLs used to access "view-cache:" and "view-net-internals:".eroman@chromium.org2009-09-141-1/+1
* Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show.mirandac@chromium.org2009-09-091-0/+10
* Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.eroman@chromium.org2009-08-041-0/+5
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-091-6/+19
* Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)ericroman@google.com2009-06-231-4/+10
* Local text file with spaces in filename is urlencoded in tab titlemhm@chromium.org2009-06-031-8/+11
* Shows Unicode IDN instead of Punycode in the followings:brettw@google.com2009-05-221-0/+33
* Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...ericroman@google.com2009-05-211-8/+15
* Include C system headers before C++ system headers.wtc@chromium.org2009-05-181-3/+4
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-011-12/+19
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-4/+0
* GetMyHostName is renamed GetHostName to match the name ofwtc@chromium.org2009-03-251-1/+1
* Remove unneeded includes of googleurl/src/url_parse.h and url_canon.h.thestig@chromium.org2009-03-121-2/+0
* NO CODE CHANGEdeanm@chromium.org2009-03-111-1/+0
* Implement the PAC js-binding for "myIpAddress()".ericroman@google.com2009-03-031-0/+3
* Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...ericroman@google.com2009-03-021-0/+5
* Add IPv6 support to net::GetHostAndPort.ericroman@google.com2009-02-231-1/+1
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-0/+13