tokkee.org
Code
projects
/
sysdb.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
store: Drop the global (default) store.
2015-08-08
Sebastian Harl
store: Drop the global (default) store.
commit
|
commitdiff
|
tree
2015-08-07
Sebastian Harl
store: All store functions now accept a store object.
commit
|
commitdiff
|
tree
2015-08-06
Sebastian Harl
store: Add wrapper functions to store an object in...
commit
|
commitdiff
|
tree
2015-08-06
Sebastian Harl
core: Export the sdb_store, sdb_store_reader, sdb_store_writ...
commit
|
commitdiff
|
tree
2015-08-06
Sebastian Harl
t/valgrind.suppress: Refine the suppression in the...
commit
|
commitdiff
|
tree
2015-08-05
Sebastian Harl
frontend: Use the plugin query interface instead of...
commit
|
commitdiff
|
tree
2015-08-05
Sebastian Harl
core: Add support for reader/query plugins.
commit
|
commitdiff
|
tree
2015-08-04
Sebastian Harl
t/valgrind.suppress: Add an invalid free in a libc...
commit
|
commitdiff
|
tree
2015-05-28
Sebastian Harl
plugin: Drop sdb_plugin prefix from private names.
commit
|
commitdiff
|
tree
2015-05-28
Sebastian Harl
store_exec: Remove unnecessary casts.
commit
|
commitdiff
|
tree
2015-05-27
Sebastian Harl
store: Let sdb_store_json_formatter_t inherit from...
commit
|
commitdiff
|
tree
2015-05-27
Sebastian Harl
Drop sdb_store_get_host() from tests.
commit
|
commitdiff
|
tree
2015-05-22
Sebastian Harl
store: Drop unused sdb_store_has_host.
commit
|
commitdiff
|
tree
2015-05-21
Sebastian Harl
Replaced sdb_store_<type> with sdb_plugin_store_<type>.
commit
|
commitdiff
|
tree
2015-05-21
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
commit
|
commitdiff
|
tree
2015-05-21
Sebastian Harl
store: Register a store writer and handle all updates...
commit
|
commitdiff
|
tree
2015-05-21
Sebastian Harl
plugin: sdb_plugin_store_* now return >0 if the new...
commit
|
commitdiff
|
tree
2015-05-21
Sebastian Harl
store: Reordered some functions to group by general...
commit
|
commitdiff
|
tree
2015-05-21
Sebastian Harl
Fix an uninitialized value warnings caused by clang...
commit
|
commitdiff
|
tree
2015-05-21
Sebastian Harl
store: Make the actual store a separate object.
commit
|
commitdiff
|
tree
2015-05-21
Sebastian Harl
store: Drop sdb_ prefix from private symbols.
commit
|
commitdiff
|
tree
2015-05-20
Sebastian Harl
data: Use a predefined format for sdb_strftime().
commit
|
commitdiff
|
tree
2015-05-20
Sebastian Harl
t/: Use ck_assert() instead of assert() in all tests.
commit
|
commitdiff
|
tree
2015-05-20
Sebastian Harl
sysdbql(7): Document 'value' and 'timeseries' fields.
commit
|
commitdiff
|
tree
2015-05-20
Sebastian Harl
parser: Add support for metric timeseries fields.
commit
|
commitdiff
|
tree
2015-05-20
Sebastian Harl
store: Add the timeseries field to metrics.
commit
|
commitdiff
|
tree
2015-05-20
Sebastian Harl
parser: Skip context-specific checks if the context...
commit
|
commitdiff
|
tree
2015-05-20
Sebastian Harl
store: Remove (now unused) sdb_store_parse_*() helpers.
commit
|
commitdiff
|
tree
2015-05-20
Sebastian Harl
store: Remove (now unused) sdb_store_nin_matcher().
commit
|
commitdiff
|
tree
2015-05-19
Sebastian Harl
sysdbql(7): Document IS [NOT] TRUE / FALSE.
commit
|
commitdiff
|
tree
2015-05-19
Sebastian Harl
parser: Add support for <expr> IS [NOT] TRUE / FALSE...
commit
|
commitdiff
|
tree
2015-05-19
Sebastian Harl
store: Add support for unary IS TRUE / IS FALSE matchers.
commit
|
commitdiff
|
tree
2015-05-19
Sebastian Harl
store: Drop the special IS-NOT-NULL matcher.
commit
|
commitdiff
|
tree
2015-05-19
Sebastian Harl
utils/proto: Support boolean values.
commit
|
commitdiff
|
tree
2015-05-19
Sebastian Harl
data: Add basic support for a boolean type.
commit
|
commitdiff
|
tree
2015-05-19
Sebastian Harl
Drop the old frontend parser.
commit
|
commitdiff
|
tree
2015-05-19
Sebastian Harl
store: Add sdb_store_query_prepare_matcher().
commit
|
commitdiff
|
tree
2015-05-18
Sebastian Harl
frontend: Drop sdb_fe_store_* in favor of sdb_store_query_ex...
commit
|
commitdiff
|
tree
2015-05-18
Sebastian Harl
frontend: Drop sdb_fe_exec_* in favor of sdb_store_query_exe...
commit
|
commitdiff
|
tree
2015-05-18
Sebastian Harl
Remove (now) usued sdb_fe_exec_timeseries().
commit
|
commitdiff
|
tree
2015-05-18
Sebastian Harl
frontend/query_test: Add tests for the lower level...
commit
|
commitdiff
|
tree
2015-05-18
Sebastian Harl
frontend/query: Split AST execution into a separate...
commit
|
commitdiff
|
tree
2015-05-18
Sebastian Harl
store: Use a separate type for prepared querys.
commit
|
commitdiff
|
tree
2015-05-17
Sebastian Harl
store, frontend: Add sdb_store_query_execute use it...
commit
|
commitdiff
|
tree
2015-05-15
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
commit
|
commitdiff
|
tree
2015-05-15
Sebastian Harl
frontend/query_test: Test various QUERY functions.
commit
|
commitdiff
|
tree
2015-05-15
Sebastian Harl
frontend: Fixed reply from STORE command.
commit
|
commitdiff
|
tree
2015-05-15
Sebastian Harl
store: Fixed a memory leak in fetch_timeseries().
commit
|
commitdiff
|
tree
2015-05-15
Sebastian Harl
frontend, parser: Allow typed access to host objects...
commit
|
commitdiff
|
tree
2015-05-15
Sebastian Harl
store: Add sdb_store_query_prepare().
commit
|
commitdiff
|
tree
2015-05-14
Sebastian Harl
store: Store a service/metric's parent hostname as...
commit
|
commitdiff
|
tree
2015-05-14
Sebastian Harl
store: Fixed handling of metric store values.
commit
|
commitdiff
|
tree
2015-05-08
Sebastian Harl
parser/analyzer: Fixed iterator type checks.
commit
|
commitdiff
|
tree
2015-05-06
Sebastian Harl
t/coverage: Ignore parser/scanner and parser/grammar.
commit
|
commitdiff
|
tree
2015-05-06
Sebastian Harl
t/Makefile: Update EXTRA_DIST based on recent changes.
commit
|
commitdiff
|
tree
2015-05-06
Sebastian Harl
parser/analyzer: Migrate value expression checks.
commit
|
commitdiff
|
tree
2015-05-06
Sebastian Harl
parser/analyzer: Migrate type and iterator checks.
commit
|
commitdiff
|
tree
2015-05-05
Sebastian Harl
parser: Add support for analyzing conditional and arithmetic...
commit
|
commitdiff
|
tree
2015-05-05
Sebastian Harl
parser: Convert AST op types to data op types when...
commit
|
commitdiff
|
tree
2015-05-05
Sebastian Harl
parser: Determine the data-type of each node.
commit
|
commitdiff
|
tree
2015-05-05
Sebastian Harl
parser: Fixed setup of iterator nodes.
commit
|
commitdiff
|
tree
2015-05-05
Sebastian Harl
parser/ast: Add some helper defines.
commit
|
commitdiff
|
tree
2015-04-15
Sebastian Harl
Migrate top-level checks to the new parser/analyzer.
commit
|
commitdiff
|
tree
2015-04-15
Sebastian Harl
parser_test: Make sure that TIMESERIES end times are...
commit
|
commitdiff
|
tree
2015-04-15
Sebastian Harl
parser/grammar: Fix the hostname in a 'FETCH host'...
commit
|
commitdiff
|
tree
2015-04-12
Sebastian Harl
Migrate parser from frontend/ to parser/ and to use...
commit
|
commitdiff
|
tree
2015-04-12
Sebastian Harl
parser/ast: Introduce a data-structure representing...
commit
|
commitdiff
|
tree
2015-04-11
Sebastian Harl
frontend/parser: Renamed SDB_PARSE_EXPR to SDB_PARSE_ARITH.
commit
|
commitdiff
|
tree
2015-04-11
Sebastian Harl
build system: Fix VPATH (out-of-tree) builds.
commit
|
commitdiff
|
tree
2015-03-15
Sebastian Harl
t/cibuild: Ignore missing field initializer warnings...
commit
|
commitdiff
|
tree
2015-03-15
Sebastian Harl
query language: Add support for attribute.value access.
commit
|
commitdiff
|
tree
2015-03-15
Sebastian Harl
analyzer: Improve some error messages.
commit
|
commitdiff
|
tree
2015-03-15
Sebastian Harl
analyzer: attributes and backends are always iterable...
commit
|
commitdiff
|
tree
2015-03-15
Sebastian Harl
store: Added field type VALUE for attribute values.
commit
|
commitdiff
|
tree
2015-03-15
Sebastian Harl
store: Test get_field() more extensively and fix a...
commit
|
commitdiff
|
tree
2015-03-11
Sebastian Harl
Add tests for expression iterators.
commit
|
commitdiff
|
tree
2015-03-11
Sebastian Harl
store_expr: iterator: Support constant arrays without...
commit
|
commitdiff
|
tree
2015-03-11
Sebastian Harl
store_expr: Fix iter_has_next if the first elements...
commit
|
commitdiff
|
tree
2015-03-11
Sebastian Harl
data: Let sdb_data_array_get support DATETIME, BINARY...
commit
|
commitdiff
|
tree
2015-03-11
Sebastian Harl
data: sdb_data_strcmp supports arrays because sdb_data_forma...
commit
|
commitdiff
|
tree
2015-03-08
Sebastian Harl
store: Use iterable expressions for iterators.
commit
|
commitdiff
|
tree
2015-03-08
Sebastian Harl
store: When advancing an iterator don't loop endlessly...
commit
|
commitdiff
|
tree
2015-03-08
Sebastian Harl
store: Apply iterator expressions to the iterated objects.
commit
|
commitdiff
|
tree
2015-03-08
Sebastian Harl
store: Advance expression iterators even if array access...
commit
|
commitdiff
|
tree
2015-03-08
Sebastian Harl
store: Fixed a memory leak in sdb_store_expr_iter_destroy().
commit
|
commitdiff
|
tree
2015-03-08
Sebastian Harl
Let iterator operators fill in the left operand of...
commit
|
commitdiff
|
tree
2015-03-08
Sebastian Harl
Let the first operand of ANY/ALL iterators be an expression.
commit
|
commitdiff
|
tree
2015-03-07
Sebastian Harl
query language: Change iterator syntax to ANY/ALL ...
commit
|
commitdiff
|
tree
2015-03-07
Sebastian Harl
data: Return the number of bytes that would have been...
commit
|
commitdiff
|
tree
2015-03-07
Sebastian Harl
data: Let strlen/format handle NULL values correctly.
commit
|
commitdiff
|
tree
2015-03-05
Sebastian Harl
store: Add support for iterable expressions.
commit
|
commitdiff
|
tree
2015-03-05
Sebastian Harl
avltree: Add sdb_avltree_iter_peek_next().
commit
|
commitdiff
|
tree
2015-03-04
Sebastian Harl
Allow the left operand of comparison operations to...
commit
|
commitdiff
|
tree
2015-03-04
Sebastian Harl
analyzer: Check that all iterators use ary operators.
commit
|
commitdiff
|
tree
2015-03-02
Sebastian Harl
frontend/grammar: Fixed format argument used in yyerrorf().
commit
|
commitdiff
|
tree
2015-03-01
Sebastian Harl
t/integration: Split query.sh into multiple tests.
commit
|
commitdiff
|
tree
2015-03-01
Sebastian Harl
integration/query.sh: Check that empty commands work...
commit
|
commitdiff
|
tree
2015-03-01
Sebastian Harl
parser_test: Test further error cases and error propagation...
commit
|
commitdiff
|
tree
2015-03-01
Sebastian Harl
frontend/grammar: Check arithmetic expressions early.
commit
|
commitdiff
|
tree
2015-03-01
Sebastian Harl
sysdbql(7): Document typed expressions.
commit
|
commitdiff
|
tree
next