- May 26, 2015
-
-
Ondřej Surý authored
-
Ondřej Surý authored
tests: use libtool to link libtap See merge request !381
-
- May 25, 2015
-
-
Jan Včelák authored
-
-
- May 24, 2015
-
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Daniel Salzman authored
-
- May 23, 2015
-
-
Signed-off-by:
Daniel Salzman <daniel.salzman@nic.cz>
-
- May 22, 2015
-
-
Daniel Salzman authored
-
Ondřej Surý authored
-
Jan Včelák authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
- May 21, 2015
-
-
Daniel Salzman authored
RENAME ------ server: workers -> udp-workers ADD --- server: tcp-workers REMOVE ------ server: transfers
-
Daniel Salzman authored
max-conn-{handshake,idle,reply} -> tcp-{handshake,idle,reply}-timeout
-
Daniel Salzman authored
RENAME ------ server: asynchronous-start -> async-start rate-limit-size -> rate-limit-table-size zone: dnssec-enable -> dnssec-signing ixfr-fslimit -> max-journal-size REMOVE ------ zone: notify-timeout notify-retries signature-lifetime
-
- May 20, 2015
-
-
Daniel Salzman authored
Convert all named variadic macros to ISO C __VA_ARGS__ (with ## extension) See merge request !380
-
Daniel Salzman authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Daniel Salzman authored
libknot unified This MR removes extra shared libknot-* libraries from distribution. There are now only three libraries visible to the public: libknot libdnssec libzscanner Due to the cross-use of libknot-internal from libknotd and libknotus, some code might be linked twice, but it's inevitable unless we want to expose volatile API/ABI to the outside world. The few more things: - Removed all _public_ declarations from internal/* and yparser/* - Add #include libknot/internal/macros.h to internal/* and yparser/* (as a side effect from playing with symbol visibility) - Fixed library versioning and bumped libknot from SOVERSION 0 to 1, since some symbols have disappered since (due to visibility) See merge request !379
-
Ondřej Surý authored
-
Ondřej Surý authored
Don't run clean target in parallel as running 'make -j8 clean check' would have some interesting results if check was ran in parallel with clean
-
Ondřej Surý authored
-
Ondřej Surý authored
-
-
Ondřej Surý authored
Tidy up libdnssec.pc, we don't expose neither GnuTLS nor jansson symbols outside, so everything should be in .private
-
Ondřej Surý authored
Tidy up libknot.pc - we don't expose any symbols from linked libraries, so everything should be in .private
-
Ondřej Surý authored
-
Ondřej Surý authored
Add more debug output for used _CFLAGS and _LIBS to configure and explicitly link knotd with $(liburcu_LIBS)
-
Ondřej Surý authored
Remove version-script support to remove additional complexity it introduces (it's not really needed when we hide internal symbols)
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
Make internal and yparser convenient libraries (noinst_LTLIBRARIES) and link them only where needed. Some of the code will get linked twice into the binary, but that's inevitable unless we want to keep exporting volatile symbols library to the outside world. (Or we can cleanup usage of libknot-internal outside libknot and perhaps libknotd.)
-
Ondřej Surý authored
-
Ondřej Surý authored
-
Ondřej Surý authored
-