commit log
- std/net/request: add HTTPS support via Rust TLS (tls-rustls) 7e3940c ober
- feat: add SOCKS5 proxy server (Rust FFI + Scheme wrapper) 9760ca4 ober
- fix: rewrite (std dev debug) time-travel debugger — fix recording lifetime and bugs 3ae5ec7 ober
- macOS port: fix errno and libc loading across stdlib 55ee3e5 ober
- chore: add *.dylib to .gitignore 3355e3e ober
- fix: use platform-appropriate shared library extension in Makefile 64a5fd8 ober
- fix: use c_char for SQLite FFI pointer casts for cross-platform compat 18ca92c ober
- fix: correct SQLite FFI pointer casts from *const u8 to *const i8 a17ecf5 ober
- feat: add compatibility aliases for common generated-code hallucinations 8bfa337 ober
- docs: consolidate Gemini/GPT AI review session notes 5040f5d ober
- cleanup [] dbacd80 ober
- Fix native build: Android libc compat, SQLite FFI types, unused var 6634dfc ober
- feat: add errdefer and defvariant (Zig-inspired) 568f8b6 ober
- Replace WebPkiClientVerifier with pinned cert verifier for mTLS 9c43493 ober
- Add jerboa_tls_server_new_mtls_pem: mTLS server context from in-memory PEM 192e299 ober
- Fix WASM exception handling and SM memory access end-to-end 334155a ober
- Wire up SpiderMonkey WASM backend end-to-end 4a3c278 ober
- Add SpiderMonkey WASM backend via mozjs crate 42647c3 ober
- Fix Slang-to-WASM review findings: security, correctness, and test coverage 572590a ober
- Add Display Runtime Forms tests (Phase 7B coverage) e4a6e7d ober
- Phase 5/6/7B: DNS sockets, crypto random, and display lowering 348a782 ober
- Phase 7A: add try-catch codegen + 8 tests 5799570 ober
- WASM: fix wasmi validation errors and add end-to-end e2e tests (Phase 4) afb4cdc ober
- WASM: add wasm-sandbox-instantiate-hosted Scheme FFI binding (Phase 3A) 5867ad7 ober
- WASM: implement closure dispatch (call-closure-N, func-idx, element segment) 57c7c4c ober
- WASM: implement string-from-static, intern-symbol, and static data replacement a453273 ober
- WASM: add tail call optimization for self-recursive functions 11ec734 ober
- WASM: use bulk memory ops (memory.copy/memory.fill) for mem-copy/mem-zero 859a56a ober
- WASM: add exception handling lowering (guard, try/catch, assert!) 0900d9b ober
- WASM: implement host imports (WASI + DNS) in Rust wasmi backend c76388d ober
- WASM: support variadic lambda parameters (rest args) 6bf99f3 ober
- WASM: add result type (ok/err) runtime and lowering rules 70e92f9 ober
- WASM: add quasiquote lowering and n-ary append support 126d5ad ober
- WASM: add map/filter/fold-left/fold-right/for-each lowering rules cd79b4e ober
- WASM: fix UTF-8 string-length to count codepoints, not bytes 05be117 ober
- Add Slang-to-WASM compilation infrastructure a3ccb38 ober
- Post-MVP WASM: saturating conversions, bulk memory, ref types, tables, tail calls, exceptions, GC 4c2b778 ober
- Add WASM practical examples doc with parser patterns and jsh roadmap a7c570c ober
- Rust wasmi integration: WASM sandbox with fuel metering and memory export 40960e6 ober
- WASM hardening: bounds checks, exception boundary, import validation, module size limit 51dd710 ober
- Security hardening: Argon2id, TOCTOU-safe paths, message HMAC, sandbox limits, taint checks, aarch64 seccomp 160d654 ober
- Close all WASM known gaps: i64 ops, segment bounds, call_indirect types, error surface ef1c527 ober
- WASM security hardening: trap consistency, stack limits, validation, and docs d2cb553 ober
- Full WASM MVP implementation with security hardening d413c5e ober
- Add Slang: secure language compiler for hardened native binaries a2bc87f ober
- mTLS: skip hostname verification, add in-memory cert/key APIs 1af4f83 ober
- Fix FreeBSD signal numbers: SIGTSTP, SIGCHLD, SIGCONT and 6 others were hardcoded to Linux values 5d316a5 ober
- Fix FreeBSD integrity check: use sysctl instead of /proc/curproc/file 85fb3ac ober
- Add ed25519 signing and public key derivation to native library b5a3798 ober
- Add binary hardening flags to musl build and secure binary strategy doc 539f275 ober
previous | next