summaryrefslogtreecommitdiff
path: root/src/analysis/db/server.c
AgeCommit message (Expand)Author
2022-02-21Make the server drive the network exchanges.Cyrille Bagard
2021-10-24Use the loaded content class hints in the DB archives.Cyrille Bagard
2021-06-03Reconnect the analysis clients to servers when requested.Cyrille Bagard
2021-06-01Improve the code quality by renaming the type for packed buffers.Cyrille Bagard
2021-05-29Define roles for allowed connections to servers.Cyrille Bagard
2020-10-20Fixed some compilation warnings.Cyrille Bagard
2020-02-04Updated copyright headers.Cyrille Bagard
2019-10-19Initialized exchange strings with a new function.Cyrille Bagard
2019-10-10Introduced first steps towards database snapshots.Cyrille Bagard
2019-08-29Defined a new way to launch updates share servers.Cyrille Bagard
2018-12-31Warned about missing local server certificates.Cyrille Bagard
2018-12-02Cleaned the DB code a little bit.Cyrille Bagard
2018-12-01Encrypted all communications using TLS.Cyrille Bagard
2018-06-02Fixed a memory leak when reading packed buffers.Cyrille Bagard
2018-05-02Cleaned some archive resources at exit.Cyrille Bagard
2018-04-24Avoided a double free in case of archive creation failure.Cyrille Bagard
2018-04-11Moved all the temporary creations in a temporary directory.Cyrille Bagard
2018-04-05Changed Foobar to Chrysalide in all GPL headers.Cyrille Bagard
2018-04-02Removed lots of uninitialized uses, mostly in NDEBUG mode.Cyrille Bagard
2018-01-31Avoided to pollute the configuration directory with old UNIX family sockets.Cyrille Bagard
2018-01-13Handled the logs from the GUI, the command line and the Python bindings.Cyrille Bagard
2017-08-12Added a batch mode and a way to load binaries from command line.Cyrille Bagard
2017-04-19Handled static strings as well as dynamic strings in comments.Cyrille Bagard
2017-02-28Defined abstract packed buffers to transfert data.Cyrille Bagard
2016-12-31Updated all copyrights.Cyrille Bagard
2016-11-03Replaced all the remaining occurrences of 'OpenIDA' by 'Chrysalide'.Cyrille Bagard
2016-04-11Distinguished the internal server from the remote one using Unix sockets.Cyrille Bagard
2016-04-09Signed and verified the MD5 hash of a given user name.Cyrille Bagard
2015-11-11Fixed most of the warnings about use of uninitialized data.Cyrille Bagard
2015-07-22Fortified the client/server protocol and first exchanges.Cyrille Bagard
2015-02-23Fixed a bug: do not close the connection after the initial handshake.Cyrille Bagard
2015-02-09Created a dialog box to create new bookmarks.Cyrille Bagard
2014-08-18Inserted storages and collections into loaded binaries (first steps).Cyrille Bagard
2014-04-28Updated all copyright headers.Cyrille Bagard
2014-04-07Relied on Cairo for printing code.Cyrille Bagard
2014-03-20Created the first steps for a distributed storage.Cyrille Bagard