summaryrefslogtreecommitdiff
path: root/ChangeLog
diff options
context:
space:
mode:
authorCyrille Bagard <nocbos@gmail.com>2016-04-11 21:46:03 (GMT)
committerCyrille Bagard <nocbos@gmail.com>2016-04-11 21:46:03 (GMT)
commita4f2f3ec4b4cf7b894d6976c884fbc446396cd00 (patch)
tree0ef60529d585eb0e90b2df7eae60bdf4b1e327d3 /ChangeLog
parent5ad85cf30b2355ca727904d1a0d25240283813b3 (diff)
Distinguished the internal server from the remote one using Unix sockets.
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: