Skip to content
Snippets Groups Projects
  1. Aug 08, 2012
  2. Aug 07, 2012
  3. Aug 03, 2012
  4. Aug 02, 2012
  5. Aug 01, 2012
  6. Jul 30, 2012
  7. Jul 27, 2012
  8. Jul 25, 2012
  9. Jul 24, 2012
  10. Jul 23, 2012
    • Lubos Slovak's avatar
      c1cd9026
    • Lubos Slovak's avatar
      Fixed rrset_merge_no_dupl(). · 49d0045e
      Lubos Slovak authored
      - If the first RRSet was empty and the second one contained only
        one RDATA, this RDATA would get deallocated.
      49d0045e
    • Lubos Slovak's avatar
      Fixed leaks from failed IXFR. · 1114bc1b
      Lubos Slovak authored
      - Storing each RDATA separately during changeset application. The
        chains may get corrupted due to other changes and thus may not be
        deallocated properly. This caused leaks in some cases when the
        IXFR failed.
        This includes counting how many space we must reserve by counting
        number of RDATA to be stored.
      - Function for getting RDATA count from the RDATA chain itself
      1114bc1b
    • Lubos Slovak's avatar
      Fixed IXFR post-processing. · 26a4d620
      Lubos Slovak authored
      - Returning new node or NULL (if empty) in dname_get_node().
      - Modified dname_update_node() to consider empty nodes.
      - Freeing empty nodes after everything is finished.
      - Marking empty nodes by a new flag.
      26a4d620