Skip to content
Snippets Groups Projects
  1. Jul 28, 2011
  2. Jul 27, 2011
    • Lubos Slovak's avatar
      Bugfix (#1065). · 93420fa6
      Lubos Slovak authored
      - When the search in AVL tree went to the leftmost node, it did
        not return any 'previous' node. This was fixed in the AVL
        implementation by distinguishing this case. It may have impact
        on the performance as there is now one more condition jump
        for each encountered node during search. But it seems there is
        no better way around it.
      - Fixed the usages of the tree-finding functions.
      
      fixes #1065 @2h
      93420fa6
    • Marek Vavrusa's avatar
      Minor fixes. · 4dd18332
      Marek Vavrusa authored
      4dd18332
    • Marek Vavrusa's avatar
      Fixed XFR client bugs in ev_loop. · 21185be4
      Marek Vavrusa authored
      Commit refs #1063.
      21185be4
    • Lubos Slovak's avatar
      Bugfixes · 4facd415
      Lubos Slovak authored
      - Setting zone pointer to NSEC3 nodes inserted into the zone.
      - Fixed searching for NSEC3 node for some name
        (find_nsec3_for_name()) - there was a typo (name instead of
         nsec3_name, and not freeing the nsec3_name resulted in leak).
      - Small fixes in debug output.
      4facd415
  3. Jul 26, 2011
  4. Jul 25, 2011
  5. Jul 24, 2011
  6. Jul 23, 2011
  7. Jul 22, 2011
    • Lubos Slovak's avatar
      Fixing references from node. · f8ca637a
      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
      f8ca637a
    • Lubos Slovak's avatar
      API changes concerning zone trees. · 4ec0f00c
      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
      4ec0f00c
Loading