Code

store_json: Base the memstore emitter on the store-writer API.
[sysdb.git] / src / frontend /
2015-08-31 Sebastian Harlparser: Require a context for each parser operation.
2015-08-24 Sebastian HarlLet the front-end handle STORE commands.
2015-08-13 Sebastian Harlfrontend: Connection-specific functions now use the...
2015-08-05 Sebastian Harlfrontend: Use the plugin query interface instead of...
2015-05-19 Sebastian HarlDrop the old frontend parser.
2015-05-18 Sebastian Harlfrontend: Drop sdb_fe_store_* in favor of sdb_store_que...
2015-05-18 Sebastian Harlfrontend: Drop sdb_fe_exec_* in favor of sdb_store_quer...
2015-05-18 Sebastian HarlRemove (now) usued sdb_fe_exec_timeseries().
2015-05-18 Sebastian Harlfrontend/query: Split AST execution into a separate...
2015-05-18 Sebastian Harlstore: Use a separate type for prepared querys.
2015-05-17 Sebastian Harlstore, frontend: Add sdb_store_query_execute use it...
2015-05-15 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-05-15 Sebastian Harlfrontend: Fixed reply from STORE command.
2015-05-15 Sebastian Harlfrontend, parser: Allow typed access to host objects...
2015-04-11 Sebastian Harlfrontend/parser: Renamed SDB_PARSE_EXPR to SDB_PARSE_ARITH.
2015-03-15 Sebastian Harlquery language: Add support for attribute.value access.
2015-03-15 Sebastian Harlanalyzer: Improve some error messages.
2015-03-15 Sebastian Harlanalyzer: attributes and backends are always iterable...
2015-03-08 Sebastian Harlstore: Use iterable expressions for iterators.
2015-03-08 Sebastian HarlLet iterator operators fill in the left operand of...
2015-03-08 Sebastian HarlLet the first operand of ANY/ALL iterators be an expres...
2015-03-07 Sebastian Harlquery language: Change iterator syntax to ANY/ALL ...
2015-03-04 Sebastian HarlAllow the left operand of comparison operations to...
2015-03-04 Sebastian Harlanalyzer: Check that all iterators use ary operators.
2015-03-02 Sebastian Harlfrontend/grammar: Fixed format argument used in yyerrorf().
2015-03-01 Sebastian Harlfrontend/grammar: Check arithmetic expressions early.
2015-03-01 Sebastian HarlAdd support for the 'NOT IN' operator.
2015-03-01 Sebastian Harlanalyzer: The left operand of IN may be an array as...
2015-03-01 Sebastian Harlanalyzer: Check the data-type of IN operands.
2015-02-27 Sebastian Harlanalyzer: Verify the type of arithmetic operands.
2015-02-27 Sebastian Harlanalyzer: Check types of comparison operands.
2015-02-27 Sebastian HarlMerged branch 'master' of git://github.com/sysdb/sysdb...
2015-02-27 Sebastian Harlfrontend: Fixed a memory leak in an error condition...
2015-02-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2015-02-27 Sebastian HarlCheck the return value of write() to satisfy GCC's...
2015-02-25 Sebastian Harlfrontend: Fixed hostname in error messages in FETCH.
2015-02-25 Sebastian Harlfrontend: Fix a memory leak in an error condition in...
2015-02-22 Sebastian Harlfrontend: Provide more details in the logs when shuttin...
2015-02-22 Sebastian Harlfrontend: Added the SERVER_VERSION command.
2015-02-01 Sebastian Harlfrontend, client: Properly support IPv6 when handling...
2015-02-01 Sebastian Harlfrontend: Support custom SSL options for each listener.
2015-01-28 Sebastian Harlfrontend: Log an INFO message about which listener...
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-17 Sebastian Harlfrontend: Trigger the main thread after putting a conne...
2015-01-17 Sebastian Harlfrontend/store: Free dynamically allocated memory of...
2015-01-17 Sebastian Harlfrontend/store: Fixed parsing of STORE attribute commands.
2015-01-16 Sebastian Harlfrontend/store: Fixed parsing of STORE command.
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 Harlfrontend/sock: Simplified internal address handling.
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/grammar: Added 'STORE host|service|metric...
2015-01-10 Sebastian Harlfrontend: Add support for SDB_CONNECTION_STORE.
2015-01-02 Sebastian Harlfrontend/scanner: Pass the right size to strncat.
2014-12-29 Sebastian Harlproto: Let unmarshal functions return the number of...
2014-12-24 Sebastian HarlAdd a suffix to integer marshal/unmarshal functions...
2014-12-18 Sebastian Harlutils/proto: Let all unmarshal functions accept strings...
2014-12-16 Sebastian Harlproto: Renamed sdb_proto_get_int to sdb_proto_unmarshal...
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-12-02 Sebastian Harlanalyzer: Analyze expressions as well; validate typed...
2014-12-01 Sebastian Harlfrontend/grammar: Added support for <obj_type> . <obj_e...
2014-11-23 Sebastian Harlfrontend/scanner: Fixed parsing of time values.
2014-11-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-11-12 Sebastian Harlfrontend: Added support for array constants.
2014-11-11 Sebastian HarlRenamed CONNECTION_* constants to SDB_CONNECTION_*.
2014-11-09 Sebastian Harlstore: Let array iterators support regex matches as...
2014-11-09 Sebastian Harlstore, frontend: Added support for iterating arrays...
2014-11-06 Sebastian Harlfrontend/grammar: Drop support for the special 'host...
2014-11-05 Sebastian Harlfrontend/grammar: Let LOOKUP support all object types.
2014-11-05 Sebastian Harlfrontend: Let the 'lookup' command support services...
2014-11-05 Sebastian Harlfrontend: Let the analyzer report details about errors.
2014-11-05 Sebastian Harlfrontend: Improved parser error reporting.
2014-11-04 Sebastian Harlfrontend/grammar: Added sdb_fe_yyerrorf() helper.
2014-11-04 Sebastian Harlfrontend/grammar: Added support for FETCHing all object...
2014-11-04 Sebastian Harlfrontend: Let the parser run the analyzer.
2014-11-04 Sebastian Harlfrontend/analyzer: Check name parameters for FETCH.
2014-11-04 Sebastian Harlfrontend: Fixed various size checks.
2014-11-04 Sebastian Harlfrontend: Let the 'fetch' command support other types...
2014-11-03 Sebastian Harlfrontend: Let FETCH and LIST use JSON formatters.
2014-11-03 Sebastian Harlfrontend: Let FETCH apply filters to the host as well.
2014-11-02 Sebastian Harlstore: Let JSON formatter know about the to-be-formatte...
2014-11-02 Sebastian Harlstore: Let the JSON formatter know about arrays at...
2014-10-31 Sebastian Harlfrontend/query: Use the new JSON formatter to implement...
2014-10-30 Sebastian Harlstore: Let sdb_store_scan() pass on filters to callback...
2014-10-28 Sebastian Harlstore: Let sdb_store_scan() support other object types...
2014-10-27 Sebastian Harlfrontend: Added basic support for semantic AST analysis.
2014-10-26 Sebastian Harlfrontend: Let scanner/parser know about object types...
2014-10-25 Sebastian Harlfrontend/grammar: Access fields by their name rather...
next