| Commit message (Expand) | Author | Age | Files | Lines |
| * | help: reach the cheatsheet with H as well as F1 | blasty | 23 hours | 2 | -5/+19 |
| * | graph: navigate to blocks, not to coordinates | blasty | 23 hours | 3 | -32/+132 |
| * | graph: the minimap is clickable, and stops swallowing clicks | blasty | 23 hours | 3 | -8/+144 |
| * | splash: draw the real logo on terminals that can | blasty | 23 hours | 4 | -10/+349 |
| * | add the logo source image | blasty | 24 hours | 1 | -0/+0 |
| * | graph: docs, and the offline layout tools | blasty | 24 hours | 6 | -0/+600 |
| * | tests: graph scenarios | blasty | 24 hours | 1 | -4/+261 |
| * | rpc: a graph verb | blasty | 24 hours | 2 | -2/+186 |
| * | app: the graph view | blasty | 24 hours | 1 | -10/+911 |
| * | domain: the control-flow graph, with each block's rows | blasty | 24 hours | 1 | -0/+120 |
| * | server: a flowchart tool | blasty | 24 hours | 1 | -0/+62 |
| * | graph: a layered CFG layout engine | blasty | 24 hours | 2 | -0/+949 |
| * | README/TODO: literal formats | blasty | 24 hours | 2 | -135/+52 |
| * | tests: cover the literal formats | blasty | 24 hours | 3 | -0/+900 |
| * | rpc: an opfmt verb, and 'drive fmt' | blasty | 24 hours | 3 | -15/+77 |
| * | app: 'o' cycles the literal under the cursor | blasty | 24 hours | 1 | -5/+222 |
| * | domain: operand extents, and the formats behind them | blasty | 24 hours | 1 | -0/+86 |
| * | server: tools for how a number is displayed | blasty | 24 hours | 1 | -9/+770 |
| * | pane: drive panes under zellij as well as tmux | blasty | 24 hours | 3 | -47/+308 |
| * | drive: a note went to address 0, and a slow edit was reported as a failure | agent | 6 days | 2 | -4/+17 |
| * | rpc: rename_many drops the Hex-Rays cache too | user | 6 days | 2 | -1/+26 |
| * | rpc: make a raw firmware image drivable (load options, define, bulk symbols) | user | 6 days | 5 | -1/+368 |
| * | tests: trace integration over the RPC socket (45 checks) | user | 6 days | 1 | -0/+369 |
| * | rpc: comments are instant and newlines no longer vanish | user | 6 days | 1 | -2/+8 |
| * | rpc: a navigation that timed out reported success and corrupted the next edit | user | 7 days | 1 | -8/+34 |
| * | rpc: stop lying to the driver about renames, modals and teardown | user | 7 days | 3 | -8/+140 |
| * | trace: a stale navigation no longer drags the view back | blasty | 8 days | 3 | -24/+63 |
| * | trace: seek verbs — next/previous execution, and who set this register | blasty | 9 days | 3 | -3/+288 |
| * | trace: memory at time T — stack in the dock, live bytes in hex | blasty | 9 days | 6 | -8/+299 |
| * | app: one instruction map for the decompiled function, not two | blasty | 10 days | 2 | -21/+34 |
| * | trace: stop the decompiler thrashing during a step (and correct the record) | blasty | 10 days | 3 | -28/+63 |
| * | trace: a step in split view moves the listing cursor to the pc | blasty | 10 days | 3 | -7/+133 |
| * | trace: stepping stays in the view you're reading | blasty | 10 days | 2 | -1/+20 |
| * | status: name the open file | blasty | 11 days | 2 | -6/+43 |
| * | rpc: a `trace` verb, and --trace for pane spawn | blasty | 11 days | 2 | -0/+37 |
| * | trace: paint the execution trail — including on the decompiler | blasty | 11 days | 4 | -1/+184 |
| * | trace: docked registers + timeline, and stepping through time | blasty | 11 days | 4 | -2/+383 |
| * | trace: read Tenet execution traces (model layer) | blasty | 11 days | 3 | -0/+675 |
| * | tests: run the scenario suite on a scratch copy, not the tracked target | blasty | 12 days | 3 | -15/+58 |
| * | arm: find Thumb entry points from a vector table (Shift+T) | blasty | 12 days | 10 | -41/+253 |
| * | decomp: say the FIX, not the diagnosis | blasty | 12 days | 2 | -4/+16 |
| * | decomp: say WHY a function won't decompile | blasty | 12 days | 4 | -12/+108 |
| * | app: rebuild the function index after an edit changes it | blasty | 12 days | 2 | -4/+72 |
| * | arm: offer 32-bit ARM at load, and fix `p` on carved code | blasty | 12 days | 8 | -15/+208 |
| * | arm: switch ARM/Thumb decoding with `t` | blasty | 12 days | 6 | -1/+237 |
| * | TODO: DisasmView removed | blasty | 12 days | 1 | -11/+0 |
| * | app: delete DisasmView, superseded by the unified listing | blasty | 12 days | 3 | -331/+14 |
| * | listing: syntax-highlight assembly from IDA's own token tags | blasty | 12 days | 6 | -294/+233 |
| * | asm highlighting: park the work with its findings (not merged) | blasty | 12 days | 2 | -0/+287 |
| * | app: one way to preserve view state across a model rebuild (ViewAnchor) | blasty | 12 days | 3 | -37/+152 |