| Commit message (Expand) | Author | Age | Files | Lines |
* | Fix a renderer crash while processing FTP directory listing. | phajdan.jr@chromium.org | 2010-06-26 | 1 | -1/+1 |
* | FTP: fix navigating to files listed under non-ASCII characters | phajdan.jr@chromium.org | 2010-05-11 | 1 | -29/+5 |
* | 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 | -3/+4 |
* | Add support for MLSD FTP directory listing (RFC-3659) | phajdan.jr@chromium.org | 2009-12-10 | 1 | -0/+2 |
* | Implement parser for Netware-style FTP LIST response listing. | phajdan.jr@chromium.org | 2009-12-07 | 1 | -2/+14 |
* | Split FTP LIST parsing code into individual files for each listing style. | phajdan.jr@chromium.org | 2009-12-04 | 1 | -4/+6 |
* | Fix recognizing FTP listings consisting of only one line. | phajdan.jr@chromium.org | 2009-11-23 | 1 | -1/+30 |
* | Use the new FTP LIST parsing code in the browser. | phajdan.jr@chromium.org | 2009-11-07 | 1 | -0/+7 |
* | Implement Windows FTP directory listing parser. | phajdan.jr@chromium.org | 2009-11-07 | 1 | -0/+1 |
* | Coverity: Fix leaking UCharsetDetector in ftp code. | mattm@chromium.org | 2009-11-05 | 1 | -0/+1 |
* | Implement VMS FTP directory listing parser. | phajdan.jr@chromium.org | 2009-11-04 | 1 | -14/+20 |
* | First parts of new FTP LIST response parsing code. | phajdan.jr@chromium.org | 2009-10-28 | 1 | -0/+134 |