| Commit message (Expand) | Author | Files | Lines |
| 47 hours | CORRECTNESS REPAIR, kept on its merits. The full suite (which the gate was NO... | user | 1 | -5/+24 |
| 2 days | Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode... | user | 1 | -0/+10 |
| 2 days | diag: somewhere for swallowed errors to go | blasty | 2 | -2/+181 |
| 2 days | launch: the sweep could delete the file it was asked to open | blasty | 1 | -0/+173 |
| 2 days | worker_client: tests, and stop resurrecting a closed worker | blasty | 1 | -0/+447 |
| 2 days | app: the view mode is a type, and 'disasm' is gone | blasty | 1 | -3/+52 |
| 2 days | tests: a guard that actually regresses on the resync storm | blasty | 1 | -0/+27 |
| 2 days | tests: deterministic fixtures, and a correction | blasty | 1 | -2/+16 |
| 2 days | tests: wait for the thing, don't sleep and hope | blasty | 4 | -46/+140 |
| 2 days | split: stop the resync loop that spun the worker forever | blasty | 1 | -6/+20 |
| 2 days | tests: one front door | blasty | 15 | -0/+306 |
| 2 days | help: reach the cheatsheet with H as well as F1 | blasty | 1 | -0/+10 |
| 2 days | graph: navigate to blocks, not to coordinates | blasty | 1 | -9/+33 |
| 2 days | graph: the minimap is clickable, and stops swallowing clicks | blasty | 1 | -0/+61 |
| 3 days | tests: graph scenarios | blasty | 1 | -4/+261 |
| 3 days | graph: a layered CFG layout engine | blasty | 1 | -0/+234 |
| 3 days | tests: cover the literal formats | blasty | 2 | -0/+509 |
| 3 days | pane: drive panes under zellij as well as tmux | blasty | 2 | -7/+7 |
| 7 days | rpc: rename_many drops the Hex-Rays cache too | user | 1 | -0/+17 |
| 7 days | rpc: make a raw firmware image drivable (load options, define, bulk symbols) | user | 1 | -0/+169 |
| 7 days | tests: trace integration over the RPC socket (45 checks) | user | 1 | -0/+369 |
| 10 days | trace: a stale navigation no longer drags the view back | blasty | 1 | -0/+21 |
| 10 days | trace: seek verbs — next/previous execution, and who set this register | blasty | 1 | -2/+82 |
| 10 days | trace: memory at time T — stack in the dock, live bytes in hex | blasty | 3 | -2/+98 |
| 12 days | trace: stop the decompiler thrashing during a step (and correct the record) | blasty | 1 | -0/+21 |
| 12 days | trace: a step in split view moves the listing cursor to the pc | blasty | 1 | -0/+23 |
| 12 days | trace: stepping stays in the view you're reading | blasty | 1 | -0/+14 |
| 12 days | status: name the open file | blasty | 1 | -0/+31 |
| 12 days | trace: paint the execution trail — including on the decompiler | blasty | 1 | -1/+55 |
| 12 days | trace: docked registers + timeline, and stepping through time | blasty | 1 | -0/+148 |
| 12 days | trace: read Tenet execution traces (model layer) | blasty | 2 | -0/+330 |
| 13 days | tests: run the scenario suite on a scratch copy, not the tracked target | blasty | 1 | -0/+44 |
| 13 days | arm: find Thumb entry points from a vector table (Shift+T) | blasty | 1 | -0/+47 |
| 13 days | decomp: say the FIX, not the diagnosis | blasty | 1 | -2/+8 |
| 13 days | decomp: say WHY a function won't decompile | blasty | 1 | -0/+20 |
| 13 days | app: rebuild the function index after an edit changes it | blasty | 1 | -2/+31 |
| 14 days | arm: offer 32-bit ARM at load, and fix `p` on carved code | blasty | 2 | -2/+79 |
| 14 days | arm: switch ARM/Thumb decoding with `t` | blasty | 1 | -0/+126 |
| 14 days | app: delete DisasmView, superseded by the unified listing | blasty | 1 | -2/+2 |
| 14 days | listing: syntax-highlight assembly from IDA's own token tags | blasty | 1 | -1/+55 |
| 14 days | app: one way to preserve view state across a model rebuild (ViewAnchor) | blasty | 1 | -1/+28 |
| 14 days | listing: an edit must not move the view | blasty | 1 | -0/+24 |
| 14 days | listing: `c` disassembles until something stops it | blasty | 1 | -1/+17 |
| 14 days | listing: make every undefined byte its own row, so you can carve anywhere | blasty | 1 | -1/+63 |
| 14 days | loading: a blob that analyses to nothing is still openable | blasty | 1 | -0/+106 |
| 2026-07-26 | load dialog: reachable address field, project mode, and a way back from a bad... | blasty | 1 | -0/+25 |
| 2026-07-26 | formats: verify every offered processor name against a real IDA | blasty | 1 | -0/+29 |
| 2026-07-26 | loading: ask how to load an unrecognised file, like IDA does | blasty | 2 | -0/+114 |
| 2026-07-25 | loading: say how to read a headerless blob (processor, base) | blasty | 1 | -0/+40 |
| 2026-07-25 | xrefs: show project binaries that import this export | blasty | 1 | -0/+39 |