| Commit message (Expand) | Author | Age | Files | Lines |
* | Changes the UI for HTTP/FTP auth challenges to include the server's port. So ... | ericroman@google.com | 2009-05-21 | 1 | -8/+23 |
* | Add JSON-specific escaping, which has different rules from JS escaping.BUG=ht... | erikkay@google.com | 2009-05-20 | 1 | -6/+5 |
* | This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f... | jungshik@google.com | 2009-05-01 | 1 | -17/+21 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -12/+0 |
* | GetMyHostName is renamed GetHostName to match the name of | wtc@chromium.org | 2009-03-25 | 1 | -3/+2 |
* | Removed unneeded includes of base/scoped_ptr.h. Reduce usage from ~800 files ... | thestig@chromium.org | 2009-03-13 | 1 | -1/+0 |
* | Unfork the code path for loading net resources on mac, ie-put it back inline | thomasvl@chromium.org | 2009-03-11 | 1 | -14/+1 |
* | Slight code change to make some global variables const. | maruel@google.com | 2009-03-10 | 1 | -2/+4 |
* | Implement the PAC js-binding for "myIpAddress()". | ericroman@google.com | 2009-03-03 | 1 | -3/+18 |
* | Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd... | ericroman@google.com | 2009-03-02 | 1 | -0/+25 |
* | Change the string_escape functions to use string16 rather than wstring. | dsh@google.com | 2009-02-25 | 1 | -3/+4 |
* | Add IPv6 support to net::GetHostAndPort. | ericroman@google.com | 2009-02-23 | 1 | -25/+32 |
* | Update include paths for grit files. Go ahead and resort | tc@google.com | 2009-02-22 | 1 | -1/+1 |
* | Add parsing for PAC result strings -- ProxyInfo::UsePacString(). | ericroman@google.com | 2009-02-19 | 1 | -0/+46 |
* | generate test_shell.pak and hook up loading net resources from | tc@google.com | 2009-01-20 | 1 | -3/+3 |
* | Remove net_resources.rc and net_resources.h and replace it | tc@google.com | 2009-01-08 | 1 | -1/+4 |
* | Get rid of kPathSeparator on windows. Port some wstring function to take File... | estade@chromium.org | 2008-12-04 | 1 | -12/+16 |
* | Clean up some net/ code. Change a number of wstrings to FilePaths. | estade@chromium.org | 2008-11-24 | 1 | -0/+8 |
* | Port directory lister to allow the linux and mac test shells to display file ... | estade@chromium.org | 2008-11-20 | 1 | -10/+19 |
* | Make the net resource interface use StringPiece instead of std::string. This... | deanm@chromium.org | 2008-11-20 | 1 | -2/+3 |
* | Revert "Make the net resource interface use StringPiece instead of | tc@google.com | 2008-11-20 | 1 | -3/+2 |
* | Make the net resource interface use StringPiece instead of std::string. This... | deanm@chromium.org | 2008-11-20 | 1 | -2/+3 |
* | revert 5730 | estade@chromium.org | 2008-11-19 | 1 | -17/+8 |
* | Port directory lister to posix. | estade@chromium.org | 2008-11-19 | 1 | -8/+17 |
* | revert 5725 | estade@chromium.org | 2008-11-19 | 1 | -17/+8 |
* | Port directory lister so test shell can view file directories. | estade@chromium.org | 2008-11-19 | 1 | -8/+17 |
* | Change made by external contributor Ibrar Ahmed (ibrar.ahmad@gmail.com), revi... | erikkay@google.com | 2008-11-11 | 1 | -1/+19 |
* | Move Time, TimeDelta and TimeTicks into namespace base. | dsh@google.com | 2008-10-27 | 1 | -0/+2 |
* | Unrollback 3024 (partially rolled back in 3027). | ericroman@google.com | 2008-10-08 | 1 | -22/+0 |
* | Revert 3024, broke mac build. | maruel@google.com | 2008-10-08 | 1 | -0/+22 |
* | Pull in new googleurl@94 which includes GURL::EffectiveIntPort(). | ericroman@google.com | 2008-10-08 | 1 | -22/+0 |
* | Initial stab at http authentication (basic + digest) in new http stack. | ericroman@google.com | 2008-09-27 | 1 | -0/+22 |
* | Add UTF-8 check for JSON deserializer. | jungshik@google.com | 2008-09-25 | 1 | -2/+2 |
* | Fix IDNtoUnicode and unittest. | jungshik@google.com | 2008-09-11 | 1 | -2/+7 |
* | Do a better job at bounding HexToInt. | deanm@chromium.org | 2008-09-10 | 1 | -1/+1 |
* | Fix a crash caused by a NULL FILETIME when creating ftp | tc@google.com | 2008-09-04 | 1 | -3/+7 |
* | Move std::string16 to base::string16. Don't pollute the std namespace. Don't | mmentovai@google.com | 2008-08-27 | 1 | -3/+3 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Fix spurious gcc warning | dkegel@google.com | 2008-08-22 | 1 | -1/+1 |
* | Move FileURLToFilePath into platform specific files. Most of the logic in th... | tc@google.com | 2008-08-22 | 1 | -71/+0 |
* | Add net_util* to the SCons build. Fixes some ICU UChar issues in net_util. ... | tc@google.com | 2008-08-21 | 1 | -2/+1 |
* | Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla... | mmentovai@google.com | 2008-08-21 | 1 | -38/+35 |
* | Back out r1154 due to test failures | mmentovai@google.com | 2008-08-21 | 1 | -27/+38 |
* | Port cookie_monster, net_util, and registry_controlled_domain to POSIXish pla... | mmentovai@google.com | 2008-08-21 | 1 | -38/+27 |
* | Final character conversions for net_util. | paulg@google.com | 2008-08-20 | 1 | -4/+17 |
* | Fix some character conversions and Mac compile errors for net_util.cc. | paulg@google.com | 2008-08-20 | 1 | -16/+30 |
* | Move time formatters that only use ICU into base/time.* | tc@google.com | 2008-08-19 | 1 | -22/+4 |
* | Update a few forgotten users of the Sys StringPiece conversion functions to i... | deanm@google.com | 2008-08-19 | 1 | -1/+2 |
* | Remove the old NativeMB functions from string util, and use the new ones in s... | brettw@google.com | 2008-08-07 | 1 | -3/+4 |
* | Move more net classes into the net namespace. Also remove the net_util names... | darin@google.com | 2008-07-31 | 1 | -2/+2 |