summaryrefslogtreecommitdiff
path: root/daemon/gvfsftptask.c
Commit message (Expand)AuthorAgeFilesLines
* ftp: Update ftp->connections when the connection is releasedwangrong2023-01-051-0/+1
* daemon: Use "Operation not supported" consistentlyMayank Sharma2019-03-211-1/+1
* ftp: Add implicit TLS modeMantas Mikulėnas2018-07-301-23/+57
* ftp: Implement TLS supportRoss Lagerwall2015-04-091-2/+73
* ftp: Prevent segfault when unmountingRoss Lagerwall2015-03-111-0/+4
* ftp: Don't unlock unlocked mutexRoss Lagerwall2014-08-291-2/+3
* ftp: Only free connection if non-NULLRoss Lagerwall2014-08-111-2/+3
* ftp: Check connection is usable when acquiringBenjamin Otte2014-08-111-1/+7
* ftp: Always close data connections when doneBenjamin Otte2013-12-211-0/+4
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* Adapt to glib mutex API changesTomas Bzatek2011-10-251-17/+16
* ftp: Prefer PASV/PORT to EPSV/EPRT for IPv4Benjamin Otte2010-02-071-3/+3
* ftp: Require IPv4 connections for PASV/PORT commandsBenjamin Otte2010-02-071-7/+39
* ftp: put check if a method is supported into its own functionBenjamin Otte2010-02-071-4/+13
* ftp: Name the struct used for selecting the data connection methodBenjamin Otte2010-02-071-4/+6
* Make this code more robust against quickly opening connectionsBenjamin Otte2009-09-031-6/+16
* No need for an extra check - the check is done in the called functionBenjamin Otte2009-09-031-2/+1
* [FTP] Plug memleakBenjamin Otte2009-08-191-8/+15
* [FTP] plug memleakBenjamin Otte2009-08-191-1/+2
* Do not free reply in this error case, as it hasn't been setBenjamin Otte2009-07-201-1/+1
* [FTP] use the EPRT feature response for EPRT support, not EPSVBenjamin Otte2009-06-171-1/+1
* [FTP] add EPRT supportBenjamin Otte2009-06-161-7/+53
* [FTP] add the error code for EPRT's 522 errorBenjamin Otte2009-06-161-0/+4
* [FTP] Bug 516704 – Be able to connect to an Active FTP SiteBenjamin Otte2009-06-151-5/+51
* [FTP] prepare the code for active FTP supportBenjamin Otte2009-06-151-14/+33
* [FTP] rework data connection codeBenjamin Otte2009-06-121-73/+137
* [FTP] close data connection before invoking error handlersBenjamin Otte2009-06-111-0/+4
* [FTP] handle error cases when opening/closing data connectionBenjamin Otte2009-06-111-3/+11
* [FTP] keep list of busy connectionsBenjamin Otte2009-06-111-1/+18
* [FTP] whitespace changesBenjamin Otte2009-06-111-158/+158
* [FTP] improve debuggingBenjamin Otte2009-06-111-13/+3
* [FTP] properly reduce connection count when freeing connectionBenjamin Otte2009-06-111-1/+4
* [FTP] introduce GVfsFtpTaskBenjamin Otte2009-06-111-0/+888