aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* domain: build Head positionally, and drop a dead test from _as_intblasty24 hours2-9/+90
* remote_tools: item class by mask instead of is_code/is_data callsblasty24 hours1-3/+21
* Skeleton pages: stop rendering 227k rows to count them (3x boot)blasty25 hours6-21/+129
* remote_tools: delete a shadowed duplicate hiding an lru_cache landmineblasty25 hours1-74/+4
* remote_tools: hoist the IDAPython imports to module scope (~3%)blasty25 hours2-50/+121
* experiments: count backend round-trips per user actionblasty25 hours1-0/+164
* PgUp/PgDn page the list overlays, not just the code viewsblasty26 hours2-85/+200
* README: drop the Docs sectionblasty26 hours1-15/+3
* README: cut the wall of text out of 'What's in it'blasty26 hours1-67/+37
* Ship the idatui agent skill in-repo at .agents/skills/blasty26 hours2-1/+425
* SPEED: replace the historical backend table with a real 0.3.1 vs 0.3.2 A/Bblasty26 hours2-8/+155
* Docs: re-check ALL nine upstream findings against 0.3.2blasty26 hours2-23/+66
* Docs: correct the stale --fast check counts (302/257 -> 380)blasty26 hours3-4/+4
* Docs: mark the two upstream perf findings fixed in 0.3.2blasty27 hours2-9/+41
* Drop the settrace workaround: ida-codemode 0.3.2 deleted the hookblasty27 hours2-41/+125
* Graph: never hand triskel a block its root cannot reachidatui35 hours3-58/+125
* Graph: fix the triskel fallbacks, and say why when it still falls backidatui35 hours6-32/+182
* Graph: name the interpreter when pytriskel is missingidatui35 hours2-2/+17
* graph_triskel: name the detour target, drop the unused swapidatui36 hours1-8/+8
* Graph: a second layout engine, triskel's SESE decompositionuser36 hours11-57/+1054
* splash: scale the logo to the pane instead of dropping itblasty3 days3-10/+105
* Centre modals with a rule about modals, not a list of themblasty3 days3-10/+63
* Ctrl+F: search the whole database, by text or by bytesblasty3 days10-4/+728
* Export findings as markdown (Ctrl+E), and the journal that makes it trueblasty3 days12-6/+1077
* SPEED.md: the 85ms keypress, and what settle() still cannot seeblasty3 days1-21/+77
* tests: gate on real signals, not sleeps (117s -> 49s)blasty3 days6-60/+261
* Struct editor: '/' fuzzy-filters the struct listblasty3 days3-10/+221
* Modal chrome: thin round borders, titles in the borderblasty3 days3-56/+223
* Syntax-highlight the struct editor's C definitionsblasty3 days4-14/+143
* demo: tighten the pacing (43s of pauses -> 19s)blasty3 days1-38/+38
* demo: do not re-navigate to main when the app already landed thereblasty3 days1-3/+11
* demo: --here, render the TUI in the terminal that ran the demoblasty3 days1-13/+89
* tools/demo.py: a scripted feature tour, and the RPC bug it foundblasty3 days3-1/+339
* Install ida-codemode from PyPI, not a sibling cloneblasty3 days3-27/+20
* docs: drop two stale files, correct the two the README links, cut sharp edgesblasty3 days5-542/+12
* README: pure markdown, and a logo sized for a READMEblasty3 days2-8/+4
* README: drop the Layout section, trim Docs to the two worth openingblasty3 days1-23/+2
* README: rewrite, and fix the install it documentedblasty3 days3-200/+480
* Stop tracking the upstream port patchblasty3 days2-5848/+3
* Merge the IDA Code Mode portuser3 days40-2812/+9215
|\
| * docs: upstream findings for the ida-codemode maintainersblasty3 days1-0/+269
| * SPEED.md: where the last 2ms goes, and why batching is not worth buildingblasty3 days1-1/+30
| * SPEED.md: record the post-fix backend numbers and the 2ms round-trip floorblasty3 days1-17/+26
| * codemode: close the performance gap with the old worker (heads 35x -> 2.2x)blasty3 days1-5/+66
| * Record the test-speed findings in .fastfeedback/SPEED.md (force-added)blasty3 days1-0/+203
| * tests: trace_ui followed a signal that was not one (and it really did fail)blasty3 days1-2/+10
| * tests: thumb_ui 5m13s (crashing) -> 8.5sblasty3 days1-37/+58
| * tests: blob_ui 39.8s -> 4.1s, and a fatal it was hidingblasty3 days4-29/+136
| * codemode: three defects the A/B benchmark found in the decompiler pathblasty3 days2-66/+198
| * codemode: rename takes a LIST of edits per category, not just oneblasty3 days2-26/+120