- Jul 22, 2011
-
-
Lubos Slovak authored
- References to old nodes replaced by references to new ones. - Added API for this to node. - Implemented reference fixing in XFR. refs #1037 @20m
-
Lubos Slovak authored
- Getting zone trees from zone contents. - Applying functions to zone tree - zone tree functions require function working with zone tree node, i.e. the 'conversion' is done one layer above - in the zone contents. refs #1037 @30m
-
Lubos Slovak authored
closes #1040 @15m
-
Lubos Slovak authored
- Copying node and copying RRSet separated to new functions. - Removing empty RRSet from node. - Various fixes of API usage. refs #1034 @20m, #936 @2h
-
Lubos Slovak authored
- node_new() sets flags to node. - fixed node_set_previous() - properly connects the node to the chain of nodes. - Modified calls to node_new() in all parts of the program. - zone_contents_add_node() sets flags to created parents, checks if created nodes are not wildcard children, properly sets the last node's parent. - Fixed zone_contents_add_nsec3_node() (parent setting). - zone_contents_get_previous() + find/get_previous_nsec3() added. - Adding new node during IXFR zone update implemented. refs #1034 @2h
-
Lubos Slovak authored
-
- Jul 20, 2011
-
-
Lubos Slovak authored
TODO: adding new node to the zone contents. refs #936 @40m
-
Lubos Slovak authored
refs #936 @3h
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Lubos Slovak authored
refs #1028
-
Lubos Slovak authored
- Invalid reads and writes when checking references to already deleted nodes. - Added macro for post-order reverse traversal to the AVL tree. - Added function for post-order reverse traversal to zone-tree. - References checking in node_free() are now done according to new parameter. - Fixed usages of node_free() refs #1028 @50m
-
- Jul 19, 2011
-
-
Lubos Slovak authored
- Added zone-contents module, most of zone functions moved there and adequately modified. - Zone API functions just call the zone-contents functions now. Later should be removed totally. - Few fixes. refs #1028 @2h
-
Lubos Slovak authored
- Freeing zone contents copy. - Rolling back update. - Cleaning up after update. refs @936 @45m
-
Lubos Slovak authored
refs #936 @15m
-
Lubos Slovak authored
refs #936 @1h30m
-
Lubos Slovak authored
-
Lubos Slovak authored
-
Lubos Slovak authored
- This will allow easy switching of the zone contents inside the zone structure, instead of switching the pointer to the zone somewhere in zonedb structures. - Changed all uses of zone, removed some direct uses and replaced by uses of API. - First parts of xfrin_apply_changesets(). refs #936 @1h30m
-
- Jul 18, 2011
-
-
Lubos Slovak authored
- Node deep copy copies the node structure, and creates a new copy of the skip list containing RRSets, but retains the references to owner domain name and all RRSets in the list. - Added two new flags to node - old and new node. - The new_node field should refer to a new copy of the node made during update. refs #1002 @30m
-
Lubos Slovak authored
- Checking if new node creation was successful.
-
Lubos Slovak authored
-
- Jul 15, 2011
-
-
Lubos Slovak authored
refs #999 @5m
-
Lubos Slovak authored
closes #999 @15m
-
Lubos Slovak authored
refs #999 15m
-
Lubos Slovak authored
refs #995 @5m
-
Lubos Slovak authored
refs #999 @15m
-
Lubos Slovak authored
refs #995 @5m
-
Lubos Slovak authored
refs #995 @15m
-
Lubos Slovak authored
refs #994 @5m
-
Lubos Slovak authored
refs #994 @30m
-
Lubos Slovak authored
refs #994 @10m
-
- Jul 14, 2011
-
-
Lubos Slovak authored
refs #994 @30m
-
Lubos Slovak authored
- For now it is used besides the old tree and the contents are compared when used. refs #994 @30m
-
Lubos Slovak authored
refs #994 @20m
-
Lubos Slovak authored
refs #994 @30m
-
Lubos Slovak authored
- Added zone_get_apex(). - Fixed node_set_previous(), node_set_nsec3(). refs #995 @15m
-
Lubos Slovak authored
- Added next node and nsec3 referrer pointers to node. - Setting them in API functions for setting previous and nsec3 nodes. - Added API functions - dname_set_node() - node_get_owner() TODO: In zone load and zone dump, node->prev and node->nsec3_node should be used only via API. refs #995 @20m
-