Skip to content
Snippets Groups Projects
  1. Nov 29, 2010
  2. Nov 17, 2010
  3. Oct 14, 2010
  4. Aug 20, 2010
  5. Aug 03, 2010
  6. Jul 08, 2010
  7. Apr 13, 2010
  8. Mar 29, 2010
  9. Mar 25, 2010
  10. Mar 24, 2010
    • Lubos Slovak's avatar
      Branch for main development + reorganized files. · eba9bb58
      Lubos Slovak authored
      An actual (working) development version should be always in this
        branch.
      For subtasks, new branches will be created. For now all the old
        files are here, although this is actually a subtask. Later,
        we will remove all the old code from this branch and move it to
        some other branch.
      The master branch should be used for working or stable versions.
      
      Added .gitignore file.
      Created basic directory structure for the project and changed
        Makefile accordingly.
      Added QtCreator project files (CuteDNS.*).
      eba9bb58
  11. Mar 12, 2010
  12. Mar 02, 2010
  13. Mar 01, 2010
    • Lubos Slovak's avatar
      Completed DNS functions & fixes to comply with C99 · 9540d1d8
      Lubos Slovak authored
      Removed read_domain_names() and test_lookup() functions.
      Added dnss_wire_format(), dnss_dname_to_wire() and dnss_parse_query().
      Many functions in universal-system.h and bitset.h not inline any more
        (should check it later and find a way to make them inline).
      9540d1d8
  14. Feb 28, 2010
    • Lubos Slovak's avatar
      First commit - server with cuckoo hash prototype · 2da03d5d
      Lubos Slovak authored
      Classic (2-ary) cuckoo hash table with char* keys.
        (Insert, find, delete implemented.)
      Simple bitset (not used right now).
      Several hash functions downloaded from web.
      Universal system of hash functions (according to J. Katajainen & M. Lykke
        of University of Copenhagen).
      Several basic data structures for DNS data - not finished yet.
      2da03d5d
Loading