| Commit message (Expand) | Author | Age | Files | Lines |
| * | domain: build Head positionally, and drop a dead test from _as_int | blasty | 24 hours | 2 | -9/+90 |
| * | remote_tools: item class by mask instead of is_code/is_data calls | blasty | 24 hours | 1 | -3/+21 |
| * | Skeleton pages: stop rendering 227k rows to count them (3x boot) | blasty | 25 hours | 6 | -21/+129 |
| * | remote_tools: delete a shadowed duplicate hiding an lru_cache landmine | blasty | 25 hours | 1 | -74/+4 |
| * | remote_tools: hoist the IDAPython imports to module scope (~3%) | blasty | 25 hours | 2 | -50/+121 |
| * | experiments: count backend round-trips per user action | blasty | 25 hours | 1 | -0/+164 |
| * | PgUp/PgDn page the list overlays, not just the code views | blasty | 26 hours | 2 | -85/+200 |
| * | README: drop the Docs section | blasty | 26 hours | 1 | -15/+3 |
| * | README: cut the wall of text out of 'What's in it' | blasty | 26 hours | 1 | -67/+37 |
| * | Ship the idatui agent skill in-repo at .agents/skills/ | blasty | 26 hours | 2 | -1/+425 |
| * | SPEED: replace the historical backend table with a real 0.3.1 vs 0.3.2 A/B | blasty | 26 hours | 2 | -8/+155 |
| * | Docs: re-check ALL nine upstream findings against 0.3.2 | blasty | 26 hours | 2 | -23/+66 |
| * | Docs: correct the stale --fast check counts (302/257 -> 380) | blasty | 26 hours | 3 | -4/+4 |
| * | Docs: mark the two upstream perf findings fixed in 0.3.2 | blasty | 27 hours | 2 | -9/+41 |
| * | Drop the settrace workaround: ida-codemode 0.3.2 deleted the hook | blasty | 27 hours | 2 | -41/+125 |
| * | Graph: never hand triskel a block its root cannot reach | idatui | 35 hours | 3 | -58/+125 |
| * | Graph: fix the triskel fallbacks, and say why when it still falls back | idatui | 35 hours | 6 | -32/+182 |
| * | Graph: name the interpreter when pytriskel is missing | idatui | 35 hours | 2 | -2/+17 |
| * | graph_triskel: name the detour target, drop the unused swap | idatui | 36 hours | 1 | -8/+8 |
| * | Graph: a second layout engine, triskel's SESE decomposition | user | 36 hours | 11 | -57/+1054 |
| * | splash: scale the logo to the pane instead of dropping it | blasty | 3 days | 3 | -10/+105 |
| * | Centre modals with a rule about modals, not a list of them | blasty | 3 days | 3 | -10/+63 |
| * | Ctrl+F: search the whole database, by text or by bytes | blasty | 3 days | 10 | -4/+728 |
| * | Export findings as markdown (Ctrl+E), and the journal that makes it true | blasty | 3 days | 12 | -6/+1077 |
| * | SPEED.md: the 85ms keypress, and what settle() still cannot see | blasty | 3 days | 1 | -21/+77 |
| * | tests: gate on real signals, not sleeps (117s -> 49s) | blasty | 3 days | 6 | -60/+261 |
| * | Struct editor: '/' fuzzy-filters the struct list | blasty | 3 days | 3 | -10/+221 |
| * | Modal chrome: thin round borders, titles in the border | blasty | 3 days | 3 | -56/+223 |
| * | Syntax-highlight the struct editor's C definitions | blasty | 3 days | 4 | -14/+143 |
| * | demo: tighten the pacing (43s of pauses -> 19s) | blasty | 3 days | 1 | -38/+38 |
| * | demo: do not re-navigate to main when the app already landed there | blasty | 3 days | 1 | -3/+11 |
| * | demo: --here, render the TUI in the terminal that ran the demo | blasty | 3 days | 1 | -13/+89 |
| * | tools/demo.py: a scripted feature tour, and the RPC bug it found | blasty | 3 days | 3 | -1/+339 |
| * | Install ida-codemode from PyPI, not a sibling clone | blasty | 3 days | 3 | -27/+20 |
| * | docs: drop two stale files, correct the two the README links, cut sharp edges | blasty | 3 days | 5 | -542/+12 |
| * | README: pure markdown, and a logo sized for a README | blasty | 3 days | 2 | -8/+4 |
| * | README: drop the Layout section, trim Docs to the two worth opening | blasty | 3 days | 1 | -23/+2 |
| * | README: rewrite, and fix the install it documented | blasty | 3 days | 3 | -200/+480 |
| * | Stop tracking the upstream port patch | blasty | 3 days | 2 | -5848/+3 |
| * | Merge the IDA Code Mode port | user | 3 days | 40 | -2812/+9215 |
| |\ |
|
| | * | docs: upstream findings for the ida-codemode maintainers | blasty | 3 days | 1 | -0/+269 |
| | * | SPEED.md: where the last 2ms goes, and why batching is not worth building | blasty | 3 days | 1 | -1/+30 |
| | * | SPEED.md: record the post-fix backend numbers and the 2ms round-trip floor | blasty | 3 days | 1 | -17/+26 |
| | * | codemode: close the performance gap with the old worker (heads 35x -> 2.2x) | blasty | 3 days | 1 | -5/+66 |
| | * | Record the test-speed findings in .fastfeedback/SPEED.md (force-added) | blasty | 3 days | 1 | -0/+203 |
| | * | tests: trace_ui followed a signal that was not one (and it really did fail) | blasty | 3 days | 1 | -2/+10 |
| | * | tests: thumb_ui 5m13s (crashing) -> 8.5s | blasty | 3 days | 1 | -37/+58 |
| | * | tests: blob_ui 39.8s -> 4.1s, and a fatal it was hiding | blasty | 3 days | 4 | -29/+136 |
| | * | codemode: three defects the A/B benchmark found in the decompiler path | blasty | 3 days | 2 | -66/+198 |
| | * | codemode: rename takes a LIST of edits per category, not just one | blasty | 3 days | 2 | -26/+120 |