about summary refs log tree commit diff
path: root/lisp
Commit message (Expand)AuthorAgeFilesLines
* chore(depot): update OWNERS files for aspenLuke Granger-Brown2023-12-201-1/+1
* chore(gerrit): migrate OWNERS files to code-owners styleLuke Granger-Brown2022-09-191-3/+1
* feat(nix/buildLisp): add eclsterni2021-08-242-1/+6
* fix(lisp/klatre): declare ignore unused variablessterni2021-08-141-2/+3
* fix(lisp/klatre): fix inline declaration for chunk-list functionssterni2021-08-141-1/+1
* chore(klatre): add grfn to ownersVincent Ambo2021-05-291-0/+3
* feat(klatre): expose utility to format dot time offsetsterni2021-05-292-1/+7
* feat(klatre): support offsets in format-dottimesterni2021-01-251-7/+12
* feat(web/panettone): Display issue historyGriffin Smith2020-07-312-1/+14
* feat(web/panettone): Read config from envGriffin Smith2020-07-232-1/+8
* feat(web/panettone): The start of a very simple issue trackerGriffin Smith2020-07-231-2/+2
* feat(klatre): add dottime-format functionGriffin Smith2020-07-233-1/+28
* feat(lisp/klatre): Add klatre, a grab-bag lisp util packageGriffin Smith2020-07-233-0/+89
* chore: Rename pkgs->depot in all Nix file headersVincent Ambo2020-02-211-3/+3
* refactor(lisp/dns): Return dns-answer from query functionsVincent Ambo2020-01-272-2/+10
* docs(lisp/dns): Add initial README fileVincent Ambo2020-01-271-0/+75
* feat(lisp/dns): Support CNAME & NS record RDATAsVincent Ambo2020-01-272-378/+64
* refactor(lisp/dns): Refactor structure of lookup-generic callsVincent Ambo2020-01-271-9/+12
* chore(lisp/dns): Remove unused dependenciesVincent Ambo2020-01-261-2/+0
* feat(lisp/dns): Export struct fieldsVincent Ambo2020-01-261-3/+3
* feat(lisp/dns): Introduce enum for DNS types & decode RDATAVincent Ambo2020-01-261-2/+21
* chore(lisp/dns): Add 'message.lisp' to build instructionsVincent Ambo2020-01-261-0/+1
* feat(lisp/dns): Use new DNS deserialiser in dns:lookup-genericVincent Ambo2020-01-261-152/+52
* feat(lisp/dns): Implement qname compression parsingVincent Ambo2020-01-261-270/+29
* refactor(lisp/dns): Introduce structured QNAME representationVincent Ambo2020-01-261-31/+51
* feat(lisp/dns): Check in initial DNS message implementationVincent Ambo2020-01-261-0/+931
* refactor(lisp/dns): Split package into multiple filesVincent Ambo2020-01-264-31/+182
* feat(lisp/dns): Check in very early DNS-over-HTTPS clientVincent Ambo2020-01-222-0/+44