Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2020-01-26 | r/460 chore(lisp/dns): Remove unused dependencies | Vincent Ambo | 1 | -2/+0 |
2020-01-26 | feat(lisp/dns): Export struct fields | Vincent Ambo | 1 | -3/+3 |
2020-01-26 | feat(lisp/dns): Introduce enum for DNS types & decode RDATA | Vincent Ambo | 1 | -2/+21 |
2020-01-26 | chore(lisp/dns): Add 'message.lisp' to build instructions | Vincent Ambo | 1 | -0/+1 |
2020-01-26 | feat(lisp/dns): Use new DNS deserialiser in dns:lookup-generic | Vincent Ambo | 1 | -152/+52 |
2020-01-26 | feat(lisp/dns): Implement qname compression parsing | Vincent Ambo | 1 | -270/+29 |
2020-01-26 | refactor(lisp/dns): Introduce structured QNAME representation | Vincent Ambo | 1 | -31/+51 |
2020-01-26 | feat(lisp/dns): Check in initial DNS message implementation | Vincent Ambo | 1 | -0/+931 |
2020-01-26 | refactor(lisp/dns): Split package into multiple files | Vincent Ambo | 4 | -31/+182 |
2020-01-22 | r/448 feat(lisp/dns): Check in very early DNS-over-HTTPS client | Vincent Ambo | 2 | -0/+44 |