| Commit message (Expand) | Author | Age | Files | Lines |
* | net: string_utils.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -0/+1 |
* | Pulls the latest googleurl to get the fix for | brettw@chromium.org | 2010-03-06 | 1 | -2/+2 |
* | Add dotfile tests to NetUtil.GetSuggestedFilename | evan@chromium.org | 2010-01-11 | 1 | -0/+16 |
* | Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i... | eroman@chromium.org | 2009-12-12 | 1 | -6/+1 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 1 | -10/+10 |
* | Fix various problems with inline autocomplete and URLs that change length dur... | pkasting@chromium.org | 2009-11-07 | 1 | -21/+162 |
* | Enable localization of default downloaded filename. | tony@chromium.org | 2009-11-04 | 1 | -29/+47 |
* | Allow trailing dots on hostnames. | pkasting@chromium.org | 2009-11-03 | 1 | -1/+3 |
* | Loosen RFC 1738 compliance check to allow underscores where we already allowe... | pkasting@chromium.org | 2009-10-27 | 1 | -7/+8 |
* | Do some cleanup of file path name handling. | brettw@chromium.org | 2009-10-22 | 1 | -31/+36 |
* | Moved patch from 297003 over to committer repository. | rolandsteiner@chromium.org | 2009-10-22 | 1 | -0/+16 |
* | Classify more types of input as queries. | pkasting@chromium.org | 2009-10-16 | 1 | -0/+31 |
* | More correctly handle username and password in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-09-16 | 1 | -0/+65 |
* | Change the URLs used to access "view-cache:" and "view-net-internals:". | eroman@chromium.org | 2009-09-14 | 1 | -1/+1 |
* | Check in patch for pierre.lafayette, http://codereview.chromium.org/178059/show. | mirandac@chromium.org | 2009-09-09 | 1 | -0/+16 |
* | Replace icu38/icu38.gyp with icu/icu.gyp in gyp files replace all the refere... | jshin@chromium.org | 2009-09-09 | 1 | -2/+2 |
* | Split out HttpUtil::SpecForRequest() into a more generic function of net_util.h. | eroman@chromium.org | 2009-08-04 | 1 | -0/+44 |
* | Add a few more cases to NetUtilTest.IDN* tests. Because IDN*Slow test is much... | jshin@chromium.org | 2009-07-15 | 1 | -13/+42 |
* | Fix the local directory listing, FTP directory listing and the local file han... | jshin@chromium.org | 2009-07-09 | 1 | -19/+47 |
* | To show IDN in view-source URLs, add special handling for view-source scheme in | brettw@chromium.org | 2009-06-04 | 1 | -1/+27 |
* | Enable a test, by masking failures if the system does not support IPv6. | eroman@chromium.org | 2009-06-03 | 1 | -7/+11 |
* | Local text file with spaces in filename is urlencoded in tab title | mhm@chromium.org | 2009-06-03 | 1 | -23/+33 |
* | Shows Unicode IDN instead of Punycode in the followings: | brettw@google.com | 2009-05-22 | 1 | -0/+164 |
* | Changes the UI for HTTP/FTP auth challenges to include the server's port. So ... | ericroman@google.com | 2009-05-21 | 1 | -2/+39 |
* | Split NetUtilTest.IDNToUnicode into IDNToUnicodeFast and IDNToUnicodeSlow. En... | thestig@chromium.org | 2009-05-13 | 1 | -272/+294 |
* | This CL makes Chrome on par with Firefox in terms of 'GetSuggestedFilename' f... | jungshik@google.com | 2009-05-01 | 1 | -65/+123 |
* | Switching things to FilePath: | phajdan.jr@chromium.org | 2009-04-07 | 1 | -47/+48 |
* | GetMyHostName is renamed GetHostName to match the name of | wtc@chromium.org | 2009-03-25 | 1 | -4/+4 |
* | Remove logging.h from cc files that don't use it. | thestig@chromium.org | 2009-03-12 | 1 | -1/+0 |
* | Slight code change to make some global variables const. | maruel@google.com | 2009-03-10 | 1 | -12/+26 |
* | Implement the PAC js-binding for "myIpAddress()". | ericroman@google.com | 2009-03-03 | 1 | -0/+8 |
* | Add js bindings layer for ProxyResolverV8 {"alert()", "dnsResolve()", "myIpAd... | ericroman@google.com | 2009-03-02 | 1 | -1/+88 |
* | Add IPv6 support to net::GetHostAndPort. | ericroman@google.com | 2009-02-23 | 1 | -4/+9 |
* | Add parsing for PAC result strings -- ProxyInfo::UsePacString(). | ericroman@google.com | 2009-02-19 | 1 | -0/+41 |
* | Bring in googleurl changes which fix URL parsing layout test. | mmoss@chromium.org | 2009-01-27 | 1 | -1/+1 |
* | Port directory lister to allow the linux and mac test shells to display file ... | estade@chromium.org | 2008-11-20 | 1 | -8/+11 |
* | Unrollback 3024 (partially rolled back in 3027). | ericroman@google.com | 2008-10-08 | 1 | -28/+0 |
* | Revert 3024, broke mac build. | maruel@google.com | 2008-10-08 | 1 | -0/+28 |
* | Pull in new googleurl@94 which includes GURL::EffectiveIntPort(). | ericroman@google.com | 2008-10-08 | 1 | -28/+0 |
* | Initial stab at http authentication (basic + digest) in new http stack. | ericroman@google.com | 2008-09-27 | 1 | -0/+28 |
* | Fix IDNtoUnicode and unittest. | jungshik@google.com | 2008-09-11 | 1 | -2/+2 |
* | Fix a crash caused by a NULL FILETIME when creating ftp | tc@google.com | 2008-09-04 | 1 | -0/+35 |
* | Move std::string16 to base::string16. Don't pollute the std namespace. Don't | mmentovai@google.com | 2008-08-27 | 1 | -2/+2 |
* | Use a more compact license header in source files. | license.bot | 2008-08-24 | 1 | -28/+4 |
* | Move FileURLToFilePath into platform specific files. Most of the logic in th... | tc@google.com | 2008-08-22 | 1 | -5/+38 |
* | Enable -Werror on the Mac. Fix two more warnings just added to our build. N... | mmentovai@google.com | 2008-08-22 | 1 | -3/+3 |
* | This line should not have ever changed | mmentovai@google.com | 2008-08-21 | 1 | -1/+1 |
* | Fix the final gcc warnings in base and net. Provide some macros to selective... | mmentovai@google.com | 2008-08-21 | 1 | -10/+10 |
* | Add net_util* to the SCons build. Fixes some ICU UChar issues in net_util. ... | tc@google.com | 2008-08-21 | 1 | -41/+61 |
* | Move more net classes into the net namespace. Also remove the net_util names... | darin@google.com | 2008-07-31 | 1 | -27/+27 |