summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendftp.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* [FTP] ensure the same remote address is used for all connectionsBenjamin Otte2009-05-261-4/+24
* [FTP] make ftp backend use gnio instead of libsoupBenjamin Otte2009-05-261-211/+216
* [FTP] rework creating the root file infoBenjamin Otte2009-05-261-30/+27
* [FTP] keep the host's display name aroundBenjamin Otte2009-05-261-16/+12
* [FTP] rework directory listingBenjamin Otte2009-05-261-88/+91
* Use new race-free cancellable signal connect APIs (#572844)Alexander Larsson2009-05-151-7/+9
* [ftp] This data connection close isn't neededBenjamin Otte2009-05-131-1/+0
* FTP: parse file sizes > 4GB correctlyTomas Bzatek2009-05-071-2/+2
* split create_file_info() functionBenjamin Otte2009-04-261-40/+54
* ftp: try to find hidden file/dir even when there's nothing to enumerate.Andreas Henriksson2009-04-261-50/+52
* Bug 580125 – Logging in to a FTP server only works for the 2nd attemptBenjamin Otte2009-04-261-6/+9