Code

frontend: Send connection-related log messages to the client.
[sysdb.git] / src / frontend / connection.c
2014-02-06 Sebastian Harlfrontend: Send connection-related log messages to the...
2014-02-05 Sebastian Harlfrontend/connection: Require authentication before...
2014-01-31 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-12 Sebastian Harlfrontend: Added missing 'break' in switch statement.
2014-01-12 Sebastian Harlfrontend: Free parser-allocated memory after handling...
2014-01-06 Sebastian Harlfrontend: Implemented the CONNECTION_QUERY command.
2013-12-10 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-10 Sebastian HarlMoved core/error to utils/error.
2013-12-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-05 Sebastian Harlutil strbuf: Let skip() support an offset.
2013-12-04 Sebastian Harlutils proto: Added utility functions for protocol handling.
2013-12-01 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-11-28 Sebastian Harlfrontend: Unified error reporting to the client.
2013-11-28 Sebastian HarlRenamed sdb_session_start() to sdb_fe_session_start().
2013-11-28 Sebastian Harlfrontend: Added a simple 'LIST' command.
2013-11-26 Sebastian Harlfrontend: Moved all connection handling operations...
2013-11-23 Sebastian Harlfrontend: Report back invalid commands.
2013-11-23 Sebastian Harlfrontend: Handle STARTUP and PING commands.
2013-11-12 Sebastian Harlfrontend: Moved connection init/close to connection.c.
2013-11-11 Sebastian Harlfrontend/connection: Reset state after handling a command.
2013-11-11 Sebastian Harlfrontend/connection: Try to handle as much as possible...
2013-11-11 Sebastian Harlfrontend: Added module for generic connection handling.