tokkee.org
Code
projects
/
sysdb.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
t/integration/store.sh: Add integration tests for the STORE command.
[sysdb.git]
/
t
/
unit
/
2015-08-13
Sebastian Harl
frontend: Connection-specific functions now use the...
tree
|
commitdiff
2015-08-08
Sebastian Harl
store: Drop the global (default) store.
tree
|
commitdiff
2015-08-07
Sebastian Harl
store: All store functions now accept a store object.
tree
|
commitdiff
2015-05-27
Sebastian Harl
store: Let sdb_store_json_formatter_t inherit from...
tree
|
commitdiff
2015-05-27
Sebastian Harl
Drop sdb_store_get_host() from tests.
tree
|
commitdiff
2015-05-21
Sebastian Harl
Replaced sdb_store_<type> with sdb_plugin_store_<type>.
tree
|
commitdiff
2015-05-21
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2015-05-21
Sebastian Harl
Fix an uninitialized value warnings caused by clang...
tree
|
commitdiff
2015-05-21
Sebastian Harl
store: Make the actual store a separate object.
tree
|
commitdiff
2015-05-20
Sebastian Harl
data: Use a predefined format for sdb_strftime().
tree
|
commitdiff
2015-05-20
Sebastian Harl
t/: Use ck_assert() instead of assert() in all tests.
tree
|
commitdiff
2015-05-20
Sebastian Harl
parser: Add support for metric timeseries fields.
tree
|
commitdiff
2015-05-19
Sebastian Harl
parser: Add support for <expr> IS [NOT] TRUE / FALSE...
tree
|
commitdiff
2015-05-19
Sebastian Harl
store: Drop the special IS-NOT-NULL matcher.
tree
|
commitdiff
2015-05-19
Sebastian Harl
utils/proto: Support boolean values.
tree
|
commitdiff
2015-05-19
Sebastian Harl
data: Add basic support for a boolean type.
tree
|
commitdiff
2015-05-19
Sebastian Harl
Drop the old frontend parser.
tree
|
commitdiff
2015-05-19
Sebastian Harl
store: Add sdb_store_query_prepare_matcher().
tree
|
commitdiff
2015-05-18
Sebastian Harl
frontend: Drop sdb_fe_store_* in favor of sdb_store_que...
tree
|
commitdiff
2015-05-18
Sebastian Harl
frontend/query_test: Add tests for the lower level...
tree
|
commitdiff
2015-05-18
Sebastian Harl
store: Use a separate type for prepared querys.
tree
|
commitdiff
2015-05-17
Sebastian Harl
store, frontend: Add sdb_store_query_execute use it...
tree
|
commitdiff
2015-05-15
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2015-05-15
Sebastian Harl
frontend/query_test: Test various QUERY functions.
tree
|
commitdiff
2015-05-15
Sebastian Harl
store: Add sdb_store_query_prepare().
tree
|
commitdiff
2015-05-14
Sebastian Harl
store: Store a service/metric's parent hostname as...
tree
|
commitdiff
2015-05-08
Sebastian Harl
parser/analyzer: Fixed iterator type checks.
tree
|
commitdiff
2015-05-06
Sebastian Harl
parser/analyzer: Migrate value expression checks.
tree
|
commitdiff
2015-05-06
Sebastian Harl
parser/analyzer: Migrate type and iterator checks.
tree
|
commitdiff
2015-05-05
Sebastian Harl
parser: Add support for analyzing conditional and arith...
tree
|
commitdiff
2015-05-05
Sebastian Harl
parser/ast: Add some helper defines.
tree
|
commitdiff
2015-04-15
Sebastian Harl
parser_test: Make sure that TIMESERIES end times are...
tree
|
commitdiff
2015-04-12
Sebastian Harl
Migrate parser from frontend/ to parser/ and to use...
tree
|
commitdiff
2015-03-15
Sebastian Harl
query language: Add support for attribute.value access.
tree
|
commitdiff
2015-03-15
Sebastian Harl
store: Added field type VALUE for attribute values.
tree
|
commitdiff
2015-03-15
Sebastian Harl
store: Test get_field() more extensively and fix a...
tree
|
commitdiff
2015-03-11
Sebastian Harl
Add tests for expression iterators.
tree
|
commitdiff
2015-03-08
Sebastian Harl
Let iterator operators fill in the left operand of...
tree
|
commitdiff
2015-03-08
Sebastian Harl
Let the first operand of ANY/ALL iterators be an expres...
tree
|
commitdiff
2015-03-07
Sebastian Harl
query language: Change iterator syntax to ANY/ALL ...
tree
|
commitdiff
2015-03-07
Sebastian Harl
data: Return the number of bytes that would have been...
tree
|
commitdiff
2015-03-05
Sebastian Harl
avltree: Add sdb_avltree_iter_peek_next().
tree
|
commitdiff
2015-03-01
Sebastian Harl
parser_test: Test further error cases and error propaga...
tree
|
commitdiff
2015-03-01
Sebastian Harl
Add support for the 'NOT IN' operator.
tree
|
commitdiff
2015-03-01
Sebastian Harl
parser_test: Test various array expressions.
tree
|
commitdiff
2015-02-28
Sebastian Harl
t/unit/: Create one test binary for each *_test.c file.
tree
|
commitdiff
2015-02-27
Sebastian Harl
core/time_test: Converted to "loop" tests.
tree
|
commitdiff
2015-02-27
Sebastian Harl
core/store*_test.c: Converted most tests to "loop"...
tree
|
commitdiff
2015-02-27
Sebastian Harl
frontend/parser_test: Convert to "loop" tests.
tree
|
commitdiff
2015-02-27
Sebastian Harl
frontend/query_test.c: Added unit tests for the FETCH...
tree
|
commitdiff
2015-02-27
Sebastian Harl
parser_test: Add testcases covering operand type checks.
tree
|
commitdiff
2015-02-01
Sebastian Harl
parser_test: Added various tests for STORE commands.
tree
|
commitdiff
2015-02-01
Sebastian Harl
frontend: Support custom SSL options for each listener.
tree
|
commitdiff
2015-01-17
Sebastian Harl
store: Don't report an error in scan() if the store...
tree
|
commitdiff
2015-01-16
Sebastian Harl
connection_test: Updated according to latest changes.
tree
|
commitdiff
2015-01-10
Sebastian Harl
frontend: Make connection I/O handling more flexible.
tree
|
commitdiff
2015-01-02
Sebastian Harl
proto: Added support for unmarshaling hosts/services...
tree
|
commitdiff
2015-01-02
Sebastian Harl
data: Let sdb_data_parse() accept a const string and...
tree
|
commitdiff
2015-01-02
Sebastian Harl
proto: Added sdb_proto_unmarshal_data().
tree
|
commitdiff
2015-01-02
Sebastian Harl
data: Let sdb_data_cmp() support all array types.
tree
|
commitdiff
2014-12-25
Sebastian Harl
proto: Added support for marshaling attribute objects.
tree
|
commitdiff
2014-12-24
Sebastian Harl
proto: Define a wire format for host/service/metric...
tree
|
commitdiff
2014-12-24
Sebastian Harl
proto: Don't include a string's length in the wire...
tree
|
commitdiff
2014-12-23
Sebastian Harl
proto: Add support for marshaling all data types.
tree
|
commitdiff
2014-12-23
Sebastian Harl
proto: Add support for marshaling regex types.
tree
|
commitdiff
2014-12-23
Sebastian Harl
proto: Added support for marshaling double-precision...
tree
|
commitdiff
2014-12-22
Sebastian Harl
proto: Added sdb_proto_marshal_data.
tree
|
commitdiff
2014-12-15
Sebastian Harl
Moved sdb_proto_send/sdb_proto_select to sdb_write...
tree
|
commitdiff
2014-12-15
Sebastian Harl
connection: Let sdb_connection_close not deallocate...
tree
|
commitdiff
2014-12-15
Sebastian Harl
connection: Renamed sdb_connection_read to sdb_connecti...
tree
|
commitdiff
2014-12-12
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2014-12-09
Sebastian Harl
frontend: Get the username of the remote peer from...
tree
|
commitdiff
2014-12-02
Sebastian Harl
analyzer: Analyze expressions as well; validate typed...
tree
|
commitdiff
2014-11-22
Sebastian Harl
store: Include in metric JSON whether access to time...
tree
|
commitdiff
2014-11-12
Sebastian Harl
data: Let concat support empty arrays; add various...
tree
|
commitdiff
2014-11-12
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
tree
|
commitdiff
2014-11-12
Sebastian Harl
frontend: Added support for array constants.
tree
|
commitdiff
2014-11-12
Sebastian Harl
data: Let inarray() support <array> IN <array> checks.
tree
|
commitdiff
2014-11-11
Sebastian Harl
Renamed CONNECTION_* constants to SDB_CONNECTION_*.
tree
|
commitdiff
2014-11-10
Sebastian Harl
data: Support array + element concatenation.
tree
|
commitdiff
2014-11-10
Sebastian Harl
data: Let strlen() and format() support string/decimal...
tree
|
commitdiff
2014-11-09
Sebastian Harl
store: Let NREGEX (!~) not match on NULL values.
tree
|
commitdiff
2014-11-09
Sebastian Harl
parser_test: Added various ANY/ALL iterator tests;...
tree
|
commitdiff
2014-11-09
Sebastian Harl
data: Don't treat empty arrays (value = NULL) as NULL.
tree
|
commitdiff
2014-11-08
Sebastian Harl
data: Added sdb_data_array_get().
tree
|
commitdiff
2014-11-06
Sebastian Harl
frontend/grammar: Drop support for the special 'host...
tree
|
commitdiff
2014-11-05
Sebastian Harl
frontend/grammar: Let LOOKUP support all object types.
tree
|
commitdiff
2014-11-05
Sebastian Harl
frontend: Improved parser error reporting.
tree
|
commitdiff
2014-11-04
Sebastian Harl
frontend/grammar: Added support for FETCHing all object...
tree
|
commitdiff
2014-11-04
Sebastian Harl
parser_test: Fixed semantically invalid filter statements.
tree
|
commitdiff
2014-11-03
Sebastian Harl
store: Added sdb_store_get_child().
tree
|
commitdiff
2014-11-03
Sebastian Harl
store: Removed now unused tojson functions.
tree
|
commitdiff
2014-11-02
Sebastian Harl
store: Let JSON formatter know about the to-be-formatte...
tree
|
commitdiff
2014-11-02
Sebastian Harl
store: Let the JSON formatter know about arrays at...
tree
|
commitdiff
2014-11-02
Sebastian Harl
t/: Added tests for json_formatter-based JSON generation.
tree
|
commitdiff
2014-10-31
Sebastian Harl
store_lookup_test: Ensure that filters are applied...
tree
|
commitdiff
2014-10-30
Sebastian Harl
store: Let sdb_store_scan() pass on filters to callback...
tree
|
commitdiff
2014-10-28
Sebastian Harl
store: Let sdb_store_scan() support other object types...
tree
|
commitdiff
2014-10-28
Sebastian Harl
store: Merged sdb_store_iterate() into sdb_store_scan().
tree
|
commitdiff
2014-10-25
Sebastian Harl
frontend/grammar: Access fields by their name rather...
tree
|
commitdiff
next