Code

frontend: Added flex/bison based parser skeleton.
[sysdb.git] / src /
2013-12-31 Sebastian Harlfrontend: Added flex/bison based parser skeleton.
2013-12-30 Sebastian Harlfrontend/query: Fixed typo.
2013-12-30 Sebastian Harlsrc/Makefile: Use LTLIBRARIES for libsysdb_scanner.
2013-12-26 Sebastian Harlsysdb/scanner.l: Enabled 8bit, nodefault, and warn...
2013-12-26 Sebastian Harlstore: Don't look up services from hierarchical hosts.
2013-12-26 Sebastian HarlFixed some issues identified by static code analysis.
2013-12-22 Sebastian Harlsrc/Makefile: Include sysdb.h.in file in a distribution.
2013-12-22 Sebastian Harlsrc/Makefile: Added a rule to create ‘../version’.
2013-12-22 Sebastian Harlsrc/Makefile: Fixed path to connection-private.h.
2013-12-22 Sebastian HarlMake everything buildable out-of-tree.
2013-12-21 Sebastian HarlLet the config parser accept unquoted IPv6 addresses.
2013-12-21 Sebastian Harlsrc/Makefile: Fixed an automake warning.
2013-12-21 Sebastian Harlbuild system: Added --enable-gcov configure option.
2013-12-21 Sebastian Harlproto utils: Fixed invalid conversion of return value.
2013-12-20 Sebastian Harlsysdb: Use the flex scanner generator for reading input.
2013-12-20 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-20 Sebastian Harlplugin: Record all loaded plugins and use that for...
2013-12-20 Sebastian Harlfrontend: Make the number of handler threads configurable.
2013-12-20 Sebastian Harlfrontend: Return an error if no handler threads could...
2013-12-19 Sebastian Harlfrontend: Implemented simplified error handling when...
2013-12-19 Sebastian Harlclient: Let sdb_client_recv() use sdb_proto_select().
2013-12-19 Sebastian Harlproto utils: Added sdb_proto_select().
2013-12-18 Sebastian Harlfrontend: Clean up UNIX sockets when closing a listener.
2013-12-17 Sebastian Harlfrontend: Let listen_and_serve() return early if do_loo...
2013-12-15 Sebastian HarlMoved connection-private.h from src/include/frontend...
2013-12-15 Sebastian HarlMoved sysdb and sysdbd sources to src/tools/.
2013-12-15 Sebastian Harlsysdb: Use a string buffer and simple (stupid) ';'...
2013-12-13 Sebastian Harlstrbuf utils: Added sdb_strbuf_clear().
2013-12-13 Sebastian Harlsysdb: Free memory allocated by readline().
2013-12-13 Sebastian Harlsysdb: Don't warn about missing history file when loadi...
2013-12-13 Sebastian Harlsysdb: Check for and use libedit/libreadline for comman...
2013-12-13 Sebastian Harldbi utils: Don't keep invalid object address after...
2013-12-11 Sebastian Harlfrontend: Remove stale UNIX sockets before trying to...
2013-12-11 Sebastian Harlclient: Report client socket errors using error utils.
2013-12-11 Sebastian Harlsysdb: Exit, if the current user could not be determined.
2013-12-10 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-10 Sebastian Harlsysdb: Use error utilities.
2013-12-10 Sebastian Harlerror utils: Make the logger callback configurable.
2013-12-10 Sebastian HarlMoved core/error to utils/error.
2013-12-10 Sebastian Harlsysdb: Connect to the server and issue a STARTUP command.
2013-12-10 Sebastian Harlsysdbd: Send SIGINT to backend thread when shutting...
2013-12-10 Sebastian Harlproto utils: Fixed offset check in get_int().
2013-12-09 Sebastian HarlLet sdb_client_connect() send a username to the server.
2013-12-09 Sebastian Harlfrontend: Split connection status constants into a...
2013-12-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-07 Sebastian Harlstore: tojson(): Comma-separate multiple hosts.
2013-12-07 Sebastian Harlstore: Don't try to update non-existent attributes.
2013-12-05 Sebastian HarlUpdated various copyright notices to 2012-2013.
2013-12-05 Sebastian Harlsysdbd: Changed -d option to -D and default to daemoniz...
2013-12-05 Sebastian Harlsysdbd: Fixed a typo.
2013-12-05 Sebastian Harlsysdb: Added a initial client implementation.
2013-12-05 Sebastian Harlclient: Let client_recv() read a full response.
2013-12-05 Sebastian Harlclient: Let client_recv() not pass unparsed status...
2013-12-05 Sebastian Harlutil strbuf: Let skip() support an offset.
2013-12-05 Sebastian HarlAdded version functions to libsysdbclient.
2013-12-05 Sebastian HarlLink proto and strbuf utilities into libsysdbclient.
2013-12-04 Sebastian HarlAdded initial client library implementation.
2013-12-04 Sebastian Harlutils proto: Added sdb_proto_get_int().
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-12-01 Sebastian Harlobject: Be more specific about requirements for the...
2013-12-01 Sebastian Harlobject: Ensure that a type's destroy callback is called...
2013-11-28 Sebastian Harlfrontend: Unified error reporting to the client.
2013-11-28 Sebastian Harlstore: Let tojson() embed errors into JSON rather than...
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-28 Sebastian Harlstore: Replaced store_dump() with store_tojson().
2013-11-28 Sebastian Harlutils strbuf: Handle nul-byte correctly.
2013-11-26 Sebastian Harlsrc/Makefile: Install all public header files.
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/sock: Fixed an info message.
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.
2013-11-07 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-11-07 Sebastian Harlsocket frontend: Notify about incomplete commands befor...
2013-11-07 Sebastian Harlutils strbuf: Advance buffer position in sdb_strbuf_read().
2013-11-06 Sebastian Harlsocket frontend: Read incoming commands into a buffer.
2013-10-31 Sebastian Harlutils strbuf: Added sdb_strbuf_skip().
2013-10-30 Sebastian Harlsocket frontend: Merged connection_obj_t and connection_t.
2013-10-29 Sebastian Harlutils strbuf: Added sdb_strbuf_read().
2013-10-29 Sebastian Harlutils strbuf: Added memcpy and memappend functions.
2013-10-26 Sebastian Harlsocket frontend: Cleaned up main handler loop a bit.
2013-10-26 Sebastian Harlsocket frontend: Try to reopen a connection if it has...
2013-10-26 Sebastian Harlsocket frontend: Close sockets on error as well.
2013-10-26 Sebastian Harlsocket frontend: Close listening sockets before returning.
2013-10-26 Sebastian Harlsocket frontend: Disallow duplicate listen_and_serve...
2013-10-25 Sebastian Harlsocket frontend: Don't use UTF-8 in comments ;-)
2013-10-25 Sebastian Harlsocket frontend: Let handler read from open connection.
2013-10-25 Sebastian Harlsocket frontend: Pass socket object to handler threads.
2013-10-25 Sebastian Harlsocket frontend: Renamed accept_connection → connection...
2013-10-25 Sebastian Harlsocket frontend: Use nonblocking I/O for open connections.
2013-10-25 Sebastian Harlsocket frontend: Split connection accepting into its...
2013-10-25 Sebastian Harlsocket frontend: Manage open connections in listen_and_...
2013-10-25 Sebastian Harlutils llist: Added sdb_llist_iter_remove_current().
2013-10-22 Sebastian HarlMade log prefixes slightly more generic.
2013-10-22 Sebastian Harldaemon: Terminate backend thread after frontends have...
next