Code

integration/test_lib.sh: Store the CA serial in $TESTDIR.
[sysdb.git] / src / frontend /
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...
2014-10-25 Sebastian Harlfrontend/grammar: Added support for 'ALL <obj> <cmp...
2014-10-25 Sebastian Harlfrontend/grammar: Changed '<obj> <cmp> <expr>' to ...
2014-10-25 Sebastian Harlstore: Renamed child-matcher to any-matcher.
2014-10-23 Sebastian Harlfrontend/grammar: Implement '<obj> <op> <expr>' using...
2014-10-23 Sebastian Harlstore: Let sdb_store_parse_object_type_plural support...
2014-10-22 Sebastian Harlstore: Removed now unused support for attribute matcher...
2014-10-21 Sebastian Harlfrontend/grammar: Unified field and attribute value...
2014-10-21 Sebastian Harlfrontend/grammar: Added support for the IN operator.
2014-10-19 Sebastian Harlfrontend/grammar: Fixed parsing of 'attribute[<string>]'.
2014-10-19 Sebastian Harlfrontend/grammar: Make IS NULL operators available...
2014-10-17 Sebastian Harlfrontend/grammar: Use strings to access attribute value...
2014-10-17 Sebastian Harlstore, frontend: Make IS (NOT) NULL an unary operator...
2014-10-17 Sebastian HarlAdded tests for sdb_fe_parse_expr() and fixed the imple...
2014-10-17 Sebastian Harlfrontend/grammar: Added a destructor for data objects.
2014-10-17 Sebastian Harlfrontend/parser: Don't override fields of unknown types.
2014-10-17 Sebastian Harlfrontend: Added sdb_fe_parse_expr().
2014-10-17 Sebastian Harlfrontend: Renamed CONNECTION_EXPR to CONNECTION_MATCHER.
2014-10-14 Sebastian Harlfrontend/grammar: Added (limited) support for attribute...
2014-10-09 Sebastian Harlfrontend/parser: Added support for string concatenation.
2014-10-08 Sebastian Harlfrontend/grammary.y: Renamed 'op' to 'cmp'.
2014-10-06 Sebastian Harlfrontend/grammar: Use '.' instead of ':' to access...
2014-10-06 Sebastian Harlfrontend/grammar: Access attribute values using attribu...
2014-10-05 Sebastian Harlfrontend, proto: Include object type in FETCH and LOOKU...
2014-09-30 Sebastian HarlWhen querying services/metrics skip hosts without such...
2014-09-30 Sebastian Harlfrontend/grammar: Added support for LISTing services...
2014-09-30 Sebastian Harlfrontend: Added support for LISTing services and metric...
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-14 Sebastian Harlfrontend, proto: Include the response data type in...
2014-09-11 Sebastian Harlfrontend: Guarantee that no async messages are sent...
2014-08-23 Sebastian Harlfrontend: Added support for single quotes in string...
2014-08-22 Sebastian HarlAdded __attribute__((format(printf, ...))) where approp...
2014-08-16 Sebastian Harlfrontend: Let CONNECTION_QUERY support 'TIMESERIES...
2014-08-16 Sebastian Harlfrontend/parser: Added support for the 'TIMESERIES...
2014-08-02 Sebastian Harlfrontend/grammar: Changes ‘FETCH 'name'’ to ‘FETCH...
2014-08-02 Sebastian Harlfrontend/grammar: Changed ‘LIST …’ to ‘LIST hosts …’.
next