summaryrefslogtreecommitdiffstats
path: root/configure.ac (follow)
Commit message (Expand)AuthorAgeFilesLines
* libknot: remove lmdb_LIBS from the pkg-config file if embedded LMDB is usedDaniel Salzman2018-10-191-0/+2
* queryacl: new module for query access controlMark Karpilovskij2018-10-071-0/+1
* add GOST algorithm supportVladimír Čunát2018-08-301-0/+7
* configure: link pthread and dl with knotd onlyDaniel Salzman2018-08-291-3/+19
* configure: link libcap-ng with knotd onlyDaniel Salzman2018-08-291-2/+24
* configure: update AC_CHECK_HEADERS_ONCE and AC_CHECK_FUNCS argumentsDaniel Salzman2018-08-271-5/+5
* configure: improve description of --with-memory-allocatorDaniel Salzman2018-08-081-1/+2
* configure: fix default prefix settingDaniel Salzman2018-08-081-2/+1
* configure: add the distro directory to dist tarballDaniel Salzman2018-08-061-0/+1
* Bump version 2.8.devDaniel Salzman2018-08-031-1/+1
* bump library version to libknot8, libdnssec6Tomas Krizek2018-08-021-3/+3
* configure: add --with-memory-allocator option to support alternative malloc i...Daniel Salzman2018-08-021-0/+13
* geoip: initial commitMark Karpilovskij2018-07-221-0/+37
* configure: don't add LMDB specifics to CFLAGSDaniel Salzman2018-03-261-1/+1
* utils: add maximum configuration size command line optionDaniel Salzman2018-03-211-1/+2
* configure: don't build libutils if not neededDaniel Salzman2018-03-181-0/+2
* configure: improve dependency check for dnstapDaniel Salzman2018-03-181-10/+23
* configure: move directory section upwardsDaniel Salzman2018-03-181-31/+31
* configure: print the default prefix valueDaniel Salzman2018-03-181-1/+5
* configure: tiny cleanupDaniel Salzman2018-03-161-21/+21
* Extend version format for better automation, remove redundant gnu-flavor filesDaniel Salzman2018-03-141-10/+6
* tests: another build cleanupDaniel Salzman2018-03-131-1/+0
* libs: build cleanup, remove pykeymgrDaniel Salzman2018-03-131-7/+3
* libs: update MakefilesDaniel Salzman2018-03-121-1/+1
* zscanner: move to libzscannerDaniel Salzman2018-03-121-5/+5
* dnssec: move to libdnssecDaniel Salzman2018-03-121-3/+3
* tests: move zscanner tests and libtap + improvementsDaniel Salzman2018-03-091-1/+1
* dnssec: move dnssec tests to common testsDaniel Salzman2018-03-081-1/+0
* configure: simplify sanitizer and fuzzer detectionsDaniel Salzman2018-03-021-4/+4
* configure: improve compatibility with OpenBSDDaniel Salzman2018-02-111-1/+1
* configure: remove obsolete checksDaniel Salzman2018-02-101-2/+1
* configure: add --disable-modules optionDaniel Salzman2018-02-101-0/+4
* libknot/endian: remove obsolete beNNtoh support for glibc < 2.9Mark Karpilovskij2018-01-201-4/+0
* configure: tiny cleanupDaniel Salzman2018-01-181-3/+3
* configure: remove fallback to libatomicDaniel Salzman2018-01-181-10/+2
* dnssec: remove explicit dependency on NettleDaniel Salzman2018-01-071-2/+1
* configure: revert double newline, remove the 'make' hintDaniel Salzman2017-12-271-9/+4
* Initial integration with google/oss-fuzzJonathan Foote2017-12-241-1/+2
* doc: enhance doxygen documentationFilip Široký2017-12-211-0/+1
* modules: add new DNS Cookies moduleMark Karpilovskij2017-12-191-0/+1
* modules: remove rosedb module (hard to maintain, no known user)Daniel Salzman2017-10-311-1/+0
* Prepare for next major releaseDaniel Salzman2017-10-291-2/+2
* configure: replace 'realpath' with 'readlink -f' to work on BSDsDaniel Salzman2017-10-181-1/+1
* Add better support for LLVM libFuzzer packet parser testsOndřej Surý2017-10-021-13/+5
* configure: fix cyclic symbolic link to modules creationDaniel Salzman2017-10-021-1/+1
* Bump version 2.6.0, update NEWSv2.6.0Daniel Salzman2017-09-291-3/+3
* doc: fix module documentation buildingDaniel Salzman2017-09-201-1/+3
* Link with libatomic on architectures that requires itPierre-Olivier Mercier2017-08-031-1/+9
* contrib: replace sprintf_alloc with a simple wrapper around vasprintfOndřej Surý2017-08-021-1/+6
* Use gnutls_privkey_sign_data2 where availableOndřej Surý2017-07-271-3/+8