| Commit message (Expand) | Author | Age | Files | Lines |
* | Pass the file size infomration from the FTP network transaction | phajdan.jr@chromium.org | 2010-02-13 | 4 | -7/+54 |
* | Add bounds checking to StaticSocketDataProvider, to make tests more reliable | phajdan.jr@chromium.org | 2010-02-09 | 1 | -6/+10 |
* | Make description in FTP data connection histogram more accurate. | phajdan.jr@chromium.org | 2010-01-20 | 1 | -3/+3 |
* | Remove the fallback Mozilla code for parsing FTP LIST response. | phajdan.jr@chromium.org | 2010-01-20 | 1 | -17/+4 |
* | Record more categories of errors for ftp data connection histograms. | phajdan.jr@chromium.org | 2010-01-12 | 1 | -1/+22 |
* | Correctly handle file names with spaces in Windows FTP LIST parser. | phajdan.jr@chromium.org | 2010-01-12 | 6 | -20/+62 |
* | Cleanup histogram classes mixing SetFlags into FactoryGet arguments | jar@chromium.org | 2009-12-28 | 2 | -47/+23 |
* | Implement support for MLSD FTP command in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-12-22 | 3 | -6/+71 |
* | Minor cleanup: add a sys_addrinfo.h header that hides the platform-specific i... | eroman@chromium.org | 2009-12-12 | 1 | -7/+1 |
* | Add support for MLSD FTP directory listing (RFC-3659) | phajdan.jr@chromium.org | 2009-12-10 | 6 | -0/+237 |
* | Compatibility updates for "ls -l" style FTP LIST response parser: | phajdan.jr@chromium.org | 2009-12-10 | 3 | -2/+12 |
* | Compatibility improvements for "ls -l" FTP LIST response format. | phajdan.jr@chromium.org | 2009-12-08 | 4 | -19/+46 |
* | Add support for wu-ftpd style FTP LIST response format. | phajdan.jr@chromium.org | 2009-12-08 | 4 | -17/+64 |
* | net/ftp: Fix control response parsing for a corner cases where the first line... | thestig@chromium.org | 2009-12-07 | 3 | -17/+42 |
* | Implement parser for Netware-style FTP LIST response listing. | phajdan.jr@chromium.org | 2009-12-07 | 11 | -57/+335 |
* | Use factory to create histograms, and refcounts to track lifetimes | jar@chromium.org | 2009-12-06 | 2 | -20/+24 |
* | Split FTP LIST parsing code into individual files for each listing style. | phajdan.jr@chromium.org | 2009-12-04 | 19 | -1011/+1164 |
* | Make new FTP LIST parsing code more robust. | phajdan.jr@chromium.org | 2009-12-03 | 3 | -16/+98 |
* | Fix recognizing FTP listings consisting of only one line. | phajdan.jr@chromium.org | 2009-11-23 | 6 | -1/+57 |
* | Fix one source of flakiness of FTP tests. | phajdan.jr@chromium.org | 2009-11-23 | 2 | -0/+33 |
* | Add compiler-specific "examine printf format" attributes to printfs. | evan@chromium.org | 2009-11-20 | 2 | -5/+7 |
* | Add histograms for data connection error types. | phajdan.jr@chromium.org | 2009-11-17 | 2 | -0/+80 |
* | There was confusion in the mock socket classes due to | mbelshe@google.com | 2009-11-11 | 1 | -190/+190 |
* | Distinguish between old and new FTP LIST response parsers | phajdan.jr@chromium.org | 2009-11-10 | 2 | -10/+18 |
* | Use the new FTP LIST parsing code in the browser. | phajdan.jr@chromium.org | 2009-11-07 | 3 | -6/+23 |
* | Disable an FTP test which contains a date with year 2079 due to year-2038 pro... | phajdan.jr@chromium.org | 2009-11-07 | 1 | -0/+3 |
* | Implement Windows FTP directory listing parser. | phajdan.jr@chromium.org | 2009-11-07 | 5 | -2/+163 |
* | Fix the "ls -l" FTP LIST format parser to understand correctly | phajdan.jr@chromium.org | 2009-11-06 | 4 | -2/+13 |
* | Second patch in making destructors of refcounted objects private. | jam@chromium.org | 2009-11-05 | 1 | -0/+4 |
* | Coverity: Fix leaking UCharsetDetector in ftp code. | mattm@chromium.org | 2009-11-05 | 2 | -0/+2 |
* | Implement VMS FTP directory listing parser. | phajdan.jr@chromium.org | 2009-11-04 | 5 | -79/+505 |
* | Add LoadLog to ClientSocket::Connect(). | willchan@chromium.org | 2009-11-02 | 1 | -2/+2 |
* | Correctly handle FTP servers which unexpectedly close the control connection. | phajdan.jr@chromium.org | 2009-11-02 | 2 | -0/+35 |
* | Also parse file size in new FTP LIST parsing code. | phajdan.jr@chromium.org | 2009-10-29 | 4 | -15/+24 |
* | Fix SCOPED_TRACE to not access memory in a wrong way. | phajdan.jr@chromium.org | 2009-10-28 | 1 | -1/+1 |
* | First parts of new FTP LIST response parsing code. | phajdan.jr@chromium.org | 2009-10-28 | 6 | -0/+621 |
* | Fix compatibility problems with FileZilla FTP Server. | phajdan.jr@chromium.org | 2009-10-21 | 2 | -8/+31 |
* | A couple new io buffers that encapsulate more data and are therefore easier t... | vandebo@chromium.org | 2009-10-14 | 2 | -15/+8 |
* | Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ... | pkasting@chromium.org | 2009-09-29 | 1 | -6/+6 |
* | Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa). | phajdan.jr@chromium.org | 2009-09-24 | 6 | -12/+442 |
* | Cache login identity for NewFTP transactions. | phajdan.jr@chromium.org | 2009-09-22 | 3 | -86/+101 |
* | Unescape FTP URL paths, Firefox-compatible. | phajdan.jr@chromium.org | 2009-09-21 | 3 | -30/+55 |
* | Various cleanups FTP-related. | phajdan.jr@chromium.org | 2009-09-18 | 2 | -28/+11 |
* | Reverting 26419. | tyoshino@google.com | 2009-09-17 | 3 | -102/+86 |
* | Cache login identity for NewFTP transactions. | phajdan.jr@chromium.org | 2009-09-16 | 3 | -86/+102 |
* | More correctly handle username and password in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-09-16 | 2 | -3/+143 |
* | Return ERR_FILE_NOT_FOUND from FtpNetworkTransaction when we can. | phajdan.jr@chromium.org | 2009-09-09 | 2 | -3/+34 |
* | Get rid of the data socket completely when data transfer is finished. | phajdan.jr@chromium.org | 2009-09-09 | 1 | -0/+4 |
* | Cleanup: use OK instead of 0 when checking return code in ftp_network_transac... | phajdan.jr@chromium.org | 2009-09-02 | 1 | -1/+1 |
* | Don't log FTP commands being issued. | phajdan.jr@chromium.org | 2009-09-01 | 1 | -1/+0 |