- Apr 24, 2014
-
-
Jan Kadlec authored
-
Marek Vavruša authored
Rollback Fixes Some rollback calls were missing, I've added them, but I had to hack it a bit, there's a comment with explanation.
-
Jan Kadlec authored
-
- Apr 23, 2014
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
- in DDNS, the check would not work if the node was previously somehow changed, the check in changeset application should take care of this. - check in changeset application would not work because it was triggered only when adding RRs into empty node.
-
Daniel Salzman authored
Use knot_rdata_t directly instead of via knot_rrset_t
-
Jan Kadlec authored
-
Jan Včelák authored
Hostname acquisition
-
Jan Kadlec authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Apr 22, 2014
-
-
Jan Kadlec authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Jan Kadlec authored
Coverity #1197142
-
Jan Kadlec authored
getter purge
-
Daniel Salzman authored
Some more unittests
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Apr 20, 2014
-
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
- Apr 18, 2014
-
-
Daniel Salzman authored
-
Daniel Salzman authored
Pkt Keep Wire New packet flag to control whether pkt should strip TSIG RR/modify original wire during parsing. Note that you need to prepare packet wireformat yourself if you want to do TSIG signature check. see commit msg for 54279324
-
Marek Vavruša authored
Used when you don't want TSIG RR to be stripped from the wire format, or any other modification of the original packet wire.
-
- Apr 17, 2014
-
-
Daniel Salzman authored
-
Marek Vavruša authored
Node Cleanup
-
Daniel Salzman authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
Conflicts: src/knot/updates/xfr-in.c src/knot/zone/estimator.c src/knot/zone/node.c
-
- Apr 16, 2014
-
-
Marek Vavruša authored
Trim Estimation
-
Jan Kadlec authored
- store total size as a double, so that small zones are also part of the estimation.
-
Jan Kadlec authored
-
Marek Vavruša authored
Do not reuse additionals when copying zone tree Previously, when adjusting the zone after some kind of update, when a query came for that particular zone when it was being adjusted, but before it was switched, additional nodes were freed too soon. This should fix valgrind errors in `ixfr/bind_knot` test.
-
Jan Kadlec authored
- node->prev can contain both delegation points and authoritive nodes, so the check has to be present.
-