diff options
author | Cyrille Bagard <nocbos@gmail.com> | 2016-04-11 21:46:03 (GMT) |
---|---|---|
committer | Cyrille Bagard <nocbos@gmail.com> | 2016-04-11 21:46:03 (GMT) |
commit | a4f2f3ec4b4cf7b894d6976c884fbc446396cd00 (patch) | |
tree | 0ef60529d585eb0e90b2df7eae60bdf4b1e327d3 /ChangeLog | |
parent | 5ad85cf30b2355ca727904d1a0d25240283813b3 (diff) |
Distinguished the internal server from the remote one using Unix sockets.
Diffstat (limited to 'ChangeLog')
-rw-r--r-- | ChangeLog | 18 |
1 files changed, 18 insertions, 0 deletions
@@ -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: |