summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendftp.c
Commit message (Expand)AuthorAgeFilesLines
* Use Unicode in translatable stringsPiotr Drąg2016-10-031-4/+4
* daemon: Set G_FILE_ATTRIBUTE_FILESYSTEM_REMOTE attributeOndrej Holy2016-06-281-0/+1
* ftp: Invalidate dir cache on write closeOndrej Holy2016-02-091-1/+18
* Unify strings to ease translationFelix Möller2015-08-051-1/+1
* Set filesystem::type for all backendsRoss Lagerwall2015-08-041-0/+13
* ftp: Implement TLS supportRoss Lagerwall2015-04-091-1/+37
* ftp: Implement backups for replaceRoss Lagerwall2015-02-111-9/+55
* ftp: Implement G_FILE_COPY_NOFOLLOW_SYMLINKSRoss Lagerwall2015-02-031-0/+25
* ftp: try copy and delete fallback if backup couldn't be createdOndrej Holy2014-11-191-4/+18
* ftp: Only send permission bits for SITE CHMODRoss Lagerwall2014-07-171-1/+4
* ftp: clear queue when mount failsOndrej Holy2014-04-161-2/+4
* ftp: Remove custom progress callback rate limitingRoss Lagerwall2014-01-231-85/+7
* ftp: Return the correct error code for a failed move operationRoss Lagerwall2013-11-011-3/+11
* Use g_list_free_full() where applicableTomas Bzatek2013-01-171-2/+1
* Don't include jargon in mount display names and messagesWilliam Jon McCann2012-08-301-4/+4
* Add symbolics support to the backendsWilliam Jon McCann2012-08-301-0/+1
* 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