aboutsummaryrefslogtreecommitdiffstats
Commit message (Expand)AuthorAgeFilesLines
* demo: do not re-navigate to main when the app already landed thereblasty29 hours1-3/+11
* demo: --here, render the TUI in the terminal that ran the demoblasty29 hours1-13/+89
* tools/demo.py: a scripted feature tour, and the RPC bug it foundblasty29 hours3-1/+339
* Install ida-codemode from PyPI, not a sibling cloneblasty29 hours3-27/+20
* docs: drop two stale files, correct the two the README links, cut sharp edgesblasty29 hours5-542/+12
* README: pure markdown, and a logo sized for a READMEblasty30 hours2-8/+4
* README: drop the Layout section, trim Docs to the two worth openingblasty30 hours1-23/+2
* README: rewrite, and fix the install it documentedblasty30 hours3-200/+480
* Stop tracking the upstream port patchblasty30 hours2-5848/+3
* Merge the IDA Code Mode portuser30 hours40-2812/+9215
|\
| * docs: upstream findings for the ida-codemode maintainersblasty30 hours1-0/+269
| * SPEED.md: where the last 2ms goes, and why batching is not worth buildingblasty30 hours1-1/+30
| * SPEED.md: record the post-fix backend numbers and the 2ms round-trip floorblasty30 hours1-17/+26
| * codemode: close the performance gap with the old worker (heads 35x -> 2.2x)blasty30 hours1-5/+66
| * Record the test-speed findings in .fastfeedback/SPEED.md (force-added)blasty30 hours1-0/+203
| * tests: trace_ui followed a signal that was not one (and it really did fail)blasty30 hours1-2/+10
| * tests: thumb_ui 5m13s (crashing) -> 8.5sblasty30 hours1-37/+58
| * tests: blob_ui 39.8s -> 4.1s, and a fatal it was hidingblasty30 hours4-29/+136
| * codemode: three defects the A/B benchmark found in the decompiler pathblasty31 hours2-66/+198
| * codemode: rename takes a LIST of edits per category, not just oneblasty31 hours2-26/+120
| * codemode: carry over the listing + operand-format tools, and stop reshipping ...blasty31 hours2-175/+1442
| * codemode: port the xref tools' real contract, order includedblasty32 hours1-32/+111
| * codemode: restore the graph view and pseudocode commentsblasty32 hours1-5/+97
| * codemode: fix DatabaseHandle.open kwarg, and check kwargs against the real si...blasty32 hours2-2/+27
| * Rebase MISTER EXO's ida-codemode port onto the current treeblasty32 hours34-3992/+7999
|/
* Stop tracking 157MB of core dumps, and ignore thempre-codemodeuser36 hours1-0/+4
* Park two proven-but-unresolvable F5-path optimisations, and record how to spo...user36 hours5-0/+386
* decomp_map: memoise obj_id -> ea for the whole function instead of only compa...user36 hours3-14/+80
* The page-freshness check carries the digest the client already holds (heads(e...user37 hours4-39/+47
* An item edit (c/d/u/p) keeps the listing's walk in front of it instead of dis...user37 hours6-10/+234
* Three redundancies in the heads walk: item flags were fetched three times per...user38 hours4-17/+80
* heads(digest=True): the worker answers "does this page still render exactly a...user38 hours6-61/+298
* Size the worker's per-line render cache to hold a segment's DISTINCT lines (1...user39 hours3-3/+27
* autoresearch: record the trace-memory scaling findingblasty39 hours1-0/+24
* autoresearch: final budget and headline numbers in the playbookblasty39 hours2-20/+21
* autoresearch: record the streaming-responsiveness finding and a pre-existing ...blasty39 hours2-0/+36
* autoresearch: record the split-view and rename findings, and what is still un...blasty39 hours3-14/+63
* CORRECTNESS FIX, kept despite a worse metric. The un-chunked refresh was show...user39 hours5-12/+212
* A rename keeps the listing's walk instead of throwing it away. bump_names now...user39 hours2-5/+134
* RE-BASELINE (v7 bench). Rename — the commonest operation in reverse enginee...user39 hours2-0/+213
* bench: cover a rename and the listing's recovery from itblasty40 hours1-0/+66
* decomp_map: stop sweeping every column three times over. It allocated three c...user40 hours2-5/+29
* RE-BASELINE (v6 bench). The split view ('s') was not covered at all, and it t...user40 hours2-0/+51
* bench: cover the split view ('s'), whose decomp_map cost was entirely unmeasuredblasty40 hours1-0/+48
* Confirmation re-run of #27, no code change: 17700 -> 17465, the best v5 readi...user41 hours1-0/+1
* Keep a listing row's spans and operand extents exactly as they came off the w...user41 hours1-11/+16
* autoresearch: final playbook update - budget, floors, dead endsblasty41 hours2-8/+36
* Highlight ranges are computed per line on demand instead of for every match. ...user41 hours1-16/+79
* autoresearch: note the machine-load caveat in the playbookblasty41 hours2-0/+10
* CORRECTNESS REPAIR, kept on its merits. The full suite (which the gate was NO...user41 hours3-57/+74