summaryrefslogtreecommitdiffstats
path: root/net/ftp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add unit tests for new FTP network transaction.phajdan.jr@chromium.org2009-06-151-0/+498
* [Refactor] Rename DnsResolutionObserver --> HostResolver::Observer.ericroman@google.com2009-06-151-1/+0
* * Move the global "DnsResolutionObserver" code depended on by DNS prefetcher,...ericroman@google.com2009-06-151-7/+7
* * Avoid doing concurrent DNS resolves of the same hostname in HostResolver.ericroman@google.com2009-06-125-9/+18
* Fix FTP binary file download issue.wtc@chromium.org2009-06-091-5/+6
* Check in the fourth Portable FTP CL from Ibrar Ahmedwtc@chromium.org2009-06-054-66/+191
* FTP Transaction code for new Portable FTP code.wtc@chromium.org2009-05-118-81/+754
* Add the directory listing code for the new portable FTPwtc@chromium.org2009-03-192-0/+1537
* Add command line switch "--new-ftp" for new portable FTPwtc@chromium.org2009-03-161-1/+1
* Remove unneeded uses of logging.h in header files.thestig@chromium.org2009-03-121-0/+1
* NO CODE CHANGEdeanm@chromium.org2009-03-112-2/+0
* Fixes CRLF and trailing white spaces.maruel@chromium.org2009-03-051-1/+1