Age | Commit message (Collapse) | Author | |
---|---|---|---|
2021-09-20 | restructuring | Jonas Gunz | |
2021-06-14 | fix warnings | Jonas Gunz | |
2021-06-01 | C89 Compat | Jonas Gunz | |
2021-05-21 | formatting changes | 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-02-28 | construct answer/question | 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 |