aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* track pseudocode-view cursor position across jumpsblasty2026-07-092-7/+90
* preserve cursor line+column in the jump historyblasty2026-07-092-4/+18
* mouse: click to place cursor, double-click to followblasty2026-07-092-0/+69
* column cursor: real left/right movement + follow the ref UNDER the cursorblasty2026-07-092-41/+264
* xrefs + follow-under-cursor (disasm & pseudocode)blasty2026-07-093-8/+305
* function-name filter: incremental + highlight + clearblasty2026-07-093-28/+137
* search UX: visible prompt + incremental (as-you-type) highlightingblasty2026-07-092-14/+109
* vim-style search in disasm + pseudocode viewsblasty2026-07-092-8/+277
* fix decompiler highlighting + cursor jankblasty2026-07-094-21/+175
* decompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodiesblasty2026-07-093-18/+134
* tui: --open PATH to create/attach a session for an arbitrary binaryblasty2026-07-092-6/+38
* add Ctrl+B toggle to show/hide the functions paneblasty2026-07-092-1/+24
* Phase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backboneblasty2026-07-095-2/+632
* keep idle workers alive: bump_idle_ttl + KeepAlive heartbeatblasty2026-07-094-8/+186
* domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolveblasty2026-07-095-3/+582
* stress paging on 10k-func binary; document scale constraintsblasty2026-07-093-0/+254
* harden client: transparent session auto-recovery + stress suiteblasty2026-07-094-11/+593
* persistent MCP client: warm handshake, keep-alive pool, error taxonomy, threa...blasty2026-07-097-0/+780