summaryrefslogtreecommitdiff
path: root/daemon
Commit message (Expand)AuthorAgeFilesLines
* SMB: Kerberos authentication fixes. Fixes #524498Tomas Bzatek2008-09-171-8/+22
* Revert commit #1772. Set the information on the mount spec from the original ...Tomas Bzatek2008-09-151-19/+23
* Add Push and Pull. Remove Upload. (#550100)Christian Kellner2008-09-019-89/+495
* Plug some leaks on error pathsMatthias Clasen2008-08-253-7/+26
* Same as below but for the webdav's getlastmodified response (Closes:Bastien Nocera2008-08-251-3/+10
* Use libsoup to parse the "Last-Modified" header, not the ISO-8601 parsingBastien Nocera2008-08-221-2/+9
* Improve various user- and translator- unfriendly error messages.Hans Petter Jansson2008-08-211-8/+8
* Handle plural forms correctly. Fixes bug #548841.Wouter Bolsterlee2008-08-211-1/+4
* Bug 539472 – Display name property is overriddenJesse van den Kieboom2008-08-161-0/+1
* Correctly set copy name to original file name. Fixes #41852.Christian Neumair2008-08-161-1/+4
* Added restoring file permissions when replacing a file.Jesse van den Kieboom2008-08-051-5/+29
* Bug 525779: Dont look for trashs dir on sys mountsChristian Kellner2008-08-021-2/+5
* 545968 – leaks xml documents in error casesChristian Kellner2008-08-021-2/+4
* 545966 – Disallow net access to WebDAV xml parserChristian Kellner2008-08-021-0/+1
* Bug 509740 – Trash icon not updated ...Christian Kellner2008-08-021-1/+21
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-0218-201/+197
* Add x-content/* support to daemon mounts. Right now a backend can only setDavid Zeuthen2008-07-295-2/+70
* Bug 518284 – need to add i18n on module branchingMatthias Clasen2008-07-293-68/+60
* Use standard icon names.Matthias Clasen2008-07-283-7/+7
* 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