nx_torrent_daemon_gate.nx
buildroot/runtime/nx_torrent_daemon_gate.nx
about
nx_torrent_daemon_gate.nx -- SOVEREIGN verification of the MULTI-TORRENT /torrent daemon
(X-TORRENT-UI-003). Drives the LIVE daemon via nx_http_client; asserts the surface, the login
hide-fix, multi-torrent isolation (two DISTINCT magnets -> two independent rows, per-id
pause/remove with no clobber), AND the browser urlencoded-form add path (bug#1 regression guard:
the daemon's d_form_magnet decode, which the old JSON-only gate never exercised). NO bash/curl.
Run: ./_offc/nx_sov_build_run.elf nx_torrent_daemon_gate (daemon must be UP via nx_torrent_up)
license_tier: ORIGINAL layer: gate over L6 daemon
module: nishi-core.torrent.daemon_gate
depends: nishi-core.http_client, nishi-core.syscalls
dependencies 3 imports · 0 importers
imports: nx_http_client.nxnx_connect.nxnx_gate_verdict.nx
imported by: nobody (leaf or entry point)
call flow from main pre-order; caps 40 nodes / depth 6 declared; ↻ = already shown
structs
| none |
consts
| none |
functions
| 14 | func g_puts(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } sys_write(1, s, n); return 0 } |
| 15 | func g_putn(v: i64) -> i64 called by 1: main |
| 22 | func g_strlen(s: *u8) -> i64 { var n: i64 = 0; while s[n] != (0 as u8) { n = n + 1 } return n } |
| 23 | func g_contains(buf: *u8, n: i64, s: *u8) -> i64 |
| 34 | func g_report(label: *u8, ok: i64) -> i64 |
| 38 | func g_get(path: *u8, buf: *u8, cap: i64) -> i64 |
| 43 | func g_post(path: *u8, body: *u8, blen: i64, buf: *u8, cap: i64) -> i64 |
| 59 | func g_post_form(path: *u8, body: *u8, blen: i64, buf: *u8, cap: i64) -> i64 |
| 73 | func main() -> i64 |