gnunet-svn
[Top][All Lists]
Advanced

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

[gnunet] branch master updated: -changelog housekeeping; various build c


From: gnunet
Subject: [gnunet] branch master updated: -changelog housekeeping; various build cleanups
Date: Mon, 26 Sep 2022 04:57:37 +0200

This is an automated email from the git hooks/post-receive script.

martin-schanzenbach pushed a commit to branch master
in repository gnunet.

The following commit(s) were added to refs/heads/master by this push:
     new 63147d301 -changelog housekeeping; various build cleanups
63147d301 is described below

commit 63147d301888e9f78b72c96b746a04f8a1769e04
Author: Martin Schanzenbach <schanzen@gnunet.org>
AuthorDate: Mon Sep 26 11:57:30 2022 +0900

    -changelog housekeeping; various build cleanups
---
 ChangeLog                                          | 54 ++++++++++++++++++++++
 src/cadet/.gitignore                               |  1 +
 src/namestore/.gitignore                           | 38 ++-------------
 src/namestore/Makefile.am                          | 10 +++-
 .../test_namestore_api_monitoring_existing.c       |  3 --
 src/transport/.gitignore                           |  1 +
 6 files changed, 67 insertions(+), 40 deletions(-)

diff --git a/ChangeLog b/ChangeLog
index 4eb05f5b4..c37ef072c 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,57 @@
+Mon, 26 Sep 2022 00:08:32 +0900 (4bfdbabb8)
+BUILD: Wow, automake is sh*t - Martin Schanzenbach
+
+Sun, 25 Sep 2022 22:15:05 +0900 (10f582fe6)
+GANA: Bump version - Martin Schanzenbach
+
+Sun, 25 Sep 2022 21:35:32 +0900 (82a7bd8af)
+DOC: Conditionally build doxygen; build sphinx on bootstrap - Martin 
Schanzenbach
+
+Sun, 25 Sep 2022 09:05:16 +0100 (f66919668)
+[gnunet-search] Fix `-s` and `-o` options not working together - madmurphy
+
+Sat, 24 Sep 2022 18:04:56 +0900 (7a2a6471d)
+NAMESTORE: Fix error handling for lookups - Martin Schanzenbach
+
+Fri, 23 Sep 2022 16:39:21 +0900 (e0e36b6fe)
+NAMESTORE: Towards proper transactional locks - Martin Schanzenbach
+
+Fri, 23 Sep 2022 14:57:57 +0900 (7678d77b1)
+NAMESTORE: Add select ... for update / edit records APIs - Martin Schanzenbach
+
+Fri, 23 Sep 2022 12:59:28 +0900 (e238c132f)
+NAMESTORE: Add tx API for postgres - Martin Schanzenbach
+
+Fri, 23 Sep 2022 12:51:00 +0900 (764871dcb)
+NAMESTORE: Remove head based database - Martin Schanzenbach
+
+Fri, 23 Sep 2022 12:44:45 +0900 (52babbd64)
+NAMESTORE: Add begin, commit and rollback API messages - Martin Schanzenbach
+
+Fri, 23 Sep 2022 01:06:59 +0900 (127ad07a3)
+NAMESTORE: Use a per client database connection - Martin Schanzenbach
+
+Fri, 23 Sep 2022 01:05:53 +0900 (d78b7864d)
+NAMESTORE: Fix existing monitoring test race condition - Martin Schanzenbach
+
+Thu, 22 Sep 2022 00:22:30 +0900 (49d5c4da4)
+NAMESTORE: Remove unneeded functions and renames. - Martin Schanzenbach
+
+Thu, 22 Sep 2022 00:13:52 +0900 (e1d8213bb)
+NAMESTORE: Start transactional API - Martin Schanzenbach
+
+Thu, 22 Sep 2022 00:30:24 +0900 (c50fba92d)
+UTIL: Remove outdated test. Fixes #7361 - Martin Schanzenbach
+
+Thu, 8 Sep 2022 23:52:57 +0200 (5ab4d4a54)
+DOC: Update - Martin Schanzenbach
+
+Thu, 8 Sep 2022 22:17:34 +0200 (9ee1ef3d5)
+REST: Implement basic authentication for per user service. Fixes #5669 - 
Martin Schanzenbach
+
+Tue, 6 Sep 2022 12:34:39 +0200 (afea0eea1)
+BUILD: Remove gnurl. Improve curl-gnutls detection - Martin Schanzenbach
+
 Fri, 2 Sep 2022 13:20:37 +0200 (794266c3c)
 GNS: Update deprecated cURL constant - Martin Schanzenbach
 
diff --git a/src/cadet/.gitignore b/src/cadet/.gitignore
index b556fa4c8..e72d81bd8 100644
--- a/src/cadet/.gitignore
+++ b/src/cadet/.gitignore
@@ -24,3 +24,4 @@ test_cadet_local_mq
 test_cadet_*_newtest_cadet_2_reopen
 test_cadet_5_reopen
 test_cadet_2_reopen
+test_cadet_2_destroy
diff --git a/src/namestore/.gitignore b/src/namestore/.gitignore
index f159cdaff..b6a968d61 100644
--- a/src/namestore/.gitignore
+++ b/src/namestore/.gitignore
@@ -18,71 +18,39 @@ test_namestore_api_zone_iteration_specific_zone.nc
 test_namestore_api_zone_iteration_stop.nc
 test_plugin_namestore_postgres
 test_plugin_namestore_sqlite
-test_plugin_namestore_flat
 gnunet-zoneimport
-test_namestore_api_lookup_nick_flat
 test_namestore_api_lookup_nick_postgres
 test_namestore_api_lookup_nick_sqlite
-test_namestore_api_lookup_private_flat
 test_namestore_api_lookup_private_postgres
 test_namestore_api_lookup_private_sqlite
-test_namestore_api_lookup_public_flat
 test_namestore_api_lookup_public_postgres
 test_namestore_api_lookup_public_sqlite
-test_namestore_api_lookup_shadow_filter_flat
 test_namestore_api_lookup_shadow_filter_postgres
 test_namestore_api_lookup_shadow_filter_sqlite
-test_namestore_api_lookup_shadow_flat
 test_namestore_api_lookup_shadow_postgres
 test_namestore_api_lookup_shadow_sqlite
-test_namestore_api_monitoring_existing_flat
 test_namestore_api_monitoring_existing_postgres
 test_namestore_api_monitoring_existing_sqlite
-test_namestore_api_monitoring_flat
 test_namestore_api_monitoring_postgres
 test_namestore_api_monitoring_sqlite
-test_namestore_api_remove_flat
-test_namestore_api_remove_not_existing_record_flat
 test_namestore_api_remove_not_existing_record_postgres
 test_namestore_api_remove_not_existing_record_sqlite
 test_namestore_api_remove_postgres
 test_namestore_api_remove_sqlite
-test_namestore_api_store_flat
 test_namestore_api_store_postgres
 test_namestore_api_store_sqlite
-test_namestore_api_store_update_flat
 test_namestore_api_store_update_postgres
 test_namestore_api_store_update_sqlite
-test_namestore_api_zone_iteration_flat
-test_namestore_api_zone_iteration_nick_flat
 test_namestore_api_zone_iteration_nick_postgres
 test_namestore_api_zone_iteration_nick_sqlite
 test_namestore_api_zone_iteration_postgres
-test_namestore_api_zone_iteration_specific_zone_flat
 test_namestore_api_zone_iteration_specific_zone_postgres
 test_namestore_api_zone_iteration_specific_zone_sqlite
 test_namestore_api_zone_iteration_sqlite
-test_namestore_api_zone_iteration_stop_flat
 test_namestore_api_zone_iteration_stop_postgres
 test_namestore_api_zone_iteration_stop_sqlite
-test_namestore_api_zone_to_name_flat
 test_namestore_api_zone_to_name_postgres
 test_namestore_api_zone_to_name_sqlite
-test_namestore_api_lookup_nick_flat
-test_namestore_api_lookup_private_flat
-test_namestore_api_lookup_public_flat
-test_namestore_api_lookup_shadow_filter_flat
-test_namestore_api_lookup_shadow_flat
-test_namestore_api_monitoring_existing_flat
-test_namestore_api_monitoring_flat
-test_namestore_api_remove_flat
-test_namestore_api_remove_not_existing_record_flat
-test_namestore_api_store_flat
-test_namestore_api_store_update_flat
-test_namestore_api_zone_iteration_flat
-test_namestore_api_zone_iteration_nick_flat
-test_namestore_api_zone_iteration_specific_zone_flat
-test_namestore_api_zone_iteration_stop_flat
-test_namestore_api_zone_to_name_flat
-test_plugin_namestore_flat
-perf_namestore_api_zone_iteration_flat
+test_namestore_api_tx_rollback_postgres
+test_namestore_api_tx_rollback_sqlite
+test_namestore_api_edit_records_postgres
diff --git a/src/namestore/Makefile.am b/src/namestore/Makefile.am
index b71896894..5142058ad 100644
--- a/src/namestore/Makefile.am
+++ b/src/namestore/Makefile.am
@@ -15,6 +15,7 @@ if USE_COVERAGE
   XLIBS = -lgcov
 endif
 
+
 if HAVE_SQLITE
 SQLITE_PLUGIN = libgnunet_plugin_namestore_sqlite.la
 SQLITE_TESTS = test_plugin_namestore_sqlite \
@@ -38,6 +39,7 @@ SQLITE_TESTS = test_plugin_namestore_sqlite \
  test_namestore_api_tx_rollback_sqlite
 endif
 
+
 if HAVE_POSTGRESQL
 POSTGRES_PLUGIN = libgnunet_plugin_namestore_postgres.la
 POSTGRES_TESTS = test_plugin_namestore_postgres \
@@ -58,8 +60,10 @@ POSTGRES_TESTS = test_plugin_namestore_postgres \
  test_namestore_api_monitoring_existing_postgres \
  test_namestore_api_zone_to_name_postgres \
  perf_namestore_api_zone_iteration_postgres \
- test_namestore_api_tx_rollback_postgres \
- test_namestore_api_edit_records_postgres
+ test_namestore_api_tx_rollback_postgres
+if HAVE_EXPERIMENTAL
+POSTGRES_TESTS += test_namestore_api_edit_records_postgres
+endif
 endif
 
 if HAVE_SQLITE
@@ -443,6 +447,7 @@ test_namestore_api_tx_rollback_postgres_LDADD = \
   $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
   $(top_builddir)/src/util/libgnunetutil.la
 
+if HAVE_EXPERIMENTAL
 test_namestore_api_edit_records_postgres_SOURCES = \
  test_namestore_api_edit_records.c
 test_namestore_api_edit_records_postgres_LDADD = \
@@ -451,6 +456,7 @@ test_namestore_api_edit_records_postgres_LDADD = \
   libgnunetnamestore.la \
   $(top_builddir)/src/gnsrecord/libgnunetgnsrecord.la \
   $(top_builddir)/src/util/libgnunetutil.la
+endif
 
 test_namestore_api_zone_iteration_sqlite_SOURCES = \
  test_namestore_api_zone_iteration.c
diff --git a/src/namestore/test_namestore_api_monitoring_existing.c 
b/src/namestore/test_namestore_api_monitoring_existing.c
index 95907f34a..1803b8ba4 100644
--- a/src/namestore/test_namestore_api_monitoring_existing.c
+++ b/src/namestore/test_namestore_api_monitoring_existing.c
@@ -248,9 +248,6 @@ put_cont (void *cls,
     return;
   }
 
-  if (3 == c)
-  {
-  }
 }
 
 
diff --git a/src/transport/.gitignore b/src/transport/.gitignore
index c9a208f5e..5a82a787b 100644
--- a/src/transport/.gitignore
+++ b/src/transport/.gitignore
@@ -90,3 +90,4 @@ gnunet-communicator-udp
 test_communicator_unix
 test_communicator_basic_unix
 test_transport_start_with_config
+test_transport_api2_tcp

-- 
To stop receiving notification emails like this one, please contact
gnunet@gnunet.org.



reply via email to

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