| Commit message (Expand) | Author | Age | Files | Lines |
* | Move more uses of string16 to specify base:: | brettw@chromium.org | 2013-12-03 | 1 | -1/+1 |
* | FTP: fix parsing of busybox-generated directory listings | phajdan.jr@chromium.org | 2013-11-04 | 1 | -21/+17 |
* | Replace third_party/icu/public with third_party/icu/source in the include dir... | jshin@chromium.org | 2013-07-18 | 1 | -3/+3 |
* | Use a direct include of time headers in net/, part 2. | avi@chromium.org | 2013-06-28 | 1 | -2/+2 |
* | Use a direct include of strings headers in net/disk_cache/, net/dns/, net/ftp/. | avi@chromium.org | 2013-06-11 | 1 | -2/+2 |
* | Use a direct include of utf_string_conversions.h in net/. | avi@chromium.org | 2013-06-07 | 1 | -1/+1 |
* | net: Update the include paths of base/string_piece.h to its new location. | tfarina@chromium.org | 2013-04-13 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Revert "Rewrite std::string("") to std::string(), Linux edition." | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | Rewrite std::string("") to std::string(), Linux edition. | dcheng@chromium.org | 2013-04-09 | 1 | -1/+1 |
* | FTP: Make ICU resource loading fail loadly (CHECK) | phajdan.jr@chromium.org | 2013-04-08 | 1 | -0/+18 |
* | Convert net to use base::string16 instead of string16. | brettw@chromium.org | 2013-03-29 | 1 | -14/+17 |
* | src/: Update the remaining include paths of string_split.h to its new location. | tfarina@chromium.org | 2013-03-06 | 1 | -1/+1 |
* | Move string tokenizer to base/strings. | brettw@chromium.org | 2013-02-02 | 1 | -2/+2 |
* | Roll ICU and convert include style to standard Chromium style, | phajdan.jr@chromium.org | 2013-01-07 | 1 | -3/+3 |
* | FTP: fix compatibility with VMS server kednos.com | phajdan.jr@chromium.org | 2012-12-17 | 1 | -0/+6 |
* | FTP: misc fixes resulting from my testing. | phajdan.jr@chromium.org | 2012-12-04 | 1 | -2/+9 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-19 | 1 | -12/+15 |
* | Revert 114944 - Standardize StringToInt{,64} interface. | battre@chromium.org | 2011-12-18 | 1 | -15/+12 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-18 | 1 | -12/+15 |
* | Revert 114929 - Standardize StringToInt{,64} interface. | rsleevi@chromium.org | 2011-12-17 | 1 | -15/+12 |
* | Standardize StringToInt{,64} interface. | tedvessenes@gmail.com | 2011-12-17 | 1 | -12/+15 |
* | FTP: add directory listing parser for OS/2 format. | phajdan.jr@chromium.org | 2011-08-11 | 1 | -0/+62 |
* | FTP: split the directory listing parser test and re-enable it on TSan bots | phajdan.jr@chromium.org | 2011-05-06 | 1 | -37/+75 |
* | FTP: Multiple fixes for localized directory listings: | phajdan.jr@chromium.org | 2011-04-11 | 1 | -1/+8 |
* | FTP: fix a misuse of isspace (it can only operate on char, | phajdan.jr@chromium.org | 2011-04-09 | 1 | -6/+9 |
* | Revert 80587 - FTP: Multiple fixes for localized directory listings:- fix det... | phajdan.jr@chromium.org | 2011-04-06 | 1 | -8/+1 |
* | FTP: Multiple fixes for localized directory listings: | phajdan.jr@chromium.org | 2011-04-06 | 1 | -1/+8 |
* | FTP: use ICU to parse month abbreviations. | phajdan.jr@chromium.org | 2011-03-19 | 1 | -34/+35 |
* | Update code that previously constructed strings from string iterators only to... | erikwright@chromium.org | 2010-10-22 | 1 | -4/+12 |
* | FTP: fix parsing error on ftp.dell.com | phajdan.jr@chromium.org | 2010-09-14 | 1 | -8/+16 |
* | Convert more callers of the integer/string functions to using | brettw@chromium.org | 2010-07-31 | 1 | -4/+5 |
* | Fix out of array bounds access in VMSPathToUnix function. | inferno@chromium.org | 2010-04-08 | 1 | -1/+1 |
* | Fix the "ls -l" style date parser to correctly guess the year if it is not pr... | phajdan.jr@chromium.org | 2010-03-24 | 1 | -6/+17 |
* | net: string_utils.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 1 | -0/+1 |
* | Correctly handle file names with spaces in Windows FTP LIST parser. | phajdan.jr@chromium.org | 2010-01-12 | 1 | -0/+19 |
* | Implement parser for Netware-style FTP LIST response listing. | phajdan.jr@chromium.org | 2009-12-07 | 1 | -0/+33 |
* | Split FTP LIST parsing code into individual files for each listing style. | phajdan.jr@chromium.org | 2009-12-04 | 1 | -0/+40 |
* | Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa). | phajdan.jr@chromium.org | 2009-09-24 | 1 | -0/+107 |