| Commit message (Expand) | Author | Age | Files | Lines |
| * | scenarios: cover the event->UI auto-refresh path | blasty | 6 days | 1 | -0/+121 |
| * | reformat: ruff format + import sort, mechanically (see ruff.toml) | blasty | 6 days | 22 | -1247/+2504 |
| * | tests: repair the two seams the ida-nexus port left behind | blasty | 6 days | 2 | -10/+72 |
| * | Merge PR #1 from mrexodia: Windows support and auto-refresh on events | blasty | 6 days | 11 | -1286/+2806 |
| |\ |
|
| | * | Switch to ida-nexus | Duncan Ogilvie | 7 days | 10 | -28/+28 |
| | * | Adopt idb_events and remote module features from ida-codemode | Duncan Ogilvie | 7 days | 3 | -1115/+2517 |
| | * | Add Ctrl+R to refresh all views | Duncan Ogilvie | 10 days | 1 | -1/+60 |
| | * | Add kitty graphics fallback for Windows support | Duncan Ogilvie | 10 days | 1 | -0/+90 |
| * | | splash: give the logo a placement id so re-anchoring replaces, not stacks | blasty | 6 days | 1 | -0/+152 |
| |/ |
|
| * | Port to the ida-codemode 0.5.3+ public API | blasty | 14 days | 1 | -6/+56 |
| * | Fix: rebuilding the row index on every switch back to the listing | blasty | 2026-08-10 | 1 | -0/+42 |
| * | Build the listing index in one call: boot 9.3s -> 1.25s, 911 calls -> 4 | blasty | 2026-08-10 | 1 | -0/+32 |
| * | segment_index: the row total in one call instead of 458 | blasty | 2026-08-10 | 1 | -0/+48 |
| * | Skeleton pages: stop rendering 227k rows to count them (3x boot) | blasty | 2026-08-10 | 1 | -0/+57 |
| * | PgUp/PgDn page the list overlays, not just the code views | blasty | 2026-08-09 | 1 | -0/+107 |
| * | Graph: never hand triskel a block its root cannot reach | blasty | 2026-08-09 | 1 | -1/+29 |
| * | Graph: fix the triskel fallbacks, and say why when it still falls back | blasty | 2026-08-09 | 1 | -2/+36 |
| * | Graph: a second layout engine, triskel's SESE decomposition | blasty | 2026-08-09 | 2 | -20/+100 |
| * | splash: scale the logo to the pane instead of dropping it | blasty | 2026-08-07 | 1 | -0/+59 |
| * | Centre modals with a rule about modals, not a list of them | blasty | 2026-08-07 | 1 | -0/+45 |
| * | Ctrl+F: search the whole database, by text or by bytes | blasty | 2026-08-07 | 2 | -2/+187 |
| * | Export findings as markdown (Ctrl+E), and the journal that makes it true | blasty | 2026-08-07 | 2 | -0/+276 |
| * | tests: gate on real signals, not sleeps (117s -> 49s) | blasty | 2026-08-07 | 6 | -60/+261 |
| * | Struct editor: '/' fuzzy-filters the struct list | blasty | 2026-08-07 | 1 | -0/+78 |
| * | Syntax-highlight the struct editor's C definitions | blasty | 2026-08-07 | 1 | -0/+13 |
| * | tests: trace_ui followed a signal that was not one (and it really did fail) | blasty | 2026-08-07 | 1 | -2/+10 |
| * | tests: thumb_ui 5m13s (crashing) -> 8.5s | blasty | 2026-08-07 | 1 | -37/+58 |
| * | tests: blob_ui 39.8s -> 4.1s, and a fatal it was hiding | blasty | 2026-08-07 | 2 | -26/+113 |
| * | codemode: fix DatabaseHandle.open kwarg, and check kwargs against the real si... | blasty | 2026-08-07 | 1 | -1/+23 |
| * | Rebase MISTER EXO's ida-codemode port onto the current tree | blasty | 2026-08-07 | 8 | -587/+233 |
| * | CORRECTNESS REPAIR, kept on its merits. The full suite (which the gate was NO... | blasty | 2026-08-07 | 1 | -5/+24 |
| * | Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode... | blasty | 2026-08-07 | 1 | -0/+10 |
| * | diag: somewhere for swallowed errors to go | blasty | 2026-08-07 | 2 | -2/+181 |
| * | launch: the sweep could delete the file it was asked to open | blasty | 2026-08-07 | 1 | -0/+173 |
| * | worker_client: tests, and stop resurrecting a closed worker | blasty | 2026-08-07 | 1 | -0/+447 |
| * | app: the view mode is a type, and 'disasm' is gone | blasty | 2026-08-07 | 1 | -3/+52 |
| * | tests: a guard that actually regresses on the resync storm | blasty | 2026-08-06 | 1 | -0/+27 |
| * | tests: deterministic fixtures, and a correction | blasty | 2026-08-06 | 1 | -2/+16 |
| * | tests: wait for the thing, don't sleep and hope | blasty | 2026-08-06 | 4 | -46/+140 |
| * | split: stop the resync loop that spun the worker forever | blasty | 2026-08-06 | 1 | -6/+20 |
| * | tests: one front door | blasty | 2026-08-06 | 15 | -0/+306 |
| * | help: reach the cheatsheet with H as well as F1 | blasty | 2026-08-06 | 1 | -0/+10 |
| * | graph: navigate to blocks, not to coordinates | blasty | 2026-08-06 | 1 | -9/+33 |
| * | graph: the minimap is clickable, and stops swallowing clicks | blasty | 2026-08-06 | 1 | -0/+61 |
| * | tests: graph scenarios | blasty | 2026-08-06 | 1 | -4/+261 |
| * | graph: a layered CFG layout engine | blasty | 2026-08-06 | 1 | -0/+234 |
| * | tests: cover the literal formats | blasty | 2026-08-06 | 2 | -0/+509 |
| * | pane: drive panes under zellij as well as tmux | blasty | 2026-08-06 | 2 | -7/+7 |
| * | rpc: rename_many drops the Hex-Rays cache too | blasty | 2026-08-01 | 1 | -0/+17 |
| * | rpc: make a raw firmware image drivable (load options, define, bulk symbols) | blasty | 2026-08-01 | 1 | -0/+169 |