summaryrefslogtreecommitdiff
path: root/daemon/gvfsjobopenforwrite.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Handle lockdown option to disable writingOndrej Holy2019-07-111-0/+7
* daemon: Use "Operation not supported" consistentlyMayank Sharma2019-03-211-3/+3
* Use Unicode in translatable stringsPiotr Drąg2016-10-031-1/+1
* Implement truncate support for output streamsRoss Lagerwall2013-12-051-18/+89
* daemon: Emit signal before returning dbus valueRoss Lagerwall2013-09-301-6/+6
* gvfschannel: Return proper error if we're out of free fdsTomas Bzatek2013-04-031-0/+10
* gdbus: Remove debug printsTomas Bzatek2012-07-311-2/+0
* gdbus: Use G_VARIANT_TYPE_HANDLE for fd_id argumentsTomas Bzatek2012-07-311-1/+4
* gdbus: Core daemon and client portTomas Bzatek2012-07-311-81/+52
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* Don't leak dbus messagesAlexander Larsson2011-04-151-0/+1
* Rename gdbusutils.h to avoid conflict with GIO1.6.2Matthias Clasen2010-05-271-1/+1
* Bug 587484 – Interaction when unmounting mounts and misc fixesDavid Zeuthen2009-07-081-1/+11
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-021-2/+2
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-7/+6
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Add GFileCreateFlags flag to open for write. No actual backend support yetAlexander Larsson2007-10-041-6/+15
* Empty etag strings are parsed as NULLAlexander Larsson2007-09-131-1/+2
* Implement etag sending on close in daemon streamAlexander Larsson2007-09-131-5/+6
* Check for unsupported operations and return error instead of crashing,Alexander Larsson2007-09-131-0/+21
* Fix race condition where we accept GVfsChannel requests before the channel ha...Alexander Larsson2007-09-131-5/+2
* Rename dbus gerror helpers and use the best one in each caseAlexander Larsson2007-09-131-1/+1
* Move from G_FILE_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-1/+1
* Added +g_vfs_job_open_for_write_set_initial_offsetAlexander Larsson2007-09-131-1/+11
* Add backend support for append_to and replaceAlexander Larsson2007-09-131-9/+57
* Initial work for daemon side write supportAlexander Larsson2007-09-131-0/+204