tokkee.org
Code
projects
/
sysdb.git
/ search
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
Declare sdb_fe_yyparse() in parser.h.
2013-12-31
Sebastian Harl
Declare sdb_fe_yyparse() in parser.h.
commit
|
commitdiff
|
tree
2013-12-31
Sebastian Harl
src/Makefile: Let libsysdb depend on parser.h.
commit
|
commitdiff
|
tree
2013-12-31
Sebastian Harl
src/Makefile: Tell automake that grammar.h is auto...
commit
|
commitdiff
|
tree
2013-12-31
Sebastian Harl
frontend: Added flex/bison based parser skeleton.
commit
|
commitdiff
|
tree
2013-12-30
Sebastian Harl
frontend/query: Fixed typo.
commit
|
commitdiff
|
tree
2013-12-30
Sebastian Harl
src/Makefile: Use LTLIBRARIES for libsysdb_scanner.
commit
|
commitdiff
|
tree
2013-12-26
Sebastian Harl
sysdb/scanner.l: Enabled 8bit, nodefault, and warn...
commit
|
commitdiff
|
tree
2013-12-26
Sebastian Harl
store: Don't look up services from hierarchical hosts.
commit
|
commitdiff
|
tree
2013-12-26
Sebastian Harl
Fixed some issues identified by static code analysis.
commit
|
commitdiff
|
tree
2013-12-26
Sebastian Harl
Moved coverage.sh to the t/ subdirectory.
commit
|
commitdiff
|
tree
2013-12-22
Sebastian Harl
Makefile: Added coverage.sh to a dist tarball.
commit
|
commitdiff
|
tree
2013-12-22
Sebastian Harl
coverage.sh: Added a helper script to generate HTML...
commit
|
commitdiff
|
tree
2013-12-22
Sebastian Harl
t/Makefile: Pass gcov flags to tests as well.
commit
|
commitdiff
|
tree
2013-12-22
Sebastian Harl
.gitignore: Ignore test-driver.
commit
|
commitdiff
|
tree
2013-12-22
Sebastian Harl
src/Makefile: Include sysdb.h.in file in a distribution.
commit
|
commitdiff
|
tree
2013-12-22
Sebastian Harl
src/Makefile: Added a rule to create ‘../version’.
commit
|
commitdiff
|
tree
2013-12-22
Sebastian Harl
Makefile: Fixed generation of the ‘version’ file.
commit
|
commitdiff
|
tree
2013-12-22
Sebastian Harl
src/Makefile: Fixed path to connection-private.h.
commit
|
commitdiff
|
tree
2013-12-22
Sebastian Harl
t/Makefile: Use top_srcdir rather than top_builddir.
commit
|
commitdiff
|
tree
2013-12-22
Sebastian Harl
Make everything buildable out-of-tree.
commit
|
commitdiff
|
tree
2013-12-22
Sebastian Harl
Updated README.
commit
|
commitdiff
|
tree
2013-12-21
Sebastian Harl
Let the config parser accept unquoted IPv6 addresses.
commit
|
commitdiff
|
tree
2013-12-21
Sebastian Harl
src/Makefile: Fixed an automake warning.
commit
|
commitdiff
|
tree
2013-12-21
Sebastian Harl
configure: Re-enabled coverage support for GCC.
commit
|
commitdiff
|
tree
2013-12-21
Sebastian Harl
configure: Do stricter GCC checking.
commit
|
commitdiff
|
tree
2013-12-21
Sebastian Harl
configure: Do not enable gcov unless the compiler is...
commit
|
commitdiff
|
tree
2013-12-21
Sebastian Harl
.travis.yml: Use --enable-gcov which will fix clang...
commit
|
commitdiff
|
tree
2013-12-21
Sebastian Harl
build system: Added --enable-gcov configure option.
commit
|
commitdiff
|
tree
2013-12-21
Sebastian Harl
.travis.yml: Use verbose coveralls output.
commit
|
commitdiff
|
tree
2013-12-21
Sebastian Harl
.travis.yml: Collect and upload coverage information...
commit
|
commitdiff
|
tree
2013-12-21
Sebastian Harl
Use -Wno-sign-conversion on Travis.
commit
|
commitdiff
|
tree
2013-12-21
Sebastian Harl
proto utils: Fixed invalid conversion of return value.
commit
|
commitdiff
|
tree
2013-12-21
Sebastian Harl
Added a travis-ci.org project specification.
commit
|
commitdiff
|
tree
2013-12-20
Sebastian Harl
sysdb: Use the flex scanner generator for reading input.
commit
|
commitdiff
|
tree
2013-12-20
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
commit
|
commitdiff
|
tree
2013-12-20
Sebastian Harl
plugin: Record all loaded plugins and use that for...
commit
|
commitdiff
|
tree
2013-12-20
Sebastian Harl
frontend: Make the number of handler threads configurable.
commit
|
commitdiff
|
tree
2013-12-20
Sebastian Harl
frontend: Return an error if no handler threads could...
commit
|
commitdiff
|
tree
2013-12-19
Sebastian Harl
frontend: Implemented simplified error handling when...
commit
|
commitdiff
|
tree
2013-12-19
Sebastian Harl
client: Let sdb_client_recv() use sdb_proto_select().
commit
|
commitdiff
|
tree
2013-12-19
Sebastian Harl
proto utils: Added sdb_proto_select().
commit
|
commitdiff
|
tree
2013-12-18
Sebastian Harl
frontend/sock_test: Try to connect to the server socket.
commit
|
commitdiff
|
tree
2013-12-18
Sebastian Harl
frontend: Clean up UNIX sockets when closing a listener.
commit
|
commitdiff
|
tree
2013-12-17
Sebastian Harl
frontend: Let listen_and_serve() return early if do_loop...
commit
|
commitdiff
|
tree
2013-12-17
Sebastian Harl
frontend/sock_test: Added initial tests for frontend...
commit
|
commitdiff
|
tree
2013-12-15
Sebastian Harl
.gitignore: Ignore sysdb / sysdbd only as src/sysdb...
commit
|
commitdiff
|
tree
2013-12-15
Sebastian Harl
Moved connection-private.h from src/include/frontend...
commit
|
commitdiff
|
tree
2013-12-15
Sebastian Harl
Moved sysdb and sysdbd sources to src/tools/.
commit
|
commitdiff
|
tree
2013-12-15
Sebastian Harl
.gitignore: Ignore ar-lib.
commit
|
commitdiff
|
tree
2013-12-15
Sebastian Harl
sysdb: Use a string buffer and simple (stupid) ';'...
commit
|
commitdiff
|
tree
2013-12-15
Sebastian Harl
configure: Fixed some automake warnings.
commit
|
commitdiff
|
tree
2013-12-15
Sebastian Harl
doc/Makefile: Use SUFFIXES rather than GNU-specific...
commit
|
commitdiff
|
tree
2013-12-13
Sebastian Harl
strbuf_test: Added tests for sdb_strbuf_clear().
commit
|
commitdiff
|
tree
2013-12-13
Sebastian Harl
strbuf_test: Added a couple of tests operating on a...
commit
|
commitdiff
|
tree
2013-12-13
Sebastian Harl
strbuf utils: Added sdb_strbuf_clear().
commit
|
commitdiff
|
tree
2013-12-13
Sebastian Harl
sysdb: Free memory allocated by readline().
commit
|
commitdiff
|
tree
2013-12-13
Sebastian Harl
sysdb: Don't warn about missing history file when loading...
commit
|
commitdiff
|
tree
2013-12-13
Sebastian Harl
sysdb: Check for and use libedit/libreadline for command...
commit
|
commitdiff
|
tree
2013-12-13
Sebastian Harl
dbi utils: Don't keep invalid object address after...
commit
|
commitdiff
|
tree
2013-12-11
Sebastian Harl
frontend: Remove stale UNIX sockets before trying to...
commit
|
commitdiff
|
tree
2013-12-11
Sebastian Harl
client: Report client socket errors using error utils.
commit
|
commitdiff
|
tree
2013-12-11
Sebastian Harl
sysdb: Exit, if the current user could not be determined.
commit
|
commitdiff
|
tree
2013-12-10
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
commit
|
commitdiff
|
tree
2013-12-10
Sebastian Harl
sysdb: Use error utilities.
commit
|
commitdiff
|
tree
2013-12-10
Sebastian Harl
error utils: Make the logger callback configurable.
commit
|
commitdiff
|
tree
2013-12-10
Sebastian Harl
Moved core/error to utils/error.
commit
|
commitdiff
|
tree
2013-12-10
Sebastian Harl
sysdb: Connect to the server and issue a STARTUP command.
commit
|
commitdiff
|
tree
2013-12-10
Sebastian Harl
sysdbd: Send SIGINT to backend thread when shutting...
commit
|
commitdiff
|
tree
2013-12-10
Sebastian Harl
proto utils: Fixed offset check in get_int().
commit
|
commitdiff
|
tree
2013-12-09
Sebastian Harl
Let sdb_client_connect() send a username to the server.
commit
|
commitdiff
|
tree
2013-12-09
Sebastian Harl
frontend: Split connection status constants into a...
commit
|
commitdiff
|
tree
2013-12-07
Sebastian Harl
store_test: Fixed golden data for tojson() test.
commit
|
commitdiff
|
tree
2013-12-07
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
commit
|
commitdiff
|
tree
2013-12-07
Sebastian Harl
store_test: Added a test for tojson().
commit
|
commitdiff
|
tree
2013-12-07
Sebastian Harl
store: tojson(): Comma-separate multiple hosts.
commit
|
commitdiff
|
tree
2013-12-07
Sebastian Harl
Run all tests using TZ=UTC.
commit
|
commitdiff
|
tree
2013-12-07
Sebastian Harl
t/core/store_test: Added initial tests for the object...
commit
|
commitdiff
|
tree
2013-12-07
Sebastian Harl
store: Don't try to update non-existent attributes.
commit
|
commitdiff
|
tree
2013-12-07
Sebastian Harl
object_test: Added test for sdb_object_cmp_by_name().
commit
|
commitdiff
|
tree
2013-12-07
Sebastian Harl
object_test: Added tests for wrapped object and memory...
commit
|
commitdiff
|
tree
2013-12-05
Sebastian Harl
Updated various copyright notices to 2012-2013.
commit
|
commitdiff
|
tree
2013-12-05
Sebastian Harl
sysdbd: Changed -d option to -D and default to daemonizing...
commit
|
commitdiff
|
tree
2013-12-05
Sebastian Harl
sysdbd: Fixed a typo.
commit
|
commitdiff
|
tree
2013-12-05
Sebastian Harl
sysdb: Added a initial client implementation.
commit
|
commitdiff
|
tree
2013-12-05
Sebastian Harl
client: Let client_recv() read a full response.
commit
|
commitdiff
|
tree
2013-12-05
Sebastian Harl
client: Let client_recv() not pass unparsed status...
commit
|
commitdiff
|
tree
2013-12-05
Sebastian Harl
strbuf_test: Added skip() tests using various offsets.
commit
|
commitdiff
|
tree
2013-12-05
Sebastian Harl
util strbuf: Let skip() support an offset.
commit
|
commitdiff
|
tree
2013-12-05
Sebastian Harl
Added version functions to libsysdbclient.
commit
|
commitdiff
|
tree
2013-12-05
Sebastian Harl
Link proto and strbuf utilities into libsysdbclient.
commit
|
commitdiff
|
tree
2013-12-04
Sebastian Harl
Added initial client library implementation.
commit
|
commitdiff
|
tree
2013-12-04
Sebastian Harl
utils proto: Added sdb_proto_get_int().
commit
|
commitdiff
|
tree
2013-12-04
Sebastian Harl
utils proto: Added utility functions for protocol handling.
commit
|
commitdiff
|
tree
2013-12-01
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
commit
|
commitdiff
|
tree
2013-12-01
Sebastian Harl
.gitignore: Added check test logs.
commit
|
commitdiff
|
tree
2013-12-01
Sebastian Harl
t/: Added initial tests for core/object.
commit
|
commitdiff
|
tree
2013-12-01
Sebastian Harl
object: Be more specific about requirements for the...
commit
|
commitdiff
|
tree
2013-12-01
Sebastian Harl
object: Ensure that a type's destroy callback is called...
commit
|
commitdiff
|
tree
2013-11-28
Sebastian Harl
frontend: Unified error reporting to the client.
commit
|
commitdiff
|
tree
2013-11-28
Sebastian Harl
store: Let tojson() embed errors into JSON rather than...
commit
|
commitdiff
|
tree
next