tokkee.org
Code
projects
/
sysdb.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
sysdb.git
2015-05-18
Sebastian Harl
Remove (now) usued sdb_fe_exec_timeseries().
commit
|
commitdiff
|
tree
|
snapshot
2015-05-18
Sebastian Harl
frontend/query_test: Add tests for the lower level...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-18
Sebastian Harl
frontend/query: Split AST execution into a separate...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-18
Sebastian Harl
store: Use a separate type for prepared querys.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-17
Sebastian Harl
store, frontend: Add sdb_store_query_execute use it...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Sebastian Harl
frontend/query_test: Test various QUERY functions.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Sebastian Harl
frontend: Fixed reply from STORE command.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Sebastian Harl
store: Fixed a memory leak in fetch_timeseries().
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Sebastian Harl
frontend, parser: Allow typed access to host objects...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-15
Sebastian Harl
store: Add sdb_store_query_prepare().
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
Sebastian Harl
store: Store a service/metric's parent hostname as...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-14
Sebastian Harl
store: Fixed handling of metric store values.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-08
Sebastian Harl
parser/analyzer: Fixed iterator type checks.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-06
Sebastian Harl
t/coverage: Ignore parser/scanner and parser/grammar.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-06
Sebastian Harl
t/Makefile: Update EXTRA_DIST based on recent changes.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-06
Sebastian Harl
parser/analyzer: Migrate value expression checks.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-06
Sebastian Harl
parser/analyzer: Migrate type and iterator checks.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-05
Sebastian Harl
parser: Add support for analyzing conditional and arith...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-05
Sebastian Harl
parser: Convert AST op types to data op types when...
commit
|
commitdiff
|
tree
|
snapshot
2015-05-05
Sebastian Harl
parser: Determine the data-type of each node.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-05
Sebastian Harl
parser: Fixed setup of iterator nodes.
commit
|
commitdiff
|
tree
|
snapshot
2015-05-05
Sebastian Harl
parser/ast: Add some helper defines.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-15
Sebastian Harl
Migrate top-level checks to the new parser/analyzer.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-15
Sebastian Harl
parser_test: Make sure that TIMESERIES end times are...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-15
Sebastian Harl
parser/grammar: Fix the hostname in a 'FETCH host'...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-12
Sebastian Harl
Migrate parser from frontend/ to parser/ and to use...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-12
Sebastian Harl
parser/ast: Introduce a data-structure representing...
commit
|
commitdiff
|
tree
|
snapshot
2015-04-11
Sebastian Harl
frontend/parser: Renamed SDB_PARSE_EXPR to SDB_PARSE_ARITH.
commit
|
commitdiff
|
tree
|
snapshot
2015-04-11
Sebastian Harl
build system: Fix VPATH (out-of-tree) builds.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Sebastian Harl
t/cibuild: Ignore missing field initializer warnings...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Sebastian Harl
query language: Add support for attribute.value access.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Sebastian Harl
analyzer: Improve some error messages.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Sebastian Harl
analyzer: attributes and backends are always iterable...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Sebastian Harl
store: Added field type VALUE for attribute values.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-15
Sebastian Harl
store: Test get_field() more extensively and fix a...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
Sebastian Harl
Add tests for expression iterators.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
Sebastian Harl
store_expr: iterator: Support constant arrays without...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
Sebastian Harl
store_expr: Fix iter_has_next if the first elements...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
Sebastian Harl
data: Let sdb_data_array_get support DATETIME, BINARY...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-11
Sebastian Harl
data: sdb_data_strcmp supports arrays because sdb_data_...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Sebastian Harl
store: Use iterable expressions for iterators.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Sebastian Harl
store: When advancing an iterator don't loop endlessly...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Sebastian Harl
store: Apply iterator expressions to the iterated objects.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Sebastian Harl
store: Advance expression iterators even if array acces...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Sebastian Harl
store: Fixed a memory leak in sdb_store_expr_iter_destr...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Sebastian Harl
Let iterator operators fill in the left operand of...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-08
Sebastian Harl
Let the first operand of ANY/ALL iterators be an expres...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-07
Sebastian Harl
query language: Change iterator syntax to ANY/ALL ...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-07
Sebastian Harl
data: Return the number of bytes that would have been...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-07
Sebastian Harl
data: Let strlen/format handle NULL values correctly.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Sebastian Harl
store: Add support for iterable expressions.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-05
Sebastian Harl
avltree: Add sdb_avltree_iter_peek_next().
commit
|
commitdiff
|
tree
|
snapshot
2015-03-04
Sebastian Harl
Allow the left operand of comparison operations to...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-04
Sebastian Harl
analyzer: Check that all iterators use ary operators.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-02
Sebastian Harl
frontend/grammar: Fixed format argument used in yyerrorf().
commit
|
commitdiff
|
tree
|
snapshot
2015-03-01
Sebastian Harl
t/integration: Split query.sh into multiple tests.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-01
Sebastian Harl
integration/query.sh: Check that empty commands work...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-01
Sebastian Harl
parser_test: Test further error cases and error propaga...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-01
Sebastian Harl
frontend/grammar: Check arithmetic expressions early.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-01
Sebastian Harl
sysdbql(7): Document typed expressions.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-01
Sebastian Harl
Add support for the 'NOT IN' operator.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-01
Sebastian Harl
parser_test: Test various array expressions.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-01
Sebastian Harl
analyzer: The left operand of IN may be an array as...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-01
Sebastian Harl
analyzer: Check the data-type of IN operands.
commit
|
commitdiff
|
tree
|
snapshot
2015-03-01
Sebastian Harl
t/: Make it possibly to easily run unit and integration...
commit
|
commitdiff
|
tree
|
snapshot
2015-03-01
Sebastian Harl
t/coverage.sh: Exclude auto-generated c files.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-28
Sebastian Harl
t/unit/: Create one test binary for each *_test.c file.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Sebastian Harl
core/time_test: Converted to "loop" tests.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Sebastian Harl
core/store*_test.c: Converted most tests to "loop"...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Sebastian Harl
frontend/parser_test: Convert to "loop" tests.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Sebastian Harl
frontend/query_test.c: Added unit tests for the FETCH...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Sebastian Harl
parser_test: Add testcases covering operand type checks.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Sebastian Harl
analyzer: Verify the type of arithmetic operands.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Sebastian Harl
analyzer: Check types of comparison operands.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Sebastian Harl
Merged branch 'master' of git://github.com/sysdb/sysdb...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Sebastian Harl
frontend: Fixed a memory leak in an error condition...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Sebastian Harl
configure: Make sure that PACKAGE_URL is defined.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Sebastian Harl
Check the return value of write() to satisfy GCC's...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-27
Sebastian Harl
t/valgrind.suppress: Suppress various issues in OpenSSL...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-25
Sebastian Harl
integration/query.sh: Test FETCH with FILTER.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-25
Sebastian Harl
frontend: Fixed hostname in error messages in FETCH.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-25
Sebastian Harl
frontend: Fix a memory leak in an error condition in...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-25
Sebastian Harl
integration/test_lib.sh: Store the CA serial in $TESTDIR.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-22
Sebastian Harl
frontend: Provide more details in the logs when shuttin...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-22
Sebastian Harl
sysdb: Print the server version after (re)connecting.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-22
Sebastian Harl
frontend: Added the SERVER_VERSION command.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-22
Sebastian Harl
proto: Make sdb_proto_marshal_int32 a public function.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-21
Sebastian Harl
sysdbd-store-network(5): Documented the store::network...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-21
Sebastian Harl
version-gen.sh: Added .git suffix to default version...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-21
Sebastian Harl
Release SysDB 0.7.0.
sysdb-0.7.0
commit
|
commitdiff
|
tree
|
snapshot
2015-02-21
Sebastian Harl
ReleaseNotes: Set 0.7.0 release date to 2015-02-21.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-19
Sebastian Harl
ReleaseNotes: Added draft for the 0.7.0 release.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-18
Sebastian Harl
store::network: Reconnect after losing the connection...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-18
Sebastian Harl
store::network: Added support for SSL configuration...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-16
Sebastian Harl
ssl utils: During shutdown, destroy mutexes as the...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-16
Sebastian Harl
store::network: Use INFO level for an informational...
commit
|
commitdiff
|
tree
|
snapshot
2015-02-10
Sebastian Harl
ssl: Register OpenSSL thread-ID and locking callbacks.
commit
|
commitdiff
|
tree
|
snapshot
2015-02-09
Sebastian Harl
SSL utils: Added init() and shutdown() functions for...
commit
|
commitdiff
|
tree
|
snapshot
next