Code

Merged branch 'master' of git://git.tokkee.org/sysdb.
[sysdb.git] / src /
2014-04-11 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-04-10 Sebastian Harlsysdbd: Ignore SIGPIPE (e.g. when a client connection...
2014-04-10 Sebastian Harlfrontend: Be more robust in case of failed connections.
2014-04-10 Sebastian Harlfrontend: Close a connection when receiving an exceptio...
2014-04-10 Sebastian Harlsysdb: Added support for the -c <cmd> option.
2014-04-10 Sebastian Harlsock.h: Fixed documentation of sdb_client_send() return...
2014-04-10 Sebastian Harlcore: Allow objects to have the same size as sdb_object_t.
2014-04-10 Sebastian Harlsysdb: Let sdb_command_print_reply() accept client...
2014-04-10 Sebastian HarlAdded sysdb(1) manpage and updated sysdb help output.
2014-04-09 Sebastian Harlstore_lookup: Added "tostring" methods for matcher...
2014-04-09 Sebastian Harlparser: Make sure that each comparator matcher is a...
2014-04-07 Sebastian Harlplugin: Removed obsolete TODO note.
2014-04-06 Sebastian Harlfrontend: Actually implement support for the NOT operator.
2014-04-06 Sebastian Harlcore, frontend: Added !=, !~, and NOT operators.
2014-04-06 Sebastian Harlstore_lookup: Added sdb_store_inv_matcher().
2014-04-06 Sebastian Harlfrontend: Let the parser support brackets in matcher...
2014-04-06 Sebastian Harlfrontend: Fixed memory holes in the parser.
2014-04-06 Sebastian Harlstore: Don't change the interval if the new interval...
2014-04-06 Sebastian Harlfrontend parser: Added support for AND and OR matchers.
2014-04-05 Sebastian Harlfrontend: Accept compare matchers as expressions.
2014-04-05 Sebastian Harlfrontend: Don't ignore single characters in the scanner.
2014-04-05 Sebastian Harlstore: Added sdb_store_matcher_parse_cmp().
2014-04-05 Sebastian Harlstore: Moved matcher types to store-private.h.
2014-04-04 Sebastian Harlcollectd::unixsock backend: Simplified host updates.
2014-04-03 Sebastian Harlstore: Include update interval in the JSON serialization.
2014-04-03 Sebastian Harlcore/time: Added sdb_strfinterval().
2014-04-03 Sebastian Harlstore: Fixed a conversion warning reported by GCC.
2014-04-02 Sebastian Harlstore: Calculate and store each objects update interval.
2014-04-02 Sebastian Harlfrontend: Let LIST not include details.
2014-04-01 Sebastian Harlfrontend: Added LOOKUP support to the connection handler.
2014-04-01 Sebastian Harlfrontend: Added simple 'LOOKUP <type> WHERE <expression...
2014-04-01 Sebastian Harlstore: Let sdb_store_matcher_matches return true if...
2014-04-01 Sebastian Harlstore: Added sdb_store_lookup().
2014-04-01 Sebastian Harlstore: Added sdb_store_iterate().
2014-04-01 Sebastian Harlgrammar.y: Added some (very) short documentation for...
2014-03-31 Sebastian Harlfrontend: Require strings instead of identifiers.
2014-03-31 Sebastian Harlfrontend: Added very simple single-quoted string support.
2014-03-31 Sebastian Harlfrontend: Free dynamically allocated memory in the...
2014-03-31 Sebastian Harlfrontend: Added FETCH support to the connection handler.
2014-03-31 Sebastian Harlfrontend: Added 'FETCH <name>' query command.
2014-03-31 Sebastian Harlobject: Added sdb_object_create_dT() macro.
2014-03-31 Sebastian Harlobject: Let create_simple() accept an optional destructor.
2014-03-20 Sebastian Harlfrontend: Let the parser not accept other grammars...
2014-03-07 Sebastian Harlutils llist: Let llist_get() increment the reference...
2014-03-07 Sebastian Harlfrontend parser: Added support for parsing single expre...
2014-02-23 Sebastian HarlRemoved semicolon from SDB_PLUGIN_MAGIC definition.
2014-02-23 Sebastian HarlFixed (pedantic) void-pointer to function-pointer cast...
2014-02-23 Sebastian HarlInclude config.h in source files.
2014-02-23 Sebastian Harlfrontend: Fixed two typing issues.
2014-02-23 Sebastian Harlfrontend, liboconfig: Added missing prototypes for...
2014-02-23 Sebastian Harlstore_lookup: Made logical operators public.
2014-02-23 Sebastian Harlstore: Added public functions to create and execute...
2014-02-21 Sebastian Harlstore_lookup: Fix matching of services with empty attr...
2014-02-21 Sebastian Harlstore: Require name matchers to match string *and*...
2014-02-21 Sebastian Harlstore: Fixed data format error detection.
2014-02-21 Sebastian Harlstore: Added sdb_store_clear().
2014-02-20 Sebastian Harlstore: Added a frame-work for object lookups.
2014-02-20 Sebastian Harldata: Let sdb_data_format() different quoting styles.
2014-02-20 Sebastian Harldata: Let sdb_data_format() return the number of bytes...
2014-02-20 Sebastian Harldata: Let sdb_data_format output to a character array.
2014-02-20 Sebastian Harldata: Added sdb_data_strlen.
2014-02-20 Sebastian Harldata_test: Print type of datum in case of a test failure.
2014-02-20 Sebastian Harldata: Escape \ and " in strings when formatting them.
2014-02-20 Sebastian Harldata: Correctly format NULL values.
2014-02-19 Sebastian Harlstore: Split private type definitions into a new header...
2014-02-11 Sebastian Harlstore: Serialize attribute values using sdb_data_format().
2014-02-10 Sebastian Harlstore: Removed sdb_ prefix from private lookup function.
2014-02-10 Sebastian Harldata: Double quote formatted date-times.
2014-02-10 Sebastian Harldata: Format binary bytes as \xXX rather than \XX.
2014-02-10 Sebastian Harldata: Improve serialization of binary data.
2014-02-06 Sebastian Harlfrontend: Don't send debug logs to the client (for...
2014-02-06 Sebastian Harlfrontend: Send connection-related log messages to the...
2014-02-06 Sebastian Harlsysdb: Handle EOF from the server.
2014-02-06 Sebastian Harlclient: Correctly handle EOF in sdb_client_connect().
2014-02-06 Sebastian Harlclient: Added an EOF flag to the client object.
2014-02-05 Sebastian Harlfrontend/connection: Require authentication before...
2014-02-05 Sebastian Harlfrontend/session: Store authenticated user information.
2014-02-04 Sebastian HarlUpdated copyright information.
2014-02-04 Sebastian Harlsysdb: Hide implementation details in the "input" module.
2014-02-04 Sebastian Harlsysdb: Use the asynchronous readline interface; handle...
2014-02-04 Sebastian Harlsysdb: Split sdb_command_exec() into two functions.
2014-01-31 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-30 Sebastian Harlcore/data: Added sdb_data_format() function.
2014-01-30 Sebastian Harlcore/data.h: Removed obsolete comment.
2014-01-29 Sebastian Harlstore: Added support for different data-types for attri...
2014-01-29 Sebastian Harlutils dbi: Use sdb_data_free_datum().
2014-01-29 Sebastian Harldata: Added helper functions to copy and free data.
2014-01-28 Sebastian Harlcore/data: Make string and binary data not constant.
2014-01-24 Sebastian Harlconfigure, src/Makefile: Sort plugins alphabetically.
2014-01-23 Sebastian Harlclient, sysdb: Improved error reporting.
2014-01-12 Sebastian Harlsysdb: Store a global input handler object in the input...
2014-01-12 Sebastian Harlfrontend: Added missing 'break' in switch statement.
2014-01-12 Sebastian Harlclient: Added sdb_client_sockfd() function.
2014-01-12 Sebastian Harlfrontend: Free parser-allocated memory after handling...
2014-01-12 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-12 Sebastian Harlsysdb: Do not add duplicate entries to the history.
2014-01-12 Sebastian HarlFixed memory errors identified by LLVM's AddressSanitizer.
2014-01-10 Sebastian Harlsysdb: Added a query to the history after executing it.
2014-01-10 Sebastian Harlsysdbd.conf(5), sysdbd.conf: Documented the 'Listen...
2014-01-10 Sebastian Harlsysdb: Only strip newlines from the command buffer.
next