aboutsummaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorChristian Grothoff <christian@grothoff.org>2011-09-19 08:03:47 +0000
committerChristian Grothoff <christian@grothoff.org>2011-09-19 08:03:47 +0000
commit0112540dd27f1e8591f33d96ab3846c5e6fa606e (patch)
treed45ddba1a9ba9064587175ea9b87f84b3d9dfa4c
parentf8de0fca7d326d55424b33c87d77ff428dce61a1 (diff)
downloadgnunet-0112540dd27f1e8591f33d96ab3846c5e6fa606e.tar.gz
gnunet-0112540dd27f1e8591f33d96ab3846c5e6fa606e.zip
marking HTTP as experimental
-rw-r--r--ChangeLog6
-rw-r--r--src/transport/Makefile.am2
2 files changed, 6 insertions, 2 deletions
diff --git a/ChangeLog b/ChangeLog
index 248267ba5..d2d2f35bb 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -3,12 +3,14 @@
3 in order of minor flaws to major issues, by module: 3 in order of minor flaws to major issues, by module:
4 4
5 * FS still has a few missing features, but largely works 5 * FS still has a few missing features, but largely works
6 * TESTING does not support incremental HELLO changes
7 * TRANSPORT ATS is not used for actual bandwidth assignment, 6 * TRANSPORT ATS is not used for actual bandwidth assignment,
8 important options to make it truly useful are still missing 7 important options to make it truly useful are still missing
9 * MESH does not work (mock API emulates for VPN) 8 * TESTING does not support incremental HELLO changes,
9 code has known shutdown issues (can crash)
10 * VPN is experimental, but has been shown to work to some degree 10 * VPN is experimental, but has been shown to work to some degree
11 * MESH does not work (mock API emulates for VPN)
11 * TRANSPORT-WLAN is experimental 12 * TRANSPORT-WLAN is experimental
13 * TRANSPORT-HTTP is experimental, has known bugs
12 * TRANSPORT-DV is experimental, has known bugs, protocol may still change 14 * TRANSPORT-DV is experimental, has known bugs, protocol may still change
13 * CHAT is experimental, has known bugs and was not reviewed yet 15 * CHAT is experimental, has known bugs and was not reviewed yet
14 16
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
4 4
5 5
6if HAVE_MHD 6if HAVE_MHD
7if HAVE_EXPERIMENTAL
7 GN_LIBMHD = -lmicrohttpd 8 GN_LIBMHD = -lmicrohttpd
8 HTTP_PLUGIN_LA = libgnunet_plugin_transport_http.la 9 HTTP_PLUGIN_LA = libgnunet_plugin_transport_http.la
9# HTTP_PLUGIN_TEST = test_plugin_transport_http 10# HTTP_PLUGIN_TEST = test_plugin_transport_http
@@ -18,6 +19,7 @@ if HAVE_MHD
18 HTTPS_QUOTA_TEST = test_quota_compliance_https \ 19 HTTPS_QUOTA_TEST = test_quota_compliance_https \
19 test_quota_compliance_https_asymmetric_recv_constant 20 test_quota_compliance_https_asymmetric_recv_constant
20endif 21endif
22endif
21 23
22if USE_COVERAGE 24if USE_COVERAGE
23 AM_CFLAGS = --coverage -O0 25 AM_CFLAGS = --coverage -O0