summaryrefslogtreecommitdiffstats
path: root/net/base/net_util.h
Commit message (Expand)AuthorAgeFilesLines
* 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
* Get rid of kPathSeparator on windows. Port some wstring function to take File...estade@chromium.org2008-12-041-0/+2
* Clean up some net/ code. Change a number of wstrings to FilePaths.estade@chromium.org2008-11-241-0/+3
* Port directory lister to allow the linux and mac test shells to display file ...estade@chromium.org2008-11-201-5/+6
* revert 5730estade@chromium.org2008-11-191-6/+5
* Port directory lister to posix.estade@chromium.org2008-11-191-5/+6
* revert 5725estade@chromium.org2008-11-191-6/+5
* Port directory lister so test shell can view file directories.estade@chromium.org2008-11-191-5/+6
* Change made by external contributor Ibrar Ahmed (ibrar.ahmad@gmail.com), revi...erikkay@google.com2008-11-111-0/+3
* Unrollback 3024 (partially rolled back in 3027).ericroman@google.com2008-10-081-5/+0
* Revert 3024, broke mac build.maruel@google.com2008-10-081-0/+5
* Pull in new googleurl@94 which includes GURL::EffectiveIntPort().ericroman@google.com2008-10-081-5/+0
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+5
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Add net_util* to the SCons build. Fixes some ICU UChar issues in net_util. ...tc@google.com2008-08-211-1/+2
* Fix some character conversions and Mac compile errors for net_util.cc.paulg@google.com2008-08-201-2/+9
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-2/+2
* Add net to the repository.initial.commit2008-07-261-0/+153