Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2020-02-21 | r/559 chore: Rename pkgs->depot in all Nix file headers | Vincent Ambo | 1 | -3/+3 | |
2020-01-26 | r/460 chore(lisp/dns): Remove unused dependencies | Vincent Ambo | 1 | -2/+0 | |
2020-01-26 | chore(lisp/dns): Add 'message.lisp' to build instructions | Vincent Ambo | 1 | -0/+1 | |
2020-01-26 | refactor(lisp/dns): Split package into multiple files | Vincent Ambo | 1 | -2/+5 | |
Adds a package definition file and moves the current client into client.lisp Note that the client is not working at all at this commit as this is a work-in-progress snapshot. | |||||
2020-01-22 | r/448 feat(lisp/dns): Check in very early DNS-over-HTTPS client | Vincent Ambo | 1 | -0/+15 | |
This includes very barebones support for querying TXT and MX records right now. The returned structure is not turned into a more convenient format and error handling is, well, NIL. |