| Commit message (Expand) | Author | Age | Files | Lines |
* | Recommit r53882 "FTP: fix navigation to systems with broken EPSV support."i" | jeremy@chromium.org | 2010-07-28 | 1 | -0/+15 |
* | Revert "FTP: fix navigation to systems with broken EPSV support."i | jeremy@chromium.org | 2010-07-28 | 1 | -15/+0 |
* | FTP: fix navigation to systems with broken EPSV support. | phajdan.jr@chromium.org | 2010-07-28 | 1 | -0/+15 |
* | FTP: minor cleanups to the unit tests: | phajdan.jr@chromium.org | 2010-07-27 | 1 | -6/+33 |
* | Fix a bug with parsing ftp directory listing lines. | michaeln@chromium.org | 2010-07-27 | 2 | -3/+21 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 19 | -0/+19 |
* | FTP: add more detailed error codes based on RFC 959. | phajdan.jr@chromium.org | 2010-07-15 | 3 | -104/+122 |
* | Clean up FTP code a bit: | phajdan.jr@chromium.org | 2010-07-14 | 3 | -78/+12 |
* | FTP: change order of commands to improve compatibility | phajdan.jr@chromium.org | 2010-07-08 | 3 | -199/+51 |
* | Fix a renderer crash while processing FTP directory listing. | phajdan.jr@chromium.org | 2010-06-26 | 2 | -1/+2 |
* | FTP: Fix an infinite loop in a rare condition. | phajdan.jr@chromium.org | 2010-05-15 | 2 | -13/+15 |
* | FTP: fix navigating to files listed under non-ASCII characters | phajdan.jr@chromium.org | 2010-05-11 | 2 | -29/+7 |
* | Pass nulls through test sockets. | gavinp@chromium.org | 2010-05-10 | 1 | -9/+29 |
* | Cleanup: Remove the implicit constructor for BoundNetLog that allowed passing... | eroman@chromium.org | 2010-04-28 | 1 | -5/+5 |
* | Add net log entries that summarize transmit and receive byte counts. | vandebo@chromium.org | 2010-04-23 | 1 | -4/+6 |
* | Modify FTP to implement EPSV per RFC 2428. EPSV is an extended version | cbentzel@chromium.org | 2010-04-12 | 3 | -64/+325 |
* | Fix out of array bounds access in VMSPathToUnix function. | inferno@chromium.org | 2010-04-08 | 2 | -1/+2 |
* | Make sure to strip the brackets around IPv6 literals when resolving the hostn... | eroman@chromium.org | 2010-04-07 | 2 | -1/+16 |
* | Respect typecode in the FTP network transaction. | phajdan.jr@chromium.org | 2010-03-24 | 3 | -19/+145 |
* | Fix the "ls -l" style date parser to correctly guess the year if it is not pr... | phajdan.jr@chromium.org | 2010-03-24 | 12 | -55/+106 |
* | Add unit test to check for zero length dir in FTP PWD response. | inferno@chromium.org | 2010-03-22 | 1 | -0/+11 |
* | Fix the out-of-bounds array read in the ftp response. | inferno@chromium.org | 2010-03-22 | 1 | -1/+1 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 3 | -11/+12 |
* | net: string_utils.h -> utf_string_conversions.h fix. | jhawkins@chromium.org | 2010-03-08 | 12 | -1/+13 |
* | Fix the problems with some FTP transactions taking a long time. | phajdan.jr@chromium.org | 2010-03-06 | 2 | -74/+27 |
* | Add a test for correct FTP SIZE response handling when the file size | phajdan.jr@chromium.org | 2010-02-25 | 1 | -6/+17 |
* | Really connect to the same server in FTP network transaction. | phajdan.jr@chromium.org | 2010-02-20 | 2 | -22/+24 |
* | Improve error reporting for FTP passive connection failures. | wtc@chromium.org | 2010-02-19 | 2 | -5/+5 |
* | Disable IPv6 in FTP until we have implemented the IPv6 extensions for FTP | wtc@chromium.org | 2010-02-19 | 1 | -1/+4 |
* | 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 |