| Commit message (Expand) | Author | Age | Files | Lines |
| * | Docs: correct the stale --fast check counts (302/257 -> 380) | blasty | 47 hours | 1 | -1/+1 |
| * | Drop the settrace workaround: ida-codemode 0.3.2 deleted the hook | blasty | 47 hours | 1 | -41/+28 |
| * | Graph: never hand triskel a block its root cannot reach | idatui | 2 days | 1 | -51/+80 |
| * | Graph: fix the triskel fallbacks, and say why when it still falls back | idatui | 2 days | 3 | -28/+139 |
| * | Graph: name the interpreter when pytriskel is missing | idatui | 2 days | 1 | -1/+6 |
| * | graph_triskel: name the detour target, drop the unused swap | idatui | 2 days | 1 | -8/+8 |
| * | Graph: a second layout engine, triskel's SESE decomposition | user | 2 days | 3 | -27/+517 |
| * | splash: scale the logo to the pane instead of dropping it | blasty | 4 days | 1 | -10/+37 |
| * | Centre modals with a rule about modals, not a list of them | blasty | 4 days | 1 | -10/+11 |
| * | Ctrl+F: search the whole database, by text or by bytes | blasty | 4 days | 6 | -2/+506 |
| * | Export findings as markdown (Ctrl+E), and the journal that makes it true | blasty | 4 days | 8 | -6/+773 |
| * | Struct editor: '/' fuzzy-filters the struct list | blasty | 4 days | 1 | -10/+138 |
| * | Modal chrome: thin round borders, titles in the border | blasty | 4 days | 1 | -56/+86 |
| * | Syntax-highlight the struct editor's C definitions | blasty | 4 days | 2 | -14/+122 |
| * | tools/demo.py: a scripted feature tour, and the RPC bug it found | blasty | 4 days | 1 | -1/+6 |
| * | codemode: close the performance gap with the old worker (heads 35x -> 2.2x) | blasty | 4 days | 1 | -5/+66 |
| * | tests: blob_ui 39.8s -> 4.1s, and a fatal it was hiding | blasty | 4 days | 1 | -3/+22 |
| * | codemode: three defects the A/B benchmark found in the decompiler path | blasty | 4 days | 2 | -66/+198 |
| * | codemode: rename takes a LIST of edits per category, not just one | blasty | 4 days | 1 | -26/+119 |
| * | codemode: carry over the listing + operand-format tools, and stop reshipping ... | blasty | 4 days | 2 | -175/+1442 |
| * | codemode: port the xref tools' real contract, order included | blasty | 4 days | 1 | -32/+111 |
| * | codemode: restore the graph view and pseudocode comments | blasty | 4 days | 1 | -5/+97 |
| * | codemode: fix DatabaseHandle.open kwarg, and check kwargs against the real si... | blasty | 4 days | 1 | -1/+4 |
| * | Rebase MISTER EXO's ida-codemode port onto the current tree | blasty | 4 days | 14 | -984/+1506 |
| * | The page-freshness check carries the digest the client already holds (heads(e... | user | 5 days | 1 | -20/+16 |
| * | An item edit (c/d/u/p) keeps the listing's walk in front of it instead of dis... | user | 5 days | 2 | -9/+75 |
| * | heads(digest=True): the worker answers "does this page still render exactly a... | user | 5 days | 1 | -51/+83 |
| * | CORRECTNESS FIX, kept despite a worse metric. The un-chunked refresh was show... | user | 5 days | 1 | -11/+24 |
| * | A rename keeps the listing's walk instead of throwing it away. bump_names now... | user | 5 days | 1 | -5/+133 |
| * | Keep a listing row's spans and operand extents exactly as they came off the w... | user | 5 days | 1 | -11/+16 |
| * | Highlight ranges are computed per line on demand instead of for every match. ... | user | 5 days | 1 | -16/+79 |
| * | CORRECTNESS REPAIR, kept on its merits. The full suite (which the gate was NO... | user | 5 days | 1 | -11/+14 |
| * | Three targeted cuts: the graph's transposition pass counts keep and swap in o... | user | 5 days | 2 | -13/+75 |
| * | Re-run of #18 (_CellRow slice assignment, one-string box borders, memoised St... | user | 5 days | 1 | -14/+42 |
| * | Re-run of #16 (keep the joined search body across a cancelled search and acro... | user | 5 days | 1 | -11/+27 |
| * | HexView.render_line emits style RUNS instead of one Segment per byte cell (35... | user | 5 days | 2 | -12/+39 |
| * | Search the whole segment as ONE joined string. Every line is concatenated onc... | user | 5 days | 1 | -26/+101 |
| * | Two independent constants: memoise the pygments token -> Rich style lookup (a... | user | 5 days | 2 | -5/+32 |
| * | Fetch a graph's listing rows from the blocks' MERGED EXTENTS, not their conve... | user | 5 days | 1 | -3/+32 |
| * | Only re-apply a scroll after the next refresh when it actually clamped. Both ... | user | 5 days | 1 | -5/+18 |
| * | Two hot-path fixes found by profiling the plain-line builder: the opcode-byte... | user | 5 days | 2 | -5/+11 |
| * | Three micro-wins on the listing-row path: merge the colour-tag and operand-ta... | user | 5 days | 1 | -2/+8 |
| * | Incremental search narrows instead of rescanning. Typing a character onto the... | user | 5 days | 1 | -14/+51 |
| * | Re-apply #5 (lru_cache on the per-line render + Heads built with their opcode... | user | 5 days | 1 | -35/+50 |
| * | Stop ida-pro-mcp installing a sys.setprofile hook around every tool call. Its... | user | 5 days | 1 | -1/+69 |
| * | diag: somewhere for swallowed errors to go | blasty | 5 days | 5 | -5/+161 |
| * | launch: the sweep could delete the file it was asked to open | blasty | 5 days | 1 | -4/+22 |
| * | worker_client: tests, and stop resurrecting a closed worker | blasty | 5 days | 1 | -1/+19 |
| * | app: the view mode is a type, and 'disasm' is gone | blasty | 5 days | 5 | -86/+150 |
| * | app: lift database edits out of IdaTui, and one prompt abstraction | blasty | 5 days | 3 | -741/+932 |