| Age | Commit message (Expand) | Author |
| 2016-07-26 | adding modified sphinx_rtd with red color | Jordan Wiens |
| 2016-07-24 | add initial api documentation for C++, C, and Python generated with sphinx, b... | Jordan Wiens |
| 2016-07-24 | very early checkin of template for user-docs, only a few pages filled out | Jordan Wiens |
| 2016-07-24 | markdown requires spaces instead of tabs, force it with a .editorconfig file | Jordan Wiens |
| 2016-07-24 | Merge branch 'dev' of github.com:Vector35/binaryninja-api into dev | Jordan Wiens |
| 2016-07-24 | ignore generated html site folder, that will be pushed directly to the gh-pag... | Jordan Wiens |
| 2016-07-23 | Add endian argument to registering archs with views | Rusty Wagner |
| 2016-07-22 | Add API to set type of function | Rusty Wagner |
| 2016-07-20 | Add API for previous start of basic block | Rusty Wagner |
| 2016-07-20 | Add notifications for data variables | Rusty Wagner |
| 2016-07-19 | Adding APIs for data variables | Rusty Wagner |
| 2016-07-15 | Cap opcode display length to max instruction length in Python API | Rusty Wagner |
| 2016-07-15 | Add API for instruction length and option for showing opcodes in disassembly | Rusty Wagner |
| 2016-07-13 | Add token types for hex dump | Rusty Wagner |
| 2016-07-12 | Add token and line types for function headers in linear view | Rusty Wagner |
| 2016-07-11 | Rename API to be more accurate | Rusty Wagner |
| 2016-07-11 | Add APIs for querying data and code before address, and add settings paramete... | Rusty Wagner |
| 2016-07-10 | Merge branch 'dev' into linear_view | Rusty Wagner |
| 2016-07-10 | Add APIs for accessing linear disassembly | Rusty Wagner |
| 2016-07-09 | few small typos and add convenience getter/setter for function.name | Jordan Wiens |
| 2016-07-07 | Adding DemangleMS API and extending types for C++ | plafosse |
| 2016-07-06 | Add API to get disassembly text for a basic block outside of a graph | Rusty Wagner |
| 2016-07-02 | Added another exmample. This one can be compiled and ran from terminal. | bambu |
| 2016-07-02 | Merge remote-tracking branch 'upstream/dev' into dev | bambu |
| 2016-06-30 | Add API for analysis progress | Rusty Wagner |
| 2016-06-30 | remove sleep from sample plugins | Jordan Wiens |
| 2016-06-29 | Adding doxygen xml directory to .gitignore | plafosse |
| 2016-06-29 | Adding initial documentation for c++ | plafosse |
| 2016-06-29 | Fix missing include | Rusty Wagner |
| 2016-06-29 | Add analysis completion event and wait API | Rusty Wagner |
| 2016-06-05 | Makefile for building binaryninja-api and example c++ plugin | bambu |
| 2016-06-03 | Merge pull request #274 from withzombies/stack-contents-api-fix | Rusty Wagner |
| 2016-06-02 | get_stack_contents_at* referenced an undefined variable | Ryan Stortz |
| 2016-06-02 | fix padding bugs, no padding anywhere now but at least its consistent | Jordan Wiens |
| 2016-06-02 | SVG export fixes for border | plafosse |
| 2016-06-02 | properly escape higher unicode, use address instead of function in filename, ... | Jordan Wiens |
| 2016-06-01 | missed a few colors | Jordan Wiens |
| 2016-06-01 | stylized svg and start of tooltips | Jordan Wiens |
| 2016-05-30 | Add IL instruction to promote bool to int, used for MIPS jump tables | Rusty Wagner |
| 2016-05-30 | Adding data flow state for comparison results | Rusty Wagner |
| 2016-05-30 | Add APIs for querying stack variable values and parameters by index | Rusty Wagner |
| 2016-05-25 | Adding API to retrieve basic block annotations | Rusty Wagner |
| 2016-05-25 | Fix formatting of negative hex values | Rusty Wagner |
| 2016-05-25 | Extending register value system to include ranges and lookup table values | Rusty Wagner |
| 2016-05-24 | Early prototype for svg export. Needs more styles, possibly fix clickable lin... | Jordan Wiens |
| 2016-05-24 | return instead of assignment to result | Jordan Wiens |
| 2016-05-21 | Fix crash caused by automatic operator= | Rusty Wagner |
| 2016-05-21 | proper types, fixes #253 | Jordan Wiens |
| 2016-05-17 | Merge branch 'dev' of github.com:Vector35/binaryninja-api into dev | Rusty Wagner |
| 2016-05-17 | Merge branch 'iterators' of https://github.com/withzombies/binaryninja-api in... | Rusty Wagner |