- Apr 07, 2014
-
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
- Apr 04, 2014
-
-
Jan Kadlec authored
- wrong if, no copy of NSEC3 nodes was made -> leaks.
-
Jan Kadlec authored
-
Jan Kadlec authored
- node->new_node is thus obosolete. - since hattrie_dup made almost a full copy anyway, it's feasible to let the zone contents recreate the zone anew, with proper pointers. (new node was used to set only parent pointer, others were reset anyway in adjusting, all this will die in the new zone API, but at least like this it's easier to maintain.)
-
Jan Kadlec authored
-
Jan Kadlec authored
- mm_realloc is now static, since it was only used in rr.c anyway.
-
Jan Kadlec authored
-
Lubos Slovak authored
- NSs in apex - some possibly problematic scenarios. - CNAMEs - dtto
-
- Apr 03, 2014
-
-
Jan Kadlec authored
- todo: Find file with __i386__ define or something similar - removed contst getter for rr rdata. - reused knot_rr_array_size function for size + META_SIZE like formulas
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Včelák authored
-
Jan Včelák authored
-
Jan Kadlec authored
- knot_rrset_copy now returns pointer
-
Jan Kadlec authored
-
- Apr 02, 2014
-
-
Jan Kadlec authored
Conflicts: src/knot/zone/zone-contents.c src/libknot/packet/pkt.c
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
No Default Nsec3 Tree Two parts: * Growable hash node size in trie * NSEC3 tree created only if needed (NULL is treated as an empty tree) * I'm not sure if I did the zone-diff stuff right? :suspect:
-
Jan Kadlec authored
-
Jan Kadlec authored
- knot_rrset_create_rr removed, only way to insert RR into rrset now is when you already have RDATA, so that we never create RRSet that is not sorted. - rr.h doxygenated, functions moved around a bit.
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
-
Jan Kadlec authored
- merging can now be done directly using knot_rrs_t
-
Marek Vavruša authored
-
Marek Vavruša authored
-
Jan Kadlec authored
-
Marek Vavruša authored
Leaf hhash node size is growable (1-4 pages). The rule is simple, when a hashtable is split the left and right children size is clamped left and right weight to the nearest hhash size. The sizes are chosen arbitrarily so the table size is always a multiple of page size.
-
Jan Kadlec authored
-