summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* 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
* Restructure ..._ensure_data_connection and fall back on PASV when EPSVBenjamin Otte2008-11-171-43/+76
* Disable usage of "EPSV ALL". (fixes #547855). See in-source comment forBenjamin Otte2008-11-171-0/+12
* Use UTF8 when available.Benjamin Otte2008-11-171-0/+3
* Add UTF8 to feature parsing.Benjamin Otte2008-11-171-2/+4
* Timestamp (mtime) setting supportTomas Bzatek2008-11-102-5/+94
* Convert stuct tm from what ParseFTPList gives to what mktime expects.Cosimo Cecchi2008-10-281-0/+7
* Convert stuct tm from what ParseFTPList gives to what mktime expects.Cosimo Cecchi2008-10-281-1/+1
* Don't ask for credentials twice when the password dialog was cancelledTomas Bzatek2008-10-241-5/+23
* Don't return fallback icons, since that gives problems with custom mimeAlexander Larsson2008-10-233-12/+1
* Patch from David ZeuthenAlexander Larsson2008-10-216-7/+283