summaryrefslogtreecommitdiff
path: root/filemetadata.cpp
AgeCommit message (Collapse)Author
2021-03-30Add ability to query for database backing of specific BinaryViewTypes and ↵Brian Potchik
fix state initialization.
2021-01-18updating copyright yearJordan Wiens
2020-12-09Cleanup project creation and add API.Brian Potchik
2020-11-16add a unit test for loading old databaseXusheng
2020-10-16add unit test for deprecated BinaryViewTypeXusheng
expose FileMetadata::GetExistingViews()
2020-07-10Add save settingsJosh Ferrell
2020-03-31Undobuffer merging and mergetoolJosh Ferrell
2020-02-06Add clean savingJosh Ferrell
2020-01-01update copyright year to 2020Jordan Wiens
2019-11-14Initial dynamic rebasing support.Brian Potchik
2019-09-11Add ability to open a database with options.Brian Potchik
2019-01-17update company name and copyright dateJordan Wiens
2018-10-18Initial Enhanced Settings System.Brian Potchik
2018-08-23add support for original_filename propertyJordan Wiens
2017-05-19update copyright yearJordan Wiens
2016-08-25Adding APIs for database save/load progress and constant referencesRusty Wagner
2016-04-10Add MIT license for API wrappersRusty Wagner
2016-01-31Refactor API to fix design bug that causes use-after-free on many plugin objectsRusty Wagner
2015-09-08Refactor navigation handlers so that Python can interact with them properlyRusty Wagner
2015-04-27Restore defined functions from databaseRusty Wagner
2015-04-27Initial database save/open, just file contents right nowRusty Wagner
2015-04-26Add serialization API for undo actions to prepare for storing in databaseRusty Wagner
2015-03-21Add assemble dialog and use nasm for x86/x86_64Rusty Wagner
2015-03-20Load PDB symbols on WindowsRusty Wagner
2015-02-12Place API code with the associated classRusty Wagner