2014-08-02 |
Sebastian Harl | frontend: Renamed sdb_fe_<cmd> functions to sdb_fe_exec... |
tree | commitdiff |
2014-08-02 |
Sebastian Harl | frontend: Make sure to not read to much from a connecti... |
tree | commitdiff |
2014-07-31 |
Sebastian Harl | frontend/grammar: Added support for field names in... |
tree | commitdiff |
2014-07-30 |
Sebastian Harl | frontend: Added 'FILTER' support to the 'LOOKUP' command. |
tree | commitdiff |
2014-07-30 |
Sebastian Harl | frontend/scanner: Simplified handling of reserved words. |
tree | commitdiff |
2014-07-30 |
Sebastian Harl | store, frontend: Parse object field matchers. |
tree | commitdiff |
2014-07-30 |
Sebastian Harl | frontend/parser: Added support for time interval values. |
tree | commitdiff |
2014-07-30 |
Sebastian Harl | time: Added sdb_strpunit() to parse a time unit. |
tree | commitdiff |
2014-07-29 |
Sebastian Harl | frontend: Let FETCH/LIST/LOOKUP implementations accept... |
tree | commitdiff |
2014-07-29 |
Sebastian Harl | store: Let JSON serializers support (object) filters. |
tree | commitdiff |
2014-07-28 |
Sebastian Harl | store: Introduced the concept of query filters. |
tree | commitdiff |
2014-07-28 |
Sebastian Harl | store, frontend: Let lookups support arbitrary expressi... |
tree | commitdiff |
2014-07-27 |
Sebastian Harl | frontend: Added a parser for arithmetic expressions. |
tree | commitdiff |
2014-07-27 |
Sebastian Harl | Merged branch 'master' of git://git.tokkee.org/sysdb. |
tree | commitdiff |
2014-07-27 |
Sebastian Harl | Query language: Changed 'LOOKUP .. WHERE' to 'LOOKUP... |
tree | commitdiff |
2014-07-27 |
Sebastian Harl | Merged branch 'master' of git://git.tokkee.org/sysdb. |
tree | commitdiff |
2014-07-27 |
Sebastian Harl | store, frontend: Renamed sdb_store_lookup() to sdb_stor... |
tree | commitdiff |
2014-07-22 |
Sebastian Harl | Cleaned up nomenclature in the parser. |
tree | commitdiff |
2014-07-21 |
Sebastian Harl | store, frontend: Switch from <obj>.name to <obj>. |
tree | commitdiff |
2014-07-20 |
Sebastian Harl | store, frontend: Added support for matching NULL attrib... |
tree | commitdiff |
2014-06-30 |
Sebastian Harl | Don't free dirname()'s return value. |
tree | commitdiff |
2014-06-29 |
Sebastian Harl | frontend: Ensure that the base directory of a UNIX... |
tree | commitdiff |
2014-06-29 |
Sebastian Harl | Merged branch 'master' of git://git.tokkee.org/sysdb. |
tree | commitdiff |
2014-06-27 |
Sebastian Harl | store: Renamed store_base to store_obj. |
tree | commitdiff |
2014-06-23 |
Sebastian Harl | store/frontend: Added support for integer and float... |
tree | commitdiff |
2014-06-23 |
Sebastian Harl | frontend: Added initial parser for "data" values. |
tree | commitdiff |
2014-06-23 |
Sebastian Harl | Merged branch 'master' of git://git.tokkee.org/sysdb. |
tree | commitdiff |
2014-06-23 |
Sebastian Harl | store_lookup: Pass a data-object to parse_cmp(). |
tree | commitdiff |
2014-06-18 |
Sebastian Harl | Removed obsolete TODO note. |
tree | commitdiff |
2014-06-16 |
Sebastian Harl | grammar: Simplified compare matcher parser. |
tree | commitdiff |
2014-05-14 |
Sebastian Harl | frontend: Simplified error handling. |
tree | commitdiff |
2014-05-14 |
Sebastian Harl | frontend: Execute commands early on large amounts of... |
tree | commitdiff |
2014-05-14 |
Sebastian Harl | frontend: Handle missing authentication early. |
tree | commitdiff |
2014-05-14 |
Sebastian Harl | frontend: Fix invalid command handling when receiving... |
tree | commitdiff |
2014-05-13 |
Sebastian Harl | frontend: Treat CONNECTION_IDLE as an invalid command. |
tree | commitdiff |
2014-04-27 |
Sebastian Harl | frontend: Make UNIX sockets the default listener implem... |
tree | commitdiff |
2014-04-25 |
Sebastian Harl | Merged branch 'master' of git://git.tokkee.org/sysdb. |
tree | commitdiff |
2014-04-25 |
Sebastian Harl | frontend: Added destructors for dynamically allocated... |
tree | commitdiff |
2014-04-25 |
Sebastian Harl | frontend: Fixed deprecated %name-prefix syntax. |
tree | commitdiff |
2014-04-25 |
Sebastian Harl | frontend: FETCH, LIST, LOOKUP are untyped tokens. |
tree | commitdiff |
2014-04-24 |
Sebastian Harl | frontend: Reset the current command length on CONNECTIO... |
tree | commitdiff |
2014-04-24 |
Sebastian Harl | frontend: Clear the error buffer when initializing... |
tree | commitdiff |
2014-04-23 |
Sebastian Harl | frontend: Always store errors in the error buffer. |
tree | commitdiff |
2014-04-23 |
Sebastian Harl | frontend: Always reset the current command after handli... |
tree | commitdiff |
2014-04-23 |
Sebastian Harl | frontend: Clear current command on authentication error. |
tree | commitdiff |
2014-04-23 |
Sebastian Harl | parser: Don't leak memory when building nested matchers. |
tree | commitdiff |
2014-04-22 |
Sebastian Harl | frontend: Free strdup()'ed username when destroying... |
tree | commitdiff |
2014-04-21 |
Sebastian Harl | frontend: Added sdb_fe_sock_clear_listeners(). |
tree | commitdiff |
2014-04-11 |
Sebastian Harl | frontend: Force-close the connection in sdb_connection_... |
tree | commitdiff |
2014-04-11 |
Sebastian Harl | Frontend: Improve debug log when destroying a connection. |
tree | commitdiff |
2014-04-11 |
Sebastian Harl | frontend: Fixed a memory leak in the connection context... |
tree | commitdiff |
2014-04-11 |
Sebastian Harl | Merged branch 'master' of git://git.tokkee.org/sysdb. |
tree | commitdiff |
2014-04-10 |
Sebastian Harl | frontend: Be more robust in case of failed connections. |
tree | commitdiff |
2014-04-10 |
Sebastian Harl | frontend: Close a connection when receiving an exceptio... |
tree | commitdiff |
2014-04-09 |
Sebastian Harl | parser: Make sure that each comparator matcher is a... |
tree | commitdiff |
2014-04-06 |
Sebastian Harl | frontend: Actually implement support for the NOT operator. |
tree | commitdiff |
2014-04-06 |
Sebastian Harl | core, frontend: Added !=, !~, and NOT operators. |
tree | commitdiff |
2014-04-06 |
Sebastian Harl | frontend: Let the parser support brackets in matcher... |
tree | commitdiff |
2014-04-06 |
Sebastian Harl | frontend: Fixed memory holes in the parser. |
tree | commitdiff |
2014-04-06 |
Sebastian Harl | frontend parser: Added support for AND and OR matchers. |
tree | commitdiff |
2014-04-05 |
Sebastian Harl | frontend: Accept compare matchers as expressions. |
tree | commitdiff |
2014-04-05 |
Sebastian Harl | frontend: Don't ignore single characters in the scanner. |
tree | commitdiff |
2014-04-02 |
Sebastian Harl | frontend: Let LIST not include details. |
tree | commitdiff |
2014-04-01 |
Sebastian Harl | frontend: Added LOOKUP support to the connection handler. |
tree | commitdiff |
2014-04-01 |
Sebastian Harl | frontend: Added simple 'LOOKUP <type> WHERE <expression... |
tree | commitdiff |
2014-04-01 |
Sebastian Harl | grammar.y: Added some (very) short documentation for... |
tree | commitdiff |
2014-03-31 |
Sebastian Harl | frontend: Require strings instead of identifiers. |
tree | commitdiff |
2014-03-31 |
Sebastian Harl | frontend: Added very simple single-quoted string support. |
tree | commitdiff |
2014-03-31 |
Sebastian Harl | frontend: Free dynamically allocated memory in the... |
tree | commitdiff |
2014-03-31 |
Sebastian Harl | frontend: Added FETCH support to the connection handler. |
tree | commitdiff |
2014-03-31 |
Sebastian Harl | frontend: Added 'FETCH <name>' query command. |
tree | commitdiff |
2014-03-20 |
Sebastian Harl | frontend: Let the parser not accept other grammars... |
tree | commitdiff |
2014-03-07 |
Sebastian Harl | utils llist: Let llist_get() increment the reference... |
tree | commitdiff |
2014-03-07 |
Sebastian Harl | frontend parser: Added support for parsing single expre... |
tree | commitdiff |
2014-02-23 |
Sebastian Harl | Include config.h in source files. |
tree | commitdiff |
2014-02-23 |
Sebastian Harl | frontend: Fixed two typing issues. |
tree | commitdiff |
2014-02-23 |
Sebastian Harl | frontend, liboconfig: Added missing prototypes for... |
tree | commitdiff |
2014-02-19 |
Sebastian Harl | store: Split private type definitions into a new header... |
tree | commitdiff |
2014-02-06 |
Sebastian Harl | frontend: Don't send debug logs to the client (for... |
tree | commitdiff |
2014-02-06 |
Sebastian Harl | frontend: Send connection-related log messages to the... |
tree | commitdiff |
2014-02-05 |
Sebastian Harl | frontend/connection: Require authentication before... |
tree | commitdiff |
2014-02-05 |
Sebastian Harl | frontend/session: Store authenticated user information. |
tree | commitdiff |
2014-01-31 |
Sebastian Harl | Merged branch 'master' of git://git.tokkee.org/sysdb. |
tree | commitdiff |
2014-01-12 |
Sebastian Harl | frontend: Added missing 'break' in switch statement. |
tree | commitdiff |
2014-01-12 |
Sebastian Harl | frontend: Free parser-allocated memory after handling... |
tree | commitdiff |
2014-01-12 |
Sebastian Harl | Fixed memory errors identified by LLVM's AddressSanitizer. |
tree | commitdiff |
2014-01-06 |
Sebastian Harl | frontend: Implemented the CONNECTION_QUERY command. |
tree | commitdiff |
2014-01-06 |
Sebastian Harl | frontend parser: Added 'len' parameter to sdb_fe_parse(). |
tree | commitdiff |
2014-01-06 |
Sebastian Harl | frontend: Added simple implementation of sdb_fe_exec(). |
tree | commitdiff |
2014-01-03 |
Sebastian Harl | store: Added flags to JSON functions indicating informa... |
tree | commitdiff |
2014-01-02 |
Sebastian Harl | frontend: Let sdb_fe_parse() return a list of parsed... |
tree | commitdiff |
2013-12-31 |
Sebastian Harl | frontend: Added flex/bison based parser skeleton. |
tree | commitdiff |
2013-12-30 |
Sebastian Harl | frontend/query: Fixed typo. |
tree | commitdiff |
2013-12-20 |
Sebastian Harl | Merged branch 'master' of git://git.tokkee.org/sysdb. |
tree | commitdiff |
2013-12-20 |
Sebastian Harl | frontend: Make the number of handler threads configurable. |
tree | commitdiff |
2013-12-20 |
Sebastian Harl | frontend: Return an error if no handler threads could... |
tree | commitdiff |
2013-12-19 |
Sebastian Harl | frontend: Implemented simplified error handling when... |
tree | commitdiff |
2013-12-18 |
Sebastian Harl | frontend: Clean up UNIX sockets when closing a listener. |
tree | commitdiff |
2013-12-17 |
Sebastian Harl | frontend: Let listen_and_serve() return early if do_loo... |
tree | commitdiff |
2013-12-15 |
Sebastian Harl | Moved connection-private.h from src/include/frontend... |
tree | commitdiff |
next |