summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* Use 'camera-photo' rather than just 'camera' since gnome-icon-theme inDavid Zeuthen2008-07-211-2/+2
* Use hex escapes in the trash backend. Patch by Andreas Henriksson. FixesA. Walton2008-06-111-17/+32
* Fix recursive copy of directories (#522933) Introduce new error 550Tomas Bzatek2008-06-111-7/+80
* Fix build warnings with GCC 4.3.0 (#537588).Cosimo Cecchi2008-06-107-50/+63
* Patch from Tomáš Bžatek <tbzatek@redhat.com> to fix the fugly iconsBastien Nocera2008-06-091-0/+2
* Return G_IO_ERROR_IS_DIRECTORY when attempting to read a directory (fixes #52...Tomas Bzatek2008-05-281-2/+18
* Don't set domain to mountspec when not setting usernameTomas Bzatek2008-05-271-4/+7
* Improve error handling allowing to mount non-standard ISO imagesTomas Bzatek2008-05-221-2/+14
* Fix username & domain tests while setting mount specTomas Bzatek2008-05-211-2/+2
* Add GVFS_SMB_DEBUG env variable to control smb debugging.Christian Kellner2008-05-211-1/+9
* Set the information on the mount spec at the right timeChristian Kellner2008-05-211-17/+19
* Fill in the display name, even if layers above should be able to doBastien Nocera2008-05-201-1/+5
* get rid of modelines The modelines were inconsistent and caused issuesBenjamin Otte2008-04-2220-22/+0
* remove trailing '\r', that workarounds a parser issue causing someSebastien Bacher2008-04-211-0/+2
* some minor fixes (#528950)David Zeuthen2008-04-201-5/+33
* Bug 526793 – unmount hangs with some backendsMatthias Clasen2008-04-171-0/+2
* Set mount prefix on the mount_specChristian Kellner2008-04-161-0/+2
* Add debug logging support for http/davChristian Kellner2008-04-161-0/+26
* WebDAV mount cleanupsChristian Kellner2008-04-051-49/+68
* Implement set_display_name. (#525980)Christian Kellner2008-04-033-60/+342
* Get the right size of the command messages. Actually send file attributesAlexander Larsson2008-03-311-2/+14
* Make sure we send (error) replies to all outstanding jobs and unmount theChristian Kellner2008-03-311-18/+37
* fix race that could cause uploads to stopBenjamin Otte2008-03-281-5/+15
* Plug some more minor memory leaks.Paolo Borelli2008-03-282-7/+12
* Dist libsmb-compat.h.GVFS_0_2_2Alexander Larsson2008-03-281-1/+1
* plug some minor memory leaks.Paolo Borelli2008-03-281-3/+11
* Handle all target exists errors correctly in move. This should make us notAlexander Larsson2008-03-273-46/+196
* Introduce helpers for multi-request ops. Use it for query_info.Alexander Larsson2008-03-271-152/+191
* Send replies to subscribe and unsubscribe messages.Alexander Larsson2008-03-261-0/+6
* Pass id via the command object, not via out parameter. Removes a bunch ofAlexander Larsson2008-03-261-148/+87
* Do not create new read/write jobs if the gvfschannel has been cancelled.Carlos Garcia Campos2008-03-251-2/+7
* Make sure the display name is correct even for subdirectories inside thePaolo Borelli2008-03-251-16/+7
* Better mount icons and root display name.Alexander Larsson2008-03-251-10/+12
* Port to new smbclient API introduced in samba-3.2.0pre2Tomas Bzatek2008-03-203-105/+371
* Add job pointer to output spew to make it possible to match lines.Alexander Larsson2008-03-192-2/+2
* Make the sftp backend work when pam_krb5 is used on the server side.Sebastian Dröge2008-03-191-0/+2
* Correctly handle username in mountspec. Only set it if it was in theAlexander Larsson2008-03-171-15/+44
* return G_IO_ERROR_NOT_EMPTY if we're trying to delete a non-emptyBenjamin Otte2008-03-171-4/+25
* Don't autostart fuse backend if the GVFS_DISABLE_FUSE env var is setAlexander Larsson2008-03-141-0/+4
* Mark files with an initial dot to be hidden. This handles unix smb shares,Alexander Larsson2008-03-141-2/+7
* Actually add the mount file for archiveAlexander Larsson2008-03-131-0/+5
* fix enumerating to do the right thingBenjamin Otte2008-03-121-34/+42
* Added archive backend from Benjamin Otte Requires libarchiveAlexander Larsson2008-03-121-13/+31
* Added archive backend from Benjamin Otte Requires libarchiveAlexander Larsson2008-03-123-0/+782
* invalidate the cache of directories that we modified ourselves. allow 10Benjamin Otte2008-03-122-2/+38
* 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