| Commit message (Expand) | Author | Files | Lines |
| 30 hours | tests: thumb_ui 5m13s (crashing) -> 8.5s | blasty | 1 | -37/+58 |
| 30 hours | tests: blob_ui 39.8s -> 4.1s, and a fatal it was hiding | blasty | 2 | -26/+113 |
| 32 hours | codemode: fix DatabaseHandle.open kwarg, and check kwargs against the real si... | blasty | 1 | -1/+23 |
| 32 hours | Rebase MISTER EXO's ida-codemode port onto the current tree | blasty | 8 | -587/+233 |
| 41 hours | CORRECTNESS REPAIR, kept on its merits. The full suite (which the gate was NO... | user | 1 | -5/+24 |
| 43 hours | Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode... | user | 1 | -0/+10 |
| 44 hours | diag: somewhere for swallowed errors to go | blasty | 2 | -2/+181 |
| 44 hours | launch: the sweep could delete the file it was asked to open | blasty | 1 | -0/+173 |
| 44 hours | worker_client: tests, and stop resurrecting a closed worker | blasty | 1 | -0/+447 |
| 45 hours | app: the view mode is a type, and 'disasm' is gone | blasty | 1 | -3/+52 |
| 45 hours | tests: a guard that actually regresses on the resync storm | blasty | 1 | -0/+27 |
| 45 hours | tests: deterministic fixtures, and a correction | blasty | 1 | -2/+16 |
| 45 hours | tests: wait for the thing, don't sleep and hope | blasty | 4 | -46/+140 |
| 46 hours | split: stop the resync loop that spun the worker forever | blasty | 1 | -6/+20 |
| 47 hours | 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 |
| 2 days | tests: graph scenarios | blasty | 1 | -4/+261 |
| 2 days | graph: a layered CFG layout engine | blasty | 1 | -0/+234 |
| 2 days | tests: cover the literal formats | blasty | 2 | -0/+509 |
| 2 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 |
| 9 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 |
| 11 days | trace: stop the decompiler thrashing during a step (and correct the record) | blasty | 1 | -0/+21 |
| 11 days | trace: a step in split view moves the listing cursor to the pc | blasty | 1 | -0/+23 |
| 11 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 |
| 13 days | arm: offer 32-bit ARM at load, and fix `p` on carved code | blasty | 2 | -2/+79 |
| 13 days | arm: switch ARM/Thumb decoding with `t` | blasty | 1 | -0/+126 |
| 13 days | app: delete DisasmView, superseded by the unified listing | blasty | 1 | -2/+2 |
| 13 days | listing: syntax-highlight assembly from IDA's own token tags | blasty | 1 | -1/+55 |
| 13 days | app: one way to preserve view state across a model rebuild (ViewAnchor) | blasty | 1 | -1/+28 |
| 13 days | listing: an edit must not move the view | blasty | 1 | -0/+24 |
| 13 days | listing: `c` disassembles until something stops it | blasty | 1 | -1/+17 |
| 13 days | listing: make every undefined byte its own row, so you can carve anywhere | blasty | 1 | -1/+63 |
| 13 days | loading: a blob that analyses to nothing is still openable | blasty | 1 | -0/+106 |
| 14 days | load dialog: reachable address field, project mode, and a way back from a bad... | blasty | 1 | -0/+25 |