summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Use GError->message, not GError->msg. Patch from Alexander LarssonAlexander Larsson2008-03-111-1/+1
* ANSIfication Same.Kjartan Maraas2008-03-071-1/+1
* Since G_SEEK_END is not supported at the moment immediately return FALSEChristian Kellner2008-03-061-6/+14
* daemon/gvfsreadchannel.c, Fix format specifiers here.Kjartan Maraas2008-03-062-2/+2
* Remove a couple of unused variables.Kjartan Maraas2008-03-061-7/+0
* Initialize error variable to NULL. (#519035)Christian Kellner2008-03-061-0/+1
* Only ask for common properties and don't use allprop.Christian Kellner2008-03-061-4/+19
* Correctly set the content types and the icon correclty. (#518679) AlsoChristian Kellner2008-03-062-23/+65
* Use g_content_type_get_icon() instead of open coding it. Also picks upAlexander Larsson2008-03-062-66/+14
* timeout I/O or g_cond_wait after 30 secondsBenjamin Otte2008-03-061-1/+18
* fail early if there's no ftp server where we connectBenjamin Otte2008-03-061-0/+9
* parse the ftp server's system. Using that information, mark dot-files asBenjamin Otte2008-03-061-0/+43
* Allow setting unix mode on sftp (#520572) Patch from Carlos Garcia CamposAlexander Larsson2008-03-061-2/+71
* Set display name for dav mount (#519588)Alexander Larsson2008-03-061-1/+6
* fail if file existsBenjamin Otte2008-03-061-1/+14
* don't list "." and ".." directories.Benjamin Otte2008-03-051-2/+19
* fail if the file to be created already existsBenjamin Otte2008-03-051-1/+18
* set anonymous login to FALSE, no uninitialized variables please. fixBenjamin Otte2008-03-051-0/+3
* the proper icon name is folder-remote, not remote-folder. really fixedBenjamin Otte2008-03-051-1/+1
* add text-x-generic mime type as a last fallback option. Fixes #520189Benjamin Otte2008-03-051-6/+6
* rewrite file info construction and directory listing. It should nowBenjamin Otte2008-03-051-396/+422
* Better error message for Nokia 3650 phonesBastien Nocera2008-03-051-1/+1
* Error out cleanly from do_mount() if we somehow lose connection to theBastien Nocera2008-03-051-15/+47
* Trivial C89 patch, fixes #520339. Patch from Jens Granseuer.A. Walton2008-03-041-1/+1
* set the right GError here. Makes gvfsd-ftp run fine manually again.Benjamin Otte2008-03-041-2/+1
* Use correct case for ParseFTPList.hGVFS_0_1_9Alexander Larsson2008-03-041-1/+1
* Avoid crash when mounting drive Fix leak.Alexander Larsson2008-03-041-2/+5
* don't require \r as line ending for LIST commands. Fixes ftp.netbsd.orgBenjamin Otte2008-03-041-3/+3
* add an anonymous_out parameter for anonymous logins.Benjamin Otte2008-03-044-9/+40
* Fix memory leaks.Carlos Garcia Campos2008-03-042-0/+4
* Avoid duplications in supported_uris.Alexander Larsson2008-03-042-1/+2
* Remove unecessary message_new_from_xxx functions. Prefix all publicChristian Kellner2008-03-033-139/+114
* Add write support to gphoto2 backend. Also performance enhancements forDavid Zeuthen2008-03-031-407/+2367
* Fix memory leak.Carlos Garcia Campos2008-03-031-0/+1
* revert yesterday's commit. It broke the obex and gphoto backends. We nowBenjamin Otte2008-03-031-0/+3
* fix server disconnect on timeout. Side effect is that the ftp backend justBenjamin Otte2008-03-031-45/+61
* Add _g_dbus_message_iter_append_args_valist andAlexander Larsson2008-03-033-1/+119
* Make sure the g_object_unref call is _before_ the return call. Fixes bugChristian Kellner2008-03-031-4/+5
* Create the root monitor for trash when mounting. (#509740).Cosimo Cecchi2008-03-031-4/+6
* dynamically resize the read buffer. This allows receiving the huge welcomeBenjamin Otte2008-03-031-17/+30
* implement EPSV. This should make IPv6 work.Benjamin Otte2008-03-031-2/+33
* Fix a crasher when mounting fails, by not freeing the error just beforeBastien Nocera2008-03-031-1/+4
* Make "file don't exist" message conform to other backends; no, it isn't aLuca Ferretti2008-03-031-1/+1
* use g_build_path() to not get excess slashes in pathsBenjamin Otte2008-03-021-1/+1
* implement move vfuncBenjamin Otte2008-03-021-7/+84
* push back connection if we fail starting a read/writeBenjamin Otte2008-03-021-8/+20
* implement make_directoryBenjamin Otte2008-03-021-0/+23
* implement deleteBenjamin Otte2008-03-021-0/+30
* redo error handling: We now store the error and the job in theBenjamin Otte2008-03-021-384/+274
* Avoid calling cddio_cddap_close() twice on an error path.David Zeuthen2008-03-011-1/+0