diff options
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 39 |
1 files changed, 39 insertions, 0 deletions
@@ -1,3 +1,42 @@ +14-10-16 Cyrille Bagard <nocbos@gmail.com> + + * src/analysis/binary.c: + Update test code for bookmarks. + + * src/analysis/db/cdb.c: + * src/analysis/db/cdb.h: + Write an archive on demand, and provide a final status. + + * src/analysis/db/client.c: + * src/analysis/db/client.h: + Ask the server for saving its archive. + + * src/analysis/db/collection.c: + * src/analysis/db/collection.h: + * src/analysis/db/item.c: + * src/analysis/db/item.h: + * src/analysis/db/item-int.h: + * src/analysis/db/items/bookmark.c: + * src/analysis/db/items/bookmark.h: + Store an item into the data base. + + * src/analysis/db/protocol.h: + Define a 'save' command. + + * src/arch/vmpa.c: + * src/arch/vmpa.h: + Provide a function to save the new 'vmpa_t' types into a SQLite DB. + + * src/common/Makefile.am: + Add the 'sqlite.h' file to libcommon_la_SOURCES. + + * src/common/sqlite.h: + New entry: extend SQLite with some internal definitions. + + * src/core/collections.c: + * src/gui/panels/bookmarks.c: + Update code. + 14-10-12 Cyrille Bagard <nocbos@gmail.com> * src/arch/arm/v7/arm.c: |