- Feb 13, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Limitations: * no dname conversion yet (wrong ordering) * some traversals won't be implemented (probably won't be needed) * no index building yet (slow ordered search)
-
Marek Vavrusa authored
The reason is we break the aliasing rules a lot, this is not neccessarily a bad thing but we need to either choose to adhere to the rules and add code complexity or disable it (only gcc attempts to do it by default).
-
- Feb 11, 2013
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
- Added proper checks for writing beyond wire boundaries
-
Jan Kadlec authored
-
Jan Kadlec authored
- Disabled DNAME compression (was not working with AXFR) - Fix in RR size function.
-
- Feb 08, 2013
-
-
Jan Kadlec authored
- Removed debug code from tcp-handler.c
-
- Feb 07, 2013
-
-
Jan Kadlec authored
- More verbose log message added to zone-load - RRSIG that has different TTL to its RRSet.
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
- Feb 04, 2013
-
-
Jan Kadlec authored
- removed: src/libknot/zone/dname-table.{c,h}
-
- Feb 01, 2013
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
- rrset_binary_length -> rrset_binary_size - removed zones_rrset_binary size and substituted calls to rrset_binary_size
-
- Jan 31, 2013
-
-
Jan Kadlec authored
- Makefile changes - knotc_main converted
-
Jan Kadlec authored
- Still one unsolved problem - connected with DNSKEY keytags, see TODOs in code.
-
Jan Kadlec authored
-
Jan Kadlec authored
Conflicts: src/knot/zone/semantic-check.c
-
Jan Kadlec authored
- function rrset_find_rr_pos()
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
- Small changes in other files, mostly reenabling disabled calls. - new RRSet API function: delete all rrs from RRSet using other RRSet, but do not create RRSet that contains removed RDATA.
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
- fix in rrset.c - rewritten rdata_remove function
-
Jan Kadlec authored
- knot_rrset_rdata_reset() - sets RDATA section of RRSet to default values - knot_rrset_copy_rr_from_rrset() - adds RR from given position and RRSet to input RRSet
-
- Jan 30, 2013
-
-
Jan Kadlec authored
-
Jan Kadlec authored
- rrset_remove_rdata_pos, rrset_find_rr_pos
-
Marek Vavrusa authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Marek Vavrusa authored
-