commit log
- Document local mine repository authority e58642b Jaime Fournier
- Use FreeBSD Forgejo CI runner d4c4057 user
- Set up Forgejo CI/CD policy cae3756 Jaime Fournier
- Update Jerboa toolchain to v0.2.8 49c0aa5 Jaime Fournier
- Update jpkg metadata for Forgejo 83b26cc Jaime Fournier
- docs: remove jerboa-emacs restriction 752e638 Jaime Fournier
- Remove GitHub workflow metadata ef03887 Jaime Fournier
- new AGENTS.md 0b59837 Jaime Fournier
- ci: set umask 022 in package/verify tasks too (jerbuild creates group-writable cache dirs during pkg operations) eebb070 Jaime Fournier
- ci: set umask 022 to prevent group-writable cache dirs (sr.ht default umask creates 0775 dirs) 36deb3e Jaime Fournier
- ci: add JERBOA_CC_OPT=-O0 (OOM fix) and mkdir -p ~/.cache 46a4307 Jaime Fournier
- ci: chmod go-w ~/.cache before pkg commands (sr.ht cache is group-writable) dbe3810 Jaime Fournier
- Build with JERBOA_NATIVE_FEATURES=tls (smaller, avoids OOM) 8f71b58 Jaime Fournier
- Add 4GB swap + limit cargo to 1 job (avoid OOM on 2GB sr.ht VMs) 66c4f9d Jaime Fournier
- Install Rust before make jerboa (native-bundle needs cargo) a3636ad Jaime Fournier
- Disable X11 in Chez CI bootstrap (no libx11-dev available) 156bc7c Jaime Fournier
- Add jpkg packaging 307b117 Jaime Fournier
- Add sr.ht CI b8d262b Jaime Fournier
- Switch to MIT license 585c898 Jaime Fournier
- build: add lint target b15bce3 Jaime Fournier
- Harden crypto boundaries and native loading 77a010d Jaime Fournier
- Security hardening and release readiness cab0aa9 Jaime Fournier
- build: build with installed jerbuild (no ~/mine/jerboa dependency) e6a1433 Jaime Fournier
- Migrate chez-crypto to jerboa-crypto: source -> src/jerboa-crypto.ss (Jerboa .ss, prelude import, def). C shim renamed jerboa_crypto_shim.c with jerboa_* symbol prefix; CHEZ_CRYPTO_LIB -> JERBOA_CRYPTO_LIB. Makefile uses jerbuild + brew openssl@3 on darwin. Tests: 34/34 pass. a8bceb0 Jaime Fournier
- Guard load-shared-object calls for static/binary builds ed6489c Jaime Fournier
- Add AEAD encrypt/decrypt and constant-time compare 69f036f Jaime Fournier
- Add crypto bindings: C shim, R6RS library, and tests 0f1e6c0 Jaime Fournier
- first commit 04eb262 Jaime Fournier