Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-20 | Makefile styling | Jonas Gunz | |
2021-09-20 | gitignore | Jonas Gunz | |
2021-09-20 | restructuring | Jonas Gunz | |
2021-09-20 | Makefile: default target changeable | Jonas Gunz | |
2021-09-20 | delete old tests | Jonas Gunz | |
2021-09-19 | Readme | Jonas Gunz | |
2021-09-19 | Readme | Jonas Gunz | |
2021-09-19 | add fqdn_check() | Jonas Gunz | |
2021-09-19 | dns.c: add character range check + test | Jonas Gunz | |
2021-09-19 | tests/tree.c: fix compiler warnings | Jonas Gunz | |
2021-09-19 | Makefile: Coverage | Jonas Gunz | |
2021-09-19 | zonefile: tests | Jonas Gunz | |
2021-09-19 | zonefile | Jonas Gunz | |
2021-09-19 | Makefile: add valgrind_test | Jonas Gunz | |
2021-09-18 | Makefile | Jonas Gunz | |
2021-09-18 | zonefile: first steps | Jonas Gunz | |
2021-06-14 | tests | Jonas Gunz | |
2021-06-14 | fix warnings | Jonas Gunz | |
2021-06-14 | Makefile: warnings | Jonas Gunz | |
2021-06-14 | Makefile: add warning flag | Jonas Gunz | |
2021-06-02 | test improvements | Jonas Gunz | |
2021-06-02 | add dns tests | Jonas Gunz | |
2021-06-01 | Add Check framework for unit tests | Jonas Gunz | |
2021-06-01 | move scripts to scripts/ | Jonas Gunz | |
2021-06-01 | clangd settings | Jonas Gunz | |
2021-06-01 | C89 Compat | Jonas Gunz | |
2021-05-25 | add list for zonefile parsing (untested) | Jonas Gunz | |
2021-05-21 | request test script | Jonas Gunz | |
2021-05-21 | formatting changes | Jonas Gunz | |
2021-05-21 | arguments | Jonas Gunz | |
2021-05-20 | reworked server logic, handles responses properly now | Jonas Gunz | |
2021-05-05 | changing server logic | Jonas Gunz | |
2021-05-02 | convert to typedef structs | Jonas Gunz | |
2021-05-01 | improved logging | Jonas Gunz | |
2021-04-30 | implemented database | Jonas Gunz | |
2021-04-30 | now returns static A record | Jonas Gunz | |
2021-02-28 | construct answer/question | Jonas Gunz | |
2020-12-28 | fix log linker error | Jonas Gunz | |
2020-06-23 | minor fixes, twekas in test & tree | Jonas Gunz | |
2020-06-23 | Makefile | Jonas Gunz | |
2020-06-23 | implemented tree_balanced_insert() and test functions | Jonas Gunz | |
2020-06-23 | added memset to avoid uninit. mem in tree_insert() | Jonas Gunz | |
2020-06-23 | warning fix | Jonas Gunz | |
2020-06-23 | Comments, white space errors | Jonas Gunz | |
2020-04-04 | fixed use after free in server.c:handle_connection() | Jonas Gunz | |
2020-04-04 | Add packet parser fuzzer test | Jonas Gunz | |
2020-04-04 | add Makefile target all | Jonas Gunz | |
2020-04-04 | removed debug printout in dns_parse_packet | Jonas Gunz | |
2020-04-04 | fix main.c includes | Jonas Gunz | |
2020-04-04 | Moved server to server.h/.c, added tests | Jonas Gunz | |
- All server functions have been moved to server.h/.c - main call run_dns_server() or run_test() depending on makefile target - Makefile target test is now available - test.h/.c provide unit tests |