Code

store_json: Base the memstore emitter on the store-writer API.
[sysdb.git] / src / frontend / connection.c
2015-08-13 Sebastian Harlfrontend: Connection-specific functions now use the...
2015-02-27 Sebastian HarlMerged branch 'master' of git://github.com/sysdb/sysdb...
2015-02-22 Sebastian Harlfrontend: Provide more details in the logs when shuttin...
2015-02-22 Sebastian Harlfrontend: Added the SERVER_VERSION command.
2015-01-28 Sebastian Harlfrontend, sysdbd: Let all TCP connections use SSL.
2015-01-19 Sebastian HarlRemoved a spammy and now unnecessary debug log message.
2015-01-16 Sebastian Harlconnection: Log peer information after accepting a...
2015-01-15 Sebastian Harlconnection: Let sdb_connection_accept() handle all...
2015-01-14 Sebastian Harlfrontend: Add support for TCP connections.
2015-01-14 Sebastian Harlfrontend: Make peer detection more flexible.
2015-01-14 Sebastian Harlconnection: Update the connection name as early as...
2015-01-10 Sebastian Harlfrontend: Make connection I/O handling more flexible.
2015-01-10 Sebastian Harlfrontend: Add support for SDB_CONNECTION_STORE.
2014-12-29 Sebastian Harlproto: Let unmarshal functions return the number of...
2014-12-18 Sebastian Harlutils/proto: Let all unmarshal functions accept strings...
2014-12-15 Sebastian Harlconnection: Use sdb_connection_close to close a connection.
2014-12-15 Sebastian Harlconnection: Use sdb_proto_unmarshal_header.
2014-12-15 Sebastian HarlMoved sdb_proto_send/sdb_proto_select to sdb_write...
2014-12-15 Sebastian Harlconnection: Let sdb_connection_close not deallocate...
2014-12-15 Sebastian Harlconnection: Renamed sdb_connection_read to sdb_connecti...
2014-12-14 Sebastian Harlutils/proto: Replaced sdb_proto_send_msg with sdb_proto...
2014-12-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-12-09 Sebastian Harlfrontend: Get the username of the remote peer from...
2014-12-03 Sebastian HarlUse stdbool.h's bool type instead of _Bool.
2014-11-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
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.