Skip to content

1.2.0 - Extended API for Iteration of Database

Choose a tag to compare

@oschwald oschwald released this 23 Mar 17:02
  • Four additional fields were added to the end of the MMDB_search_node_s
    struct returned by MMDB_read_node. These fields allow the user to iterate
    through the search tree without making undocumented assumptions about how
    this library works internally and without knowing the specific details of
    the database format. GitHub #110.