summaryrefslogtreecommitdiff
path: root/src/analysis/db
AgeCommit message (Expand)Author
2019-09-29Handled disabled update items.Cyrille Bagard
2019-09-29Provided a generic way to update DB values.Cyrille Bagard
2019-09-29Made the code more homogeneous.Cyrille Bagard
2019-09-26Transmitted the database item flags thanks to the connections.Cyrille Bagard
2019-09-25Prepared history for database items.Cyrille Bagard
2019-09-17Kept tracks of current active DB items.Cyrille Bagard
2019-09-12Extended the Python API for update databases.Cyrille Bagard
2019-09-12Cleaned the DB code a little bit.Cyrille Bagard
2019-09-12Replaced some database item properties by new flags.Cyrille Bagard
2019-09-11Built suitable dynamic labels for bookmarks.Cyrille Bagard
2019-09-11Reactivated bookmarks for disassembled code.Cyrille Bagard
2019-09-08Used the SSL link with more care.Cyrille Bagard
2019-09-08Provided a way to save the database updates from Python.Cyrille Bagard
2019-09-08Updated the database protocol for bookmarks.Cyrille Bagard
2019-09-05Made server connections easier while running analysis.Cyrille Bagard
2019-09-01Prepared the update of the user identity from the GUI.Cyrille Bagard
2019-08-29Removed code relative to the old share server version.Cyrille Bagard
2019-08-29Defined a new way to launch updates share servers.Cyrille Bagard
2019-05-11Typo.Cyrille Bagard
2019-05-08Updated the core functions dealing with SQLite databases.Cyrille Bagard
2019-02-09Fixed another batch of memory leaks.Cyrille Bagard
2019-02-05Fixed a huge number of memory leaks.Cyrille Bagard
2019-01-02Got ride of some uninitialized variable usages.Cyrille Bagard
2018-12-31Warned about missing local server certificates.Cyrille Bagard
2018-12-17Updated the connection protocol.Cyrille Bagard
2018-12-03Selected the right storage for each loaded binary.Cyrille Bagard
2018-12-03Built a dialog box to change storage options.Cyrille Bagard
2018-12-02Cleaned the DB code a little bit.Cyrille Bagard
2018-12-02Increased the current DB protocol version.Cyrille Bagard
2018-12-01Cleaned the client code.Cyrille Bagard
2018-12-01Encrypted all communications using TLS.Cyrille Bagard
2018-08-06Fixed many bugs in the code cache and the width tracker objects.Cyrille Bagard
2018-08-03Updated the reference counters when providing instruction links.Cyrille Bagard
2018-07-23Fixed the analysis database creations.Cyrille Bagard
2018-07-19Deleted all references to any asm syntax.Cyrille Bagard
2018-07-16Applied a new GUI update with the new loaded panels features.Cyrille Bagard
2018-07-16Updated the move entry from database items.Cyrille Bagard
2018-07-14Used abstract locations to scroll into displays.Cyrille Bagard
2018-07-14Replaced all the remaining concrete locations in internal rendering buffers.Cyrille Bagard
2018-07-14Begun to switch to abstract locations in internal rendering buffers.Cyrille Bagard
2018-06-02Reset the communication buffer as expected.Cyrille Bagard
2018-06-02Fixed a memory leak when reading packed buffers.Cyrille Bagard
2018-05-12Improved a little bit the Chrysalide database support.Cyrille Bagard
2018-05-12Created helpers for dealing with archives.Cyrille Bagard
2018-05-12Removed all execute bits in the source code files.Cyrille Bagard
2018-05-02Removed debug output.Cyrille Bagard
2018-05-02Moved archive temporary files.Cyrille Bagard
2018-05-02Cleaned some archive resources at exit.Cyrille Bagard
2018-04-24Avoided a double free in case of archive creation failure.Cyrille Bagard
2018-04-22Installed the core headers in the right place for plugins.Cyrille Bagard