[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]
[GNUnet-SVN] [gnunet] 02/05: Merge branch 'master' of gnunet.org:gnunet
From: |
gnunet |
Subject: |
[GNUnet-SVN] [gnunet] 02/05: Merge branch 'master' of gnunet.org:gnunet |
Date: |
Mon, 14 May 2018 09:22:29 +0200 |
This is an automated email from the git hooks/post-receive script.
ng0 pushed a commit to branch master
in repository gnunet.
commit 7e1a12e25b39cbd78569547054f576c1bce478b2
Merge: f1c528c21 3eca7d41e
Author: Nils Gillmann <address@hidden>
AuthorDate: Mon May 14 07:11:13 2018 +0000
Merge branch 'master' of gnunet.org:gnunet
contrib/no_autostart_above_core.conf | 3 +
contrib/no_forcestart.conf | 5 +-
contrib/visualize_stats.sh | 2 +-
contrib/zonewalk-to-types.sh | 35 ++
doc/documentation/tutorial-examples/005.c | 5 +-
doc/man/gnunet-zoneimport.1 | 8 +
src/abe/abe.c | 26 +-
src/credential/gnunet-service-credential.c | 48 +-
src/credential/plugin_gnsrecord_credential.c | 10 +-
src/credential/plugin_rest_credential.c | 36 +-
src/dns/Makefile.am | 8 +-
src/dns/dnsparser.c | 8 +-
src/dns/dnsstub.c | 17 +-
src/dns/{gnunet-zoneimport.c => gnunet-zonewalk.c} | 0
src/fs/gnunet-service-fs_indexing.c | 6 +-
src/gns/.gitignore | 1 +
src/gns/Makefile.am | 13 +-
src/gns/gns.conf.in | 2 +-
src/gns/gns_api.c | 4 +-
src/gns/gnunet-gns-benchmark.c | 587 ++++++++++++++++++++
src/gns/gnunet-service-gns_resolver.c | 59 +-
src/gns/plugin_gnsrecord_gns.c | 12 +-
...st_gns_plus_lookup.sh => test_gns_at_lookup.sh} | 8 +-
src/gns/test_gns_cname_lookup.sh | 4 +-
src/gns/test_gns_delegated_lookup.sh | 4 +-
src/gns/test_gns_dht_lookup.sh | 4 +-
src/gns/test_gns_gns2dns_lookup.sh | 4 +-
src/gns/test_gns_ipv6_lookup.sh | 2 +-
src/gns/test_gns_mx_lookup.sh | 4 +-
src/gns/test_gns_quickupdate.sh | 4 +-
src/gns/test_gns_rel_expiration.sh | 4 +-
src/gns/test_gns_revocation.sh | 4 +-
src/gns/test_gns_soa_lookup.sh | 4 +-
src/gns/test_gns_txt_lookup.sh | 4 +-
src/gns/test_gns_zkey_lookup.sh | 4 +-
src/gnsrecord/.gitignore | 1 +
src/gnsrecord/Makefile.am | 10 +-
src/gnsrecord/gnsrecord.c | 15 +-
src/gnsrecord/gnsrecord_crypto.c | 29 +-
src/gnsrecord/gnsrecord_serialization.c | 55 +-
src/gnsrecord/perf_gnsrecord_crypto.c | 137 +++++
src/gnsrecord/test_gnsrecord_crypto.c | 6 +-
src/hostlist/test_gnunet_daemon_hostlist.c | 18 +-
.../test_gnunet_daemon_hostlist_learning.c | 12 +-
.../test_gnunet_daemon_hostlist_reconnect.c | 18 +-
src/identity-provider/identity_provider_api.c | 12 +-
src/include/gnunet_disk_lib.h | 12 +
src/include/gnunet_sq_lib.h | 119 ++++
src/multicast/test_multicast_2peers.c | 5 +-
src/multicast/test_multicast_multipeer.c | 90 +--
src/namestore/gnunet-namestore.c | 81 ++-
src/namestore/gnunet-service-namestore.c | 608 ++++++++++++++++-----
src/namestore/gnunet-zoneimport.c | 92 +++-
src/namestore/namestore_api.c | 49 +-
src/namestore/perf_namestore_api_flat.conf | 3 +
src/namestore/perf_namestore_api_postgres.conf | 4 +
src/namestore/perf_namestore_api_sqlite.conf | 3 +
src/namestore/perf_namestore_api_zone_iteration.c | 18 +-
src/namestore/plugin_namestore_flat.c | 96 ++--
src/namestore/plugin_namestore_sqlite.c | 260 +++------
src/namestore/test_namestore_api.conf | 7 -
src/namestore/test_namestore_api_flat.conf | 3 +
src/namestore/test_namestore_api_lookup_nick.c | 37 +-
src/namestore/test_namestore_api_lookup_private.c | 52 +-
src/namestore/test_namestore_api_lookup_public.c | 31 +-
src/namestore/test_namestore_api_lookup_shadow.c | 40 +-
.../test_namestore_api_lookup_shadow_filter.c | 34 +-
src/namestore/test_namestore_api_monitoring.c | 65 +--
.../test_namestore_api_monitoring_existing.c | 148 +++--
src/namestore/test_namestore_api_postgres.conf | 5 +
src/namestore/test_namestore_api_remove.c | 42 +-
...test_namestore_api_remove_not_existing_record.c | 37 +-
src/namestore/test_namestore_api_sqlite.conf | 3 +
src/namestore/test_namestore_api_store.c | 33 +-
src/namestore/test_namestore_api_store_update.c | 175 +++---
src/namestore/test_namestore_api_zone_iteration.c | 200 +++----
.../test_namestore_api_zone_iteration_nick.c | 57 +-
...st_namestore_api_zone_iteration_specific_zone.c | 161 ++----
.../test_namestore_api_zone_iteration_stop.c | 22 +-
src/namestore/test_namestore_api_zone_to_name.c | 34 +-
src/namestore/test_plugin_namestore.c | 4 +
src/namestore/test_plugin_namestore_flat.conf | 5 +-
src/nat/gnunet-helper-nat-client.c | 54 +-
src/nat/gnunet-helper-nat-server.c | 43 +-
src/nat/gnunet-service-nat.c | 8 +-
src/regex/regex_test_lib.c | 10 +-
src/rps/test_rps.c | 8 +-
src/sq/Makefile.am | 4 +-
src/sq/sq_exec.c | 109 ++++
src/sq/sq_prepare.c | 81 +++
src/statistics/test_gnunet_statistics.py.in | 6 +-
src/statistics/test_statistics_api_data.conf | 2 +-
src/transport/test_plugin_transport.c | 81 ++-
src/util/crypto_abe.c | 28 +-
src/util/disk.c | 77 ++-
src/zonemaster/.gitignore | 1 +
src/zonemaster/Makefile.am | 17 +-
src/zonemaster/gnunet-service-zonemaster-monitor.c | 479 ++++++++++++++++
src/zonemaster/gnunet-service-zonemaster.c | 268 +--------
src/zonemaster/zonemaster.conf.in | 17 +
100 files changed, 3491 insertions(+), 1699 deletions(-)
--
To stop receiving notification emails like this one, please contact
address@hidden