aboutsummaryrefslogtreecommitdiffstats
path: root/docs (follow)
Commit message (Expand)AuthorAgeFilesLines
* loading: ask how to load an unrecognised file, like IDA doesblasty17 hours1-0/+27
* loading: say how to read a headerless blob (processor, base)blasty17 hours1-0/+31
* xrefs: show project binaries that import this exportblasty17 hours1-0/+11
* projects phase 4: cross-binary back, linkage-guided pre-warm, project verbsblasty18 hours1-3/+30
* projects phase 3: follow an import into the binary that implements itblasty18 hours1-15/+36
* Revert "nav: bind back to backspace as well — a bare Esc isn't reliable in ...user20 hours1-28/+0
* nav: bind back to backspace as well — a bare Esc isn't reliable in a terminalblasty20 hours1-0/+28
* docs: refresh PROJECTS.md phase 2/3 to match what shippedblasty25 hours1-8/+28
* projects: project-wide symbol search over a SQLite FTS5 index (phase 2)blasty26 hours1-3/+28
* projects: switch between a project's binaries in the TUI (phase 1c)blasty29 hours1-4/+13
* projects: project model + binary staging (phase 1a)blasty29 hours1-0/+143
* split: follow the decomp across functions as the listing cursor crosses boundsblasty40 hours1-0/+5
* split-view phase 4: split-aware status, min-width gate, verified navblasty41 hours1-3/+12
* split-view phase 3: rich per-line instruction region highlightblasty41 hours1-3/+9
* split-view phase 2: cursor sync + linked-row highlightblasty42 hours1-3/+7
* split-view phase 1: side-by-side listing <-> pseudocode layoutblasty43 hours1-0/+92
* docs: sweep for the worker-only reality (drop mcp supervisor/spawn.sh/--db)blasty2 days4-53/+30
* docs: blueprint for generalizing the TUI-driving layer (e.g. gdb)blasty2026-07-101-0/+355
* app: multi-line comments via literal \\n (long notes were clipping)blasty2026-07-101-1/+1
* drive: add save + retype; point docs/skills at the ergonomic frontendblasty2026-07-101-2/+9
* app: drop the Header (keep the Footer); rpc: function-scope xrefs_fromblasty2026-07-101-1/+1
* rpc: cursor_on + word= edits, single-driver gate, colored screenblasty2026-07-101-4/+9
* rpc: more verbs — structured reads, modal select, in-view search, saveblasty2026-07-101-0/+12
* docs: RPC protocol reference (docs/RPC.md)blasty2026-07-101-0/+98
* names: command-palette fuzzy finder (Ctrl+N), overlay-firstblasty2026-07-091-0/+7
* decompiler: fix stale scroll frame on same-function jumpblasty2026-07-091-1/+11
* docs: TEXTUAL_NOTES.md — Textual pitfalls, app patterns, testing gotchasblasty2026-07-091-0/+65
* stop piling up idalib workers; raise max-workers headroomblasty2026-07-091-3/+19
* keep idle workers alive: bump_idle_ttl + KeepAlive heartbeatblasty2026-07-091-8/+29
* domain/paging layer: FunctionIndex, block-cached DisasmModel, decompile, resolveblasty2026-07-091-0/+10
* stress paging on 10k-func binary; document scale constraintsblasty2026-07-091-0/+101