Christian Grothoff [Tue, 25 Oct 2016 14:30:22 +0000 (14:30 +0000)]
-missing commit
Christian Grothoff [Tue, 25 Oct 2016 14:30:12 +0000 (14:30 +0000)]
-missing commit
Christian Grothoff [Mon, 24 Oct 2016 21:32:22 +0000 (21:32 +0000)]
finish (untested) new NAT client library
Christian Grothoff [Mon, 24 Oct 2016 21:14:02 +0000 (21:14 +0000)]
towards implementing autoconfig part of NAT lib
Christian Grothoff [Mon, 24 Oct 2016 21:05:25 +0000 (21:05 +0000)]
more work on new nat library
Christian Grothoff [Mon, 24 Oct 2016 21:04:38 +0000 (21:04 +0000)]
more work on new nat library
Christian Grothoff [Mon, 24 Oct 2016 20:16:19 +0000 (20:16 +0000)]
working towards new NAT client library implementation
Christian Grothoff [Mon, 24 Oct 2016 07:44:26 +0000 (07:44 +0000)]
put logging into place to diagnose #4737
Christian Grothoff [Sun, 23 Oct 2016 19:53:59 +0000 (19:53 +0000)]
new NAT lib client api skeleton
Christian Grothoff [Sun, 23 Oct 2016 19:16:26 +0000 (19:16 +0000)]
specing out the NAT service IPC messages'
Christian Grothoff [Sun, 23 Oct 2016 17:49:49 +0000 (17:49 +0000)]
start defining IPC messages for NAT
Christian Grothoff [Sun, 23 Oct 2016 17:35:48 +0000 (17:35 +0000)]
define message types for new NAT service
Christian Grothoff [Sun, 23 Oct 2016 17:11:37 +0000 (17:11 +0000)]
design for new NAT service API
Christian Grothoff [Sun, 23 Oct 2016 16:03:54 +0000 (16:03 +0000)]
move to new client API: remove old client API
Christian Grothoff [Sun, 23 Oct 2016 16:03:36 +0000 (16:03 +0000)]
avoid use of CLIENT_service_test which is dying
Christian Grothoff [Sun, 23 Oct 2016 16:03:17 +0000 (16:03 +0000)]
avoid using dying type for function
Christian Grothoff [Sun, 23 Oct 2016 15:58:23 +0000 (15:58 +0000)]
simplify gnunet-namestore / namestore_rest_plugin to avoid deprecated CLIENT_service_test
Christian Grothoff [Sun, 23 Oct 2016 15:54:01 +0000 (15:54 +0000)]
simplify gnunet-nse to avoid deprecated CLIENT_service_test
David Barksdale [Sat, 22 Oct 2016 22:29:06 +0000 (22:29 +0000)]
cadet_api.c uses GNUNET_MQ_impl_current
Christian Grothoff [Fri, 21 Oct 2016 22:25:27 +0000 (22:25 +0000)]
new service API will no longer export this function
Christian Grothoff [Fri, 21 Oct 2016 22:24:53 +0000 (22:24 +0000)]
eliminate last residue of old service api in transport
Christian Grothoff [Fri, 21 Oct 2016 22:24:47 +0000 (22:24 +0000)]
eliminate last residue of old service api in ARM
Christian Grothoff [Fri, 21 Oct 2016 22:00:26 +0000 (22:00 +0000)]
migrate template to new service API
Christian Grothoff [Fri, 21 Oct 2016 21:48:19 +0000 (21:48 +0000)]
convert namecache to new service ApI
Christian Grothoff [Fri, 21 Oct 2016 20:39:49 +0000 (20:39 +0000)]
test needs larger timeout to pass
Christian Grothoff [Fri, 21 Oct 2016 16:04:46 +0000 (16:04 +0000)]
activating client_new implementation, seems to mostly work fine, or better than the old one
Christian Grothoff [Fri, 21 Oct 2016 14:26:15 +0000 (14:26 +0000)]
improve test shutdown and indentation
Christian Grothoff [Fri, 21 Oct 2016 05:33:35 +0000 (05:33 +0000)]
-fix misc minor bugs
Christian Grothoff [Fri, 21 Oct 2016 05:23:21 +0000 (05:23 +0000)]
misc fixes to new client impl
Christian Grothoff [Fri, 21 Oct 2016 05:13:17 +0000 (05:13 +0000)]
use new MQ in_flight API to support cancel in new service/client implementations
Daniel Golle [Tue, 18 Oct 2016 11:28:23 +0000 (11:28 +0000)]
psycstore: postgres: add LENGTH checks for signature and purpose
Daniel Golle [Tue, 18 Oct 2016 10:36:46 +0000 (10:36 +0000)]
psycstore: postgres: introduce LENGTH check for pub_key field
Gabor X Toth [Mon, 17 Oct 2016 18:14:32 +0000 (18:14 +0000)]
gnunet-dev.nix: add jansson
Gabor X Toth [Mon, 17 Oct 2016 17:45:45 +0000 (17:45 +0000)]
gnunet-dev.nix
Gabor X Toth [Mon, 17 Oct 2016 15:47:14 +0000 (15:47 +0000)]
gnunet-dev.nix
Gabor X Toth [Mon, 17 Oct 2016 15:46:51 +0000 (15:46 +0000)]
gnunet-dev.nix
Florian Dold [Sun, 16 Oct 2016 22:16:12 +0000 (22:16 +0000)]
oops ... inverted logic
Florian Dold [Sun, 16 Oct 2016 22:15:51 +0000 (22:15 +0000)]
turn if into assert
Florian Dold [Sun, 16 Oct 2016 22:13:46 +0000 (22:13 +0000)]
fix comment
Florian Dold [Sun, 16 Oct 2016 22:07:40 +0000 (22:07 +0000)]
implement impl_in_flight API for MQ, replacing evacuation
Florian Dold [Sun, 16 Oct 2016 20:12:00 +0000 (20:12 +0000)]
fix comment about mq allocation
Florian Dold [Sun, 16 Oct 2016 20:08:07 +0000 (20:08 +0000)]
Rename MQ_evict to MQ_evacuate and make API nicer
Florian Dold [Sun, 16 Oct 2016 19:13:45 +0000 (19:13 +0000)]
Add evict functionalty to mq cancellation.
Useful to avoid copying of buffers when canceling a
partially sent message.
Christian Grothoff [Thu, 13 Oct 2016 07:44:31 +0000 (07:44 +0000)]
fix build for Taler wallet
Florian Dold [Thu, 13 Oct 2016 02:05:37 +0000 (02:05 +0000)]
fix configure.ac for emscripten
Florian Dold [Thu, 13 Oct 2016 01:55:08 +0000 (01:55 +0000)]
quoting, since test breaks (under emscripten) when variable is empty string
Florian Dold [Thu, 13 Oct 2016 01:51:27 +0000 (01:51 +0000)]
don't even check for postgres when building for taler, since it breaks the build
Florian Dold [Thu, 13 Oct 2016 01:22:24 +0000 (01:22 +0000)]
don't build contrib/ when compiling for GNU Taler
Daniel Golle [Thu, 13 Oct 2016 00:29:45 +0000 (00:29 +0000)]
datastore: postgres: use IF NOT EXISTS to avoid error messages
Daniel Golle [Thu, 13 Oct 2016 00:29:43 +0000 (00:29 +0000)]
datacache: postgres: use IF NOT EXISTS to avoid error messages
Daniel Golle [Thu, 13 Oct 2016 00:29:39 +0000 (00:29 +0000)]
namestore: postgres: use IF NOT EXISTS to avoid error messages
Daniel Golle [Wed, 12 Oct 2016 23:12:56 +0000 (23:12 +0000)]
psycstore: postgres: remove size modifier from BYTEA fields
ERROR: type modifier is not allowed for type "bytea"
Gabor X Toth [Wed, 12 Oct 2016 22:07:34 +0000 (22:07 +0000)]
psycstore
Gabor X Toth [Wed, 12 Oct 2016 21:54:30 +0000 (21:54 +0000)]
psycstore: fix postgres
Daniel Golle [Wed, 12 Oct 2016 21:24:53 +0000 (21:24 +0000)]
gns: fix format string
r38079 introduced a debug message which breaks the build if
-Werror=format-security is set.
Christian Grothoff [Wed, 12 Oct 2016 20:26:24 +0000 (20:26 +0000)]
revert to MHD_USE_SSL for now
Gabor X Toth [Wed, 12 Oct 2016 19:58:23 +0000 (19:58 +0000)]
psycstore: postgres fixes
Gabor X Toth [Wed, 12 Oct 2016 19:58:22 +0000 (19:58 +0000)]
pq: fix crash in clean_varsize_blob() after extracting NULL value
Gabor X Toth [Wed, 12 Oct 2016 19:31:44 +0000 (19:31 +0000)]
psycstore: postgres fixes
Gabor X Toth [Wed, 12 Oct 2016 19:11:03 +0000 (19:11 +0000)]
psycstore: fix mysql
Gabor X Toth [Wed, 12 Oct 2016 19:11:01 +0000 (19:11 +0000)]
my: fix extract_string
Christian Grothoff [Wed, 12 Oct 2016 17:46:52 +0000 (17:46 +0000)]
new simplified, but incomplete, client logic
Christian Grothoff [Wed, 12 Oct 2016 17:46:39 +0000 (17:46 +0000)]
minor indentation issues
Gabor X Toth [Wed, 12 Oct 2016 16:41:41 +0000 (16:41 +0000)]
psycstore: conf
Gabor X Toth [Wed, 12 Oct 2016 16:41:40 +0000 (16:41 +0000)]
psycstore: fix limit
Gabor X Toth [Wed, 12 Oct 2016 16:41:39 +0000 (16:41 +0000)]
mysql: statement_prepare: log query on error
Gabor X Toth [Wed, 12 Oct 2016 16:41:37 +0000 (16:41 +0000)]
psycstore: fix msg handlers
Gabor X Toth [Wed, 12 Oct 2016 16:41:36 +0000 (16:41 +0000)]
psycstore/postgres: fix return value checks, use template1 db for tests
Gabor X Toth [Wed, 12 Oct 2016 16:41:34 +0000 (16:41 +0000)]
log: add \n
Christian Grothoff [Wed, 12 Oct 2016 15:34:23 +0000 (15:34 +0000)]
-work around MHD_USE_TLS not being in old MHD versions
Christian Grothoff [Tue, 11 Oct 2016 20:33:05 +0000 (20:33 +0000)]
converting dv to new service API
Christian Grothoff [Tue, 11 Oct 2016 20:01:50 +0000 (20:01 +0000)]
converting conversation to new service API
Christian Grothoff [Tue, 11 Oct 2016 16:13:03 +0000 (16:13 +0000)]
deprecate USE_SSL for USE_TLS, rename in code
Christian Grothoff [Tue, 11 Oct 2016 15:12:43 +0000 (15:12 +0000)]
logging
Christian Grothoff [Tue, 11 Oct 2016 15:04:30 +0000 (15:04 +0000)]
fix looping over results
Christian Grothoff [Tue, 11 Oct 2016 14:54:27 +0000 (14:54 +0000)]
make sure testcase stays in bounds
Christian Grothoff [Tue, 11 Oct 2016 13:58:23 +0000 (13:58 +0000)]
check rvalue for mysql_prepare
Christian Grothoff [Tue, 11 Oct 2016 13:46:01 +0000 (13:46 +0000)]
use gnunetcheck for the DB
Christian Grothoff [Tue, 11 Oct 2016 13:45:37 +0000 (13:45 +0000)]
proper bail out if plugin loading fails
Christian Grothoff [Tue, 11 Oct 2016 13:38:18 +0000 (13:38 +0000)]
migrate VPN to new service API
Daniel Golle [Mon, 10 Oct 2016 22:59:27 +0000 (22:59 +0000)]
psycstore: sync postgres plugin with mysql, fix indention
Christian Grothoff [Mon, 10 Oct 2016 15:47:00 +0000 (15:47 +0000)]
migrating testbed to new service API
Christian Grothoff [Mon, 10 Oct 2016 15:43:25 +0000 (15:43 +0000)]
avoid triggering dropped message 333 warning
Christian Grothoff [Mon, 10 Oct 2016 14:52:47 +0000 (14:52 +0000)]
extending process API to allow obtaining status code in blocking fashion
Martin Schanzenbach [Mon, 10 Oct 2016 08:29:05 +0000 (08:29 +0000)]
-fix
Martin Schanzenbach [Mon, 10 Oct 2016 08:27:44 +0000 (08:27 +0000)]
-fix
Martin Schanzenbach [Mon, 10 Oct 2016 08:27:40 +0000 (08:27 +0000)]
-fix
Martin Schanzenbach [Mon, 10 Oct 2016 08:20:30 +0000 (08:20 +0000)]
-fix
Christian Grothoff [Sun, 9 Oct 2016 12:03:22 +0000 (12:03 +0000)]
skip test if link-local IPv6 DNS server is used
Christian Grothoff [Sun, 9 Oct 2016 12:00:15 +0000 (12:00 +0000)]
do not try to intercept link local DNS traffic, as we cannot properly re-inject it intot the kernel's IP stack
Markus Teich [Sun, 9 Oct 2016 11:51:12 +0000 (11:51 +0000)]
libgnunetutil: add file, line debug info to multidimensional array allocators
Markus Teich [Sun, 9 Oct 2016 11:38:55 +0000 (11:38 +0000)]
libgnunetutil: fix doc and indentation for realloc
Christian Grothoff [Fri, 7 Oct 2016 14:06:00 +0000 (14:06 +0000)]
sketch new service start/stop API as needed for testbed
Christian Grothoff [Fri, 7 Oct 2016 11:54:45 +0000 (11:54 +0000)]
use new MST API in helper
Martin Schanzenbach [Fri, 7 Oct 2016 09:45:58 +0000 (09:45 +0000)]
-ignore
Martin Schanzenbach [Fri, 7 Oct 2016 09:43:32 +0000 (09:43 +0000)]
-add reverse autoadd; with test
Christian Grothoff [Thu, 6 Oct 2016 22:39:05 +0000 (22:39 +0000)]
fix #4703
Martin Schanzenbach [Thu, 6 Oct 2016 19:25:05 +0000 (19:25 +0000)]
-add tests
N. 'ng0' Gillmann [Thu, 6 Oct 2016 18:13:56 +0000 (18:13 +0000)]
gnunet/guix-env.scm: Disabled tests until they succeed, added debug output + CFLAGS -ggdb -O0
Gabor X Toth [Thu, 6 Oct 2016 16:01:51 +0000 (16:01 +0000)]
psycstore: mysql stmt fix, logging for tests