| Commit message (Expand) | Author | Age | Files | Lines |
* | Add histograms for FTP server types encountered by users. | phajdan.jr@chromium.org | 2009-08-28 | 2 | -0/+81 |
* | Don't trust server's PASV response that much in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-08-28 | 3 | -38/+116 |
* | Revert "Fix a ton of compiler warnings." | tony@chromium.org | 2009-08-28 | 1 | -5/+5 |
* | Fix a ton of compiler warnings. | estade@chromium.org | 2009-08-28 | 1 | -5/+5 |
* | Fix transaction hang when downloading certain FTP files. | phajdan.jr@chromium.org | 2009-08-26 | 2 | -1/+76 |
* | Implement RestartWithAuth for NewFtpTransaction. | phajdan.jr@chromium.org | 2009-08-26 | 4 | -32/+62 |
* | Followup after http://codereview.chromium.org/165167, fixing the nits in FtpA... | phajdan.jr@chromium.org | 2009-08-21 | 2 | -9/+9 |
* | LoadLog is used as an output parameter, reorder it to the last parameter. | willchan@chromium.org | 2009-08-14 | 4 | -13/+13 |
* | Add a missing Stop() call to DoDataResolveHostComplete(). | wtc@chromium.org | 2009-08-13 | 1 | -4/+6 |
* | Make FtpNetworkTransaction report its load state. | phajdan.jr@chromium.org | 2009-08-12 | 2 | -0/+22 |
* | Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and... | ericroman@google.com | 2009-08-12 | 4 | -7/+17 |
* | Enforce maximum number of entries in FtpAuthCache. | phajdan.jr@chromium.org | 2009-08-11 | 3 | -27/+83 |
* | Make response code in FtpNetworkTransaction more precise. | phajdan.jr@chromium.org | 2009-08-11 | 2 | -41/+47 |
* | Cleanup in new ftp transaction: | phajdan.jr@chromium.org | 2009-08-07 | 2 | -50/+82 |
* | Properly handle invalid server control responses. | phajdan.jr@chromium.org | 2009-08-06 | 2 | -1/+28 |
* | Correctly handle multiple control responses for RETR command. | phajdan.jr@chromium.org | 2009-08-05 | 3 | -21/+52 |
* | Followup after http://codereview.chromium.org/149368 | phajdan.jr@chromium.org | 2009-08-03 | 4 | -41/+34 |
* | Fix a hang if directory listing size is > 8K, for example, | wtc@chromium.org | 2009-07-31 | 1 | -12/+8 |
* | Add temporary debugging code to diagnose intermittent net_unittests crashes o... | phajdan.jr@chromium.org | 2009-07-30 | 2 | -0/+18 |
* | Fix uninitialized memory read in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-07-30 | 1 | -2/+0 |
* | Rework FTP control response parsing code and fix socket Write misuse. | phajdan.jr@chromium.org | 2009-07-28 | 6 | -217/+521 |
* | Use base::Time::Exploded instead of struct tm in | wtc@chromium.org | 2009-07-17 | 2 | -129/+116 |
* | Refactorings surrounding HostResolver: | ericroman@google.com | 2009-07-15 | 1 | -6/+5 |
* | Correctly handle multiple control response lines in new FTP transaction | phajdan.jr@chromium.org | 2009-07-08 | 2 | -6/+65 |
* | Make new FtpNetworkTransaction handle short reads correctly. | phajdan.jr@chromium.org | 2009-07-06 | 3 | -159/+246 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-27 | 2 | -3/+2 |
* | Reverting 19425. | ericroman@google.com | 2009-06-26 | 2 | -2/+3 |
* | Make net::HostResolver refcounted. | ericroman@google.com | 2009-06-26 | 2 | -3/+2 |
* | Add DCHECKs to the states that should be entered only when the | wtc@chromium.org | 2009-06-26 | 1 | -0/+7 |
* | If we get a connect error in DoCtrlConnectComplete, do not advance to | wtc@chromium.org | 2009-06-25 | 1 | -1/+2 |
* | Return potentially more specific error code in FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-06-24 | 1 | -2/+2 |
* | Prevent infinite loop in new FtpNetworkTransaction. | phajdan.jr@chromium.org | 2009-06-24 | 1 | -1/+4 |
* | Move socket related files from net/base to net/socket. | willchan@chromium.org | 2009-06-22 | 3 | -4/+4 |
* | Add a simple cache of certificates for SSL client authentication. | wtc@chromium.org | 2009-06-18 | 1 | -1/+1 |
* | Initialize IOBuffers in new FTP unit tests (issue detected by valgrind). | phajdan.jr@chromium.org | 2009-06-15 | 1 | -4/+13 |
* | Add unit tests for new FTP network transaction. | phajdan.jr@chromium.org | 2009-06-15 | 1 | -0/+498 |
* | [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer. | ericroman@google.com | 2009-06-15 | 1 | -1/+0 |
* | * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,... | ericroman@google.com | 2009-06-15 | 1 | -7/+7 |
* | * Avoid doing concurrent DNS resolves of the same hostname in HostResolver. | ericroman@google.com | 2009-06-12 | 5 | -9/+18 |
* | Fix FTP binary file download issue. | wtc@chromium.org | 2009-06-09 | 1 | -5/+6 |
* | Check in the fourth Portable FTP CL from Ibrar Ahmed | wtc@chromium.org | 2009-06-05 | 4 | -66/+191 |
* | FTP Transaction code for new Portable FTP code. | wtc@chromium.org | 2009-05-11 | 8 | -81/+754 |
* | Add the directory listing code for the new portable FTP | wtc@chromium.org | 2009-03-19 | 2 | -0/+1537 |
* | Add command line switch "--new-ftp" for new portable FTP | wtc@chromium.org | 2009-03-16 | 1 | -1/+1 |
* | Remove unneeded uses of logging.h in header files. | thestig@chromium.org | 2009-03-12 | 1 | -0/+1 |
* | NO CODE CHANGE | deanm@chromium.org | 2009-03-11 | 2 | -2/+0 |
* | Fixes CRLF and trailing white spaces. | maruel@chromium.org | 2009-03-05 | 1 | -1/+1 |
* | Add another test case. | ericroman@google.com | 2009-01-16 | 1 | -0/+25 |
* | post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache. | ericroman@google.com | 2009-01-15 | 7 | -7/+170 |
* | Fix Linux build. | evanm@google.com | 2008-12-17 | 1 | -2/+3 |