summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackenddav.c
Commit message (Expand)AuthorAgeFilesLines
* dav: Use default unmount logicChristian Kellner2011-06-051-10/+0
* dav: Implement query_fs_info and report used and free spaceChristian Kellner2011-05-191-0/+150
* dav: Check for empty but present displayname dav-propertyChristian Kellner2011-05-181-1/+1
* dav: Decode the paths of the multistatus response before comparing themChristian Kellner2011-05-181-44/+49
* dav: Include username and/or port in the backend's display-nameChristian Kellner2011-05-171-9/+45
* dav: Unescape the path when setting the mount_prefix of the GMountSpecChristian Kellner2011-05-161-1/+6
* dav: Correctly encode URLsChristian Kellner2011-05-141-12/+32
* http/dav: Move http_backend_uri_for_filename to dav backendChristian Kellner2011-05-121-8/+44
* dav: correctly handle usernames supplied in the urlChristian Kellner2011-05-081-10/+9
* dav: Fix copying of remote folders to diskChristian Kellner2011-05-041-0/+79
* Cleanups and fixes for compiler warningsKjartan Maraas2011-03-171-2/+0
* Bug 587484 – Interaction when unmounting mounts and misc fixesDavid Zeuthen2009-07-081-1/+3
* [dav] Ensure we have a valid username (#582373)Christian Kellner2009-05-261-0/+5
* Convert all spew to g_debug()Alexander Larsson2009-03-061-8/+8
* 536305 – incorrect GError propagation in the httChristian Kellner2009-02-161-1/+31
* Bug 529349 – Redirects with username doesn't workAlexander Larsson2009-02-161-0/+4
* Bug 566452 – Error when creating folder on webdav shareAlexander Larsson2009-02-161-6/+7
* Added. Added. Added. Added.Alexander Larsson2008-12-011-6/+146
* Same as below but for the webdav's getlastmodified response (Closes:Bastien Nocera2008-08-251-3/+10
* Bug 539472 – Display name property is overriddenJesse van den Kieboom2008-08-161-0/+1
* 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
* Use g_set_error_literal where appropriate. Bug #539167.Christian Persch2008-08-021-14/+13
* Fix build warnings with GCC 4.3.0 (#537588).Cosimo Cecchi2008-06-101-16/+16
* get rid of modelines The modelines were inconsistent and caused issuesBenjamin Otte2008-04-221-1/+0
* Set mount prefix on the mount_specChristian Kellner2008-04-161-0/+2
* WebDAV mount cleanupsChristian Kellner2008-04-051-49/+68
* Implement set_display_name. (#525980)Christian Kellner2008-04-031-57/+337
* Remove a couple of unused variables.Kjartan Maraas2008-03-061-7/+0
* Initialize error variable to NULL. (#519035)Christian Kellner2008-03-061-0/+1
* Only ask for common properties and don't use allprop.Christian Kellner2008-03-061-4/+19
* Correctly set the content types and the icon correclty. (#518679) AlsoChristian Kellner2008-03-061-11/+53
* Set display name for dav mount (#519588)Alexander Larsson2008-03-061-1/+6
* add an anonymous_out parameter for anonymous logins.Benjamin Otte2008-03-041-0/+1
* Remove unecessary message_new_from_xxx functions. Prefix all publicChristian Kellner2008-03-031-76/+67
* Mark the dav backend as user visible.Christian Kellner2008-02-281-6/+7
* Correct error domain in case delete failed.Christian Kellner2008-02-261-1/+1
* Redo authentication and implement keyring support. Based on a patch byChristian Kellner2008-02-261-88/+162
* Initial take on implementing delete.Christian Kellner2008-02-251-2/+98
* Also check if the URL is a directory by doing a PROPFIND in addition toChristian Kellner2008-02-251-29/+135
* Keep the SoupMessage around for as long as Multistatus is valid.Christian Kellner2008-02-251-4/+4
* Add a SoupSessionAsync to be used for SoupInputStream doesn't yet workChristian Kellner2008-02-251-0/+7
* - Port the mount operation to use the sync i/op. - Keep the authChristian Kellner2008-02-251-344/+393
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-16/+4
* Detect gnome-keyringAlexander Larsson2008-02-181-1/+2
* Use SoupSessionSync instead of SoupSessionAsync and convert SoupStreamsChristian Kellner2008-02-161-57/+23
* Completly redo Multistatus parsing.Christian Kellner2008-02-151-236/+504
* Save errno befor making other calls. Be safe when calling g_set_error()Alexander Larsson2008-02-111-3/+3
* Move write logic (replace, create) to the dav backend.Christian Kellner2008-02-031-5/+264
* Small cleanups.Christian Kellner2008-01-211-48/+5