Code

Renamed CONNECTION_* constants to SDB_CONNECTION_*.
[sysdb.git] / src / frontend / connection.c
2014-11-11 Sebastian HarlRenamed CONNECTION_* constants to SDB_CONNECTION_*.
2014-09-30 Sebastian Harlfrontend: Use sdb_proto_get_int() instead of a custom...
2014-09-16 Sebastian Harlfrontend, sysdb: Correctly handle empty queries.
2014-09-16 Sebastian Harlfrontend/proto: Include the log priority in LOG messages.
2014-09-11 Sebastian Harlfrontend: Guarantee that no async messages are sent...
2014-08-22 Sebastian HarlAdded __attribute__((format(printf, ...))) where approp...
2014-08-02 Sebastian Harlfrontend: Split up command_handle() into several sdb_fe...
2014-08-02 Sebastian Harlfrontend: Renamed sdb_fe_<cmd> functions to sdb_fe_exec...
2014-08-02 Sebastian Harlfrontend: Make sure to not read to much from a connecti...
2014-07-29 Sebastian Harlfrontend: Let FETCH/LIST/LOOKUP implementations accept...
2014-05-14 Sebastian Harlfrontend: Simplified error handling.
2014-05-14 Sebastian Harlfrontend: Execute commands early on large amounts of...
2014-05-14 Sebastian Harlfrontend: Handle missing authentication early.
2014-05-14 Sebastian Harlfrontend: Fix invalid command handling when receiving...
2014-05-13 Sebastian Harlfrontend: Treat CONNECTION_IDLE as an invalid command.
2014-04-24 Sebastian Harlfrontend: Reset the current command length on CONNECTIO...
2014-04-24 Sebastian Harlfrontend: Clear the error buffer when initializing...
2014-04-23 Sebastian Harlfrontend: Always store errors in the error buffer.
2014-04-23 Sebastian Harlfrontend: Always reset the current command after handli...
2014-04-23 Sebastian Harlfrontend: Clear current command on authentication error.
2014-04-22 Sebastian Harlfrontend: Free strdup()'ed username when destroying...
2014-04-11 Sebastian Harlfrontend: Force-close the connection in sdb_connection_...
2014-04-11 Sebastian HarlFrontend: Improve debug log when destroying a connection.
2014-04-11 Sebastian Harlfrontend: Fixed a memory leak in the connection context...
2014-04-11 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-10 Sebastian Harlfrontend: Be more robust in case of failed connections.
2014-04-01 Sebastian Harlfrontend: Added LOOKUP support to the connection handler.
2014-03-31 Sebastian Harlfrontend: Added FETCH support to the connection handler.
2014-03-07 Sebastian Harlutils llist: Let llist_get() increment the reference...
2014-02-06 Sebastian Harlfrontend: Don't send debug logs to the client (for...
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.