Skip to content
Snippets Groups Projects
  1. Oct 19, 2010
  2. Oct 13, 2010
  3. Oct 12, 2010
  4. Sep 20, 2010
  5. Aug 22, 2010
  6. Aug 20, 2010
  7. Aug 04, 2010
    • Lubos Slovak's avatar
      Zone node modified to use ldns. Not functional now · 1144fbde
      Lubos Slovak authored
      Some other functions had to be modified in order to be able to
        compile the program. However, it is not debugged, and currently
        does not work.
      1144fbde
    • Lubos Slovak's avatar
      Modifications & bugfix in skip list. · 508f6c3e
      Lubos Slovak authored
      Functions for merging values and printing items removed from the
        skip list structure. Now passed only to appropriate functions.
      Bugfix in skip_remove() - was not testing the node pointer for
        NULL.
      508f6c3e
    • Lubos Slovak's avatar
      Skip list modifications and test. · c264f9d7
      Lubos Slovak authored
      Added functions
        skip_delete_node for properly deleting skip_node
        skip_destroy_list for properly destroying whole skip list
        skip_print_list for printing the skip list.
      
      Changed return values of function skip_insert().
      Renamed skip_delete() to skip_remove() and changed return value
        to int (successful / not found)
      Bugfix in skip_remove().
      
      Added test of skip list.
      c264f9d7
  8. Jul 28, 2010
  9. Jul 27, 2010
  10. Jul 14, 2010
    • Lubos Slovak's avatar
      Bugfixes in rehash. · 7985005c
      Lubos Slovak authored
      Fixed some typos, NEXT_GENERATION macro (was not extracting only
        the generation) and moved some debug output in order to check
        items for NULL.
      7985005c
  11. Jun 02, 2010
  12. Mar 31, 2010
  13. Mar 25, 2010
  14. Mar 24, 2010
    • Lubos Slovak's avatar
      Dispatcher integrated with the present program. · c4c1b930
      Lubos Slovak authored
      Removed sm_start() and thread information from socket-manager.
      sm_listen() made public, passed to dispatcher in start_server().
      Fixes in dispatcher.
      c4c1b930
    • 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
  15. Mar 19, 2010
    • Lubos Slovak's avatar
      Minor changes and bugfixes. · b29b888b
      Lubos Slovak authored
      Bugfixes in ck_hash_item().
      Completed ck_rehash() (rehashing of items from 2nd table).
      No locks are used for rehashing yet.
      Bug not fixed: detection of infinite loop in hashing is not correct.
      b29b888b
  16. Mar 16, 2010
    • Lubos Slovak's avatar
      Code refactoring. · 32321fb2
      Lubos Slovak authored
      Function main() moved to new file main.c.
      Bitset test moved to new files test.[ch].
      Tests related to cuckoo table remain in cuckoo-test.[ch].
      Removed rwlocks from ck_hash_table (will be replaced by standalone
        item lock implementation).
      32321fb2
Loading