| Commit message (Expand) | Author | Age | Files | Lines |
* | FBTF: Remove unnecessary STL #includes from src/net. | viettrungluu@chromium.org | 2010-08-19 | 1 | -2/+0 |
* | Net: Convert username and password to string16. | thestig@chromium.org | 2010-07-29 | 1 | -7/+6 |
* | `#pragma once` for app, base, chrome, gfx, ipc, net, skia, views | thakis@chromium.org | 2010-07-26 | 1 | -0/+1 |
* | FTP: add more detailed error codes based on RFC 959. | phajdan.jr@chromium.org | 2010-07-15 | 1 | -27/+0 |
* | Clean up FTP code a bit: | phajdan.jr@chromium.org | 2010-07-14 | 1 | -11/+3 |
* | FTP: change order of commands to improve compatibility | phajdan.jr@chromium.org | 2010-07-08 | 1 | -4/+0 |
* | Modify FTP to implement EPSV per RFC 2428. EPSV is an extended version | cbentzel@chromium.org | 2010-04-12 | 1 | -1/+9 |
* | Respect typecode in the FTP network transaction. | phajdan.jr@chromium.org | 2010-03-24 | 1 | -2/+25 |
* | Generalize the net module's LoadLog facility from a passive container, to an ... | eroman@chromium.org | 2010-03-16 | 1 | -2/+3 |
* | Pass the file size infomration from the FTP network transaction | phajdan.jr@chromium.org | 2010-02-13 | 1 | -1/+0 |
* | Implement support for MLSD FTP command in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-12-22 | 1 | -0/+4 |
* | Add histograms for data connection error types. | phajdan.jr@chromium.org | 2009-11-17 | 1 | -0/+2 |
* | A couple new io buffers that encapsulate more data and are therefore easier t... | vandebo@chromium.org | 2009-10-14 | 1 | -5/+1 |
* | Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa). | phajdan.jr@chromium.org | 2009-09-24 | 1 | -2/+18 |
* | Unescape FTP URL paths, Firefox-compatible. | phajdan.jr@chromium.org | 2009-09-21 | 1 | -0/+3 |
* | Don't trust server's PASV response that much in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-08-28 | 1 | -5/+0 |
* | Implement RestartWithAuth for NewFtpTransaction. | phajdan.jr@chromium.org | 2009-08-26 | 1 | -2/+9 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 1 | -3/+3 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 1 | -1/+3 |
* | Cleanup in new ftp transaction: | phajdan.jr@chromium.org | 2009-08-07 | 1 | -14/+23 |
* | Followup after http://codereview.chromium.org/149368 | phajdan.jr@chromium.org | 2009-08-03 | 1 | -5/+5 |
* | Rework FTP control response parsing code and fix socket Write misuse. | phajdan.jr@chromium.org | 2009-07-28 | 1 | -36/+33 |
* | Make new FtpNetworkTransaction handle short reads correctly. | phajdan.jr@chromium.org | 2009-07-06 | 1 | -20/+39 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 1 | -1/+2 |
* | Check in the fourth Portable FTP CL from Ibrar Ahmed | wtc@chromium.org | 2009-06-05 | 1 | -0/+11 |
* | FTP Transaction code for new Portable FTP code. | wtc@chromium.org | 2009-05-11 | 1 | -14/+115 |
* | Add command line switch "--new-ftp" for new portable FTP | wtc@chromium.org | 2009-03-16 | 1 | -1/+1 |
* | Add beginnings of a custom FTP implementation. This is built but not used or | darin@chromium.org | 2008-12-17 | 1 | -0/+99 |