Code

sysdb.git
2015-01-14 Sebastian Harlfrontend/sock: Simplified internal address handling.
2015-01-14 Sebastian Harlconnection: Update the connection name as early as...
2015-01-12 Sebastian Harlos utils: Added sdb_resolve().
2015-01-11 Sebastian Harlclient: Make I/O handling more flexible.
2015-01-10 Sebastian Harlfrontend: Make connection I/O handling more flexible.
2015-01-10 Sebastian Harlsysdb: Accept status=OK after sending a query.
2015-01-10 Sebastian Harlfrontend/grammar: Added 'STORE host|service|metric...
2015-01-10 Sebastian Harlfrontend: Add support for SDB_CONNECTION_STORE.
2015-01-10 Sebastian Harlstore: Let store_metric() accept non-NULL but empty...
2015-01-02 Sebastian Harlproto: Added support for unmarshaling hosts/services...
2015-01-02 Sebastian Harlproto: Let unmarshaled string/binary data point into...
2015-01-02 Sebastian Harlutils unixsock: Avoid memory allocations in common...
2015-01-02 Sebastian Harldata: Let sdb_data_parse() accept a const string and...
2015-01-02 Sebastian Harlfrontend/scanner: Pass the right size to strncat.
2015-01-02 Sebastian Harlsysdb/scanner.l: Include ctype.h; needed for isspace().
2015-01-02 Sebastian HarlLink librt into libsysdbclient.
2015-01-02 Sebastian Harlproto: Added sdb_proto_unmarshal_data().
2015-01-02 Sebastian Harldata: Free binary and regex array values as well.
2015-01-02 Sebastian Harldata: Let sdb_data_cmp() support all array types.
2014-12-29 Sebastian Harlproto: Let unmarshal functions return the number of...
2014-12-25 Sebastian Harlproto: Added support for marshaling attribute objects.
2014-12-24 Sebastian Harlproto: Use hton instead of ntoh functions in marshal...
2014-12-24 Sebastian Harlproto: Define a wire format for host/service/metric...
2014-12-24 Sebastian Harlproto: Don't include a string's length in the wire...
2014-12-24 Sebastian HarlAdd a suffix to integer marshal/unmarshal functions...
2014-12-23 Sebastian Harlproto: Add support for marshaling all data types.
2014-12-23 Sebastian Harlproto: Add support for marshaling regex types.
2014-12-23 Sebastian Harlproto: Added support for marshaling double-precision...
2014-12-22 Sebastian Harlproto: Added sdb_proto_marshal_data.
2014-12-18 Sebastian Harlutils/proto: Let all unmarshal functions accept strings...
2014-12-17 Sebastian Harlutils/strbuf: Added SDB_STRBUF_STR.
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 Harlproto: Add 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-11 Sebastian Harlsysdb: Use sdb_log() instead of printf().
2014-12-11 Sebastian Harlsysdb: Wait for the actual reply after sending a command.
2014-12-11 Sebastian Harlsysdb: Only try to reconnect before executing a command...
2014-12-11 Sebastian Harlsysdb: Fixed check for duplicate history entries.
2014-12-11 Sebastian Harlsysdb: Store all commands in the history; even if they...
2014-12-11 Sebastian Harlsysdb: Parse strings correctly.
2014-12-11 Sebastian Harlsysdb: Do an attempt to reconnect on all user input.
2014-12-11 Sebastian Harlsysdb: Don't exit if the server closed the connection.
2014-12-11 Sebastian Harlsysdb: Make sure to properly reset term attributes.
2014-12-11 Sebastian Harlsysdb: Clear the current command from the buffer after...
2014-12-10 Sebastian Harlstore.h: Make it such that HOST/SERVICE/METRIC don...
2014-12-09 Sebastian Harlfrontend: Get the username of the remote peer from...
2014-12-09 Sebastian Harlutils/os: Added sdb_get_current_user().
2014-12-07 Sebastian HarlREADME: Added libfacter and librrd to list of prerequis...
2014-12-04 Sebastian HarlAdded documentation and sample configuration for the...
2014-12-04 Sebastian Harlfacter plugin: Added a plugin collecting local facter...
2014-12-04 Sebastian HarlBootstrap the build system for C++ as well.
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-12-01 Sebastian Harlstore: Added sdb_store_expr_typed.
2014-12-01 Sebastian Harlstore.h: Fixed a typo.
2014-11-28 Sebastian Harlcore/store.h: Reordered file to group related functions...
2014-11-23 Sebastian Harlfrontend/scanner: Fixed parsing of time values.
2014-11-23 Sebastian Harltimeseries::rrdtool: Limit to 1000 data-points for...
2014-11-22 Sebastian Harlstore: Include in metric JSON whether access to time...
2014-11-21 Sebastian Harlstore_json: Escape special characters in strings.
2014-11-17 Sebastian Harlversion-gen.sh: Added .git suffix to default version...
2014-11-17 Sebastian HarlRelease SysDB 0.6.0. sysdb-0.6.0
2014-11-17 Sebastian HarlMake sure to print non-a-number as 'nan'.
2014-11-14 Sebastian Harlsysdbql(7): Documented arrays.
2014-11-14 Sebastian HarlDrafted release notes for 0.6.0.
2014-11-12 Sebastian Harldata: Let concat support empty arrays; add various...
2014-11-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-11-12 Sebastian Harlsysdbql(7): Documented <array> IN <array>.
2014-11-12 Sebastian Harlfrontend: Added support for array constants.
2014-11-12 Sebastian Harldata: Let inarray() support <array> IN <array> checks.
2014-11-11 Sebastian HarlRenamed CONNECTION_* constants to SDB_CONNECTION_*.
2014-11-10 Sebastian Harldata: Support array + element concatenation.
2014-11-10 Sebastian Harldata: Let strlen() and format() support string/decimal...
2014-11-09 Sebastian Harlcore: Improved style related to conditionals using...
2014-11-09 Sebastian Harlsysdbql(7): Documented iterator support for arrays.
2014-11-09 Sebastian Harlstore: Avoid unnecessary data copies when "evaluating...
2014-11-09 Sebastian Harlstore: Let array iterators support regex matches as...
2014-11-09 Sebastian Harlstore: Let NREGEX (!~) not match on NULL values.
2014-11-09 Sebastian Harlparser_test: Added various ANY/ALL iterator tests;...
2014-11-09 Sebastian Harldata: Don't treat empty arrays (value = NULL) as NULL.
2014-11-09 Sebastian Harlstore, frontend: Added support for iterating arrays...
2014-11-09 Sebastian Harlstore.h: Use separate value ranges for object and field...
2014-11-08 Sebastian Harlstore: Merged implementations of compare matchers.
2014-11-08 Sebastian Harldata: Added sdb_data_array_get().
2014-11-07 Sebastian Harlsysdbql(7): Updated documentation according to latest...
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 Harlstore_lookup: Let the iter operators support services...
2014-11-05 Sebastian Harlfrontend: Let the analyzer report details about errors.
2014-11-05 Sebastian Harldata: Add to-string support for array types.
2014-11-05 Sebastian Harlfrontend: Improved parser error reporting.
2014-11-04 Sebastian Harlfrontend/grammar: Added sdb_fe_yyerrorf() helper.
next