| Commit message (Expand) | Author | Age | Files | Lines |
| * | reformat: ruff format + import sort, mechanically (see ruff.toml) | blasty | 7 days | 63 | -2869/+5824 |
| * | adopt ruff: pinned formatter + import sorting, opt-in pre-commit hook | blasty | 7 days | 6 | -2/+128 |
| * | tests: repair the two seams the ida-nexus port left behind | blasty | 7 days | 3 | -12/+89 |
| * | Merge PR #1 from mrexodia: Windows support and auto-refresh on events | blasty | 7 days | 42 | -3645/+6770 |
| |\ |
|
| | * | Switch to ida-nexus | Duncan Ogilvie | 7 days | 38 | -244/+243 |
| | * | Adopt idb_events and remote module features from ida-codemode | Duncan Ogilvie | 7 days | 16 | -2982/+5833 |
| | * | Add Ctrl+R to refresh all views | Duncan Ogilvie | 11 days | 4 | -2/+206 |
| | * | Add kitty graphics fallback for Windows support | Duncan Ogilvie | 11 days | 2 | -3/+105 |
| * | | splash: give the logo a placement id so re-anchoring replaces, not stacks | blasty | 7 days | 4 | -6/+278 |
| |/ |
|
| * | docs: be honest that the triskel fork is unpublished | blasty | 13 days | 4 | -18/+18 |
| * | docs: drop the triskel evaluation artifacts | blasty | 13 days | 5 | -354/+1 |
| * | README: drop the ASCII mock and the LLM-agent section | blasty | 13 days | 1 | -19/+0 |
| * | Add MIT licence and contributor guide | blasty | 13 days | 3 | -0/+102 |
| * | Re-check the upstream findings report against 0.6.1 | blasty | 2026-08-14 | 1 | -36/+79 |
| * | Port to the ida-codemode 0.5.3+ public API | blasty | 2026-08-14 | 7 | -454/+154 |
| * | Fix: rebuilding the row index on every switch back to the listing | blasty | 2026-08-10 | 2 | -0/+49 |
| * | Build the listing index in one call: boot 9.3s -> 1.25s, 911 calls -> 4 | blasty | 2026-08-10 | 5 | -5/+244 |
| * | segment_index: the row total in one call instead of 458 | blasty | 2026-08-10 | 3 | -0/+143 |
| * | domain: build Head positionally, and drop a dead test from _as_int | blasty | 2026-08-10 | 2 | -9/+90 |
| * | remote_tools: item class by mask instead of is_code/is_data calls | blasty | 2026-08-10 | 1 | -3/+21 |
| * | Skeleton pages: stop rendering 227k rows to count them (3x boot) | blasty | 2026-08-10 | 6 | -21/+129 |
| * | remote_tools: delete a shadowed duplicate hiding an lru_cache landmine | blasty | 2026-08-09 | 1 | -74/+4 |
| * | remote_tools: hoist the IDAPython imports to module scope (~3%) | blasty | 2026-08-09 | 2 | -50/+121 |
| * | experiments: count backend round-trips per user action | blasty | 2026-08-09 | 1 | -0/+164 |
| * | PgUp/PgDn page the list overlays, not just the code views | blasty | 2026-08-09 | 2 | -85/+200 |
| * | README: drop the Docs section | blasty | 2026-08-09 | 1 | -15/+3 |
| * | README: cut the wall of text out of 'What's in it' | blasty | 2026-08-09 | 1 | -67/+37 |
| * | Ship the idatui agent skill in-repo at .agents/skills/ | blasty | 2026-08-09 | 1 | -1/+17 |
| * | SPEED: replace the historical backend table with a real 0.3.1 vs 0.3.2 A/B | blasty | 2026-08-09 | 1 | -0/+103 |
| * | Docs: re-check ALL nine upstream findings against 0.3.2 | blasty | 2026-08-09 | 1 | -14/+49 |
| * | Docs: correct the stale --fast check counts (302/257 -> 380) | blasty | 2026-08-09 | 2 | -2/+2 |
| * | Docs: mark the two upstream perf findings fixed in 0.3.2 | blasty | 2026-08-09 | 1 | -3/+24 |
| * | Drop the settrace workaround: ida-codemode 0.3.2 deleted the hook | blasty | 2026-08-09 | 2 | -41/+125 |
| * | Graph: never hand triskel a block its root cannot reach | blasty | 2026-08-09 | 3 | -58/+125 |
| * | Graph: fix the triskel fallbacks, and say why when it still falls back | blasty | 2026-08-09 | 5 | -32/+181 |
| * | Graph: name the interpreter when pytriskel is missing | blasty | 2026-08-09 | 2 | -2/+17 |
| * | graph_triskel: name the detour target, drop the unused swap | blasty | 2026-08-09 | 1 | -8/+8 |
| * | Graph: a second layout engine, triskel's SESE decomposition | blasty | 2026-08-09 | 11 | -57/+1054 |
| * | splash: scale the logo to the pane instead of dropping it | blasty | 2026-08-07 | 3 | -10/+105 |
| * | Centre modals with a rule about modals, not a list of them | blasty | 2026-08-07 | 3 | -10/+63 |
| * | Ctrl+F: search the whole database, by text or by bytes | blasty | 2026-08-07 | 10 | -4/+728 |
| * | Export findings as markdown (Ctrl+E), and the journal that makes it true | blasty | 2026-08-07 | 12 | -6/+1077 |
| * | 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 | 3 | -10/+221 |
| * | Modal chrome: thin round borders, titles in the border | blasty | 2026-08-07 | 3 | -56/+223 |
| * | Syntax-highlight the struct editor's C definitions | blasty | 2026-08-07 | 4 | -14/+143 |
| * | demo: tighten the pacing (43s of pauses -> 19s) | blasty | 2026-08-07 | 1 | -38/+38 |
| * | demo: do not re-navigate to main when the app already landed there | blasty | 2026-08-07 | 1 | -3/+11 |
| * | demo: --here, render the TUI in the terminal that ran the demo | blasty | 2026-08-07 | 1 | -13/+89 |
| * | tools/demo.py: a scripted feature tour, and the RPC bug it found | blasty | 2026-08-07 | 3 | -1/+339 |