Knot DNS - DNS autoritaire haute performance
Find a file
Lubos Slovak 28adf6f20d Removed item rwlocks implementation.
This was not a feasible way to lock the items
  - there was no way to atomically acquire the lock and save
    the information to the structure.
Consider using some totally diffrent technique - copy-on-write,
  RCU, etc.
2010-03-22 10:52:10 +01:00
bitset.c Memory leaks and problems fixed. API modifications 2010-03-05 20:28:11 +01:00
bitset.h Memory leaks and problems fixed. API modifications 2010-03-05 20:28:11 +01:00
common.c Memory leaks and problems fixed. API modifications 2010-03-05 20:28:11 +01:00
common.h Memory leaks and problems fixed. API modifications 2010-03-05 20:28:11 +01:00
cuckoo-hash-table.c Minor changes and bugfixes. 2010-03-19 09:10:38 +01:00
cuckoo-hash-table.h Code refactoring. 2010-03-16 12:56:16 +01:00
cuckoo-test.c Minor changes and bugfixes. 2010-03-19 09:10:38 +01:00
cuckoo-test.h Code refactoring. 2010-03-16 12:56:16 +01:00
dns-simple.c Bugfixes. 2010-03-09 11:10:51 +01:00
dns-simple.h Memory leaks and problems fixed. API modifications 2010-03-05 20:28:11 +01:00
hash-functions.c First commit - server with cuckoo hash prototype 2010-02-28 15:44:38 +01:00
hash-functions.h First commit - server with cuckoo hash prototype 2010-02-28 15:44:38 +01:00
main.c Minor changes and bugfixes. 2010-03-19 09:10:38 +01:00
Makefile Synchronisation in cuckoo-hash-table. 2010-03-12 19:42:46 +01:00
socket-manager.c Memory leaks and problems fixed. API modifications 2010-03-05 20:28:11 +01:00
socket-manager.h Memory leaks and problems fixed. API modifications 2010-03-05 20:28:11 +01:00
test-all-cz-zones Added test file with all CZ zones and A types. 2010-03-05 21:36:03 +01:00
tests.c Code refactoring. 2010-03-16 12:56:16 +01:00
tests.h Code refactoring. 2010-03-16 12:56:16 +01:00
universal-system.c Minor changes and bugfixes. 2010-03-19 09:10:38 +01:00
universal-system.h Memory issues fixed + minor changes the hash table 2010-03-08 15:54:02 +01:00