gnunet-svn
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[GNUnet-SVN] r16942 - in gnunet: . src/transport


From: gnunet
Subject: [GNUnet-SVN] r16942 - in gnunet: . src/transport
Date: Mon, 19 Sep 2011 10:03:47 +0200

Author: grothoff
Date: 2011-09-19 10:03:47 +0200 (Mon, 19 Sep 2011)
New Revision: 16942

Modified:
   gnunet/ChangeLog
   gnunet/src/transport/Makefile.am
Log:
marking HTTP as experimental

Modified: gnunet/ChangeLog
===================================================================
--- gnunet/ChangeLog    2011-09-19 07:59:07 UTC (rev 16941)
+++ gnunet/ChangeLog    2011-09-19 08:03:47 UTC (rev 16942)
@@ -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
+       * 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)
-       * VPN is experimental, but has been shown to work to some degree
         * 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
 

Modified: gnunet/src/transport/Makefile.am
===================================================================
--- gnunet/src/transport/Makefile.am    2011-09-19 07:59:07 UTC (rev 16941)
+++ gnunet/src/transport/Makefile.am    2011-09-19 08:03:47 UTC (rev 16942)
@@ -4,6 +4,7 @@
 
 
 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 @@
  HTTPS_QUOTA_TEST = test_quota_compliance_https \
                test_quota_compliance_https_asymmetric_recv_constant
 endif
+endif
 
 if USE_COVERAGE
   AM_CFLAGS = --coverage -O0




reply via email to

[Prev in Thread] Current Thread [Next in Thread]