summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* 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
* Bug 512144 – symlinks to folders are deleted recursivelyRyan Lortie2009-01-301-2/+5
* Bug 569480 – trash backend crashes due to invalid writeRyan Lortie2009-01-281-1/+1
* Implement write support for the ObexFTP backend (#519071).Cosimo Cecchi2009-01-282-3/+350
* Use g_timeout_add_seconds() instead of g_timeout_add() to save some power.A. Walton2009-01-222-4/+4
* Some devices/systems advertise SMB through zeroconf instead of NetBios,Bastien Nocera2009-01-201-0/+6
* nail a couple of leaksRyan Lortie2009-01-201-0/+2
* don't insta-thaw deletes use a timeout to only call thaw() once per batchRyan Lortie2009-01-122-2/+25
* don't dist a dav+sd.mount thats hardcoded to /usr/localMatthias Clasen2009-01-121-1/+1
* Remove unnecessary GErrorTomas Bzatek2009-01-071-7/+4
* SMB browsing authentication support (#524485) Make smb-browse backend notTomas Bzatek2009-01-063-43/+398
* include text of GPL3 by request of Vincent.Ryan Lortie2009-01-051-0/+674
* Bug 565504 - limited number of connections causes commands to failBenjamin Otte2008-12-301-1/+2
* remove fixme for max connection tracking, by remembering the maxBenjamin Otte2008-12-301-2/+7
* introduce ftp_connection_clear_error() for clarityBenjamin Otte2008-12-301-26/+28
* Bug 565504 - limited number of connections causes commands to failBenjamin Otte2008-12-301-1/+2
* set files to mode 700 before deleting to deal with users trashingRyan Lortie2008-12-201-0/+5
* add trash::orig-path and trash::deletion-date infoRyan Lortie2008-12-161-6/+21
* relicense to LGPLv2+GVFS_1_1_2Ryan Lortie2008-12-152-4/+10
* Fix dist issuesAlexander Larsson2008-12-152-4/+4
* Fix memory leaks on trash backendRyan Lortie2008-12-125-68/+113
* Fix successful PASV connections (don't try to apply workaround). (fixesBenjamin Otte2008-12-121-8/+7
* Implement pull support on trash backend.Ryan Lortie2008-12-123-23/+105
* New trash:/ backend.Ryan Lortie2008-12-1214-1680/+2311
* require libsoup-gnome, for SoupProxyResolverGNOMEDan Winship2008-12-111-4/+11
* don't leak GSimpleAsyncResults. #551075.Dan Winship2008-12-112-0/+7
* Fix icon for the root directory of an obexftp server (Closes: #542687)Bastien Nocera2008-12-091-1/+8
* For each camera discovered, create shadow mounts for each one of theBastien Nocera2008-12-091-178/+45
* Add missing filesGVFS_1_1_1Alexander Larsson2008-12-011-1/+1
* Make mounts/backends have a GIcon not a icon nameAlexander Larsson2008-12-014-21/+116
* Added. Added. Added. Added.Alexander Larsson2008-12-016-89/+307
* Better name for the has-username case.Alexander Larsson2008-11-181-2/+2
* If user is specified, add to name too, so we get a unique fuse pathAlexander Larsson2008-11-181-2/+6
* use g_ascii_is_space() (thanks Wouter)Benjamin Otte2008-11-171-2/+1
* document what the workarounds doBenjamin Otte2008-11-171-0/+7
* If feat before login fails, try it again after login. (fixes bug #556786,Benjamin Otte2008-11-171-3/+16
* Deal with "\n" vs "\r\n" in FEAT responses. Researched by Oliver Joos.Benjamin Otte2008-11-171-4/+16
* Be less strict in leading spaces of FEAT reply. Researched by Oliver Joos.Benjamin Otte2008-11-171-1/+6
* Do FEAT and OPTS UTF8 ON before login. This mirros behavior of lftp.Benjamin Otte2008-11-171-6/+14
* Add workarounds for EPSV/PASV data connection failures. - don't use EPSVBenjamin Otte2008-11-171-7/+47