Code

.gitignore: Ignore test-suite.log.
[sysdb.git] / src /
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.
2014-01-10 Sebastian Harlunixsock utils: Retry reading from socket if the call...
2014-01-09 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2014-01-09 Sebastian Harlsysdb: Implemented input scanner and simple command...
2014-01-06 Sebastian Harlsysdb: Append newlines to lines read from readline().
2014-01-06 Sebastian Harlfrontend: Implemented the CONNECTION_QUERY command.
2014-01-06 Sebastian Harlfrontend parser: Added 'len' parameter to sdb_fe_parse().
2014-01-06 Sebastian Harlfrontend: Added simple implementation of sdb_fe_exec().
2014-01-06 Sebastian Harlstore: Added sdb_store_get_host().
2014-01-03 Sebastian Harlstore: Added flags to JSON functions indicating informa...
2014-01-03 Sebastian Harlstore: Introduced sdb_store_host_tojson() to serialize...
2014-01-03 Sebastian Harlstore: Moved object type attribute to the base object.
2014-01-03 Sebastian Harlutils llist: Added TODO note about iterator improvements.
2014-01-03 Sebastian Harlstore: Exported the store base object type as opaque...
2014-01-02 Sebastian Harlfrontend: Let sdb_fe_parse() return a list of parsed...
2014-01-01 Sebastian Harlutils llist: Added sdb_llist_get().
2014-01-01 Sebastian Harlobject: Added sdb_object_create_simple().
2014-01-01 Sebastian Harlutils llist: Added sdb_llist_len().
2013-12-31 Sebastian HarlDeclare sdb_fe_yyparse() in parser.h.
2013-12-31 Sebastian Harlsrc/Makefile: Let libsysdb depend on parser.h.
2013-12-31 Sebastian Harlsrc/Makefile: Tell automake that grammar.h is auto...
2013-12-31 Sebastian Harlfrontend: Added flex/bison based parser skeleton.
2013-12-30 Sebastian Harlfrontend/query: Fixed typo.
2013-12-30 Sebastian Harlsrc/Makefile: Use LTLIBRARIES for libsysdb_scanner.
2013-12-26 Sebastian Harlsysdb/scanner.l: Enabled 8bit, nodefault, and warn...
2013-12-26 Sebastian Harlstore: Don't look up services from hierarchical hosts.
2013-12-26 Sebastian HarlFixed some issues identified by static code analysis.
2013-12-22 Sebastian Harlsrc/Makefile: Include sysdb.h.in file in a distribution.
2013-12-22 Sebastian Harlsrc/Makefile: Added a rule to create ‘../version’.
2013-12-22 Sebastian Harlsrc/Makefile: Fixed path to connection-private.h.
2013-12-22 Sebastian HarlMake everything buildable out-of-tree.
2013-12-21 Sebastian HarlLet the config parser accept unquoted IPv6 addresses.
2013-12-21 Sebastian Harlsrc/Makefile: Fixed an automake warning.
2013-12-21 Sebastian Harlbuild system: Added --enable-gcov configure option.
2013-12-21 Sebastian Harlproto utils: Fixed invalid conversion of return value.
2013-12-20 Sebastian Harlsysdb: Use the flex scanner generator for reading input.
2013-12-20 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-20 Sebastian Harlplugin: Record all loaded plugins and use that for...
2013-12-20 Sebastian Harlfrontend: Make the number of handler threads configurable.
2013-12-20 Sebastian Harlfrontend: Return an error if no handler threads could...
2013-12-19 Sebastian Harlfrontend: Implemented simplified error handling when...
2013-12-19 Sebastian Harlclient: Let sdb_client_recv() use sdb_proto_select().
2013-12-19 Sebastian Harlproto utils: Added sdb_proto_select().
2013-12-18 Sebastian Harlfrontend: Clean up UNIX sockets when closing a listener.
2013-12-17 Sebastian Harlfrontend: Let listen_and_serve() return early if do_loo...
2013-12-15 Sebastian HarlMoved connection-private.h from src/include/frontend...
2013-12-15 Sebastian HarlMoved sysdb and sysdbd sources to src/tools/.
2013-12-15 Sebastian Harlsysdb: Use a string buffer and simple (stupid) ';'...
2013-12-13 Sebastian Harlstrbuf utils: Added sdb_strbuf_clear().
2013-12-13 Sebastian Harlsysdb: Free memory allocated by readline().
2013-12-13 Sebastian Harlsysdb: Don't warn about missing history file when loadi...
2013-12-13 Sebastian Harlsysdb: Check for and use libedit/libreadline for comman...
next