| Age | Commit message (Expand) | Author |
| 2015-03-20 | Load PDB symbols on Windows | Rusty Wagner |
| 2015-03-20 | Function list filtering UI | Rusty Wagner |
| 2015-03-20 | Code cross references, undo for creation of functions | Rusty Wagner |
| 2015-03-19 | Update function list when analysis finds new functions | Rusty Wagner |
| 2015-03-19 | Improve performance by avoiding heavy lock contention | Rusty Wagner |
| 2015-03-19 | Add parsing of ELF symbol tables | Rusty Wagner |
| 2015-03-18 | Add a symbol management API | Rusty Wagner |
| 2015-03-16 | Improved graph layout algorithm, add trivial edges until edge routing is written | Rusty Wagner |
| 2015-03-11 | Create some templates to reduce duplicated API code | Rusty Wagner |
| 2015-03-10 | Implement make function hotkey and disassembly navigation | Rusty Wagner |
| 2015-03-04 | Modify architecture API for less allocations and more flexibility | Rusty Wagner |
| 2015-03-04 | Add architecture to graph edges, and add edge routing data field for layout | Rusty Wagner |
| 2015-03-03 | Fix missing cast | Rusty Wagner |
| 2015-03-03 | Add a logging system | Rusty Wagner |
| 2015-03-03 | Don't store instruction size list as it can be easily regenerated | Rusty Wagner |
| 2015-03-03 | Fix crashes on file close when analysis is still running | Rusty Wagner |
| 2015-02-21 | Handle sizing and complete event for disassembly view | Rusty Wagner |
| 2015-02-20 | Very early disassembly view rendering | Rusty Wagner |
| 2015-02-20 | Initial code for generating function graphs | Rusty Wagner |
| 2015-02-19 | Add APIs for accessing function information | Rusty Wagner |
| 2015-02-18 | Add simple basic block analysis | Rusty Wagner |
| 2015-02-17 | Use c++11 config option, work on 10.7 again | Rusty Wagner |
| 2015-02-17 | Fix Mac build, minimum is now 10.9 to allow C++11 to build | Rusty Wagner |
| 2015-02-16 | Add architecture plugin type, x86 plugin, and get ready for threads | Rusty Wagner |
| 2015-02-16 | Restyle the code to use smart tabs | Rusty Wagner |
| 2015-02-14 | Add menu items using transform registrations, hook up copy as and paste from | Rusty Wagner |
| 2015-02-13 | Add basic clipboard operations | Rusty Wagner |
| 2015-02-12 | Place API code with the associated class | Rusty Wagner |
| 2015-02-12 | Add API for registering transforms | Rusty Wagner |
| 2015-02-11 | Get UI working with the core view type system, ELF view now works | Rusty Wagner |
| 2015-02-11 | More ELF parsing, and a view type registration system | Rusty Wagner |
| 2015-02-07 | Fix Windows build | Rusty Wagner |
| 2015-02-07 | Start implementation of ELF view and add stream objects | Rusty Wagner |
| 2015-02-05 | Fix Mac build and toolbar size on Mac | Rusty Wagner |
| 2015-02-03 | Refactor to allow for plugins and language bindings | Rusty Wagner |