summaryrefslogtreecommitdiff
path: root/daemon/http.mount.in
diff options
context:
space:
mode:
authorChristian Kellner <gicmo@gnome.org>2008-01-11 18:59:53 +0000
committerChristian Kellner <gicmo@src.gnome.org>2008-01-11 18:59:53 +0000
commitc03236a8151fb034cffa98165177a3924ab899e7 (patch)
treef8dad60bc4bb7f7daf315c5f206db5b49a1e730c /daemon/http.mount.in
parente2a7bf54ea7a07920ec932fcfaa7e510a6fb50e9 (diff)
downloadgvfs-c03236a8151fb034cffa98165177a3924ab899e7.tar.gz
Fix the double use of a counter variable inside nested loops.
2008-01-11 Christian Kellner <gicmo@gnome.org> * client/gdaemonvfs.c: Fix the double use of a counter variable inside nested loops. * client/Makefile.am: * client/httpuri.c: UriMapper added, which is needed for plain http method. * configure.ac: Check for libsoup version >= 2.2.104 * daemon/gvfsbackendhttp.c: Initial implementation of plain http methods. * daemon/Makefile.am: * daemon/http.mount.in: Added. * daemon/soup-input-stream.c: * daemon/soup-input-stream.h: Import of Dan Winship's libsoup based streaming classes. svn path=/trunk/; revision=1101
Diffstat (limited to 'daemon/http.mount.in')
-rw-r--r--daemon/http.mount.in5
1 files changed, 5 insertions, 0 deletions
diff --git a/daemon/http.mount.in b/daemon/http.mount.in
new file mode 100644
index 00000000..21b7930b
--- /dev/null
+++ b/daemon/http.mount.in
@@ -0,0 +1,5 @@
+[Mount]
+Type=http
+Exec=@libexecdir@/gvfsd-http
+AutoMount=true
+DBusName=org.gtk.vfs.mountpoint.http