Code

strings utilities: Add helper functions for common string operations.
[sysdb.git] / src / frontend /
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 …’.
2014-08-02 Sebastian Harlfrontend/parser: Let ‘LIST’ and ‘FETCH’ accept optional...
2014-08-02 Sebastian Harlfrontend/parser: Simplified handling of MATCHING and...
2014-08-02 Sebastian Harlfrontend: Let sdb_fe_<cmd> check the current command.
2014-08-02 Sebastian Harlfrontend: Split up command_handle() into several sdb_fe...
2014-08-02 Sebastian Harlfrontend: Renamed sdb_fe_<cmd> functions to sdb_fe_exec...
2014-08-02 Sebastian Harlfrontend: Make sure to not read to much from a connecti...
2014-07-31 Sebastian Harlfrontend/grammar: Added support for field names in...
2014-07-30 Sebastian Harlfrontend: Added 'FILTER' support to the 'LOOKUP' command.
2014-07-30 Sebastian Harlfrontend/scanner: Simplified handling of reserved words.
2014-07-30 Sebastian Harlstore, frontend: Parse object field matchers.
2014-07-30 Sebastian Harlfrontend/parser: Added support for time interval values.
2014-07-30 Sebastian Harltime: Added sdb_strpunit() to parse a time unit.
2014-07-29 Sebastian Harlfrontend: Let FETCH/LIST/LOOKUP implementations accept...
2014-07-29 Sebastian Harlstore: Let JSON serializers support (object) filters.
2014-07-28 Sebastian Harlstore: Introduced the concept of query filters.
2014-07-28 Sebastian Harlstore, frontend: Let lookups support arbitrary expressi...
2014-07-27 Sebastian Harlfrontend: Added a parser for arithmetic expressions.
2014-07-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-27 Sebastian HarlQuery language: Changed 'LOOKUP .. WHERE' to 'LOOKUP...
2014-07-27 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-07-27 Sebastian Harlstore, frontend: Renamed sdb_store_lookup() to sdb_stor...
2014-07-22 Sebastian HarlCleaned up nomenclature in the parser.
2014-07-21 Sebastian Harlstore, frontend: Switch from <obj>.name to <obj>.
2014-07-20 Sebastian Harlstore, frontend: Added support for matching NULL attrib...
2014-06-30 Sebastian HarlDon't free dirname()'s return value.
2014-06-29 Sebastian Harlfrontend: Ensure that the base directory of a UNIX...
2014-06-29 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-06-27 Sebastian Harlstore: Renamed store_base to store_obj.
2014-06-23 Sebastian Harlstore/frontend: Added support for integer and float...
2014-06-23 Sebastian Harlfrontend: Added initial parser for "data" values.
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().
next