Age | Commit message (Expand) | Author | Files | Lines |
2020-01-28 | r/469 feat(fun/wcl): Add a simple 'wc' clone in Lisp | Vincent Ambo | 2 | -0/+46 |
2020-01-27 | r/468 feat(web/tazblog_lisp): Implement retrieval of blog posts from DNS | Vincent Ambo | 2 | -0/+100 |
2020-01-27 | r/467 fix(emacs-pkgs/nix-util): Don't leave sly build out-links around | Vincent Ambo | 1 | -1/+1 |
2020-01-27 | r/466 refactor(lisp/dns): Return dns-answer from query functions | Vincent Ambo | 2 | -2/+10 |
2020-01-27 | r/465 docs(lisp/dns): Add initial README file | Vincent Ambo | 1 | -0/+75 |
2020-01-27 | r/464 feat(lisp/dns): Support CNAME & NS record RDATAs | Vincent Ambo | 2 | -378/+64 |
2020-01-27 | r/463 refactor(lisp/dns): Refactor structure of lookup-generic calls | Vincent Ambo | 1 | -9/+12 |
2020-01-26 | r/462 refactor(third_party/lisp): Use buildLisp.bundled for built-in libs | Vincent Ambo | 14 | -74/+36 |
2020-01-26 | r/461 feat(nix/buildLisp): Add 'bundled' function for built-in libraries | Vincent Ambo | 1 | -0/+8 |
2020-01-26 | r/460 chore(lisp/dns): Remove unused dependencies | Vincent Ambo | 1 | -2/+0 |
2020-01-26 | r/459 Merge branch 'feat/dns-lisp' | Vincent Ambo | 5 | -31/+812 |
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 | r/458 feat(emacs.d): Add interactive 'scrot-select' screenshot function | Vincent Ambo | 1 | -0/+6 |
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-26 | r/457 feat(fun): Add copy of my avatar | Vincent Ambo | 1 | -0/+0 |
2020-01-25 | r/456 feat(ops/nixos/nugget): Install unzip | Vincent Ambo | 1 | -0/+1 |
2020-01-24 | r/455 chore(buildLisp): use lib.optionalString where applicable | edef | 1 | -4/+1 |
2020-01-24 | r/454 chore(buildGo): use lib.optionalString where applicable | edef | 1 | -1/+1 |
2020-01-24 | r/453 feat(emacs.d): Add notmuch-depot-apply-patch helper function | Vincent Ambo | 1 | -0/+21 |
2020-01-22 | r/452 feat(third_party/lisp): Add 'lisp-binary' package and dependencies | Vincent Ambo | 3 | -0/+64 |
2020-01-22 | r/451 feat(third_party/lisp): Add 'iterate' and 'quasiquote-2.0' packages | Vincent Ambo | 3 | -3/+35 |
2020-01-22 | r/450 Merge commit '47f60d0996ed57d3a3c00b25ddbd8fea04096f90' as 'third_party/lisp/... | Vincent Ambo | 8 | -0/+895 |
2020-01-22 | Squashed 'third_party/lisp/quasiquote_2/' content from commit cac90875d1 | Vincent Ambo | 8 | -0/+895 |
2020-01-22 | r/449 chore(build): Build Lisp DNS library in CI | Vincent Ambo | 1 | -0/+1 |
2020-01-22 | r/448 feat(lisp/dns): Check in very early DNS-over-HTTPS client | Vincent Ambo | 3 | -0/+45 |
2020-01-22 | r/447 feat(emacs.d): Add key binding for counsel-notmuch | Vincent Ambo | 1 | -1/+3 |
2020-01-22 | r/446 fix(fun/gemma): Give Hunchentoot the trailing slash it desires | Vincent Ambo | 1 | -1/+1 |
2020-01-22 | r/445 refactor(fun/gemma): Make acceptor available in a variable | Vincent Ambo | 1 | -4/+7 |
2020-01-22 | r/444 fix(third_party/lisp/bordeaux-threads): Use native condvars on SBCL | Vincent Ambo | 1 | -1/+0 |
2020-01-22 | r/443 fix(fun/gemma): Fix minor typo in frontend injection | Vincent Ambo | 1 | -1/+1 |
2020-01-22 | r/442 chore(builds): Enable Gemma build in CI | Vincent Ambo | 1 | -0/+1 |
2020-01-22 | r/441 chore(overrides): Remove lispPackages overrides | Vincent Ambo | 6 | -114/+0 |
2020-01-22 | r/440 refactor(fun/gemma): Use buildLisp.nix to build Gemma | Vincent Ambo | 5 | -91/+40 |
2020-01-22 | r/439 feat(third_party/lisp): Check in dependencies of gemma | Vincent Ambo | 4 | -0/+89 |
2020-01-22 | r/438 feat(third_party/lisp/s-xml): Check in sources & derivation | Vincent Ambo | 23 | -0/+2389 |
2020-01-22 | r/437 feat(third_party/lisp): Add derivations for hunchentoot & deps | Vincent Ambo | 5 | -0/+131 |
2020-01-21 | r/436 feat(third_party/lisp): Check in drakma HTTP client & deps | Vincent Ambo | 8 | -0/+188 |
2020-01-20 | r/435 feat(ops/nixos/nugget): Enable Keybase "service" | Vincent Ambo | 1 | -0/+2 |
2020-01-20 | r/434 feat(ops/mq_cli): Bump dependencies & add derivation | Vincent Ambo | 5 | -125/+64 |
2020-01-20 | r/433 feat(ops/posix_mq.rs): Set up Nix build | Vincent Ambo | 4 | -1/+58 |
2020-01-20 | r/432 chore(ops): Remove deprecated .travis.yml files | Vincent Ambo | 2 | -6/+0 |
2020-01-20 | r/431 chore(ops/posix_mq.rs): Update crate dependencies to recent versions | Vincent Ambo | 5 | -26/+18 |
2020-01-20 | r/430 Add 'ops/mq_cli/' from commit 'df29b08bffc90cfd4f2d963a8e48d89f7a86308d' | Vincent Ambo | 8 | -0/+537 |
2020-01-20 | r/429 Add 'ops/posix_mq.rs/' from commit 'f7d1a38da67e92e0e87dbb988d288f0be2714f5c' | Vincent Ambo | 9 | -0/+521 |