Filip Chabik

Results 4 issues of Filip Chabik

IPv6 seems to be utterly broken in upsync, I stumbled upon on at least two different issues. For the first one, way to reproduce is to put dummy server into...

This MR fixes broken builds against newer `libmicrohttpd` versions while remaining compatible with the older ones. The change was introduced [back in April](https://git.gnunet.org/libmicrohttpd.git/tree/ChangeLog) last year by the upstream: > Wed...

When trying to compile against newer `libmicrohttpd` versions it fails with the following errror: ``` [ 95%] Building C object promhttp/CMakeFiles/promhttp.dir/src/promhttp.c.o cd //obj-x86_64-linux-gnu/promhttp && /usr/bin/cc -Dpromhttp_EXPORTS -I//promhttp/include -I// promhttp/../prom/include -I//promhttp/src...

This PR is mainly for adding functionality to handle stub zones (handy when used with Consul for example), but additionally makes log file creation in idempotent way + ensuring that...