Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | gitignore: add qtcreator junk | Libor Peltan | 2024-12-04 | 1 | -0/+3 |
| | |||||
* | Add support for building on Cygwin and MSYS | Christopher Ng | 2023-02-17 | 1 | -0/+4 |
| | | | | | | | This commit adds support for building the libraries and utils on Cygwin/MSYS2. The daemon cannot be built because some of the IPV6 code does not compile. See more at https://gitlab.nic.cz/knot/knot-resolver/-/issues/781 | ||||
* | contrib: add embedded library ngtcp2 v0.1.0 as a temporary solution until a ↵ | Daniel Salzman | 2022-06-21 | 1 | -1/+1 |
| | | | | package is available | ||||
* | libknot: move XDP-related headers from libknot.h to xdp.h | Daniel Salzman | 2021-07-08 | 1 | -2/+0 |
| | |||||
* | distro: add apkg support | Jakub Ružička | 2021-05-26 | 1 | -0/+3 |
| | | | | | | | | | | Change packaging templates distro/pkg/* to use {{ version }}. Add scripts/make_dev_archive.sh to create dev archives. Add apkg config: distro/config/apkg.toml With these changes, apkg can be used to package Knot DNS. | ||||
* | kzonesign: move from sbin to bin | Daniel Salzman | 2020-08-06 | 1 | -4/+4 |
| | |||||
* | kzonesign: renamed from ksignzone | Libor Peltan | 2020-08-06 | 1 | -1/+1 |
| | |||||
* | ksignzone implemented | Libor Peltan | 2020-08-06 | 1 | -0/+1 |
| | |||||
* | kxdpgun: renamed from knot-xdp-gun | Libor Peltan | 2020-08-04 | 1 | -1/+1 |
| | |||||
* | catalog: added kcatalogprint utility | Libor Peltan | 2020-07-13 | 1 | -1/+2 |
| | |||||
* | xdp-gun: rename to knot-xdp-gun | Daniel Salzman | 2020-05-31 | 1 | -1/+1 |
| | |||||
* | Revert "python: add libknot installation" | Daniel Salzman | 2020-05-25 | 1 | -1/+0 |
| | | | | | | The change didn't work as expected :-/ This reverts commit d71091d135d8481407c0fec90835186f3a7cc1c2. | ||||
* | python: add libknot installation | Daniel Salzman | 2020-05-24 | 1 | -0/+1 |
| | |||||
* | libknot: fix conditional includes in libknot.h | Daniel Salzman | 2020-04-21 | 1 | -0/+2 |
| | |||||
* | utils: add xdp-gun | Libor Peltan | 2020-04-21 | 1 | -0/+1 |
| | |||||
* | xdp: manage the Makefile by autotools | Daniel Salzman | 2020-04-21 | 1 | -1/+0 |
| | |||||
* | xdp: build bpf program manually. Build part of sources | Libor Peltan | 2020-04-21 | 1 | -1/+0 |
| | |||||
* | xdp: bpf program is compiled inside knotd and loaded from /tmp | Libor Peltan | 2020-04-21 | 1 | -0/+1 |
| | |||||
* | xdp: more proper building of bpf-kernel.o | Libor Peltan | 2020-04-21 | 1 | -0/+4 |
| | |||||
* | Exclude some Qt Creator config files (ver 4.9 and up) from git | David Vašek | 2019-07-04 | 1 | -0/+2 |
| | |||||
* | python: improve libknot detection | Daniel Salzman | 2018-11-21 | 1 | -2/+1 |
| | |||||
* | python: add setup.py | Daniel Salzman | 2018-11-16 | 1 | -0/+1 |
| | |||||
* | config: add rfc1912 dateserial policy | Wolfgang Jung | 2018-05-02 | 1 | -0/+5 |
| | | | | close #582 | ||||
* | packaging: add tests | Tomas Krizek | 2018-03-19 | 1 | -0/+3 |
| | |||||
* | libs: build cleanup, remove pykeymgr | Daniel Salzman | 2018-03-13 | 1 | -21/+7 |
| | |||||
* | libs: update Makefiles | Daniel Salzman | 2018-03-12 | 1 | -1/+1 |
| | |||||
* | zscanner: move to libzscanner | Daniel Salzman | 2018-03-12 | 1 | -5/+5 |
| | |||||
* | dnssec: move to libdnssec | Daniel Salzman | 2018-03-12 | 1 | -1/+0 |
| | |||||
* | tests: move zscanner tests and libtap + improvements | Daniel Salzman | 2018-03-09 | 1 | -8/+0 |
| | |||||
* | doc: enhance doxygen documentation | Filip Široký | 2017-12-21 | 1 | -0/+1 |
| | |||||
* | Add better support for LLVM libFuzzer packet parser tests | Ondřej Surý | 2017-10-02 | 1 | -0/+1 |
| | |||||
* | Use configure.ac to generate version number into pykeymgr script | Ondřej Surý | 2017-06-07 | 1 | -0/+1 |
| | |||||
* | Add knotd.pc file that exposes module_instdir variable | Robert Edmonds | 2017-05-26 | 1 | -0/+1 |
| | | | | Signed-off-by: Daniel Salzman <daniel.salzman@nic.cz> | ||||
* | configure: prepare for new static/dynamic modules | Daniel Salzman | 2017-05-26 | 1 | -0/+1 |
| | |||||
* | utils: remove obsolete knot1to2 utility | Daniel Salzman | 2017-05-21 | 1 | -1/+0 |
| | |||||
* | kkeymgr: rename to keymgr | Daniel Salzman | 2017-05-04 | 1 | -2/+1 |
| | |||||
* | introduced kkeymgr for manipulating KASP db | Libor Peltan | 2017-05-04 | 1 | -0/+1 |
| | |||||
* | python: add Makefile to distribute the scripts | Daniel Salzman | 2016-12-29 | 1 | -0/+2 |
| | |||||
* | utils: add kjournalprint utility | Libor Peltan | 2016-12-06 | 1 | -0/+1 |
| | |||||
* | gitignore: separate tarballs | Jan Vcelak | 2016-07-13 | 1 | -3/+4 |
| | |||||
* | tests: move contrib and libknot tests to separate subdirectories | Daniel Salzman | 2016-06-22 | 1 | -2/+0 |
| | |||||
* | utils: move knsec3hash and keymgr from dnssec | Daniel Salzman | 2016-06-10 | 1 | -5/+6 |
| | |||||
* | review: remove trailing white spaces | Jan Vcelak | 2016-05-09 | 1 | -1/+0 |
| | |||||
* | doc gitignore | Vítězslav Kříž | 2016-05-05 | 1 | -10/+0 |
| | |||||
* | kzonecheck: standalone tool for semantic checks | Vítězslav Kříž | 2016-05-05 | 1 | -0/+1 |
| | |||||
* | version.h: add gitignore entries | Jan Vcelak | 2015-12-18 | 1 | -1/+3 |
| | |||||
* | contrib: move dnstap | Daniel Salzman | 2015-12-07 | 1 | -4/+4 |
| | |||||
* | Add /src/zscanner/libzscanner.pc to .gitignore | Ondřej Surý | 2015-05-20 | 1 | -0/+1 |
| | |||||
* | Merge libknot-int and libknot-yparser into libknot with versioned symbols to ↵ | Ondřej Surý | 2015-05-20 | 1 | -2/+0 |
| | | | | separate main KNOT library and INTERNAL+YPARSER | ||||
* | Set VERSION and RELEASE_DATE in manpages at the build time, so it doesn't ↵ | Ondřej Surý | 2015-05-06 | 1 | -2/+11 |
| | | | | mess with the git |