Tags give the ability to mark specific points in history as being important
  • v0.1
    28a8f74d · Changed version to 0.1.0 ·
    First (non-official) release of the CuteDNS server.
    
    Features:
        * Running as daemon
        * Answering to all types of queries with OPCODE = QUERY
        * Answering to both UDP and TCP queries
        * Zones pre-processing
        * Separate control utility
        * Separate zone parser utility
        * Own DNS library (dnslib)
        * Two main data structures for the zone - AVL tree and hash table (currently using the tree)