| Commit message (Expand) | Author | Age | Files | Lines |
| * | arm: offer 32-bit ARM at load, and fix `p` on carved code | blasty | 21 hours | 1 | -0/+18 |
| * | arm: switch ARM/Thumb decoding with `t` | blasty | 21 hours | 1 | -0/+20 |
| * | app: delete DisasmView, superseded by the unified listing | blasty | 22 hours | 1 | -1/+1 |
| * | listing: syntax-highlight assembly from IDA's own token tags | blasty | 23 hours | 1 | -247/+0 |
| * | asm highlighting: park the work with its findings (not merged) | blasty | 24 hours | 1 | -0/+247 |
| * | loading: a blob that analyses to nothing is still openable | blasty | 27 hours | 1 | -0/+19 |
| * | load dialog: reachable address field, project mode, and a way back from a bad... | blasty | 36 hours | 1 | -0/+30 |
| * | formats: verify every offered processor name against a real IDA | blasty | 36 hours | 1 | -0/+9 |
| * | loading: ask how to load an unrecognised file, like IDA does | blasty | 36 hours | 1 | -0/+27 |
| * | loading: say how to read a headerless blob (processor, base) | blasty | 36 hours | 1 | -0/+31 |
| * | xrefs: show project binaries that import this export | blasty | 37 hours | 1 | -0/+11 |
| * | projects phase 4: cross-binary back, linkage-guided pre-warm, project verbs | blasty | 37 hours | 1 | -3/+30 |
| * | projects phase 3: follow an import into the binary that implements it | blasty | 38 hours | 1 | -15/+36 |
| * | Revert "nav: bind back to backspace as well — a bare Esc isn't reliable in ... | user | 40 hours | 1 | -28/+0 |
| * | nav: bind back to backspace as well — a bare Esc isn't reliable in a terminal | blasty | 40 hours | 1 | -0/+28 |
| * | docs: refresh PROJECTS.md phase 2/3 to match what shipped | blasty | 44 hours | 1 | -8/+28 |
| * | projects: project-wide symbol search over a SQLite FTS5 index (phase 2) | blasty | 46 hours | 1 | -3/+28 |
| * | projects: switch between a project's binaries in the TUI (phase 1c) | blasty | 2 days | 1 | -4/+13 |
| * | projects: project model + binary staging (phase 1a) | blasty | 2 days | 1 | -0/+143 |
| * | split: follow the decomp across functions as the listing cursor crosses bounds | blasty | 2 days | 1 | -0/+5 |
| * | split-view phase 4: split-aware status, min-width gate, verified nav | blasty | 3 days | 1 | -3/+12 |
| * | split-view phase 3: rich per-line instruction region highlight | blasty | 3 days | 1 | -3/+9 |
| * | split-view phase 2: cursor sync + linked-row highlight | blasty | 3 days | 1 | -3/+7 |
| * | split-view phase 1: side-by-side listing <-> pseudocode layout | blasty | 3 days | 1 | -0/+92 |
| * | docs: sweep for the worker-only reality (drop mcp supervisor/spawn.sh/--db) | blasty | 3 days | 4 | -53/+30 |
| * | docs: blueprint for generalizing the TUI-driving layer (e.g. gdb) | blasty | 2026-07-10 | 1 | -0/+355 |
| * | app: multi-line comments via literal \\n (long notes were clipping) | blasty | 2026-07-10 | 1 | -1/+1 |
| * | drive: add save + retype; point docs/skills at the ergonomic frontend | blasty | 2026-07-10 | 1 | -2/+9 |
| * | app: drop the Header (keep the Footer); rpc: function-scope xrefs_from | blasty | 2026-07-10 | 1 | -1/+1 |
| * | rpc: cursor_on + word= edits, single-driver gate, colored screen | blasty | 2026-07-10 | 1 | -4/+9 |
| * | rpc: more verbs — structured reads, modal select, in-view search, save | blasty | 2026-07-10 | 1 | -0/+12 |
| * | docs: RPC protocol reference (docs/RPC.md) | blasty | 2026-07-10 | 1 | -0/+98 |
| * | names: command-palette fuzzy finder (Ctrl+N), overlay-first | blasty | 2026-07-09 | 1 | -0/+7 |
| * | decompiler: fix stale scroll frame on same-function jump | blasty | 2026-07-09 | 1 | -1/+11 |
| * | docs: TEXTUAL_NOTES.md — Textual pitfalls, app patterns, testing gotchas | blasty | 2026-07-09 | 1 | -0/+65 |
| * | stop piling up idalib workers; raise max-workers headroom | blasty | 2026-07-09 | 1 | -3/+19 |
| * | keep idle workers alive: bump_idle_ttl + KeepAlive heartbeat | blasty | 2026-07-09 | 1 | -8/+29 |
| * | domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolve | blasty | 2026-07-09 | 1 | -0/+10 |
| * | stress paging on 10k-func binary; document scale constraints | blasty | 2026-07-09 | 1 | -0/+101 |