summaryrefslogtreecommitdiff
path: root/daemon/gvfsjobread.c
Commit message (Collapse)AuthorAgeFilesLines
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-2/+2
| | | | | | | | | | | | | | | 2008-02-19 Alexander Larsson <alexl@redhat.com> * lots of *.c files: Code cleanup from Kjartan: Removes unused code/variables. Uses right printf types Uses non-deprecated dbus calls. Removes spurious ; and , deleted extra checks for NULL for g_free svn path=/trunk/; revision=1302
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
| | | | | | | | | | | | 2007-11-01 Christian Kellner <gicmo@gnome.org> * client/*.[ch]: * common/*.[ch]: * daemon/*.[ch]: * test/*.[ch]: Add copyright information to source files. svn path=/trunk/; revision=1007
* Check for unsupported operations and return error instead of crashing,Alexander Larsson2007-09-131-0/+7
| | | | | | Original git commit by Alexander Larsson <alexl@redhat.com> at 1183457271 +0200 svn path=/trunk/; revision=604
* [PATCH] gvfs build fixesAlexander Larsson2007-09-131-1/+1
| | | | | | | | | | | | | | | | Heya, I was looking at the code in tip, and tried compiling on my x86-64, and it didn't work, so here's a few build fixes. Cheers -- Bastien Nocera <hadess@hadess.net> Original git commit by Bastien Nocera <hadess@hadess.net> at 1178056856 +0100 svn path=/trunk/; revision=494
* G_TYPE_VFS_xxx -> G_VFS_TYPE_xxxAlexander Larsson2007-09-131-2/+2
| | | | | | Original git commit by Alexander Larsson <alex@greebo.(none)> at 1171636716 +0100 svn path=/trunk/; revision=356
* Move generic code from GVfsReadChannel to GVfsChannel base classAlexander Larsson2007-09-131-1/+1
| | | | | | Original git commit by Alexander Larsson <alex@greebo.(none)> at 1171634935 +0100 svn path=/trunk/; revision=354
* New thread model for GVfsDaemonAlexander Larsson2007-09-131-9/+29
| | | | | | Original git commit by Alexander Larsson <alex@greebo.(none)> at 1169224526 +0100 svn path=/trunk/; revision=259
* Initial work on the new way to track mountpoints.Alexander Larsson2007-09-131-3/+3
| | | | | | | | Daemon side only. Original git commit by Alexander Larsson <alex@greebo.(none)> at 1165492556 +0100 svn path=/trunk/; revision=219
* Rename GVfsReadStream to GVfsReadChannelAlexander Larsson2007-09-131-11/+11
| | | | | | | | | | | Make GVfsJobDBus class to share code Make GVfsJob backend be construct property Implement daemon-side support for dbus call cancellation Finish dbus call cancellation client-side Original git commit by Alexander Larsson <alex@greebo.(none)> at 1165257484 +0100 svn path=/trunk/; revision=217
* Allow multiple backend in one daemonAlexander Larsson2007-09-131-2/+5
| | | | | | Original git commit by Alexander Larsson <alex@greebo.(none)> at 1164972080 +0100 svn path=/trunk/; revision=207
* Handle close of the ReadStream without leaksAlexander Larsson2007-09-131-2/+2
| | | | | | Original git commit by Alexander Larsson <alex@localhost.localdomain> at 1163764504 +0100 svn path=/trunk/; revision=170
* Add newline to debug spewAlexander Larsson2007-09-131-1/+1
| | | | | | Original git commit by Alexander Larsson <alex@localhost.localdomain> at 1163511549 +0100 svn path=/trunk/; revision=145
* Handle errors better in readstreamAlexander Larsson2007-09-131-3/+9
| | | | | | Original git commit by Alexander Larsson <alex@localhost.localdomain> at 1161871795 +0200 svn path=/trunk/; revision=137
* Move backend class calls int gvfsbackend.cAlexander Larsson2007-09-131-8/+5
| | | | | | Original git commit by Alexander Larsson <alex@localhost.localdomain> at 1161857195 +0200 svn path=/trunk/; revision=130
* Rename GVfsDaemonBackend to GVfsBackendAlexander Larsson2007-09-131-2/+2
| | | | | | Original git commit by Alexander Larsson <alex@localhost.localdomain> at 1161855599 +0200 svn path=/trunk/; revision=129
* Further daemon workAlexander Larsson2007-09-131-20/+29
| | | | | | Original git commit by Alexander Larsson <alex@localhost.localdomain> at 1161788031 +0200 svn path=/trunk/; revision=128
* Initial work on readAlexander Larsson2007-09-131-0/+90
Original git commit by Alexander Larsson <alex@localhost.localdomain> at 1161685777 +0200 svn path=/trunk/; revision=121