summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackenddav.c
Commit message (Expand)AuthorAgeFilesLines
* 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
* Disconnect signal handler, since the data struct we pass into the signalChristian Kellner2008-01-171-2/+6
* Make g_mount_source_ask_password_async () public and addChristian Kellner2008-01-171-124/+231
* A few cleanups.Christian Kellner2008-01-161-109/+96
* Port to libsoup-2.4.Christian Kellner2008-01-161-52/+41
* Also handle dav uris in the http mapper.Christian Kellner2008-01-131-0/+943