summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendftp.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Set filesystem::use-preview explicitlyAntónio Fernandes2021-01-221-0/+1
* Use shorter strings for prompt dialog titlesJonas Dreßler2021-01-151-3/+3
* ftp: Prevent source file removal in case of transfer failureOndrej Holy2020-12-011-1/+1
* ftp: Close output stream properly in pull jobOndrej Holy2020-12-011-48/+8
* trash: Do not fail when G_FILE_COPY_NO_FALLBACK_FOR_MOVE is usedwip/oholy/trash-performanceOndrej Holy2020-09-241-0/+9
* daemon: Use "Operation not supported" consistentlyMayank Sharma2019-03-211-3/+3
* ftp: Add implicit TLS modeMantas Mikulėnas2018-07-301-26/+43
* Add missing casts for g_object_refOndrej Holy2018-02-081-1/+1
* 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