gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r4800 - in GNUnet: . src/applications/fs/ecrs src/applicati


From: gnunet
Subject: [GNUnet-SVN] r4800 - in GNUnet: . src/applications/fs/ecrs src/applications/gap src/applications/tbench
Date: Sat, 26 May 2007 19:26:16 -0600 (MDT)

Author: grothoff
Date: 2007-05-26 19:26:16 -0600 (Sat, 26 May 2007)
New Revision: 4800

Modified:
   GNUnet/src/applications/fs/ecrs/Makefile.am
   GNUnet/src/applications/fs/ecrs/download.c
   GNUnet/src/applications/gap/check.conf
   GNUnet/src/applications/gap/gaptest.c
   GNUnet/src/applications/gap/peer1.conf
   GNUnet/src/applications/gap/peer2.conf
   GNUnet/src/applications/tbench/tbenchtest.c
   GNUnet/src/applications/tbench/tbenchtest_udp.c
   GNUnet/todo
Log:
more minor bugfixes

Modified: GNUnet/src/applications/fs/ecrs/Makefile.am
===================================================================
--- GNUnet/src/applications/fs/ecrs/Makefile.am 2007-05-27 01:03:54 UTC (rev 
4799)
+++ GNUnet/src/applications/fs/ecrs/Makefile.am 2007-05-27 01:26:16 UTC (rev 
4800)
@@ -21,6 +21,7 @@
 libgnunetecrs_la_LIBADD = \
  -lz \
  -lextractor \
+ $(top_builddir)/src/applications/identity/libgnunetidentity_api.la \
  $(top_builddir)/src/applications/fs/libecrs_core.la \
  $(top_builddir)/src/applications/fs/lib/libgnunetfs.la \
  $(top_builddir)/src/applications/getoption/libgnunetgetoption_api.la \

Modified: GNUnet/src/applications/fs/ecrs/download.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/download.c  2007-05-27 01:03:54 UTC (rev 
4799)
+++ GNUnet/src/applications/fs/ecrs/download.c  2007-05-27 01:26:16 UTC (rev 
4800)
@@ -27,6 +27,7 @@
 #include "gnunet_protocols.h"
 #include "gnunet_ecrs_lib.h"
 #include "gnunet_fs_lib.h"
+#include "gnunet_identity_lib.h"
 #include "ecrs_core.h"
 #include "ecrs.h"
 #include "tree.h"
@@ -1362,7 +1363,8 @@
   }
   fid = uri->data.fi;
   
-  
+  /* FIXME: if location URI, set rm->target/have_target
+     and give HELLO to identity library! */
   if (! ECRS_isFileUri(uri)) {
     GE_BREAK(ectx, 0);
     FREE(realFN);

Modified: GNUnet/src/applications/gap/check.conf
===================================================================
--- GNUnet/src/applications/gap/check.conf      2007-05-27 01:03:54 UTC (rev 
4799)
+++ GNUnet/src/applications/gap/check.conf      2007-05-27 01:26:16 UTC (rev 
4800)
@@ -1,6 +1,6 @@
 # General settings
 [GNUNET]
-GNUNET_HOME = "/tmp/gnunet-session-test-driver"
+GNUNET_HOME = "/tmp/gnunet-gap-test-driver"
 LOGLEVEL = "WARNING"
 LOGFILE = ""
 PROCESS-PRIORITY = "NORMAL"

Modified: GNUnet/src/applications/gap/gaptest.c
===================================================================
--- GNUnet/src/applications/gap/gaptest.c       2007-05-27 01:03:54 UTC (rev 
4799)
+++ GNUnet/src/applications/gap/gaptest.c       2007-05-27 01:26:16 UTC (rev 
4800)
@@ -317,10 +317,10 @@
     sock = client_connection_create(NULL,
                                    cfg);
     left = 30; /* how many iterations should we wait? */
-    while (OK == requestStatistics(NULL,
-                                  sock,
-                                  &waitForConnect,
-                                  NULL)) {
+    while (OK == STATS_getStatistics(NULL,
+                                    sock,
+                                    &waitForConnect,
+                                    NULL)) {
       printf("Waiting for peers to connect (%u iterations left)...\n",
             left);
       sleep(5);

Modified: GNUnet/src/applications/gap/peer1.conf
===================================================================
--- GNUnet/src/applications/gap/peer1.conf      2007-05-27 01:03:54 UTC (rev 
4799)
+++ GNUnet/src/applications/gap/peer1.conf      2007-05-27 01:26:16 UTC (rev 
4800)
@@ -18,7 +18,6 @@
 [MODULES]
 topology = "topology_default"
 sqstore = "sqstore_sqlite"
-dht = "none"
 
 [NETWORK]
 PORT = 2087

Modified: GNUnet/src/applications/gap/peer2.conf
===================================================================
--- GNUnet/src/applications/gap/peer2.conf      2007-05-27 01:03:54 UTC (rev 
4799)
+++ GNUnet/src/applications/gap/peer2.conf      2007-05-27 01:26:16 UTC (rev 
4800)
@@ -18,7 +18,6 @@
 [MODULES]
 topology = "topology_default"
 sqstore = "sqstore_sqlite"
-dht = "none"
 
 [NETWORK]
 PORT = 12087

Modified: GNUnet/src/applications/tbench/tbenchtest.c
===================================================================
--- GNUnet/src/applications/tbench/tbenchtest.c 2007-05-27 01:03:54 UTC (rev 
4799)
+++ GNUnet/src/applications/tbench/tbenchtest.c 2007-05-27 01:26:16 UTC (rev 
4800)
@@ -110,10 +110,10 @@
 
   ret = 0;
   left = 30; /* how many iterations should we wait? */
-  while (OK == requestStatistics(NULL,
-                                sock,
-                                &waitForConnect,
-                                NULL)) {
+  while (OK == STATS_getStatistics(NULL,
+                                  sock,
+                                  &waitForConnect,
+                                  NULL)) {
     printf(_("Waiting for peers to connect (%u iterations left)...\n"),
           left);
     sleep(5);
@@ -195,10 +195,10 @@
     sock = client_connection_create(NULL,
                                    cfg);
     left = 30; /* how many iterations should we wait? */
-    while (OK == requestStatistics(NULL,
-                                  sock,
-                                  &waitForConnect,
-                                  NULL)) {
+    while (OK == STATS_getStatistics(NULL,
+                                    sock,
+                                    &waitForConnect,
+                                    NULL)) {
       printf("Waiting for peers to connect (%u iterations left)...\n",
             left);
       sleep(5);

Modified: GNUnet/src/applications/tbench/tbenchtest_udp.c
===================================================================
--- GNUnet/src/applications/tbench/tbenchtest_udp.c     2007-05-27 01:03:54 UTC 
(rev 4799)
+++ GNUnet/src/applications/tbench/tbenchtest_udp.c     2007-05-27 01:26:16 UTC 
(rev 4800)
@@ -109,10 +109,10 @@
 
   ret = 0;
   left = 30; /* how many iterations should we wait? */
-  while (OK == requestStatistics(NULL,
-                                sock,
-                                &waitForConnect,
-                                NULL)) {
+  while (OK == STATS_getStatistics(NULL,
+                                  sock,
+                                  &waitForConnect,
+                                  NULL)) {
     printf(_("Waiting for peers to connect (%u iterations left)...\n"),
           left);
     sleep(5);
@@ -194,10 +194,10 @@
     sock = client_connection_create(NULL,
                                    cfg);
     left = 30; /* how many iterations should we wait? */
-    while (OK == requestStatistics(NULL,
-                                  sock,
-                                  &waitForConnect,
-                                  NULL)) {
+    while (OK == STATS_getStatistics(NULL,
+                                    sock,
+                                    &waitForConnect,
+                                    NULL)) {
       printf("Waiting for peers to connect (%u iterations left)...\n",
             left);
       sleep(5);

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2007-05-27 01:03:54 UTC (rev 4799)
+++ GNUnet/todo 2007-05-27 01:26:16 UTC (rev 4800)
@@ -15,20 +15,15 @@
 - new features:
   * XFS / support for location URIs [CG] 
     + fsui/fs/location URI support (download routing) [RC]
-      => FSUI/ECRS/FS need to support passing of LOC URI with request
-
       - ECRS download file -- use new identity lib to give HELLO to gnunetd
       - ECRS download file -- set RM target iff Location URI given
-      - fslib: pass target through to other side
-      - FS/routing code should *use* target if given (and available) during 
routing     
-
-      - identity/clientapi.c: add (sanity) check for valid signature!
     + location URI generation (for search routing) [RC]
-      => ECRS needs to generate location URI for *indexed* non-anonymous 
content!
+      => ECRS needs to generate location URIs for *indexed* non-anonymous 
content!
       - extend identity API to allow creation of (certain) signatures by 
clients!
       - generate and publish location URI
   * HTTP transport (libcurl, libmicrohttpd)
 - testcases (fix, add):
+  * identity/clientapi.c: add (sanity) check for valid signature!
   * dht/tools
   * ecrs_core
   * gap (incl. economy)





reply via email to

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