summaryrefslogtreecommitdiffstats
path: root/net/ftp
Commit message (Expand)AuthorAgeFilesLines
* 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
* Add another test case.ericroman@google.com2009-01-161-0/+25
* post-winhttp cleanup: refactor net/base/auth_cache into net/ftp/ftp_auth_cache.ericroman@google.com2009-01-157-7/+170
* Fix Linux build.evanm@google.com2008-12-171-2/+3
* Add beginnings of a custom FTP implementation. This is built but not used ordarin@chromium.org2008-12-179-0/+555