| Age | Commit message (Expand) | Author |
| 2019-03-22 | kaitai: initial minimal tree expansion until rows filled | Andrew Lamoureux |
| 2019-03-22 | kaitai: disclude circular formats on py2, more error reporting | Andrew Lamoureux |
| 2019-03-21 | kaitai: better error reporting when parser fails | Andrew Lamoureux |
| 2019-03-21 | kaitai: recognize zip, rar, gzip | Andrew Lamoureux |
| 2019-03-21 | kaitai: statusbar widget menu to select any format | Andrew Lamoureux |
| 2019-03-21 | Merge branch 'dev' of github.com:Vector35/binaryninja-api into dev | Andrew Lamoureux |
| 2019-03-21 | Fix global keybindings that are not in menus, fix crash on exit in snippets p... | Rusty Wagner |
| 2019-03-20 | kaitai: isolate the __main__ tests from binaryninja | Andrew Lamoureux |
| 2019-03-20 | kaitai: priority again, and dump the QGroupBoxes (take#2) | Andrew Lamoureux |
| 2019-03-20 | kaitai: more format compatibility, testing | Andrew Lamoureux |
| 2019-03-20 | Fix Python 2 issue in triage plugin | Rusty Wagner |
| 2019-03-20 | kaitai: adjustments and rearrangements for python2/3 compat | Andrew Lamoureux |
| 2019-03-20 | Add an is_main_thread API | Rusty Wagner |
| 2019-03-20 | kaitai: all formats compiled and included | Andrew Lamoureux |
| 2019-03-20 | kaitai: gif, jpg, png support and return proper priority | Andrew Lamoureux |
| 2019-03-20 | Fix some bugs in triage plugin | Rusty Wagner |
| 2019-03-20 | kaitai UI plugin + elf,macho,pe | Andrew Lamoureux |
| 2019-03-20 | initial snippets plugin | Jordan Wiens |
| 2019-03-20 | Filters for imports and exports in triage view | Rusty Wagner |
| 2019-03-20 | Updated triage example | Rusty Wagner |
| 2019-03-20 | Add ordinals to symbols | Rusty Wagner |
| 2019-03-20 | Initial example triage UI plugin | Rusty Wagner |
| 2019-03-20 | Improve initialization performance of StructuredDataView, add struct length | Rusty Wagner |
| 2019-03-20 | Add example UI plugin | Rusty Wagner |
| 2019-03-20 | Add flow graph options for additional UI features | Rusty Wagner |
| 2019-03-14 | Fix typo and add length check. | Brian Potchik |
| 2019-03-14 | BinaryView API for entropy. | Brian Potchik |
| 2019-03-12 | api: update to support getting source blocks from IL blocks | Ryan Snyder |
| 2019-03-08 | Fix comment | Peter LaFosse |
| 2019-03-08 | Add ability to index into functions and basicblocks | Peter LaFosse |
| 2019-03-07 | Don't let data renderer plugins go out of scope | Rusty Wagner |
| 2019-03-06 | Add ability to query cross references directly on data variables | Peter LaFosse |
| 2019-03-06 | Add get_data_refs_from API | Peter LaFosse |
| 2019-02-28 | Fix typo in API name | Rusty Wagner |
| 2019-02-26 | Fix some flow graph and disassembly API issues | Rusty Wagner |
| 2019-02-22 | Add API for constructing disassembly text | Rusty Wagner |
| 2019-02-19 | Fix documentation for show_html_report and show_markdown_report | Peter LaFosse |
| 2019-02-08 | Fixed imports in undoaction.py | Josh Watson |
| 2019-02-08 | Initial commit of StructuredDataView and StructureDataValue classes | Ryan Stortz |
| 2019-02-08 | Fix some python2 / python3 issues in Metadata | Bambu |
| 2019-02-01 | python: make arch hooks transparent | Ryan Snyder |
| 2019-01-30 | Don't require a source function for LLIL functions | Rusty Wagner |
| 2019-01-30 | Fix rebase removing changes | Rusty Wagner |
| 2019-01-30 | Prepare API for Python UI bindings | Rusty Wagner |
| 2019-01-30 | Fix documentation for Type.const | Peter LaFosse |
| 2019-01-29 | Add short alises for low_level_il (llil) and medium_level_il (mlil) | Peter LaFosse |
| 2019-01-29 | Add cancelScript api for scriptingProvider | Peter LaFosse |
| 2019-01-25 | Add CopyValue to Settings APi. | Brian Potchik |
| 2019-01-22 | fixes #1253 for get_instruction_text | Jordan Wiens |
| 2019-01-22 | fixes #1253 by handling bytes and strings for find_next_data | Jordan Wiens |