Author: grothoff Date: 2008-03-01 21:14:18 -0700 (Sat, 01 Mar 2008) New Revision: 6499
Modified: GNUnet/ChangeLog GNUnet/src/applications/dstore_mysql/dstore_mysql.c GNUnet/todo Log: fx Modified: GNUnet/ChangeLog =================================================================== --- GNUnet/ChangeLog 2008-03-02 04:13:05 UTC (rev 6498) +++ GNUnet/ChangeLog 2008-03-02 04:14:18 UTC (rev 6499) @@ -1,3 +1,6 @@ +Sat Mar 1 21:14:02 MST 2008 + Fixed some dstore performance issues. + Mon Feb 25 23:25:48 MST 2008 Cleanup of the DNS code: removed GNUNET_IPvXAddress and GNUNET_PRIP; centralized all DNS lookup code in Modified: GNUnet/src/applications/dstore_mysql/dstore_mysql.c =================================================================== --- GNUnet/src/applications/dstore_mysql/dstore_mysql.c 2008-03-02 04:13:05 UTC (rev 6498) +++ GNUnet/src/applications/dstore_mysql/dstore_mysql.c 2008-03-02 04:14:18 UTC (rev 6499) @@ -22,7 +22,6 @@ * @file applications/dstore_mysql/dstore_mysql.c * @brief MySQL based implementation of the dstore service * @author Christian Grothoff - * @todo Indexes, statistics * * Database: MySQL */ @@ -709,9 +708,9 @@ GNUNET_free (rbind[1].buffer); return cnt; } + cnt++; if (GNUNET_OK != handler (key, type, v_size, rbind[1].buffer, closure)) break; - cnt++; } mysql_stmt_reset (select_value); mysql_thread_end (); Modified: GNUnet/todo =================================================================== --- GNUnet/todo 2008-03-02 04:13:05 UTC (rev 6498) +++ GNUnet/todo 2008-03-02 04:14:18 UTC (rev 6499) @@ -4,10 +4,11 @@ RC == Release Critical 0.8.0pre0 [2'08]: -- gnunet-gtk ready? - more IPv6 testing 0.8.0 [4'08] (aka "advanced features"): +- document gnunet-auto-share on webpage +- disconnect issues ("other peer sent too much" - solved?) - clean up VPN code - tune GAP query planning code [RC] - gnunet-chat (CS-only) [RC] _______________________________________________ GNUnet-SVN mailing list GNUnet-SVN@gnu.org http://lists.gnu.org/mailman/listinfo/gnunet-svn