summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* sftp: Close pty master in child processTomas Bzatek2010-11-121-0/+1
* sftp: fix poll() timeout.Andreas Henriksson2010-10-041-1/+1
* sftp: Use poll() to cope with openssh-5.6 changesTomas Bzatek2010-09-271-12/+10
* Move GConf initialization from backend constructorTomas Bzatek2010-09-082-45/+45
* afc: Add support for photo thumbnails on iOS4Bastien Nocera2010-08-171-16/+127
* Move translator comments just before the translatable stringClaude Paroz2010-08-051-2/+4
* Provide more information in the SSH dialog.Marcus Carlson2010-07-011-4/+16
* ftp: fix usage of undeclared variable (unix->is_unix)Daniel Macks2010-06-231-1/+1
* AFC: add dialog for password protected devicesNikias Bassen2010-05-301-31/+73
* Rename gdbusutils.h to avoid conflict with GIO1.6.2Matthias Clasen2010-05-2731-31/+31
* ftp: Parse PWD reply according to RFCBenjamin Otte2010-04-081-19/+55
* ftp: Add missing \n to debug messageBenjamin Otte2010-04-081-1/+1
* afc: Detect iPad and set correct icon nameMartin Szulecki2010-04-071-0/+4
* Disable x-content-types for jailbroken iDevicesBastien Nocera2010-04-071-6/+9
* Fix compilation with libimobiledevice 1.0.0Bastien Nocera2010-03-241-1/+6
* g_vfs_backend_afc_open_for_read: only open regular filesNikias Bassen2010-03-151-0/+84
* g_vfs_backend_afc_set_info_from_afcinfo: set content type even if matcher is ...Nikias Bassen2010-03-151-9/+10
* archive: Use archive_errno() the correct wayBenjamin Otte2010-02-261-7/+16
* ftp: CleanupBenjamin Otte2010-02-261-2/+1
* Bug 610259 – Handle readonly+delete devicesMarcus Meissner2010-02-191-4/+13
* ftp: GVfsJobPull: perform any cache lookups before opening data connectionTomas Bzatek2010-02-191-10/+10
* sftp: retain chosen password save option across mount phasesTomas Bzatek2010-02-191-3/+6
* sftp: Cancel all pending reads in reply_stream on unmountTomas Bzatek2010-02-151-3/+35
* 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
* ftp: Handle cases where symlink target is not definedBenjamin Otte2010-02-071-4/+13
* Update AFC backend and volume monitor for libimobiledevice 0.9.7Nikias Bassen2010-02-011-22/+22
* Update AFC backend and volume monitor for libiphone 0.9.6Bastien Nocera2010-01-261-4/+5
* Set variable to NULL after unreffingBenjamin Otte2010-01-201-0/+1
* Avoid crash on race to mount gvfstrashAlexander Larsson2010-01-181-1/+4
* Don't leak mount job operationHans de Goede2010-01-121-0/+1
* [afc] Fix indentationBastien Nocera2010-01-071-3/+4
* [obexftp] Use a private D-Bus connection for obex-data-serverBastien Nocera2010-01-071-1/+20
* Handle the case where gnome-keyring has no password or no usernameBenjamin Otte2009-12-201-1/+7
* use consistent "file system" spelling (#520902)Bryce Harrington2009-12-161-1/+1
* [FTP] implement default location supportBenjamin Otte2009-12-031-0/+53
* Handle error case in cache lookup correctlyAlexander Larsson2009-12-011-3/+3
* Ensure timer_cancel is initializedAlexander Larsson2009-12-011-0/+3
* Fix unused variable errorAlexander Larsson2009-12-011-1/+1
* Fix warningAlexander Larsson2009-12-011-1/+2
* [SMB] Fix free space calculation for older samba serversTomas Bzatek2009-11-301-7/+11
* Use default location instead of root when activating mounts in computerAlexander Larsson2009-11-271-1/+1
* Add "default location" supportChristian Kellner2009-11-261-4/+38
* Add "default location" support for mountsChristian Kellner2009-11-263-3/+52
* [SMB] Fix compilation with older libsmbclient versionsTomas Bzatek2009-11-191-3/+4
* [SMB] Fix free space calculation for Windows hostsTomas Bzatek2009-11-181-2/+6
* Fixed parsing of CMU/VMS-IP FTP style listing (upstream)Benjamin Otte2009-11-131-6/+19
* [SMB] Support querying filesystem size and free spaceTomas Bzatek2009-11-101-1/+29