gnunet-svn
[Top][All Lists]
Advanced

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

[GNUnet-SVN] r574 - in GNUnet: . src/applications/advertising src/applic


From: grothoff
Subject: [GNUnet-SVN] r574 - in GNUnet: . src/applications/advertising src/applications/fs/ecrs src/applications/pingpong src/server src/transports
Date: Fri, 1 Apr 2005 22:54:30 -0800 (PST)

Author: grothoff
Date: 2005-04-01 22:54:24 -0800 (Fri, 01 Apr 2005)
New Revision: 574

Modified:
   GNUnet/ChangeLog
   GNUnet/src/applications/advertising/advertising.c
   GNUnet/src/applications/fs/ecrs/namespace.c
   GNUnet/src/applications/fs/ecrs/namespacetest.c
   GNUnet/src/applications/pingpong/pingpong.c
   GNUnet/src/server/connection.c
   GNUnet/src/transports/tcp.c
   GNUnet/src/transports/udp.c
Log:
update

Modified: GNUnet/ChangeLog
===================================================================
--- GNUnet/ChangeLog    2005-04-02 06:41:34 UTC (rev 573)
+++ GNUnet/ChangeLog    2005-04-02 06:54:24 UTC (rev 574)
@@ -1,3 +1,11 @@
+Sat Apr  2 01:54:23 EST 2005
+       Various bugfixes, some of them critical (segfaults, 
+       protocol errors (resulting in failures to connect), 
+       old version of configuration file would be 
+       generated if configuration was missing,
+       gnunet-insert would not properly work with multiple
+       keywords (-k and -K options)). Releasing 0.7.0pre2.
+
 Thu Mar 31 21:38:06 EST 2005
        Releasing 0.7.0pre1.
 

Modified: GNUnet/src/applications/advertising/advertising.c
===================================================================
--- GNUnet/src/applications/advertising/advertising.c   2005-04-02 06:41:34 UTC 
(rev 573)
+++ GNUnet/src/applications/advertising/advertising.c   2005-04-02 06:54:24 UTC 
(rev 574)
@@ -61,9 +61,8 @@
 #define ACJ_FORWARD 2
 #define ACJ_ALL (ACJ_ANNOUNCE | ACJ_FORWARD)
 
+#define DEBUG_HELOEXCHANGE NO
 
-#define DEBUG_HELOEXCHANGE YES
-
 static CoreAPIForApplication * coreAPI;
 
 static Transport_ServiceAPI * transport;

Modified: GNUnet/src/applications/fs/ecrs/namespace.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/namespace.c 2005-04-02 06:41:34 UTC (rev 
573)
+++ GNUnet/src/applications/fs/ecrs/namespace.c 2005-04-02 06:54:24 UTC (rev 
574)
@@ -129,7 +129,7 @@
   }
   fileName = getPseudonymFileName(name);
   if (1 == readFile(fileName, 1, &tmp)) {
-    LOG(LOG_WARNING,
+    LOG(LOG_ERROR,
         _("Cannot create pseudonym '%s', file '%s' exists.\n"),
         name,
         fileName);

Modified: GNUnet/src/applications/fs/ecrs/namespacetest.c
===================================================================
--- GNUnet/src/applications/fs/ecrs/namespacetest.c     2005-04-02 06:41:34 UTC 
(rev 573)
+++ GNUnet/src/applications/fs/ecrs/namespacetest.c     2005-04-02 06:54:24 UTC 
(rev 574)
@@ -95,7 +95,7 @@
                                     NULL));
   FREENONNULL(setConfigurationString("GNUNET",
                                     "LOGLEVEL",
-                                    "NOTHING"));
+                                    "WARNING"));
   return OK;
 }
 

Modified: GNUnet/src/applications/pingpong/pingpong.c
===================================================================
--- GNUnet/src/applications/pingpong/pingpong.c 2005-04-02 06:41:34 UTC (rev 
573)
+++ GNUnet/src/applications/pingpong/pingpong.c 2005-04-02 06:54:24 UTC (rev 
574)
@@ -67,7 +67,7 @@
   int challenge;
 } PINGPONG_Message;
 
-#define DEBUG_PINGPONG YES
+#define DEBUG_PINGPONG NO
 
 #define MAX_PING_PONG 64
 

Modified: GNUnet/src/server/connection.c
===================================================================
--- GNUnet/src/server/connection.c      2005-04-02 06:41:34 UTC (rev 573)
+++ GNUnet/src/server/connection.c      2005-04-02 06:54:24 UTC (rev 574)
@@ -1914,15 +1914,7 @@
        (msg->bandwidth == 0) &&
        (msg->timeStamp == 0) )
     return NO; /* plaintext */
-  LOG(LOG_DEBUG,
-      "Not plaintext: %d, %d, %d, %d\n", 
-      equalsHashCode512(&hc,
-                       &msg->hash),
-      (msg->sequenceNumber == 0),
-      (msg->bandwidth == 0),
-      (msg->timeStamp == 0));
 
-
 #if DEBUG_CONNECTION
   LOG(LOG_DEBUG,
       "Decrypting message from host '%s'\n",

Modified: GNUnet/src/transports/tcp.c
===================================================================
--- GNUnet/src/transports/tcp.c 2005-04-02 06:41:34 UTC (rev 573)
+++ GNUnet/src/transports/tcp.c 2005-04-02 06:54:24 UTC (rev 574)
@@ -28,7 +28,7 @@
 #include "gnunet_transport.h"
 #include "platform.h"
 
-#define DEBUG_TCP YES
+#define DEBUG_TCP NO
 
 /**
  * after how much time of the core not being associated with a tcp

Modified: GNUnet/src/transports/udp.c
===================================================================
--- GNUnet/src/transports/udp.c 2005-04-02 06:41:34 UTC (rev 573)
+++ GNUnet/src/transports/udp.c 2005-04-02 06:54:24 UTC (rev 574)
@@ -28,7 +28,7 @@
 #include "gnunet_transport.h"
 #include "platform.h"
 
-#define DEBUG_UDP YES
+#define DEBUG_UDP NO
 
 /**
  * Host-Address in a UDP network.





reply via email to

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