summaryrefslogtreecommitdiffstats
path: root/net/base/net_util_unittest.cc
Commit message (Expand)AuthorAgeFilesLines
* This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f...jungshik@google.com2009-05-011-65/+123
* Switching things to FilePath:phajdan.jr@chromium.org2009-04-071-47/+48
* GetMyHostName is renamed GetHostName to match the name ofwtc@chromium.org2009-03-251-4/+4
* Remove logging.h from cc files that don't use it.thestig@chromium.org2009-03-121-1/+0
* Slight code change to make some global variables const.maruel@google.com2009-03-101-12/+26
* Implement the PAC js-binding for "myIpAddress()".ericroman@google.com2009-03-031-0/+8
* Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd...ericroman@google.com2009-03-021-1/+88
* Add IPv6 support to net::GetHostAndPort.ericroman@google.com2009-02-231-4/+9
* Add parsing for PAC result strings -- ProxyInfo::UsePacString().ericroman@google.com2009-02-191-0/+41
* Bring in googleurl changes which fix URL parsing layout test.mmoss@chromium.org2009-01-271-1/+1
* Port directory lister to allow the linux and mac test shells to display file ...estade@chromium.org2008-11-201-8/+11
* Unrollback 3024 (partially rolled back in 3027).ericroman@google.com2008-10-081-28/+0
* Revert 3024, broke mac build.maruel@google.com2008-10-081-0/+28
* Pull in new googleurl@94 which includes GURL::EffectiveIntPort().ericroman@google.com2008-10-081-28/+0
* Initial stab at http authentication (basic + digest) in new http stack.ericroman@google.com2008-09-271-0/+28
* Fix IDNtoUnicode and unittest. jungshik@google.com2008-09-111-2/+2
* Fix a crash caused by a NULL FILETIME when creating ftptc@google.com2008-09-041-0/+35
* Move std::string16 to base::string16. Don't pollute the std namespace. Don'tmmentovai@google.com2008-08-271-2/+2
* Use a more compact license header in source files.license.bot2008-08-241-28/+4
* Move FileURLToFilePath into platform specific files. Most of the logic in th...tc@google.com2008-08-221-5/+38
* Enable -Werror on the Mac. Fix two more warnings just added to our build. N...mmentovai@google.com2008-08-221-3/+3
* This line should not have ever changedmmentovai@google.com2008-08-211-1/+1
* Fix the final gcc warnings in base and net. Provide some macros to selective...mmentovai@google.com2008-08-211-10/+10
* Add net_util* to the SCons build. Fixes some ICU UChar issues in net_util. ...tc@google.com2008-08-211-41/+61
* Move more net classes into the net namespace. Also remove the net_util names...darin@google.com2008-07-311-27/+27
* Add net to the repository.initial.commit2008-07-261-0/+671