- Feb 19, 2013
-
-
Jan Kadlec authored
-
Jan Kadlec authored
Conflicts: src/Makefile.am src/libknot/rdata.c src/libknot/rrset.c src/libknot/util/descriptor.h src/libknot/zone/zone-contents.c src/zcompile/parser-descriptor.c
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
- No need for block number now - Added similar function, but works only on one RR.
-
Jan Kadlec authored
- Added better test for next_dname_pointer. - Small fixes and tweaks here and there - Disabled tests for knot_rrset_rdata_compare - function is not written yet and is not trivial - to_wire test still failing, needs a bigger rewrite Conflicts: src/tests/libknot/libknot/rrset_tests.c
-
Jan Včelák authored
-
Jan Včelák authored
-
Lubos Slovak authored
refs #2027 @3h
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
-
Daniel Salzman authored
refs #2137
-
Daniel Salzman authored
refs #2137
-
Daniel Salzman authored
refs #2137
-
Daniel Salzman authored
refs @2138
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Daniel Salzman authored
-
Daniel Salzman authored
Coverity scan #981011 (Resource leak)
-
Daniel Salzman authored
Coverity scan #970911 (Unchecked return value)
-
- Feb 18, 2013
-
-
Daniel Salzman authored
- Add missing descriptors. - Extend descriptor structure with type name. - Add conversion functions num<->str for types and classes. refs @2138 Conflicts: src/common/descriptor_new.c src/common/descriptor_new.h
-
Jan Včelák authored
The attribute is assigned nowhere and is always zero.
-
Jan Včelák authored
-
Jan Včelák authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Jan Včelák authored
-
Jan Včelák 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
-