| Commit message (Expand) | Author | Age | Files | Lines |
| * | Only re-apply a scroll after the next refresh when it actually clamped. Both ... | user | 45 hours | 2 | -5/+19 |
| * | Two hot-path fixes found by profiling the plain-line builder: the opcode-byte... | user | 45 hours | 3 | -5/+12 |
| * | Three micro-wins on the listing-row path: merge the colour-tag and operand-ta... | user | 45 hours | 3 | -6/+27 |
| * | Incremental search narrows instead of rescanning. Typing a character onto the... | user | 45 hours | 3 | -14/+84 |
| * | Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode... | user | 45 hours | 7 | -61/+420 |
| * | _idatui_spans: one capturing re.split over the tag pairs instead of finditer+... | user | 45 hours | 2 | -46/+57 |
| * | Stop ida-pro-mcp installing a sys.setprofile hook around every tool call. Its... | user | 45 hours | 4 | -53/+241 |
| * | autoresearch: checks gate names the failing scenario and retries it alone | blasty | 46 hours | 1 | -11/+34 |
| * | autoresearch: perf bench harness, checks gate and playbook | blasty | 46 hours | 5 | -0/+625 |
| * | diag: somewhere for swallowed errors to go | blasty | 46 hours | 8 | -7/+343 |
| * | launch: the sweep could delete the file it was asked to open | blasty | 46 hours | 2 | -4/+195 |
| * | worker_client: tests, and stop resurrecting a closed worker | blasty | 47 hours | 2 | -1/+466 |
| * | app: the view mode is a type, and 'disasm' is gone | blasty | 47 hours | 6 | -89/+202 |
| * | tests: a guard that actually regresses on the resync storm | blasty | 47 hours | 2 | -3/+34 |
| * | tests: deterministic fixtures, and a correction | blasty | 47 hours | 1 | -2/+16 |
| * | tests: wait for the thing, don't sleep and hope | blasty | 47 hours | 4 | -46/+140 |
| * | split: stop the resync loop that spun the worker forever | blasty | 48 hours | 1 | -6/+20 |
| * | app: lift database edits out of IdaTui, and one prompt abstraction | blasty | 48 hours | 3 | -741/+932 |
| * | app: lift trace navigation out of IdaTui | blasty | 2 days | 3 | -343/+474 |
| * | tests: one front door | blasty | 2 days | 16 | -4/+327 |
| * | splash: blasty's transparent logo, and stop guessing the cell aspect | blasty | 2 days | 6 | -44/+169 |
| * | help: reach the cheatsheet with H as well as F1 | blasty | 2 days | 2 | -5/+19 |
| * | graph: navigate to blocks, not to coordinates | blasty | 2 days | 3 | -32/+132 |
| * | graph: the minimap is clickable, and stops swallowing clicks | blasty | 2 days | 3 | -8/+144 |
| * | splash: draw the real logo on terminals that can | blasty | 2 days | 4 | -10/+349 |
| * | add the logo source image | blasty | 2 days | 1 | -0/+0 |
| * | graph: docs, and the offline layout tools | blasty | 2 days | 6 | -0/+600 |
| * | tests: graph scenarios | blasty | 2 days | 1 | -4/+261 |
| * | rpc: a graph verb | blasty | 2 days | 2 | -2/+186 |
| * | app: the graph view | blasty | 2 days | 1 | -10/+911 |
| * | domain: the control-flow graph, with each block's rows | blasty | 2 days | 1 | -0/+120 |
| * | server: a flowchart tool | blasty | 2 days | 1 | -0/+62 |
| * | graph: a layered CFG layout engine | blasty | 2 days | 2 | -0/+949 |
| * | README/TODO: literal formats | blasty | 2 days | 2 | -135/+52 |
| * | tests: cover the literal formats | blasty | 2 days | 3 | -0/+900 |
| * | rpc: an opfmt verb, and 'drive fmt' | blasty | 2 days | 3 | -15/+77 |
| * | app: 'o' cycles the literal under the cursor | blasty | 2 days | 1 | -5/+222 |
| * | domain: operand extents, and the formats behind them | blasty | 2 days | 1 | -0/+86 |
| * | server: tools for how a number is displayed | blasty | 2 days | 1 | -9/+770 |
| * | pane: drive panes under zellij as well as tmux | blasty | 2 days | 3 | -47/+308 |
| * | drive: a note went to address 0, and a slow edit was reported as a failure | agent | 7 days | 2 | -4/+17 |
| * | rpc: rename_many drops the Hex-Rays cache too | user | 7 days | 2 | -1/+26 |
| * | rpc: make a raw firmware image drivable (load options, define, bulk symbols) | user | 7 days | 5 | -1/+368 |
| * | tests: trace integration over the RPC socket (45 checks) | user | 7 days | 1 | -0/+369 |
| * | rpc: comments are instant and newlines no longer vanish | user | 7 days | 1 | -2/+8 |
| * | rpc: a navigation that timed out reported success and corrupted the next edit | user | 9 days | 1 | -8/+34 |
| * | rpc: stop lying to the driver about renames, modals and teardown | user | 9 days | 3 | -8/+140 |
| * | trace: a stale navigation no longer drags the view back | blasty | 9 days | 3 | -24/+63 |
| * | trace: seek verbs — next/previous execution, and who set this register | blasty | 10 days | 3 | -3/+288 |
| * | trace: memory at time T — stack in the dock, live bytes in hex | blasty | 10 days | 6 | -8/+299 |