- Feb 19, 2013
-
-
Lubos Slovak authored
refs #2027 @3h
-
- Feb 18, 2013
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Daniel Salzman authored
- Add missing descriptors. - Extend descriptor structure with type name. - Add conversion functions num<->str for types and classes. refs @2138
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Reason is - we rarely get more than a few different RR types in a node (usually <4). So it makes not much sense to build an expensive AVL tree and allocate other stuff. Worst case is O(n) (but probably less) which is OK for this scenario. If we bothered to order the array on insertion, we could get O(logN) with binary search then - no extra memory costs.
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Feb 15, 2013
-
-
Marek Vavrusa authored
-
Jan Kadlec authored
- No cycle - Added some rrset helper functions - calls of function changed - TODO: knot_rrset_rdata_get_next_dname_pointer is now obsolete, since it does the same thing
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Feb 14, 2013
-
-
Marek Vavrusa authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
- Changed pointer comparison to semi-full dname comparison.
-
Jan Kadlec authored
- function rrset_get_next_dname needed a fix.
-
- Feb 13, 2013
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Jan Kadlec authored
Conflicts: Knot.files src/Makefile.am src/libknot/nameserver/name-server.c src/libknot/rdata.c src/libknot/updates/xfr-in.c src/libknot/util/descriptor.h src/libknot/zone/zone-diff.c src/zcompile/parser-util.c src/zcompile/zparser.y
-
Marek Vavrusa authored
This is because BADTIME affects wire size and we need to know it in advance.
-
Marek Vavrusa authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Marek Vavrusa authored
Needs cleanup, just to make things work for a while.
-
Marek Vavrusa authored
This allows trie to modify duplicated nodes.
-
Jan Kadlec authored
- Needed when RRs were destroyed or copied - DNAMEs insided have to be released/retained.
-
Marek Vavrusa authored
-