diff options
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: |