summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Work around bug in libsmbclient (samba bug #6228) Ensure we return EEXISTSAlexander Larsson2009-03-271-12/+36
* Fix reporting of "not found" or "not directory" errors when sftp returnsAlexander Larsson2009-03-241-7/+104
* Fix various error cases to return right error: Append to existingAlexander Larsson2009-03-231-20/+224
* Bug 576337 – trash:/// show escaped filenames without decodingAlexander Larsson2009-03-231-12/+17
* Make sure we only set the "user" part in the mountspec if it was in theAlexander Larsson2009-03-191-3/+8
* Bug 575286 – [PATCH] fix GError overwrite warning when missing deleteAlexander Larsson2009-03-161-1/+4
* Bug 563418 – gvfs backend leaks monitorsAlexander Larsson2009-03-131-3/+5
* Enable debug output if GVFS_DEBUG is set in the environment.Alexander Larsson2009-03-131-0/+4
* Make sure we ignore broken stores the same way we do in the volumeAlexander Larsson2009-03-121-5/+17
* Bug 572521 – gvfsd-cdda create two different Audio Disc Icons on DesktopAlexander Larsson2009-03-111-1/+1
* Bug 574754 – 100% cpu usage when connecting to a ssh key and denying keyAlexander Larsson2009-03-101-0/+9
* Don't ask for username when getting ssh key passphraseAlexander Larsson2009-03-101-2/+3
* Bug 551683 – archive backend says file doesn't exist for directoriesAlexander Larsson2009-03-091-0/+19
* reviewed by: Benjamin Otte <otte@gnome.org>Andreas Henriksson2009-03-081-1/+1
* Only spew g_debug if backend started with --debugAlexander Larsson2009-03-061-0/+20
* Convert all spew to g_debug()Alexander Larsson2009-03-0623-61/+58
* Bug 535814 – hangup on g_input_stream_close after cancelling from otherAlexander Larsson2009-03-061-7/+2
* Bug 573381 – Memory leak in ftp_connection_parse_features()Alexander Larsson2009-03-051-0/+2
* set 'error' on failure. Fixes a crasher when attempting a restore toRyan Lortie2009-03-021-1/+1
* Chain up finalizePaolo Borelli2009-03-021-0/+3
* Implement query_info on sftp streamsChristian Kellner2009-03-021-0/+70
* Bug 550929 – nautilus sftp:// doesn't read User in ~/.ssh/configAlexander Larsson2009-03-021-5/+10
* Bug 565041 – burn: Doesn't support moveAlexander Larsson2009-03-021-18/+92
* Bug 564003 – gvfs Cygwin patchesAlexander Larsson2009-03-021-0/+1
* Bug 569203 – gvfsd-sftp crashed with SIGSEGV in strlen()Alexander Larsson2009-03-021-1/+12
* Implement query_info on smb streamsAlexander Larsson2009-03-021-0/+64
* Use DirWatch only when watching (move broken manual-scan code out). Fix aRyan Lortie2009-02-274-84/+135
* Support query info on output streamsAlexander Larsson2009-02-276-28/+465
* Add (de)marshalling functions for GFileInfos.Alexander Larsson2009-02-278-1/+297
* Bug 570977 – sftp backend sends trailing zeros to communication dataAlexander Larsson2009-02-261-11/+1
* Fix order of SSH_FXP_SYMLINK arguments. It seems openssh is not followingAlexander Larsson2009-02-261-1/+3
* Always use g_strerrorPaolo Borelli2009-02-242-4/+4
* remove unused variableBenjamin Otte2009-02-241-1/+0
* Bug 525283 - handle short reads in ftpBenjamin Otte2009-02-241-5/+6
* fix typo in my name (thx Wouter)Benjamin Otte2009-02-221-1/+1
* add Andreas as author of the ftp backendBenjamin Otte2009-02-201-1/+3
* Make the gphoto2 backend work with buggy devices (such as the iPhone)David Zeuthen2009-02-201-45/+136
* reviewed by: Andreas Henriksson <andreas@fatal.se>Benjamin Otte2009-02-191-49/+47
* rescan NFS mounts when enumerating trash (since not all change events areRyan Lortie2009-02-171-1/+8
* Return G_IO_ERROR_CANT_CREATE_BACKUP in the below case instead of notAlexander Larsson2009-02-161-6/+14
* Bug 546482 – Keep ownership when replacing files on sftpAlexander Larsson2009-02-161-1/+113
* 536305 – incorrect GError propagation in the httChristian Kellner2009-02-161-1/+31
* Bug 529349 – Redirects with username doesn't workAlexander Larsson2009-02-161-0/+4
* Bug 566452 – Error when creating folder on webdav shareAlexander Larsson2009-02-161-6/+7
* Bug 570533 – use g_set_error_literalCosimo Cecchi2009-02-133-17/+17
* Bug 563788 – GNOME Goal: Clean up GLib and GTK+ includesBastien Nocera2009-02-056-6/+4
* Bug 570481 – Please add translator commentsRyan Lortie2009-02-041-2/+2
* Bug 570193 – Mounting phone connected via Bluetooth failsBastien Nocera2009-02-031-9/+18
* Fix possible double-free when the display name is freed Avoid errors whenBastien Nocera2009-02-031-1/+3
* Bug 511671 - Make obex-ftp work over usb connectionsBastien Nocera2009-02-022-29/+325