gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r170 - in GNUnet: . src/applications src/applications/dht s


From: grothoff
Subject: [GNUnet-SVN] r170 - in GNUnet: . src/applications src/applications/dht src/applications/gap src/applications/rpc
Date: Thu, 3 Feb 2005 04:01:03 -0800 (PST)

Author: grothoff
Date: 2005-02-03 04:01:02 -0800 (Thu, 03 Feb 2005)
New Revision: 170

Modified:
   GNUnet/src/applications/Makefile.am
   GNUnet/src/applications/dht/Makefile.am
   GNUnet/src/applications/gap/gap.c
   GNUnet/src/applications/rpc/parameters.c
   GNUnet/todo
Log:
stuff

Modified: GNUnet/src/applications/Makefile.am
===================================================================
--- GNUnet/src/applications/Makefile.am 2005-02-03 11:39:16 UTC (rev 169)
+++ GNUnet/src/applications/Makefile.am 2005-02-03 12:01:02 UTC (rev 170)
@@ -4,6 +4,7 @@
  chat \
  datastore \
  rpc \
+ dht \
  fragmentation \
  getoption \
  fs \

Modified: GNUnet/src/applications/dht/Makefile.am
===================================================================
--- GNUnet/src/applications/dht/Makefile.am     2005-02-03 11:39:16 UTC (rev 
169)
+++ GNUnet/src/applications/dht/Makefile.am     2005-02-03 12:01:02 UTC (rev 
170)
@@ -1 +1,2 @@
-SUBDIRS = module tools
+SUBDIRS = module 
+# tools

Modified: GNUnet/src/applications/gap/gap.c
===================================================================
--- GNUnet/src/applications/gap/gap.c   2005-02-03 11:39:16 UTC (rev 169)
+++ GNUnet/src/applications/gap/gap.c   2005-02-03 12:01:02 UTC (rev 170)
@@ -1385,7 +1385,6 @@
       to update priority!) */
   bs->put(bs->closure,
          primaryKey,
-         ite->type,
          value,
          ite->priority);
   if (equalsHashCode160(&hc, primaryKey)) /* CHK? */
@@ -1496,7 +1495,6 @@
           size);
     ret = bs->put(bs->closure,
                  &msg->primaryKey,
-                 ntohl(msg->type),
                  value,
                  0);
     FREE(value);
@@ -1542,7 +1540,6 @@
         size);
   ret = bs->put(bs->closure,
                &msg->primaryKey,
-               ntohl(msg->type),
                value,
                ite->priority);
   FREE(value);

Modified: GNUnet/src/applications/rpc/parameters.c
===================================================================
--- GNUnet/src/applications/rpc/parameters.c    2005-02-03 11:39:16 UTC (rev 
169)
+++ GNUnet/src/applications/rpc/parameters.c    2005-02-03 12:01:02 UTC (rev 
170)
@@ -243,7 +243,7 @@
   new = MALLOC(sizeof(Parameter));
   new->name = STRDUP(name);
   new->dataLength = ntohl(data->size) - sizeof(DataContainer);
-  if (dataLength == 0) {
+  if (new->dataLength == 0) {
     new->data = NULL;
   } else {
     new->data = MALLOC(new->dataLength);

Modified: GNUnet/todo
===================================================================
--- GNUnet/todo 2005-02-03 11:39:16 UTC (rev 169)
+++ GNUnet/todo 2005-02-03 12:01:02 UTC (rev 170)
@@ -11,7 +11,7 @@
 - Missing Features:
   * fsui core (persistence, shutdown, multiple FSUIs) [ difficult ]
   * mysql sqstore implementation iterator problem (Igor?)
-- DHT code does not compile
+- DHT-tools code does not compile
 - Need testing:
   * ECRS-directories (build, iterate)
   * FS/ECRS upload/download





reply via email to

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