gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r144 - in GNUnet: . src/applications/fs/tools


From: grothoff
Subject: [GNUnet-SVN] r144 - in GNUnet: . src/applications/fs/tools
Date: Tue, 1 Feb 2005 02:39:35 -0800 (PST)

Author: grothoff
Date: 2005-02-01 02:39:35 -0800 (Tue, 01 Feb 2005)
New Revision: 144

Modified:
   GNUnet/src/applications/fs/tools/gnunet-search.c
   GNUnet/todo
Log:
minor additions

Modified: GNUnet/src/applications/fs/tools/gnunet-search.c
===================================================================
--- GNUnet/src/applications/fs/tools/gnunet-search.c    2005-02-01 10:35:23 UTC 
(rev 143)
+++ GNUnet/src/applications/fs/tools/gnunet-search.c    2005-02-01 10:39:35 UTC 
(rev 144)
@@ -76,12 +76,8 @@
   uri = ECRS_uriToString(event->data.SearchResult.fi.uri);
   printf("%s:\n",
         uri);
-#if 0
-  filename = ECRS_getMetaData(meta,
-                             EXTRACTOR_FILENAME);
-#else
-  filename = "FIXME";
-#endif
+  filename = ECRS_getFromMetaData(meta,
+                                 EXTRACTOR_FILENAME);
   if (filename != NULL) 
     printf("gnunet-download -o \"%s\" %s\n",
           filename,

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2005-02-01 10:35:23 UTC (rev 143)
+++ GNUnet/todo 2005-02-01 10:39:35 UTC (rev 144)
@@ -10,11 +10,8 @@
 - Missing Features:
   * fs/module/fs+migration: anonymity level and expiration time considerations 
(Christian)
   * gap: economy for local queries, forwardQuery dead?, anonymityLevel
+  * fsui upload: ETA calculations, tracking URIs
   * ecrs-download: some stats, some details in the heuristics
-  * gnunet-search: dump directory with search results,
-                   get filename from meta-data for -o option,
-                   handle anonymity-level setting
-  * fsui upload: ETA, tracking URIs
   * fsui core (persistence, shutdown, multiple FSUIs)
 - Need testing:
   * ECRS-directories (build, iterate)
@@ -27,13 +24,16 @@
 - gnunet-insert:
   * allow any kind of meta-data to be specified on the
     command-line
+- gnunet-search: 
+  * dump directory with search results
+  * 'handle' anonymity-level setting
 - FSUI:
   * namespace updates
   * collections
 
 0.7.0 [6'05] (aka "compatibility? what's that?"):
 - Missing Features:
-  * topology: do eager bootstrap on first start (Christian)
+  * topology: do aggressive bootstrap on first start (Christian)
   * ecrs-unindex: code cleanup
   * fix dht routing service
      - make dht respect new dht API (long way to go)





reply via email to

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