nx_live_https.nx
buildroot/runtime/nx_live_https.nx
about
nx_live_https.nx -- full VALIDATED live HTTPS crawl, bits-up end to end.
Loads the system CA bundle into our sovereign trust store (nx_pem_loader),
then nx_https_get with chain validation against a real HTTPS host. Every
layer ours: DNS + TCP + TLS1.3 + X.509 chain validation + HTTP + HTML->text
+ index.
dependencies 9 imports · 0 importers
imports: nx_str.nxnx_syscalls.nxnx_csprng.nxnx_x509_trust_store.nxnx_pem_loader.nxnx_https_get.nxnx_html_to_text.nxnx_bm25.nxnx_search_inverted.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
| 16 | func nx_putc(c: i64) -> i64 { let b: *u8 = sys_mmap(1); b[0] = c; sys_write(1, b, 1); return 0 } |
| 17 | func nx_puts(s: *u8) -> i64 { sys_write(1, s, nx_str_len(s)); return 0 } |
| 18 | func nx_pi(n: i64) -> i64 |
| 26 | func nx_body_off(resp: *u8, n: i64) -> i64 |
| 31 | func nx_rep(text: *u8, tl: i64, q: *u8) -> i64 |
| 36 | func main() -> i64 |