- 30 Nov, 2010 5 commits
-
-
Lubos Slovak authored
TODO: add test for this function, it was written in hurry :) refs #5
-
Lubos Slovak authored
TODO/BUG: resulted in some random segfault crashes of RDATA tests. refs #5
-
Lubos Slovak authored
refs #5
-
Lubos Slovak authored
Very basic API for a zone structure. Now the zone consists of only a linked list of nodes, first node is the zone apex. Basic operations: - create zone - delete zone - add node to zone - find node in zone Will change according to needs and to use some smarter structures. refs #165.
-
Lubos Slovak authored
Forgot to fix naming (skip_list -> skip_list_t, etc.)
-
- 29 Nov, 2010 12 commits
-
-
Lubos Slovak authored
Conflicts: CuteDNS.files Makefile src/other/debug.h src/other/skip-list.h src/tests/dnslib_tests.c Other changes: - removed unused skip-list functions - minor change in tests/dnslib_tests.c
-
Jan Kadlec authored
Closes #145
-
Marek Vavrusa authored
-
Lubos Slovak authored
closes #142
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Marek Vavrusa authored
-
Lubos Slovak authored
- alignment - comments closes #158
-
Marek Vavrusa authored
-
Lubos Slovak authored
- mostly doxygen comments - some alignment closes #159
-
Lubos Slovak authored
closes #146
-
Jan Kadlec authored
-
- 26 Nov, 2010 2 commits
-
-
Jan Kadlec authored
Refs #142
-
Jan Kadlec authored
Refs #159
-
- 25 Nov, 2010 21 commits
-
-
Lubos Slovak authored
- indentation - spaces - pointers - 80-char lines with 8-char tabs - file comment - ifdefs - doxygen grouping refs #151
-
Lubos Slovak authored
- includes - indentation - spaces - pointers - file comment - doxygen tags - doxygen grouping - doxygen comment format - ifdefs Slightly modified log_msg macro (used do {} while (0) for multi-line macro and added braces to the if statement). refs #150
-
Lubos Slovak authored
refs #150
-
Lubos Slovak authored
skip_list -> skip_list_t skip_list_node -> skip_list_node_t refs #150
-
Lubos Slovak authored
- file comment - doxygen tags - private functions - spaces - indentation - 80-char lines with 8-char tabs - alignment - doxygen grouping refs #150
-
Lubos Slovak authored
- indentation - spaces - alignment - doxygen tags - file comment - doxygen grouping - includes - private functions - ifdefs da_array -> da_array_t refs #150
-
Lubos Slovak authored
- file comment - ifdefs refs #150
-
Jan Kadlec authored
Refs #159
-
Lubos Slovak authored
- file comment - doxygen grouping - includes - private functions - 80-char lines with 8-char tabs - doxygen tags - ifdefs Made some macros into enums. refs #148
-
Lubos Slovak authored
Added forward declaration of ck_rehash() refs #148
-
Lubos Slovak authored
- file comment - doxygen grouping - 80-char lines with 8-char tabs - ifdefs refs #148
-
Lubos Slovak authored
- aligning - 80-char lines with 8-char tabs Renamed debug functions to take less space. TODO: refactor function ck_rehash()! refs #148
-
Lubos Slovak authored
Reordered functions (separated private from public). Other minor changes (code style not really changed yet).
-
Lubos Slovak authored
ck_hash_table_item -> ck_hash_table_item_t ck_hash_table -> ck_hash_table_t refs #148
-
Lubos Slovak authored
- indentation - alignment - spaces - braces refs #148
-
Lubos Slovak authored
cuckoo-hash-table.h - formatted using astyle (spaces, indentation, alignment) - 80-char lines with 8-char tabs - doxygen tags - file comment - doxygen grouping - includes refs #148
-
Jan Kadlec authored
Refs #154
-
Jan Kadlec authored
Refs #149
-
Lubos Slovak authored
zds_zone -> zds_zone_t refs #147
-
Lubos Slovak authored
zdb_database -> zdb_database_t zdb_zone -> zdb_zone_t Fixes to fit in 80-char lines. refs #147
-
Lubos Slovak authored
-