summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendtest.c
Commit message (Expand)AuthorAgeFilesLines
* daemon: Move seek type conversion to shared libraryRoss Lagerwall2015-02-091-14/+3
* Update the Address of the FSFFelix Möller2012-07-301-2/+2
* Support query info on output streamsAlexander Larsson2009-02-271-0/+203
* Add (de)marshalling functions for GFileInfos.Alexander Larsson2009-02-271-1/+38
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-7/+3
* Save errno befor making other calls. Be safe when calling g_set_error()Alexander Larsson2008-02-111-6/+12
* Only use <gio/gio.h> includeAlexander Larsson2007-12-141-3/+1
* Ansi C fixes from Jens GranseuerAlexander Larsson2007-11-071-1/+1
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Removed. Removed. Added. Added.Alexander Larsson2007-09-171-11/+11
* Rename g_vfs_job_enumerate_add_info to g_vfs_job_enumerate_add_infosAlexander Larsson2007-09-131-1/+1
* Split out gio into its own moduleAlexander Larsson2007-09-131-2/+4
* Pass preallocated infos and attribute masks to backends. Use auto-masking.Alexander Larsson2007-09-131-9/+10
* Update gvfs mounting to the new APIsAlexander Larsson2007-09-131-1/+2
* [PATCH] gvfs build fixesAlexander Larsson2007-09-131-1/+1
* Move from G_FILE_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-7/+7
* Rename G_VFS_ERROR to G_IO_ERRORAlexander Larsson2007-09-131-7/+7
* GFileLocal -> GLocalFileAlexander Larsson2007-09-131-2/+2
* Make GFileInfo into a pure key => value+type mapping.Alexander Larsson2007-09-131-7/+4
* G_TYPE_VFS_xxx -> G_VFS_TYPE_xxxAlexander Larsson2007-09-131-1/+1
* Move GVfsBackend stuff into ->privAlexander Larsson2007-09-131-3/+7
* Move mounting into a GVfsJobAlexander Larsson2007-09-131-15/+14
* Make filenames constAlexander Larsson2007-09-131-3/+3
* Add debug spewAlexander Larsson2007-09-131-2/+6
* Add type arg to g_mount_spec_newAlexander Larsson2007-09-131-3/+1
* Starting to work on actually registering the backends as mountedAlexander Larsson2007-09-131-6/+13
* New thread model for GVfsDaemonAlexander Larsson2007-09-131-28/+22
* Split out daemon implementation into a module in its own subdirAlexander Larsson2007-09-131-3/+3
* First roughly working version of enumerationAlexander Larsson2007-09-131-0/+22
* Initial daemon side enumerate workAlexander Larsson2007-09-131-0/+16
* Implement get_infoAlexander Larsson2007-09-131-0/+36
* Finish changing how uris are mappedAlexander Larsson2007-09-131-2/+2
* New model to handle uris. All uri -> dbus mapping is done client side.Alexander Larsson2007-09-131-2/+2
* Initial work on the new way to track mountpoints.Alexander Larsson2007-09-131-2/+4
* Rename GVfsReadStream to GVfsReadChannelAlexander Larsson2007-09-131-1/+23
* Allow multiple backend in one daemonAlexander Larsson2007-09-131-3/+4
* Implement daemon side close request, and close when the fd is closedAlexander Larsson2007-09-131-27/+31
* Fix cancellation of daemon streamsAlexander Larsson2007-09-131-10/+36
* Implement seekAlexander Larsson2007-09-131-3/+63
* Rename GVfsDaemonBackend to GVfsBackendAlexander Larsson2007-09-131-0/+134