about summary refs log tree commit diff
path: root/lisp (follow)
AgeCommit message (Expand)AuthorFilesLines
2023-12-20 r/7231 chore(depot): update OWNERS files for aspenLuke Granger-Brown1-1/+1
2022-09-19 r/4922 chore(gerrit): migrate OWNERS files to code-owners styleLuke Granger-Brown1-3/+1
2021-08-24 r/2771 feat(nix/buildLisp): add eclsterni2-1/+6
2021-08-14 r/2731 fix(lisp/klatre): declare ignore unused variablessterni1-2/+3
2021-08-14 r/2730 fix(lisp/klatre): fix inline declaration for chunk-list functionssterni1-1/+1
2021-05-29 r/2634 chore(klatre): add grfn to ownersVincent Ambo1-0/+3
2021-05-29 r/2632 feat(klatre): expose utility to format dot time offsetsterni2-1/+7
2021-01-25 r/2142 feat(klatre): support offsets in format-dottimesterni1-7/+12
2020-07-31 r/1510 feat(web/panettone): Display issue historyGriffin Smith2-1/+14
2020-07-23 r/1438 feat(web/panettone): Read config from envGriffin Smith2-1/+8
2020-07-23 r/1433 feat(web/panettone): The start of a very simple issue trackerGriffin Smith1-2/+2
2020-07-23 r/1422 feat(klatre): add dottime-format functionGriffin Smith3-1/+28
2020-07-23 r/1421 feat(lisp/klatre): Add klatre, a grab-bag lisp util packageGriffin Smith3-0/+89
2020-02-21 r/559 chore: Rename pkgs->depot in all Nix file headersVincent Ambo1-3/+3
2020-01-27 r/466 refactor(lisp/dns): Return dns-answer from query functionsVincent Ambo2-2/+10
2020-01-27 r/465 docs(lisp/dns): Add initial README fileVincent Ambo1-0/+75
2020-01-27 r/464 feat(lisp/dns): Support CNAME & NS record RDATAsVincent Ambo2-378/+64
2020-01-27 r/463 refactor(lisp/dns): Refactor structure of lookup-generic callsVincent Ambo1-9/+12
2020-01-26 r/460 chore(lisp/dns): Remove unused dependenciesVincent Ambo1-2/+0
2020-01-26 feat(lisp/dns): Export struct fieldsVincent Ambo1-3/+3
2020-01-26 feat(lisp/dns): Introduce enum for DNS types & decode RDATAVincent Ambo1-2/+21
2020-01-26 chore(lisp/dns): Add 'message.lisp' to build instructionsVincent Ambo1-0/+1
2020-01-26 feat(lisp/dns): Use new DNS deserialiser in dns:lookup-genericVincent Ambo1-152/+52
2020-01-26 feat(lisp/dns): Implement qname compression parsingVincent Ambo1-270/+29
2020-01-26 refactor(lisp/dns): Introduce structured QNAME representationVincent Ambo1-31/+51
2020-01-26 feat(lisp/dns): Check in initial DNS message implementationVincent Ambo1-0/+931
2020-01-26 refactor(lisp/dns): Split package into multiple filesVincent Ambo4-31/+182
2020-01-22 r/448 feat(lisp/dns): Check in very early DNS-over-HTTPS clientVincent Ambo2-0/+44