• v0.0.15 997768254c

    gitea_admin released this 2026-07-05 18:09:46 +00:00 | 0 commits to main since this release

    Changed

    • Incremental release.
    Downloads
  • v0.0.14 c3a0d0832f

    gitea_admin released this 2026-07-03 18:07:45 +00:00 | 6 commits to main since this release

    Changed

    • Incremental release.
    Downloads
  • v0.0.13 0553a3e29c

    gitea_admin released this 2026-07-03 12:15:41 +00:00 | 15 commits to main since this release

    Changed

    • Incremental release.
    Downloads
  • v0.0.12 9bf8ba4ecc

    gitea_admin released this 2026-07-03 10:56:20 +00:00 | 27 commits to main since this release

    Changed

    • Incremental release.
    Downloads
  • v0.0.11 ffcb715d8c

    gitea_admin released this 2026-07-03 10:05:15 +00:00 | 48 commits to main since this release

    Changed

    • Incremental release.
    Downloads
  • v0.0.10 7de228f04c

    gitea_admin released this 2026-07-03 07:53:10 +00:00 | 74 commits to main since this release

    Added

    • Phase 2 (runtime) roadmap — docs/RUNTIME-ROADMAP.md: M1–M4 daemon milestones,
      spine/width work DAG, streaming lands (fixed batches retired), and the self-wiring
      slot manifest in root.zig/fuzz.zig so every module PR's tests run in its own CI.
    • Runtime seams (phase 2, first streaming wave): runtime/phy — the Phy datagram
      interface + InMemoryPhy in-process fabric that every multi-node test runs on
      (the critical-path spine seam); runtime/tun — the Tun ethernet-frame interface
      • FakeTun capture/inject; runtime/env — a minimal RuntimeEnvironment context
        (node address, injected clock, deterministic splitmix64 PRNG, low-bandwidth knob);
        runtime/httpclient — a testable std.http.Client wrapper (pure request/response
        shaping KAT'd; system CA trust preserved). All pure/hermetic, no real I/O.
    • Crypto SIMD: comptime-dispatched ARM NEON @Vector cores for poly1305 and
      salsa20, each proven byte-identical to the scalar path by a parity KAT and
      cross-compile-clean for amd64 + arm64 ReleaseSafe (portable @Vector, no arch-only
      intrinsics; the amd64 build only instantiates the scalar path).
    Downloads
  • v0.0.9 c927da2e82

    gitea_admin released this 2026-07-03 00:14:42 +00:00 | 100 commits to main since this release

    Added

    • Tier 8 wired: ringbuffer + multiplexer (pure data structures), fragment
      (packet fragmentation codec + reassembler), qosmeasurement + ack (AQM verb
      payloads). fragment/qosmeasurement/ack are untrusted-input decoders, each
      fuzzed (37 targets, 11.5M iters clean). 60 modules re-exported, 1140 tests.
    Downloads
  • v0.0.8 d1e6a643e0

    gitea_admin released this 2026-07-02 23:51:06 +00:00 | 121 commits to main since this release

    Added

    • Tier 7 wired: the network rules/filter engine — ruletypes (rule vocabulary +
      wire codec, fuzzed), characteristics (64-bit packet-characteristics mask),
      rulematch (per-rule frame matcher), filteraction (AND/OR/NOT accumulator +
      action resolution), tagmatch (MATCH_TAGS_* operators). 55 modules, 1070 tests,
      34 fuzz targets (10.1M iters clean).
    Downloads
  • v0.0.7 cf158e351d

    gitea_admin released this 2026-07-02 23:26:39 +00:00 | 142 commits to main since this release

    Added

    • Tier 6 wired: multicastlike, multicastgather, multicastframe, pushdirectpaths,
      networkcredentials — the MULTICAST_LIKE/GATHER/FRAME, PUSH_DIRECT_PATHS and
      NETWORK_CREDENTIALS verb payloads. All untrusted-input decoders, each fuzzed
      (33 targets, 9.7M iters/33s clean). 50 modules re-exported, 978 tests.
    Downloads
  • v0.0.6 8dd5e887e2

    gitea_admin released this 2026-07-02 23:00:51 +00:00 | 162 commits to main since this release

    Added

    • Tier 5 wired: errorpacket, okheader, echo, usermessage, remotetrace — the
      ERROR/OK-header/ECHO/USER_MESSAGE/REMOTE_TRACE verb payload bodies. All five
      are untrusted-input decoders, each with a fuzz target (28 targets total,
      7.9M iters/28s smoke clean). 45 modules re-exported, 897 tests.
    Downloads