summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendftp.c
Commit message (Expand)AuthorAgeFilesLines
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* Explicitly intialize mutexes on stackTomas Bzatek2011-11-141-0/+2
* Adapt to glib mutex API changesTomas Bzatek2011-10-251-7/+5
* ftp: Fix return value of try_get_settable_attributes() on failureChris Wulff2011-08-291-1/+1
* Always write (S)FTP in capitals.Friedel Wolff2011-08-241-4/+4
* ftp: Handle NULL progress_callback casesTomas Bzatek2011-08-151-2/+4
* ftp: Fix stupid proxy servers disconnecting on FEATBenjamin Otte2011-06-141-2/+9
* ftp: Implement chmodLawrence Rust2011-01-241-0/+91
* ftp: Parse SITE HELP output to detect chmod supportBenjamin Otte2011-01-231-0/+56
* ftp: Detect TLS and SSL supportBenjamin Otte2010-12-081-0/+2
* ftp: Fix refcounting of addresses when connectingBenjamin Otte2010-12-081-0/+2
* ftp: Parse PWD reply according to RFCBenjamin Otte2010-04-081-19/+55
* ftp: Add missing \n to debug messageBenjamin Otte2010-04-081-1/+1
* ftp: GVfsJobPull: perform any cache lookups before opening data connectionTomas Bzatek2010-02-191-10/+10
* Handle the case where gnome-keyring has no password or no usernameBenjamin Otte2009-12-201-1/+7
* [FTP] implement default location supportBenjamin Otte2009-12-031-0/+53
* Ensure timer_cancel is initializedAlexander Larsson2009-12-011-0/+3
* Use FAILED_HANDLED error code when user abortsBenjamin Otte2009-10-121-1/+2
* [FTP] Fix memleakBenjamin Otte2009-08-191-1/+1
* [FTP] plug memleak in query_infoBenjamin Otte2009-08-191-0/+1
* [FTP] plug memleak in login codeBenjamin Otte2009-08-191-9/+9
* [FTP] Properly close output stream in GVfsJobPullTomas Bzatek2009-08-101-1/+2
* [FTP] Correctly close finished transferTomas Bzatek2009-08-101-0/+2
* [FTP] Remove unecessary function callBenjamin Otte2009-08-101-1/+0
* [FTP] Don't add random bytes whenever we send a progress notificationBenjamin Otte2009-08-101-2/+4
* [FTP] Bug 590793 - Can't copy folders over FTPBenjamin Otte2009-08-061-6/+70
* [FTP] Do not lose info in cacheBenjamin Otte2009-08-061-3/+13
* [FTP] Open source before target in pull methodBenjamin Otte2009-08-061-26/+27
* Bug 587484 – Interaction when unmounting mounts and misc fixesDavid Zeuthen2009-07-081-1/+3
* [FTP] use the EPRT feature response for EPRT support, not EPSVBenjamin Otte2009-06-171-0/+1
* [FTP] prepare the code for active FTP supportBenjamin Otte2009-06-151-3/+8
* [FTP] rework data connection codeBenjamin Otte2009-06-121-0/+19
* [FTP] get rid of connection read/write functionsBenjamin Otte2009-06-111-10/+15
* [FTP] simplify debug id APIBenjamin Otte2009-06-111-1/+1
* [FTP] improve error handling for opening filesBenjamin Otte2009-06-111-3/+9
* [FTP] Bug 522208 - display not available error when ...Benjamin Otte2009-06-111-1/+23
* [FTP] use directory cache for error handlingBenjamin Otte2009-06-111-19/+18
* [FTP] rework handling of uncached filesBenjamin Otte2009-06-111-103/+11
* [FTP] reuse cancellable instead of creating a new oneBenjamin Otte2009-06-111-18/+19
* [FTP] fix EISDIR functionBenjamin Otte2009-06-111-1/+1
* [FTP] make the pull callback emit progress callbacksBenjamin Otte2009-06-111-11/+76
* [FTP] almost implement pull vfuncBenjamin Otte2009-06-111-67/+196
* [FTP] use an empty username if none was givenBenjamin Otte2009-06-111-1/+1
* [FTP] whitespace changesBenjamin Otte2009-06-111-216/+216
* [FTP] improve debuggingBenjamin Otte2009-06-111-5/+6
* [FTP] rework cache handlingBenjamin Otte2009-06-111-627/+144
* [FTP] introduce GVfsFtpTaskBenjamin Otte2009-06-111-1188/+423
* [FTP] split out file codeBenjamin Otte2009-06-111-197/+123
* [FTP] split out connection codeBenjamin Otte2009-06-111-217/+73
* [FTP] clarify codeBenjamin Otte2009-05-261-44/+44