summaryrefslogtreecommitdiffstats
path: root/net/ftp
Commit message (Expand)AuthorAgeFilesLines
* Fix compatibility problems with FileZilla FTP Server.phajdan.jr@chromium.org2009-10-212-8/+31
* A couple new io buffers that encapsulate more data and are therefore easier t...vandebo@chromium.org2009-10-142-15/+8
* Avoid potential "NULL used as int" warnings by changing ASSERT_EQ(NULL, ...) ...pkasting@chromium.org2009-09-291-6/+6
* Correctly talk to VMS servers (translate UNIX paths to VMS and vice versa).phajdan.jr@chromium.org2009-09-246-12/+442
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-223-86/+101
* Unescape FTP URL paths, Firefox-compatible.phajdan.jr@chromium.org2009-09-213-30/+55
* Various cleanups FTP-related.phajdan.jr@chromium.org2009-09-182-28/+11
* Reverting 26419.tyoshino@google.com2009-09-173-102/+86
* Cache login identity for NewFTP transactions.phajdan.jr@chromium.org2009-09-163-86/+102
* More correctly handle username and password in FtpNetworkTransaction.phajdan.jr@chromium.org2009-09-162-3/+143
* Return ERR_FILE_NOT_FOUND from FtpNetworkTransaction when we can.phajdan.jr@chromium.org2009-09-092-3/+34
* Get rid of the data socket completely when data transfer is finished.phajdan.jr@chromium.org2009-09-091-0/+4
* Cleanup: use OK instead of 0 when checking return code in ftp_network_transac...phajdan.jr@chromium.org2009-09-021-1/+1
* Don't log FTP commands being issued.phajdan.jr@chromium.org2009-09-011-1/+0
* Move Mozilla FTP LIST response parsing code to net/third_party directory.phajdan.jr@chromium.org2009-09-012-1529/+0
* Add histograms for FTP server types encountered by users.phajdan.jr@chromium.org2009-08-282-0/+81
* Don't trust server's PASV response that much in FtpNetworkTransaction.phajdan.jr@chromium.org2009-08-283-38/+116
* Revert "Fix a ton of compiler warnings."tony@chromium.org2009-08-281-5/+5
* Fix a ton of compiler warnings.estade@chromium.org2009-08-281-5/+5
* Fix transaction hang when downloading certain FTP files.phajdan.jr@chromium.org2009-08-262-1/+76
* Implement RestartWithAuth for NewFtpTransaction.phajdan.jr@chromium.org2009-08-264-32/+62
* Followup after http://codereview.chromium.org/165167, fixing the nits in FtpA...phajdan.jr@chromium.org2009-08-212-9/+9
* LoadLog is used as an output parameter, reorder it to the last parameter.willchan@chromium.org2009-08-144-13/+13
* Add a missing Stop() call to DoDataResolveHostComplete().wtc@chromium.org2009-08-131-4/+6
* Make FtpNetworkTransaction report its load state.phajdan.jr@chromium.org2009-08-122-0/+22
* Add a "LoadLog" parameter to transactions, hostresolver, clientsocketpool and...ericroman@google.com2009-08-124-7/+17
* Enforce maximum number of entries in FtpAuthCache.phajdan.jr@chromium.org2009-08-113-27/+83
* Make response code in FtpNetworkTransaction more precise.phajdan.jr@chromium.org2009-08-112-41/+47
* Cleanup in new ftp transaction:phajdan.jr@chromium.org2009-08-072-50/+82
* Properly handle invalid server control responses.phajdan.jr@chromium.org2009-08-062-1/+28
* Correctly handle multiple control responses for RETR command.phajdan.jr@chromium.org2009-08-053-21/+52
* Followup after http://codereview.chromium.org/149368phajdan.jr@chromium.org2009-08-034-41/+34
* Fix a hang if directory listing size is > 8K, for example,wtc@chromium.org2009-07-311-12/+8
* Add temporary debugging code to diagnose intermittent net_unittests crashes o...phajdan.jr@chromium.org2009-07-302-0/+18
* Fix uninitialized memory read in FtpNetworkTransaction.phajdan.jr@chromium.org2009-07-301-2/+0
* Rework FTP control response parsing code and fix socket Write misuse.phajdan.jr@chromium.org2009-07-286-217/+521
* Use base::Time::Exploded instead of struct tm inwtc@chromium.org2009-07-172-129/+116
* Refactorings surrounding HostResolver:ericroman@google.com2009-07-151-6/+5
* Correctly handle multiple control response lines in new FTP transactionphajdan.jr@chromium.org2009-07-082-6/+65
* Make new FtpNetworkTransaction handle short reads correctly.phajdan.jr@chromium.org2009-07-063-159/+246
* Make net::HostResolver refcounted.ericroman@google.com2009-06-272-3/+2
* Reverting 19425.ericroman@google.com2009-06-262-2/+3
* Make net::HostResolver refcounted.ericroman@google.com2009-06-262-3/+2
* Add DCHECKs to the states that should be entered only when thewtc@chromium.org2009-06-261-0/+7
* If we get a connect error in DoCtrlConnectComplete, do not advance towtc@chromium.org2009-06-251-1/+2
* Return potentially more specific error code in FtpNetworkTransaction.phajdan.jr@chromium.org2009-06-241-2/+2
* Prevent infinite loop in new FtpNetworkTransaction.phajdan.jr@chromium.org2009-06-241-1/+4
* Move socket related files from net/base to net/socket.willchan@chromium.org2009-06-223-4/+4
* Add a simple cache of certificates for SSL client authentication.wtc@chromium.org2009-06-181-1/+1
* Initialize IOBuffers in new FTP unit tests (issue detected by valgrind).phajdan.jr@chromium.org2009-06-151-4/+13