summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
Diffstat (limited to 'ChangeLog')
-rw-r--r--ChangeLog18
1 files changed, 18 insertions, 0 deletions
diff --git a/ChangeLog b/ChangeLog
index 5822754..8f0fc98 100644
--- a/ChangeLog
+++ b/ChangeLog
@@ -1,3 +1,21 @@
+16-04-11 Cyrille Bagard <nocbos@gmail.com>
+
+ * src/analysis/binary.c:
+ * src/analysis/db/cdb.c:
+ Update code.
+
+ * src/analysis/db/client.c:
+ * src/analysis/db/client.h:
+ Distinguish the internal server from the remote one using Unix sockets.
+
+ * src/analysis/db/server.c:
+ * src/analysis/db/server.h:
+ Distinguish the internal server from the remote one using Unix sockets.
+ Delete the useless cdb_client structure.
+
+ * src/main.c:
+ Update code.
+
16-04-10 Cyrille Bagard <nocbos@gmail.com>
* src/analysis/binary.c: