- Nov 29, 2010
-
-
Marek Vavrusa authored
-
- Nov 17, 2010
-
-
- Oct 14, 2010
-
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
Tests for server unit. TAP protocol output.
-
- Aug 20, 2010
-
-
Marek Vavrusa authored
-
- Aug 03, 2010
-
-
Lubos Slovak authored
-
- Jul 08, 2010
-
-
Lubos Slovak authored
Added liburcu dependency to Makefile. Added some simple test for seeing how it works. Replaced printf with debug_cuckoo in cuckoo_hash_table.c.
-
- Apr 13, 2010
-
-
Lubos Slovak authored
-
- Mar 29, 2010
-
-
Lubos Slovak authored
Created subdirectories of src/ for better organisation of the files. Modified Makefile accordingly.
-
- Mar 25, 2010
-
-
Lubos Slovak authored
Proper change of the Makefile + some fixes of it.
-
- Mar 24, 2010
-
-
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 12, 2010
-
-
Lubos Slovak authored
Added general table mutex, locking when inserting, rehashing and destroying. Added rwlocks for 2 items. Will be used in rehashing.
-
- Mar 02, 2010
-
-
Lubos Slovak authored
-
- Mar 01, 2010
-
-
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).
-
- Feb 28, 2010
-
-
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.
-