Code

Merged branch 'master' of git://git.tokkee.org/sysdb.
[sysdb.git] / src / frontend /
2014-06-23 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-23 Sebastian Harlstore_lookup: Pass a data-object to parse_cmp().
2014-06-18 Sebastian HarlRemoved obsolete TODO note.
2014-06-16 Sebastian Harlgrammar: Simplified compare matcher parser.
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-27 Sebastian Harlfrontend: Make UNIX sockets the default listener implem...
2014-04-25 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-25 Sebastian Harlfrontend: Added destructors for dynamically allocated...
2014-04-25 Sebastian Harlfrontend: Fixed deprecated %name-prefix syntax.
2014-04-25 Sebastian Harlfrontend: FETCH, LIST, LOOKUP are untyped tokens.
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-23 Sebastian Harlparser: Don't leak memory when building nested matchers.
2014-04-22 Sebastian Harlfrontend: Free strdup()'ed username when destroying...
2014-04-21 Sebastian Harlfrontend: Added sdb_fe_sock_clear_listeners().
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-10 Sebastian Harlfrontend: Close a connection when receiving an exceptio...
2014-04-09 Sebastian Harlparser: Make sure that each comparator matcher is a...
2014-04-06 Sebastian Harlfrontend: Actually implement support for the NOT operator.
2014-04-06 Sebastian Harlcore, frontend: Added !=, !~, and NOT operators.
2014-04-06 Sebastian Harlfrontend: Let the parser support brackets in matcher...
2014-04-06 Sebastian Harlfrontend: Fixed memory holes in the parser.
2014-04-06 Sebastian Harlfrontend parser: Added support for AND and OR matchers.
2014-04-05 Sebastian Harlfrontend: Accept compare matchers as expressions.
2014-04-05 Sebastian Harlfrontend: Don't ignore single characters in the scanner.
2014-04-02 Sebastian Harlfrontend: Let LIST not include details.
2014-04-01 Sebastian Harlfrontend: Added LOOKUP support to the connection handler.
2014-04-01 Sebastian Harlfrontend: Added simple 'LOOKUP <type> WHERE <expression...
2014-04-01 Sebastian Harlgrammar.y: Added some (very) short documentation for...
2014-03-31 Sebastian Harlfrontend: Require strings instead of identifiers.
2014-03-31 Sebastian Harlfrontend: Added very simple single-quoted string support.
2014-03-31 Sebastian Harlfrontend: Free dynamically allocated memory in the...
2014-03-31 Sebastian Harlfrontend: Added FETCH support to the connection handler.
2014-03-31 Sebastian Harlfrontend: Added 'FETCH <name>' query command.
2014-03-20 Sebastian Harlfrontend: Let the parser not accept other grammars...
2014-03-07 Sebastian Harlutils llist: Let llist_get() increment the reference...
2014-03-07 Sebastian Harlfrontend parser: Added support for parsing single expre...
2014-02-23 Sebastian HarlInclude config.h in source files.
2014-02-23 Sebastian Harlfrontend: Fixed two typing issues.
2014-02-23 Sebastian Harlfrontend, liboconfig: Added missing prototypes for...
2014-02-19 Sebastian Harlstore: Split private type definitions into a new header...
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-02-05 Sebastian Harlfrontend/session: Store authenticated user information.
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-12 Sebastian HarlFixed memory errors identified by LLVM's AddressSanitizer.
2014-01-06 Sebastian Harlfrontend: Implemented the CONNECTION_QUERY command.
2014-01-06 Sebastian Harlfrontend parser: Added 'len' parameter to sdb_fe_parse().
2014-01-06 Sebastian Harlfrontend: Added simple implementation of sdb_fe_exec().
2014-01-03 Sebastian Harlstore: Added flags to JSON functions indicating informa...
2014-01-02 Sebastian Harlfrontend: Let sdb_fe_parse() return a list of parsed...
2013-12-31 Sebastian Harlfrontend: Added flex/bison based parser skeleton.
2013-12-30 Sebastian Harlfrontend/query: Fixed typo.
2013-12-20 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
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-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-11 Sebastian Harlfrontend: Remove stale UNIX sockets before trying to...
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/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-06 Sebastian Harlsocket frontend: Read incoming commands into a buffer.
2013-10-30 Sebastian Harlsocket frontend: Merged connection_obj_t and connection_t.
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.
next