aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* Fix: rebuilding the row index on every switch back to the listingblasty2026-08-102-0/+49
* Build the listing index in one call: boot 9.3s -> 1.25s, 911 calls -> 4blasty2026-08-105-5/+244
* segment_index: the row total in one call instead of 458blasty2026-08-103-0/+143
* domain: build Head positionally, and drop a dead test from _as_intblasty2026-08-102-9/+90
* remote_tools: item class by mask instead of is_code/is_data callsblasty2026-08-101-3/+21
* Skeleton pages: stop rendering 227k rows to count them (3x boot)blasty2026-08-106-21/+129
* remote_tools: delete a shadowed duplicate hiding an lru_cache landmineblasty2026-08-091-74/+4
* remote_tools: hoist the IDAPython imports to module scope (~3%)blasty2026-08-092-50/+121
* experiments: count backend round-trips per user actionblasty2026-08-091-0/+164
* PgUp/PgDn page the list overlays, not just the code viewsblasty2026-08-092-85/+200
* README: drop the Docs sectionblasty2026-08-091-15/+3
* README: cut the wall of text out of 'What's in it'blasty2026-08-091-67/+37
* Ship the idatui agent skill in-repo at .agents/skills/blasty2026-08-091-1/+17
* SPEED: replace the historical backend table with a real 0.3.1 vs 0.3.2 A/Bblasty2026-08-091-0/+103
* Docs: re-check ALL nine upstream findings against 0.3.2blasty2026-08-091-14/+49
* Docs: correct the stale --fast check counts (302/257 -> 380)blasty2026-08-092-2/+2
* Docs: mark the two upstream perf findings fixed in 0.3.2blasty2026-08-091-3/+24
* Drop the settrace workaround: ida-codemode 0.3.2 deleted the hookblasty2026-08-092-41/+125
* Graph: never hand triskel a block its root cannot reachblasty2026-08-093-58/+125
* Graph: fix the triskel fallbacks, and say why when it still falls backblasty2026-08-095-32/+181
* Graph: name the interpreter when pytriskel is missingblasty2026-08-092-2/+17
* graph_triskel: name the detour target, drop the unused swapblasty2026-08-091-8/+8
* Graph: a second layout engine, triskel's SESE decompositionblasty2026-08-0911-57/+1054
* splash: scale the logo to the pane instead of dropping itblasty2026-08-073-10/+105
* Centre modals with a rule about modals, not a list of themblasty2026-08-073-10/+63
* Ctrl+F: search the whole database, by text or by bytesblasty2026-08-0710-4/+728
* Export findings as markdown (Ctrl+E), and the journal that makes it trueblasty2026-08-0712-6/+1077
* tests: gate on real signals, not sleeps (117s -> 49s)blasty2026-08-076-60/+261
* Struct editor: '/' fuzzy-filters the struct listblasty2026-08-073-10/+221
* Modal chrome: thin round borders, titles in the borderblasty2026-08-073-56/+223
* Syntax-highlight the struct editor's C definitionsblasty2026-08-074-14/+143
* demo: tighten the pacing (43s of pauses -> 19s)blasty2026-08-071-38/+38
* demo: do not re-navigate to main when the app already landed thereblasty2026-08-071-3/+11
* demo: --here, render the TUI in the terminal that ran the demoblasty2026-08-071-13/+89
* tools/demo.py: a scripted feature tour, and the RPC bug it foundblasty2026-08-073-1/+339
* Install ida-codemode from PyPI, not a sibling cloneblasty2026-08-073-27/+20
* docs: drop two stale files, correct the two the README links, cut sharp edgesblasty2026-08-075-542/+12
* README: pure markdown, and a logo sized for a READMEblasty2026-08-072-8/+4
* README: drop the Layout section, trim Docs to the two worth openingblasty2026-08-071-23/+2
* README: rewrite, and fix the install it documentedblasty2026-08-073-200/+480
* Stop tracking the upstream port patchblasty2026-08-072-5848/+3
* Merge the IDA Code Mode portblasty2026-08-0739-2812/+8974
|\
| * docs: upstream findings for the ida-codemode maintainersblasty2026-08-071-0/+269
| * codemode: close the performance gap with the old worker (heads 35x -> 2.2x)blasty2026-08-071-5/+66
| * tests: trace_ui followed a signal that was not one (and it really did fail)blasty2026-08-071-2/+10
| * tests: thumb_ui 5m13s (crashing) -> 8.5sblasty2026-08-071-37/+58
| * tests: blob_ui 39.8s -> 4.1s, and a fatal it was hidingblasty2026-08-074-29/+136
| * codemode: three defects the A/B benchmark found in the decompiler pathblasty2026-08-072-66/+198
| * codemode: rename takes a LIST of edits per category, not just oneblasty2026-08-072-26/+120
| * codemode: carry over the listing + operand-format tools, and stop reshipping ...blasty2026-08-072-175/+1442