summaryrefslogtreecommitdiffstats
path: root/tests (unfollow)
Commit message (Expand)AuthorFilesLines
2026-07-09rename symbol under cursor ('n') + save ('Ctrl+S')blasty1-0/+40
2026-07-09sortable function list: click column headers (addr/name/size)blasty1-0/+21
2026-07-09track pseudocode-view cursor position across jumpsblasty1-0/+47
2026-07-09preserve cursor line+column in the jump historyblasty1-0/+7
2026-07-09mouse: click to place cursor, double-click to followblasty1-0/+37
2026-07-09column cursor: real left/right movement + follow the ref UNDER the cursorblasty1-0/+28
2026-07-09xrefs + follow-under-cursor (disasm & pseudocode)blasty1-2/+40
2026-07-09function-name filter: incremental + highlight + clearblasty1-0/+28
2026-07-09search UX: visible prompt + incremental (as-you-type) highlightingblasty1-1/+19
2026-07-09vim-style search in disasm + pseudocode viewsblasty1-1/+33
2026-07-09fix decompiler highlighting + cursor jankblasty1-2/+8
2026-07-09decompiler view: Tab/Shift+Tab toggle disasm<->pseudocode, full bodiesblasty1-1/+20
2026-07-09add Ctrl+B toggle to show/hide the functions paneblasty1-1/+14
2026-07-09Phase 1 TUI: two-pane functions<->disasm, virtualized listing, nav backboneblasty1-0/+127
2026-07-09keep idle workers alive: bump_idle_ttl + KeepAlive heartbeatblasty1-0/+76
2026-07-09domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolveblasty2-3/+168
2026-07-09stress paging on 10k-func binary; document scale constraintsblasty1-0/+150
2026-07-09harden client: transparent session auto-recovery + stress suiteblasty2-0/+355