summaryrefslogtreecommitdiff
path: root/daemon/gvfsbackendhttp.c
Commit message (Expand)AuthorAgeFilesLines
* Code cleanup from Kjartan: Removes unused code/variables. Uses rightAlexander Larsson2008-02-191-11/+1
* Use SoupSessionSync instead of SoupSessionAsync and convert SoupStreamsChristian Kellner2008-02-161-1/+1
* Escape the filename.Christian Kellner2008-02-151-1/+3
* Move write logic (replace, create) to the dav backend.Christian Kellner2008-02-031-418/+101
* Implement uri navigation for http uris (#509341)Alexander Larsson2008-01-311-16/+10
* Small cleanups.Christian Kellner2008-01-211-3/+253
* A few cleanups.Christian Kellner2008-01-161-19/+59
* Port to libsoup-2.4.Christian Kellner2008-01-161-20/+22
* fixDan Winship2008-01-141-0/+256
* Also handle dav uris in the http mapper.Christian Kellner2008-01-131-30/+27
* implement GSeekable (a bit hackishly due to a bug in libsoup 2.2.x)Dan Winship2008-01-121-0/+34
* cleanup (g_vfs_backend_http_init): move session creation here. Don'tDan Winship2008-01-111-6/+34
* Make http mount not user visible. Set backend mount spec in try_mount.Alexander Larsson2008-01-111-0/+6
* Fix the double use of a counter variable inside nested loops.Christian Kellner2008-01-111-2/+237
* Initial attempt of writing the http backend. Not much there yet only aChristian Kellner2008-01-101-0/+87