marking HTTP as experimental
authorChristian Grothoff <christian@grothoff.org>
Mon, 19 Sep 2011 08:03:47 +0000 (08:03 +0000)
committerChristian Grothoff <christian@grothoff.org>
Mon, 19 Sep 2011 08:03:47 +0000 (08:03 +0000)
ChangeLog
src/transport/Makefile.am

index 248267ba547075059ca8219ba4d9b01c00244037..d2d2f35bbfa2f46101f2683445eebf3a8dfcd722 100644 (file)
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,12 +3,14 @@
        in order of minor flaws to major issues, by module:
 
        * FS still has a few missing features, but largely works
-       * TESTING does not support incremental HELLO changes
        * TRANSPORT ATS is not used for actual bandwidth assignment,
                  important options to make it truly useful are still missing
-       * MESH does not work (mock API emulates for VPN)
+       * TESTING does not support incremental HELLO changes, 
+                 code has known shutdown issues (can crash)
        * VPN is experimental, but has been shown to work to some degree
+       * MESH does not work (mock API emulates for VPN)
         * TRANSPORT-WLAN is experimental
+        * TRANSPORT-HTTP is experimental, has known bugs
        * TRANSPORT-DV is experimental, has known bugs, protocol may still change
        * CHAT is experimental, has known bugs and was not reviewed yet
 
index 4089a195a75326a4e32b3614542d196f778eca23..2ff0d8cec71896daf37c5ceb1dd47e9681d126d3 100644 (file)
@@ -4,6 +4,7 @@ plugindir = $(libdir)/gnunet
 
 
 if HAVE_MHD
+if HAVE_EXPERIMENTAL
  GN_LIBMHD = -lmicrohttpd
  HTTP_PLUGIN_LA = libgnunet_plugin_transport_http.la
 # HTTP_PLUGIN_TEST = test_plugin_transport_http
@@ -18,6 +19,7 @@ if HAVE_MHD
  HTTPS_QUOTA_TEST = test_quota_compliance_https \
                test_quota_compliance_https_asymmetric_recv_constant
 endif
+endif
 
 if USE_COVERAGE
   AM_CFLAGS = --coverage -O0