From: Christian Grothoff Date: Mon, 19 Sep 2011 08:03:47 +0000 (+0000) Subject: marking HTTP as experimental X-Git-Tag: initial-import-from-subversion-38251~17026 X-Git-Url: https://git.librecmc.org/?a=commitdiff_plain;h=0112540dd27f1e8591f33d96ab3846c5e6fa606e;p=oweals%2Fgnunet.git marking HTTP as experimental --- diff --git a/ChangeLog b/ChangeLog index 248267ba5..d2d2f35bb 100644 --- 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 diff --git a/src/transport/Makefile.am b/src/transport/Makefile.am index 4089a195a..2ff0d8cec 100644 --- a/src/transport/Makefile.am +++ b/src/transport/Makefile.am @@ -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