gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r10715 - in gnunet: . contrib doc/man src/core src/fs


From: gnunet
Subject: [GNUnet-SVN] r10715 - in gnunet: . contrib doc/man src/core src/fs
Date: Tue, 30 Mar 2010 13:17:50 +0200

Author: grothoff
Date: 2010-03-30 13:17:50 +0200 (Tue, 30 Mar 2010)
New Revision: 10715

Modified:
   gnunet/TODO
   gnunet/contrib/defaults.conf
   gnunet/doc/man/Makefile.am
   gnunet/src/core/core.h
   gnunet/src/fs/fs_publish.c
   gnunet/src/fs/fs_search.c
   gnunet/src/fs/fs_test_lib_data.conf
   gnunet/src/fs/gnunet-pseudonym.c
   gnunet/src/fs/gnunet-service-fs.c
   gnunet/src/fs/test_fs_download.c
   gnunet/src/fs/test_fs_namespace.c
   gnunet/src/fs/test_fs_namespace_data.conf
   gnunet/src/fs/test_fs_search.c
   gnunet/src/fs/test_fs_search_data.conf
   gnunet/src/fs/test_fs_test_lib.c
   gnunet/src/fs/test_gnunet_service_fs_p2p.c
Log:
work on namespace stuff

Modified: gnunet/TODO
===================================================================
--- gnunet/TODO 2010-03-30 06:52:37 UTC (rev 10714)
+++ gnunet/TODO 2010-03-30 11:17:50 UTC (rev 10715)
@@ -15,8 +15,6 @@
 
 0.9.0pre0:
 * CORE:
-  - SET_KEY is triggered every 2.5 minutes (after session is up); should
-    just do PING (not SET_KEY + PING)
   - "Forcing disconnect of XXX due to inactivity" -- can happen every few MS!?
     (disconnect does not really succeed, or what?)
     Also, core does not seem to actually decrement the number of active
@@ -34,15 +32,15 @@
   - 2-peer download is still too slow (why?)
   - advanced FS API parts
     + search: SBlocks, NBlocks, probes, notify FS-service of known results
-    + indexing: index-failure-cleanup
     + gnunet-publish (URI args)
     + gnunet-download (directory)
     + gnunet-search (options, incl. namespace search)
     + gnunet-download (many options)
     + gnunet-directory (man page, options)
-    + gnunet-pseudonym (all of it)
+    + gnunet-pseudonym (listing of namespaces, advertisement uris, testing)
     + gnunet-service-fs (remove failing on-demand blocks, hot-path routing, 
       load-based routing, nitpicks)
+    + indexing: index-failure-cleanup
   - implement adv. FS testcases 
   - [./fs/gnunet-service-fs.c:208]: (style) struct or union member 
'LocalGetContext::results_bf_size' is never used
   - [./fs/gnunet-service-fs.c:501]: (style) struct or union member 
'PendingRequest::used_pids_size' is never used
@@ -154,6 +152,7 @@
 * FS:
   - location URIs (publish, search, download)
   - collection API & tests
+    + gnunet-pseudonym (collection support)
   - implement FS performance tests
     + insert
     + download

Modified: gnunet/contrib/defaults.conf
===================================================================
--- gnunet/contrib/defaults.conf        2010-03-30 06:52:37 UTC (rev 10714)
+++ gnunet/contrib/defaults.conf        2010-03-30 11:17:50 UTC (rev 10715)
@@ -197,4 +197,4 @@
 ACCEPT_FROM = 127.0.0.1;
 ACCEPT_FROM6 = ::1;
 ALLOW_SHUTDOWN = YES
-DEBUG = YES
\ No newline at end of file
+# DEBUG = YES

Modified: gnunet/doc/man/Makefile.am
===================================================================
--- gnunet/doc/man/Makefile.am  2010-03-30 06:52:37 UTC (rev 10714)
+++ gnunet/doc/man/Makefile.am  2010-03-30 11:17:50 UTC (rev 10715)
@@ -3,6 +3,7 @@
   gnunet-directory.1 \
   gnunet-download.1 \
   gnunet-peerinfo.1 \
+  gnunet-pseudonym.1 \
   gnunet-publish.1 \
   gnunet-search.1 \
   gnunet-statistics.1 \

Modified: gnunet/src/core/core.h
===================================================================
--- gnunet/src/core/core.h      2010-03-30 06:52:37 UTC (rev 10714)
+++ gnunet/src/core/core.h      2010-03-30 11:17:50 UTC (rev 10715)
@@ -29,7 +29,7 @@
 /**
  * General core debugging.
  */
-#define DEBUG_CORE GNUNET_YES
+#define DEBUG_CORE GNUNET_NO
 
 /**
  * Debugging interaction core-clients.

Modified: gnunet/src/fs/fs_publish.c
===================================================================
--- gnunet/src/fs/fs_publish.c  2010-03-30 06:52:37 UTC (rev 10714)
+++ gnunet/src/fs/fs_publish.c  2010-03-30 11:17:50 UTC (rev 10715)
@@ -40,7 +40,7 @@
 #include "fs.h"
 #include "fs_tree.h"
 
-#define DEBUG_PUBLISH GNUNET_YES
+#define DEBUG_PUBLISH GNUNET_NO
 
 /**
  * Main function that performs the upload.

Modified: gnunet/src/fs/fs_search.c
===================================================================
--- gnunet/src/fs/fs_search.c   2010-03-30 06:52:37 UTC (rev 10714)
+++ gnunet/src/fs/fs_search.c   2010-03-30 11:17:50 UTC (rev 10715)
@@ -38,7 +38,7 @@
 #include "gnunet_protocols.h"
 #include "fs.h"
 
-#define DEBUG_SEARCH GNUNET_YES
+#define DEBUG_SEARCH GNUNET_NO
 
 
 

Modified: gnunet/src/fs/fs_test_lib_data.conf
===================================================================
--- gnunet/src/fs/fs_test_lib_data.conf 2010-03-30 06:52:37 UTC (rev 10714)
+++ gnunet/src/fs/fs_test_lib_data.conf 2010-03-30 11:17:50 UTC (rev 10715)
@@ -42,14 +42,14 @@
 HOSTNAME = localhost
 #TOTAL_QUOTA_IN = 3932160
 #TOTAL_QUOTA_OUT = 3932160
-DEBUG = YES
+#DEBUG = YES
 #PREFIX = valgrind --tool=memcheck --leak-check=yes
 #BINARY = /home/grothoff/bin/gnunet-service-core
 
 [fs]
 PORT = 43471
 HOSTNAME = localhost
-DEBUG = YES
+#DEBUG = YES
 #PREFIX = valgrind --tool=memcheck --leak-check=yes
 #BINARY = /home/grothoff/bin/gnunet-service-fs
 #PREFIX = xterm -e gdb -x cmd --args 

Modified: gnunet/src/fs/gnunet-pseudonym.c
===================================================================
--- gnunet/src/fs/gnunet-pseudonym.c    2010-03-30 06:52:37 UTC (rev 10714)
+++ gnunet/src/fs/gnunet-pseudonym.c    2010-03-30 11:17:50 UTC (rev 10715)
@@ -1,6 +1,6 @@
 /*
      This file is part of GNUnet.
-     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009 Christian Grothoff (and 
other contributing authors)
+     (C) 2001, 2002, 2004, 2005, 2006, 2007, 2009, 2010 Christian Grothoff 
(and other contributing authors)
 
      GNUnet is free software; you can redistribute it and/or modify
      it under the terms of the GNU General Public License as published
@@ -25,8 +25,152 @@
 #include "platform.h"
 #include "gnunet_fs_service.h"
 
+/**
+ * -a optiton.
+ */
+static unsigned int anonymity;
+
+/**
+ * -A option.
+ */
+static int start_automate;
+
+/**
+ * -e option
+ */
+static int stop_automate;
+
+/**
+ * -C option
+ */
+static char *create_ns;
+
+/**
+ * -D option
+ */
+static char *delete_ns;
+
+/**
+ * -k option
+ */
+static struct GNUNET_FS_Uri *ksk_uri;
+
+/**
+ * -l option.
+ */
+static int print_local_only;
+
+/**
+ * -m option.
+ */
+static struct GNUNET_CONTAINER_MetaData *adv_metadata;
+
+/**
+ * -n option.
+ */
+static int no_advertising;
+
+/**
+ * -p option.
+ */
+static unsigned int priority = 365;
+
+/**
+ * -q option given.
+ */
+static int no_remote_printing; 
+
+/**
+ * -r option.
+ */
+static char *root_identifier;
+
+/**
+ * -s option.
+ */
+static char *rating_change;
+
+/**
+ * Handle to fs service.
+ */
+static struct GNUNET_FS_Handle *h;
+
+/**
+ * Namespace we are looking at.
+ */
+static struct GNUNET_FS_Namespace *ns;
+
+
 static int ret;
 
+static void* 
+progress_cb (void *cls,
+            const struct GNUNET_FS_ProgressInfo *info)
+{
+  return NULL;
+}
+
+
+static void
+ns_printer (void *cls,
+           const char *name,
+           const GNUNET_HashCode *id)
+{
+  struct GNUNET_CRYPTO_HashAsciiEncoded enc;
+
+  GNUNET_CRYPTO_hash_to_enc (id, &enc);
+  fprintf (stdout, 
+          "%s (%s)\n",
+          name,
+          (const char*) &enc);
+}
+
+
+static void
+post_advertising (void *cls,
+                 const struct GNUNET_FS_Uri *uri,
+                 const char *emsg)
+{
+  if (emsg != NULL)
+    {
+      fprintf (stderr, "%s", emsg);
+      ret = 1;
+    }
+  if (ns != NULL)
+    {
+      if (GNUNET_OK !=
+         GNUNET_FS_namespace_delete (ns,
+                                     GNUNET_NO))
+       ret = 1;
+    }
+  if (0 != stop_automate)
+    {
+      GNUNET_break (0); // FIXME: not implemented
+    }
+  if (0 != start_automate)
+    {
+      GNUNET_break (0); // FIXME: not implemented
+    }
+  if (NULL != rating_change)
+    {
+      GNUNET_break (0); // FIXME: not implemented
+    }
+  if (0 != print_local_only)
+    {
+      GNUNET_FS_namespace_list (h,
+                               &ns_printer, 
+                               NULL);
+    }  
+  else if (0 == no_remote_printing)
+    {
+      GNUNET_break (0); // FIXME: not implemented
+    }
+  /* FIXME: is this OK here, or do we need
+     for completion of previous requests? */
+  GNUNET_FS_stop (h);
+}
+
+
 /**
  * Main function that will be run by the scheduler.
  *
@@ -43,15 +187,111 @@
      const char *cfgfile,
      const struct GNUNET_CONFIGURATION_Handle *cfg)
 {
-  // FIXME
+  struct GNUNET_FS_Uri *ns_uri;
+  struct GNUNET_TIME_Absolute expiration;
+
+  h = GNUNET_FS_start (sched,
+                      cfg,
+                      "gnunet-pseudonym",
+                      &progress_cb,
+                      NULL,
+                      GNUNET_FS_FLAGS_NONE);
+  if (NULL != delete_ns)
+    {
+      ns = GNUNET_FS_namespace_create (h, delete_ns);
+      if (ns == NULL)
+       {
+         ret = 1;
+       }
+      else
+       {
+         if (GNUNET_OK !=
+             GNUNET_FS_namespace_delete (ns,
+                                         GNUNET_YES))
+           ret = 1;
+         ns = NULL;
+       }
+    }
+  if (NULL != create_ns)
+    {
+      ns = GNUNET_FS_namespace_create (h, create_ns);
+      if (ns == NULL)
+       {
+         ret = 1;
+       }
+      else
+       {
+         if (0 == no_advertising)
+           {
+             GNUNET_break (0); // FIXME: not implemented
+             ns_uri = NULL; // FIXME!!
+             expiration = GNUNET_TIME_relative_to_absolute 
(GNUNET_TIME_UNIT_YEARS);
+             GNUNET_FS_publish_ksk (h,
+                                    ksk_uri,
+                                    adv_metadata,
+                                    ns_uri,
+                                    expiration,
+                                    anonymity,
+                                    priority,
+                                    GNUNET_FS_PUBLISH_OPTION_NONE,
+                                    &post_advertising,
+                                    NULL);
+             return;
+           }
+       }
+    }
+  post_advertising (NULL, NULL, NULL);
 }
 
-
 /**
  * gnunet-pseudonym command line options
  */
 static struct GNUNET_GETOPT_CommandLineOption options[] = {
-  // FIXME: options!
+  {'a', "anonymity", "LEVEL",
+   gettext_noop ("set the desired LEVEL of sender-anonymity"),
+   1, &GNUNET_GETOPT_set_uint, &anonymity},
+  {'A', "automate", NULL,
+   gettext_noop ("start a collection"),
+   0, &GNUNET_GETOPT_set_one, &start_automate},
+  {'C', "create", "NAME",
+   gettext_noop
+   ("create or advertise namespace NAME"),
+   1, &GNUNET_GETOPT_set_string, &create_ns},
+  {'D', "delete", "NAME",
+   gettext_noop
+   ("delete namespace NAME "),
+   1, &GNUNET_GETOPT_set_string, &delete_ns},
+  {'e', "end", NULL,
+   gettext_noop ("end current collection"),
+   0, &GNUNET_GETOPT_set_one, &stop_automate},
+  {'k', "keyword", "VALUE",
+  gettext_noop
+   ("add an additional keyword for the advertisment"
+    " (this option can be specified multiple times)"),
+   1, &GNUNET_FS_getopt_set_keywords, &ksk_uri},
+  {'l', "local-only", NULL,
+   gettext_noop ("print names of local namespaces"),
+   0, &GNUNET_GETOPT_set_one, &print_local_only},
+  {'m', "meta", "TYPE:VALUE",
+   gettext_noop ("set the meta-data for the given TYPE to the given VALUE"),
+   1, &GNUNET_FS_getopt_set_metadata, &adv_metadata},
+  {'n', "no-advertisement", NULL,
+   gettext_noop ("do not create an advertisement"),
+   0, &GNUNET_GETOPT_set_one, &no_advertising},
+  {'p', "priority", "PRIORITY",
+   gettext_noop ("use the given PRIORITY for the advertisments"),
+   1, &GNUNET_GETOPT_set_uint, &priority},
+  {'q', "quiet", NULL,
+   gettext_noop ("do not print names of remote namespaces"),
+   0, &GNUNET_GETOPT_set_one, &no_remote_printing},
+  {'r', "root", "ID",
+   gettext_noop
+   ("specify ID of the root of the namespace"),
+   1, &GNUNET_GETOPT_set_string, &root_identifier},
+  {'s', "set-rating", "ID:VALUE",
+   gettext_noop
+   ("change rating of namespace ID by VALUE"),
+   1, &GNUNET_GETOPT_set_string, &rating_change},
   GNUNET_GETOPT_OPTION_END
 };
 

Modified: gnunet/src/fs/gnunet-service-fs.c
===================================================================
--- gnunet/src/fs/gnunet-service-fs.c   2010-03-30 06:52:37 UTC (rev 10714)
+++ gnunet/src/fs/gnunet-service-fs.c   2010-03-30 11:17:50 UTC (rev 10715)
@@ -47,7 +47,7 @@
 #include "gnunet-service-fs_indexing.h"
 #include "fs.h"
 
-#define DEBUG_FS 2
+#define DEBUG_FS GNUNET_NO
 
 /**
  * Maximum number of outgoing messages we queue per peer.
@@ -1188,8 +1188,10 @@
 
   if (tpid == 0)   
     {
+#if DEBUG_FS
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                  "Transmission of request failed, will try again later.\n");
+#endif
       if (pr->task == GNUNET_SCHEDULER_NO_TASK)
        pr->task = GNUNET_SCHEDULER_add_delayed (sched,
                                                 get_processing_delay (),
@@ -1863,14 +1865,18 @@
                                        gettext_noop ("# duplicate replies 
discarded (bloomfilter)"),
                                        1,
                                        GNUNET_NO);
+#if DEBUG_FS
              GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                          "Duplicate response `%s', discarding.\n",
                          GNUNET_h2s (&mhash));
+#endif
              return GNUNET_YES; /* duplicate */
            }
+#if DEBUG_FS
          GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                      "New response `%s', adding to filter.\n",
                      GNUNET_h2s (&mhash));
+#endif
          GNUNET_CONTAINER_bloomfilter_add (pr->bf,
                                            &mhash);
        }
@@ -1970,9 +1976,11 @@
     }
   if (GNUNET_YES == do_remove)
     {
+#if DEBUG_FS
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                  "Removing request `%s' from request map (has been 
satisfied)\n",
                  GNUNET_h2s (key));
+#endif
       GNUNET_break (GNUNET_YES ==
                    GNUNET_CONTAINER_multihashmap_remove (query_request_map,
                                                          key,
@@ -2210,10 +2218,12 @@
                                             pr);      
       return;
     }
+#if DEBUG_FS
   GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
              "New local response to `%s' of type %u.\n",
              GNUNET_h2s (key),
              type);
+#endif
   if (type == GNUNET_DATASTORE_BLOCKTYPE_ONDEMAND)
     {
 #if DEBUG_FS
@@ -2274,10 +2284,14 @@
                                                      pr->bf_size, 
                                                      BLOOMFILTER_K);
        }
+#if DEBUG_FS
       GNUNET_log (GNUNET_ERROR_TYPE_DEBUG,
                  "New local response `%s', adding to filter.\n",
                  GNUNET_h2s (&mhash));
+#endif
 #if 0
+      /* this would break stuff since we will check the bf later
+        again (and would then discard the reply!) */
       GNUNET_CONTAINER_bloomfilter_add (pr->bf, 
                                        &mhash);
 #endif

Modified: gnunet/src/fs/test_fs_download.c
===================================================================
--- gnunet/src/fs/test_fs_download.c    2010-03-30 06:52:37 UTC (rev 10714)
+++ gnunet/src/fs/test_fs_download.c    2010-03-30 11:17:50 UTC (rev 10715)
@@ -29,7 +29,7 @@
 #include "gnunet_arm_service.h"
 #include "gnunet_fs_service.h"
 
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 #define START_ARM GNUNET_YES
 

Modified: gnunet/src/fs/test_fs_namespace.c
===================================================================
--- gnunet/src/fs/test_fs_namespace.c   2010-03-30 06:52:37 UTC (rev 10714)
+++ gnunet/src/fs/test_fs_namespace.c   2010-03-30 11:17:50 UTC (rev 10715)
@@ -31,7 +31,7 @@
 #include "gnunet_arm_service.h"
 #include "gnunet_fs_service.h"
 
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 #define START_ARM GNUNET_YES
 

Modified: gnunet/src/fs/test_fs_namespace_data.conf
===================================================================
--- gnunet/src/fs/test_fs_namespace_data.conf   2010-03-30 06:52:37 UTC (rev 
10714)
+++ gnunet/src/fs/test_fs_namespace_data.conf   2010-03-30 11:17:50 UTC (rev 
10715)
@@ -19,7 +19,7 @@
 DEFAULTSERVICES = resolver datastore transport core fs
 
 [datastore]
-DEBUG = YES
+# DEBUG = YES
 
 [statistics]
 PORT = 42467
@@ -37,7 +37,7 @@
 PORT = 42471
 HOSTNAME = localhost
 IDENTITY_DIR = $SERVICEHOME/pseudos/
-DEBUG = YES
+# DEBUG = YES
 
 [testing]
 WEAKRANDOM = YES

Modified: gnunet/src/fs/test_fs_search.c
===================================================================
--- gnunet/src/fs/test_fs_search.c      2010-03-30 06:52:37 UTC (rev 10714)
+++ gnunet/src/fs/test_fs_search.c      2010-03-30 11:17:50 UTC (rev 10715)
@@ -29,7 +29,7 @@
 #include "gnunet_arm_service.h"
 #include "gnunet_fs_service.h"
 
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 #define START_ARM GNUNET_YES
 

Modified: gnunet/src/fs/test_fs_search_data.conf
===================================================================
--- gnunet/src/fs/test_fs_search_data.conf      2010-03-30 06:52:37 UTC (rev 
10714)
+++ gnunet/src/fs/test_fs_search_data.conf      2010-03-30 11:17:50 UTC (rev 
10715)
@@ -19,7 +19,7 @@
 DEFAULTSERVICES = resolver datastore transport core fs
 
 [datastore]
-DEBUG = YES
+# DEBUG = YES
 
 [statistics]
 PORT = 42467
@@ -36,7 +36,7 @@
 [fs]
 PORT = 42471
 HOSTNAME = localhost
-DEBUG = YES
+# DEBUG = YES
 
 [testing]
 WEAKRANDOM = YES

Modified: gnunet/src/fs/test_fs_test_lib.c
===================================================================
--- gnunet/src/fs/test_fs_test_lib.c    2010-03-30 06:52:37 UTC (rev 10714)
+++ gnunet/src/fs/test_fs_test_lib.c    2010-03-30 11:17:50 UTC (rev 10715)
@@ -26,7 +26,7 @@
 #include "platform.h"
 #include "fs_test_lib.h"
 
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 /**
  * File-size we use for testing.

Modified: gnunet/src/fs/test_gnunet_service_fs_p2p.c
===================================================================
--- gnunet/src/fs/test_gnunet_service_fs_p2p.c  2010-03-30 06:52:37 UTC (rev 
10714)
+++ gnunet/src/fs/test_gnunet_service_fs_p2p.c  2010-03-30 11:17:50 UTC (rev 
10715)
@@ -26,7 +26,7 @@
 #include "platform.h"
 #include "fs_test_lib.h"
 
-#define VERBOSE GNUNET_YES
+#define VERBOSE GNUNET_NO
 
 /**
  * File-size we use for testing.





reply via email to

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