Code

store_lookup_test: Added a more complex parser/lookup test.
[sysdb.git] / t / frontend /
2014-04-08 Sebastian Harlfrontend/parser_test: Cover more basic expressions.
2014-04-06 Sebastian Harlfrontend: Actually implement support for the NOT operator.
2014-04-06 Sebastian Harlfrontend: Let the parser support brackets in matcher...
2014-04-06 Sebastian Harlparser_test: Check operator precedence.
2014-04-06 Sebastian Harlparser_test: Check matcher type returned by sdb_fe_pars...
2014-04-06 Sebastian Harlfrontend parser: Added support for AND and OR matchers.
2014-04-05 Sebastian Harlfrontend: Updated unit-tests for expression related...
2014-04-01 Sebastian Harlparser_test: Added simple LOOKUP parser tests.
2014-03-31 Sebastian Harlparser_test: Fixed a sign-compare warning/error on...
2014-03-31 Sebastian Harlfrontend: Require strings instead of identifiers.
2014-03-31 Sebastian Harlparser_test: Check the node's command type.
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-01-06 Sebastian Harlparser_test: Test partial query parsing.
2014-01-06 Sebastian Harlfrontend parser: Added 'len' parameter to sdb_fe_parse().
2014-01-02 Sebastian Harlparser_test: Free memory returned by sdb_fe_parse().
2014-01-02 Sebastian Harlfrontend: Let sdb_fe_parse() return a list of parsed...
2013-12-31 Sebastian Harlfrontend: Added flex/bison based parser skeleton.
2013-12-20 Sebastian HarlMerged branch 'master' of git://git.tokkee.org/sysdb.
2013-12-18 Sebastian Harlfrontend/sock_test: Try to connect to the server socket.
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-17 Sebastian Harlfrontend/sock_test: Added initial tests for frontend...