summaryrefslogtreecommitdiffstats
path: root/net/base/net_util.cc
Commit message (Expand)AuthorAgeFilesLines
* Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h.eroman@chromium.org2009-08-041-0/+9
* Don't use an assignment as a truth value.wtc@chromium.org2009-07-301-4/+3
* gcc >= 4.3 fixesmdm@chromium.org2009-07-301-1/+1
* Make IsIDNComponentSafe in net/base/net_util.cc thread-safe with a lock. jshin@chromium.org2009-07-291-36/+41
* Make IDN check faster by caching the exemplar setsjshin@chromium.org2009-07-141-24/+68
* Fix the local directory listing, FTP directory listing and the local file han...jshin@chromium.org2009-07-091-4/+10
* Merge WebKit r42737, which added port 3659wtc@chromium.org2009-06-241-6/+8
* Original patch by pmarks@google.com (see http://codereview.chromium.org/113944)ericroman@google.com2009-06-231-28/+19
* To show IDN in view-source URLs, add special handling for view-source scheme inbrettw@chromium.org2009-06-041-0/+54
* Local text file with spaces in filename is urlencoded in tab titlemhm@chromium.org2009-06-031-16/+23
* Shows Unicode IDN instead of Punycode in the followings:brettw@google.com2009-05-221-0/+144
* Changes the UI for HTTP/FTP auth challenges to include the server's port. So ...ericroman@google.com2009-05-211-8/+23
* Add JSON-specific escaping, which has different rules from JS escaping.BUG=ht...erikkay@google.com2009-05-201-6/+5
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-011-17/+21
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-12/+0
* GetMyHostName is renamed GetHostName to match the name ofwtc@chromium.org2009-03-251-3/+2
* Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ...thestig@chromium.org2009-03-131-1/+0
* Unfork the code path for loading net resources on mac, ie-put it back inlinethomasvl@chromium.org2009-03-111-14/+1
* Slight code change to make some global variables const.maruel@google.com2009-03-101-2/+4
* Implement the PAC js-binding for "myIpAddress()".ericroman@google.com2009-03-031-3/+18
* Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...ericroman@google.com2009-03-021-0/+25
* Change the string_escape functions to use string16 rather than wstring.dsh@google.com2009-02-251-3/+4
* Add IPv6 support to net::GetHostAndPort.ericroman@google.com2009-02-231-25/+32
* Update include paths for grit files. Go ahead and resorttc@google.com2009-02-221-1/+1
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-0/+46
* generate test_shell.pak and hook up loading net resources fromtc@google.com2009-01-201-3/+3
* Remove net_resources.rc and net_resources.h and replace ittc@google.com2009-01-081-1/+4
* Get rid of kPathSeparator on windows. Port some wstring function to take File...estade@chromium.org2008-12-041-12/+16
* Clean up some net/ code. Change a number of wstrings to FilePaths.estade@chromium.org2008-11-241-0/+8
* Port directory lister to allow the linux and mac test shells to display file ...estade@chromium.org2008-11-201-10/+19
* Make the net resource interface use StringPiece instead of std::string. This...deanm@chromium.org2008-11-201-2/+3
* Revert "Make the net resource interface use StringPiece instead oftc@google.com2008-11-201-3/+2
* Make the net resource interface use StringPiece instead of std::string. This...deanm@chromium.org2008-11-201-2/+3
* revert 5730estade@chromium.org2008-11-191-17/+8
* Port directory lister to posix.estade@chromium.org2008-11-191-8/+17
* revert 5725estade@chromium.org2008-11-191-17/+8
* Port directory lister so test shell can view file directories.estade@chromium.org2008-11-191-8/+17
* Change made by external contributor Ibrar Ahmed (ibrar.ahmad@gmail.com), revi...erikkay@google.com2008-11-111-1/+19
* Move Time, TimeDelta and TimeTicks into namespace base.dsh@google.com2008-10-271-0/+2
* Unrollback 3024 (partially rolled back in 3027).ericroman@google.com2008-10-081-22/+0
* Revert 3024, broke mac build.maruel@google.com2008-10-081-0/+22
* Pull in new googleurl@94 which includes GURL::EffectiveIntPort().ericroman@google.com2008-10-081-22/+0
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+22
* Add UTF-8 check for JSON deserializer.jungshik@google.com2008-09-251-2/+2
* Fix IDNtoUnicode and unittest. jungshik@google.com2008-09-111-2/+7
* Do a better job at bounding HexToInt.deanm@chromium.org2008-09-101-1/+1
* Fix a crash caused by a NULL FILETIME when creating ftptc@google.com2008-09-041-3/+7
* Move std::string16 to base::string16. Don't pollute the std namespace. Don'tmmentovai@google.com2008-08-271-3/+3
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Fix spurious gcc warning dkegel@google.com2008-08-221-1/+1