Commit message (Collapse) | Author | Age | Files | Lines | |
---|---|---|---|---|---|
* | doc: add info about semantic checks to migration | Daniel Salzman | 2023-08-26 | 1 | -0/+1 |
| | |||||
* | NEWS: add version 3.3.0 | Daniel Salzman | 2023-08-26 | 1 | -0/+65 |
| | |||||
* | doc: add note to quic-outbuf-max-size reference | Daniel Salzman | 2023-08-26 | 2 | -2/+2 |
| | |||||
* | Merge branch 'p/nix-sync' into 'master' | Daniel Salzman | 2023-08-26 | 1 | -4/+21 |
|\ | | | | | | | | | distro/pkg/nix: synchronize from downstream nixpkgs See merge request knot/knot-dns!1575 | ||||
| * | distro/pkg/nix: synchronize from downstream nixpkgs | Vladimír Čunát | 2023-08-26 | 1 | -4/+21 |
| | | | | | | | | | | | | | | | | Some parts of the expression don't work so well due to the way we use it with apkg separately from nixpkgs, but I don't think it matters and it's nice to keep the .nix file diff minimal. I re-tested that it's up to date for upcoming 3.3, too. | ||||
* | | doc: add migration from 3.2.x to 3.3.x | Daniel Salzman | 2023-08-26 | 1 | -0/+39 |
|/ | |||||
* | NEWS: synchronize with branch 3.2 | Daniel Salzman | 2023-08-25 | 1 | -0/+199 |
| | |||||
* | knot_exporter: fix typo in pyproject.toml.in | Daniel Salzman | 2023-08-25 | 1 | -1/+1 |
| | |||||
* | Merge branch 'quic_running_reconfigure' into 'master' | Daniel Salzman | 2023-08-25 | 4 | -0/+24 |
|\ | | | | | | | | | server/quic: re-configure table parameters while running See merge request knot/knot-dns!1573 | ||||
| * | server/quic: re-configure table parameters while running | Libor Peltan | 2023-08-25 | 4 | -0/+24 |
|/ | |||||
* | Merge branch 'utils_lmdb_closing' into 'master' | Daniel Salzman | 2023-08-25 | 9 | -25/+148 |
|\ | | | | | | | | | utils: add a proper premature termination handling See merge request knot/knot-dns!1574 | ||||
| * | utils: do a terminal color reset when terminating prematurely | David Vašek | 2023-08-25 | 7 | -15/+34 |
| | | |||||
| * | utils: print out the signal name when exiting | David Vašek | 2023-08-25 | 1 | -0/+3 |
| | | | | | | | | The SIGINT signal isn't reported. It mimicks the standard signal handler. | ||||
| * | utils: allow a repeated signal | David Vašek | 2023-08-25 | 1 | -0/+6 |
| | | | | | | | | It can help when the running handler gets stuck and the user needs to terminate the utility anyway. | ||||
| * | utils: add a proper premature termination handling | David Vašek | 2023-08-25 | 9 | -25/+120 |
|/ | | | | knotd has it's own mechanism. | ||||
* | process_query: use log_enabled_debug() where appropriate | Daniel Salzman | 2023-08-25 | 1 | -21/+23 |
| | |||||
* | server: use log_enabled_debug() in handlers where appropriate | Daniel Salzman | 2023-08-25 | 3 | -6/+6 |
| | |||||
* | log: replace 'xdp.quic-log' with new 'quic' log module | Daniel Salzman | 2023-08-25 | 7 | -38/+86 |
| | |||||
* | tcp_iobuf: unify some names to common prefix knot_tcp_inbufs_upd | Daniel Salzman | 2023-08-25 | 12 | -24/+24 |
| | |||||
* | tcp_iobuf: get rid of knot_tinbufu_res_inbufs() | Daniel Salzman | 2023-08-24 | 8 | -21/+14 |
| | |||||
* | doc/reference: add a reference to the PKCS #11 URI Scheme (RFC 7512) | David Vašek | 2023-08-24 | 2 | -2/+4 |
| | | | | Changing current <pkcs11-url> to <pkcs11-uri>. | ||||
* | Merge branch 'qlog_null_optimize' into 'master' | Daniel Salzman | 2023-08-24 | 1 | -11/+16 |
|\ | | | | | | | | | Qlog null optimize See merge request knot/knot-dns!1572 | ||||
| * | quic: remove unnecessary argument | Libor Peltan | 2023-08-24 | 1 | -6/+5 |
| | | |||||
| * | quic: set logging callbacks to NULL if unused for optimization | Libor Peltan | 2023-08-24 | 1 | -5/+11 |
|/ | |||||
* | utils: fix array length value (Coverity) | Daniel Salzman | 2023-08-23 | 1 | -3/+4 |
| | |||||
* | python: fix paths to knot_exporter and libknot source | Daniel Salzman | 2023-08-23 | 4 | -4/+4 |
| | |||||
* | Merge branch 'various_fixes' into 'master' | Daniel Salzman | 2023-08-23 | 9 | -26/+50 |
|\ | | | | | | | | | Various fixes See merge request knot/knot-dns!1571 | ||||
| * | tests: various fixes and hardedning | Libor Peltan | 2023-08-23 | 5 | -5/+17 |
| | | |||||
| * | tiny fixes from clang analyzer | Libor Peltan | 2023-08-23 | 4 | -1/+5 |
| | | |||||
| * | kdig/json/edns: bugfix / tiny refactoring | Libor Peltan | 2023-08-23 | 1 | -20/+28 |
| | | |||||
* | | doc: remove square brackets from 'ddns-master' reference | Daniel Salzman | 2023-08-23 | 2 | -2/+2 |
|/ | |||||
* | Merge branch 'null_rrtype_empty' into 'master' | Daniel Salzman | 2023-08-22 | 3 | -0/+9 |
|\ | | | | | | | | | libknot/pktparser: allow empty rdata at NULL rrtype... See merge request knot/knot-dns!1570 | ||||
| * | tests/flags: add NULL record with empty rdata (just for fun) | Libor Peltan | 2023-08-22 | 2 | -0/+8 |
| | | |||||
| * | libknot/pktparser: allow empty rdata at NULL rrtype... | Libor Peltan | 2023-08-22 | 1 | -0/+1 |
| | | | | | | | | ...in accordance to suggested format in RFC 8145 | ||||
* | | Merge branch 'kdig_edns_json' into 'master' | Daniel Salzman | 2023-08-22 | 3 | -9/+218 |
|\ \ | | | | | | | | | | | | | kdig: implemented EDNS JSON format See merge request knot/knot-dns!1559 | ||||
| * | | kdig: implemented EDNS JSON format | Libor Peltan | 2023-08-22 | 3 | -9/+218 |
|/ / | |||||
* / | knot/module: add quic_stream qdata parameter for future DDNS over QUIC | Daniel Salzman | 2023-08-22 | 1 | -0/+1 |
|/ | |||||
* | distro/deb: sync knot-exporter changes to older distros | Jakub Ružička | 2023-08-22 | 7 | -4/+48 |
| | |||||
* | tests/bugfix: import moved libknot-python modules, see ↵ | Libor Peltan | 2023-08-21 | 1 | -1/+2 |
| | | | | 4d7eb96bf93e620e771fe0133855e50e973942ac | ||||
* | distro/el-7: don't try to import sphinx_panels | Daniel Salzman | 2023-08-21 | 2 | -0/+26 |
| | |||||
* | distro/deb: add missing symbol knot_edns_opt_names | Daniel Salzman | 2023-08-21 | 2 | -0/+2 |
| | |||||
* | Merge branch 'hatchling' | Daniel Salzman | 2023-08-21 | 22 | -28/+482 |
|\ | |||||
| * | distro/deb: add knot-exporter sub-package | Jakub Ružička | 2023-08-21 | 4 | -4/+33 |
| | | |||||
| * | python: improve build file selection | Jakub Ružička | 2023-08-21 | 2 | -8/+6 |
| | | | | | | | | | | | | | | Disable the use of .gitignore for builds: [tool.hatch.build] ignore-vcs = true | ||||
| * | python: add knot_exporter | Daniel Salzman | 2023-08-21 | 8 | -1/+374 |
| | | | | | | | | | | Based on https://github.com/salzmdan/knot_exporter, commit 564a6daa3e17f68e410d25fe4b876d79e418d4d1 | ||||
| * | python: move libknot to a separate subdirectory libknot | Daniel Salzman | 2023-08-21 | 11 | -24/+31 |
| | | |||||
| * | ci: set --disable-static when running make distcheck | Daniel Salzman | 2023-08-21 | 1 | -1/+1 |
| | | |||||
| * | python: add pyproject.toml and hatchling support, keep setup.py for ↵ | Daniel Salzman | 2023-08-21 | 5 | -8/+55 |
|/ | | | | compatibility | ||||
* | Merge branch 'edns_presentation_format' into 'master' | Daniel Salzman | 2023-08-21 | 11 | -92/+499 |
|\ | | | | | | | | | kdig: implemented EDNS presentation format See merge request knot/knot-dns!1560 | ||||
| * | kdig: implemented EDNS presentation format | Libor Peltan | 2023-08-21 | 11 | -92/+499 |
|/ |