summaryrefslogtreecommitdiff
path: root/daemon/gvfsjobenumerate.c
Commit message (Expand)AuthorAgeFilesLines
* Add job pointer to output spew to make it possible to match lines.Alexander Larsson2008-03-191-1/+1
* constify list argument, so ownership is apparent.Benjamin Otte2008-02-281-2/+2
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-1/+1
* Ensure we're using "/" as separator for uris. This only affects win32,Alexander Larsson2008-02-181-1/+1
* Fix a little crasher (NULL terminate g_build_filename) that was introducedChristian Kellner2008-02-151-1/+1
* Pass an optional uri to query_info and enumerateAlexander Larsson2008-02-151-8/+39
* Add copyright information to source files.Christian Kellner2007-11-011-0/+22
* Allow NULL end pointerAlexander Larsson2007-10-041-0/+2
* Better batching of file infos when enumerating filesAlexander Larsson2007-09-131-40/+53
* Rename g_vfs_job_enumerate_add_info to g_vfs_job_enumerate_add_infosAlexander Larsson2007-09-131-2/+2
* Pass preallocated infos and attribute masks to backends. Use auto-masking.Alexander Larsson2007-09-131-5/+11
* Move FileInfo marshalling to common/.Alexander Larsson2007-09-131-2/+2
* Check for unsupported operations and return error instead of crashing,Alexander Larsson2007-09-131-0/+7
* Rename mount daemon main interface to Mount, instead of MountPointAlexander Larsson2007-09-131-2/+2
* Rename dbus gerror helpers and use the best one in each caseAlexander Larsson2007-09-131-1/+1
* Make GFileInfo into a pure key => value+type mapping.Alexander Larsson2007-09-131-36/+7
* G_TYPE_VFS_xxx -> G_VFS_TYPE_xxxAlexander Larsson2007-09-131-2/+2
* Limit number of entries sent in each messageAlexander Larsson2007-09-131-0/+9
* Move code shared between client and daemon to common directoryAlexander Larsson2007-09-131-5/+5
* New thread model for GVfsDaemonAlexander Larsson2007-09-131-9/+29
* First roughly working version of enumerationAlexander Larsson2007-09-131-1/+55
* Initial daemon side enumerate workAlexander Larsson2007-09-131-0/+185