Commit Graph

  • b543eb1f84 [M5] mxaccess-asb: F25 step 8 — subscription operations Joseph Doherty 2026-05-05 12:57:59 -04:00
  • c6570dcd06 [M5] mxaccess: asb-subscribe example exercises full F25+F26 stack Joseph Doherty 2026-05-05 12:34:24 -04:00
  • 14bb5297a8 [M5] mxaccess: F26 step 2 — AsbTransport::connect TCP+preamble+handshake Joseph Doherty 2026-05-05 12:14:16 -04:00
  • 8a0f92b6bc [M5] mxaccess: F26 step 1 — AsbTransport bridges AsbClient into Transport trait Joseph Doherty 2026-05-05 11:57:20 -04:00
  • 1b1ee1e0b7 [M5] mxaccess-asb: F25 step 7 — Disconnect closes the session lifecycle Joseph Doherty 2026-05-05 11:51:39 -04:00
  • 321b7963a4 [M5] mxaccess-asb: F25 step 6 — Connect/AuthenticateMe handshake Joseph Doherty 2026-05-05 11:47:35 -04:00
  • 9b8133f725 [M5] mxaccess-asb: F25 step 5 — KeepAlive + Read + one-way client ops Joseph Doherty 2026-05-05 11:42:39 -04:00
  • 1e59249662 [M5] mxaccess-asb: F25 step 4 — AsbClient async network loop Joseph Doherty 2026-05-05 11:37:48 -04:00
  • c4bf0a0a04 [M5] mxaccess-asb: F25 step 3 — response decoders + Read request body Joseph Doherty 2026-05-05 11:32:36 -04:00
  • a2b8989cbf [M5] mxaccess-asb: F25 step 2 — per-operation request body codecs Joseph Doherty 2026-05-05 11:24:19 -04:00
  • 25dbd8d3bd [M5] mxaccess-asb: F25 step 1 — SOAP envelope codec Joseph Doherty 2026-05-05 11:16:22 -04:00
  • 5f985588f7 [M5] mxaccess-asb-nettcp: F21 [MC-NBFX] binary XML token codec Joseph Doherty 2026-05-05 11:10:50 -04:00
  • 43c10a15ca [M5] mxaccess-asb-nettcp: F22 [MC-NBFS] static dictionary subset Joseph Doherty 2026-05-05 11:06:11 -04:00
  • 9dfd1937c2 [M5] mxaccess-asb-nettcp: F20 [MS-NMF] .NET Message Framing record codec Joseph Doherty 2026-05-05 11:01:24 -04:00
  • 7611d9e215 [M5] mxaccess-codec: F24 ASB Variant + AsbStatus + RuntimeValue codec Joseph Doherty 2026-05-05 10:47:11 -04:00
  • ed17c07c10 [M5] mxaccess-asb-nettcp: M5 plan + F19 deps + F23 auth crypto port Joseph Doherty 2026-05-05 10:36:15 -04:00
  • a5d31cc2e1 [M4] mxaccess: wire MxValue overloads + shutdown(timeout) shim Joseph Doherty 2026-05-05 10:29:54 -04:00
  • 48d3a9d6da [M2/M4] mxaccess-rpc: Guid::parse_str + dedupe examples (resolves F17) Joseph Doherty 2026-05-05 10:18:21 -04:00
  • af939730b1 [M4] mxaccess: examples wave 3 — 7 example programs (M4 wave 3) Joseph Doherty 2026-05-05 10:14:15 -04:00
  • 33edc91234 rustfmt: collapse short multi-line expressions in ntlm tests Joseph Doherty 2026-05-05 10:01:45 -04:00
  • 4863c6dc1f [M4] mxaccess: Session::recover_connection + RecoveryEvent broadcast Joseph Doherty 2026-05-05 09:59:25 -04:00
  • 2dc091d0be [M4] mxaccess: Session::read (read-as-subscribe pattern) Joseph Doherty 2026-05-05 09:52:14 -04:00
  • a31237d1d0 [M4] mxaccess: Subscription impls Stream<Item = DataChange> (resolves F15) Joseph Doherty 2026-05-05 09:45:16 -04:00
  • 2b849aed7a [M4] mxaccess: wire CallbackExporter + spawn callback router (F15 step 1/2) Joseph Doherty 2026-05-05 09:35:41 -04:00
  • f7139f1118 [M2/M4] mxaccess-rpc: NtlmClientContext::from_env + local_hostname (resolves F1) Joseph Doherty 2026-05-05 09:24:26 -04:00
  • 70feb63ea5 [M4] mxaccess: Session::subscribe + unsubscribe + Subscription handle Joseph Doherty 2026-05-05 09:16:47 -04:00
  • bf95995573 [M4] mxaccess: Session::write_value_at + write_value_secured_at Joseph Doherty 2026-05-05 09:08:22 -04:00
  • 12cb10c3a1 [M4] mxaccess: Session::connect_nmx + write_value + shutdown (wave 1 main) Joseph Doherty 2026-05-05 09:01:44 -04:00
  • 5cbc330f82 [M4] mxaccess: RecoveryPolicy fields + SessionOptions config Joseph Doherty 2026-05-05 08:52:01 -04:00
  • d59ce3571c [M3] mxaccess-nmx: high-level write/advise/un_advise wrappers (resolves F13) Joseph Doherty 2026-05-05 08:45:03 -04:00
  • 68aa2e30ab [M3] codec+galaxy: MxValueKind::for_data_type + GalaxyTagMetadata::resolve_write_kind Joseph Doherty 2026-05-05 08:33:42 -04:00
  • baea6eaa41 [M3] mxaccess-galaxy: GalaxyUserProfile + UserResolver trait + role-blob Joseph Doherty 2026-05-05 08:26:24 -04:00
  • d84b066c62 [M3] mxaccess-galaxy: GalaxyTagMetadata + parser + Resolver trait + SQL Joseph Doherty 2026-05-05 08:17:16 -04:00
  • 0c772d273d [M3] mxaccess-nmx: NmxClient — 9 raw INmxService2 opnums (stream B) Joseph Doherty 2026-05-05 08:06:15 -04:00
  • ecfcc3f429 [M3] mxaccess-rpc: NmxService2 codec + F9 ResolveOxid wrappers Joseph Doherty 2026-05-05 07:56:11 -04:00
  • 432f1102b7 [M2/M3] mxaccess-rpc: tokio DCE/RPC TCP transport (DceRpcTcpClient port) Joseph Doherty 2026-05-05 07:47:42 -04:00
  • b0954b2672 [M2] mxaccess-callback: tokio TCP exporter (wave 3 main) Joseph Doherty 2026-05-05 07:36:41 -04:00
  • ecbf282f6d [M2] mxaccess-rpc: NMX metadata + callback messages + OBJREF builder Joseph Doherty 2026-05-05 07:23:44 -04:00
  • 30138629d3 [M2] mxaccess-rpc: OXID + RemQI body codecs (wave 2) Joseph Doherty 2026-05-05 07:14:29 -04:00
  • 95bd218183 [M2] mxaccess-rpc: NTLMv2 + DCE/RPC PDU + OBJREF parser (wave 1) Joseph Doherty 2026-05-05 06:54:39 -04:00
  • 16f2c148e5 design: parallelism map + /loop driver prompt + followups triage Joseph Doherty 2026-05-05 06:34:30 -04:00
  • fe2a6db786 Initial project state: .NET reference, design, Rust port (M0+M1), evidence Joseph Doherty 2026-05-05 06:21:00 -04:00
  • 43733699b0 init: empty commit to unblock codex-companion Joseph Doherty 2026-05-05 03:25:40 -04:00