summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2014-10-16 22:04:29 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2014-10-16 22:04:29 (GMT)
commit6d34dbbb00da0c276261d0e1ce4bf862f22fd8e0 (patch)
treea5d3c8644691934ba84a91919f7db177f70743f1 /ChangeLog
parente75f44a99c8f984af4c47fa9a2c8e7e9841700d8 (diff)
Stored a bookmark into the data base and saved the archive.
git-svn-id: svn://svn.gna.org/svn/chrysalide/trunk@414 abbe820e-26c8-41b2-8c08-b7b2b41f8b0a
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog39
1 files changed, 39 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index d621c81..fef9d17 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -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: