- Oct 19, 2010
-
-
Marek Vavrusa authored
-
- Oct 13, 2010
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Oct 12, 2010
-
-
Marek Vavrusa authored
-
- Sep 20, 2010
-
-
Lubos Slovak authored
Changed cute_start() to take more file names + passing these filenames from command line.
-
- Aug 22, 2010
-
-
Marek Vavrusa authored
-
- Aug 20, 2010
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
- Aug 04, 2010
-
-
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.
-
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.
-
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.
-
- Jul 28, 2010
-
-
Lubos Slovak authored
-
- Jul 27, 2010
-
-
Lubos Slovak authored
The da_resize() function sometimes crashes on either invalid pointer or double free error. TODO: FIX!
-
Lubos Slovak authored
Added prefix ct_ to all functions from module cuckoo-test. Removed function test_bitset from test module (bitset not present)
-
- Jul 14, 2010
-
-
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.
-
- Jun 02, 2010
-
-
Marek Vavrusa authored
-
- Mar 31, 2010
-
-
Lubos Slovak authored
-
- Mar 25, 2010
-
-
Lubos Slovak authored
-
- Mar 24, 2010
-
-
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.
-
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.*).
-
- Mar 19, 2010
-
-
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.
-
- Mar 16, 2010
-
-
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).
-