tokkee.org
Code
projects
/
sysdb.git
/ shortlog
commit
grep
author
committer
pickaxe
?
search:
re
summary
| shortlog |
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅
next
sysdb.git
2014-02-23
Sebastian Harl
configure: Include _BSD_SOURCE in standards related...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-23
Sebastian Harl
Removed semicolon from SDB_PLUGIN_MAGIC definition.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-23
Sebastian Harl
Fixed (pedantic) void-pointer to function-pointer cast...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-23
Sebastian Harl
Include config.h in source files.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-23
Sebastian Harl
frontend: Fixed two typing issues.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-23
Sebastian Harl
frontend, liboconfig: Added missing prototypes for...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-23
Sebastian Harl
store_lookup_test: Continue loop after fail().
commit
|
commitdiff
|
tree
|
snapshot
2014-02-23
Sebastian Harl
t/coverage.sh: Fall-back to lcov without --no-external.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-23
Sebastian Harl
store_lookup: Made logical operators public.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-23
Sebastian Harl
Added tests for store lookup functions.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-23
Sebastian Harl
store: Added public functions to create and execute...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-23
Sebastian Harl
t/coverage.sh: Use version-gen.sh to determine the...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-23
Sebastian Harl
t/coverage.sh: Don't git reset but test the current...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
Sebastian Harl
store_lookup: Fix matching of services with empty attr...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
Sebastian Harl
store: Require name matchers to match string *and*...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
Sebastian Harl
store: Fixed data format error detection.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
Sebastian Harl
store_test: Clear the test after running the test-case.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-21
Sebastian Harl
store: Added sdb_store_clear().
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
Sebastian Harl
store: Added a frame-work for object lookups.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
Sebastian Harl
data: Let sdb_data_format() different quoting styles.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
Sebastian Harl
data_test: Compare return values of format() and strlen().
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
Sebastian Harl
data: Let sdb_data_format() return the number of bytes...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
Sebastian Harl
date_test: Added some simple overflow tests.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
Sebastian Harl
data: Let sdb_data_format output to a character array.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
Sebastian Harl
data: Added sdb_data_strlen.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
Sebastian Harl
data_test: Print type of datum in case of a test failure.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
Sebastian Harl
data_test: Use a table-driven test.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
Sebastian Harl
data: Escape \ and " in strings when formatting them.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-20
Sebastian Harl
data: Correctly format NULL values.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-19
Sebastian Harl
store: Split private type definitions into a new header...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-11
Sebastian Harl
store: Serialize attribute values using sdb_data_format().
commit
|
commitdiff
|
tree
|
snapshot
2014-02-10
Sebastian Harl
store: Removed sdb_ prefix from private lookup function.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-10
Sebastian Harl
data: Double quote formatted date-times.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-10
Sebastian Harl
data: Format binary bytes as \xXX rather than \XX.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-10
Sebastian Harl
data: Improve serialization of binary data.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-06
Sebastian Harl
frontend: Don't send debug logs to the client (for...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-06
Sebastian Harl
frontend: Send connection-related log messages to the...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-06
Sebastian Harl
sysdb: Handle EOF from the server.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-06
Sebastian Harl
client: Correctly handle EOF in sdb_client_connect().
commit
|
commitdiff
|
tree
|
snapshot
2014-02-06
Sebastian Harl
client: Added an EOF flag to the client object.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-05
Sebastian Harl
frontend/connection: Require authentication before...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-05
Sebastian Harl
frontend/session: Store authenticated user information.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-04
Sebastian Harl
llist_test: Added simple tests for _search() and _remove().
commit
|
commitdiff
|
tree
|
snapshot
2014-02-04
Sebastian Harl
Updated copyright information.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-04
Sebastian Harl
sysdb: Hide implementation details in the "input" module.
commit
|
commitdiff
|
tree
|
snapshot
2014-02-04
Sebastian Harl
sysdb: Use the asynchronous readline interface; handle...
commit
|
commitdiff
|
tree
|
snapshot
2014-02-04
Sebastian Harl
sysdb: Split sdb_command_exec() into two functions.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-31
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-30
Sebastian Harl
core/data: Added sdb_data_format() function.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-30
Sebastian Harl
core/data.h: Removed obsolete comment.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-29
Sebastian Harl
store: Added support for different data-types for attri...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-29
Sebastian Harl
utils dbi: Use sdb_data_free_datum().
commit
|
commitdiff
|
tree
|
snapshot
2014-01-29
Sebastian Harl
data: Added helper functions to copy and free data.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-29
Sebastian Harl
dbi_test: Mocked required dbi*_copy_idx() functions.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-28
Sebastian Harl
core/data: Make string and binary data not constant.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-24
Sebastian Harl
configure, src/Makefile: Sort plugins alphabetically.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-23
Sebastian Harl
configure: Report an error when encountering invalid...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-23
Sebastian Harl
client, sysdb: Improved error reporting.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-12
Sebastian Harl
sysdb: Store a global input handler object in the input...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-12
Sebastian Harl
frontend: Added missing 'break' in switch statement.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-12
Sebastian Harl
client: Added sdb_client_sockfd() function.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-12
Sebastian Harl
frontend: Free parser-allocated memory after handling...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-12
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-12
Sebastian Harl
sysdb: Do not add duplicate entries to the history.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-12
Sebastian Harl
.travis.yml: Exclude AddressSanitizer runs with GCC.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-12
Sebastian Harl
t/cibuild.sh, .travis.yml: Do an AddressSanitizer run...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-12
Sebastian Harl
Fixed memory errors identified by LLVM's AddressSanitizer.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-12
Sebastian Harl
object_test: Removed 'obj->ref_cnt == 0' checks.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-10
Sebastian Harl
sysdb: Added a query to the history after executing it.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-10
Sebastian Harl
sysdbd.conf(5), sysdbd.conf: Documented the 'Listen...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-10
Sebastian Harl
sysdb: Only strip newlines from the command buffer.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-10
Sebastian Harl
unixsock utils: Retry reading from socket if the call...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-09
Sebastian Harl
Merged branch 'master' of git://git.tokkee.org/sysdb.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-09
Sebastian Harl
sysdb: Implemented input scanner and simple command...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-08
Sebastian Harl
configure: Fixed --with-readline=libreadline checks.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-08
Sebastian Harl
.travis.yml, t/cibuild.sh: Test builds with libedit...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-08
Sebastian Harl
Added t/cibuild.sh and use that in the Travis configura...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-06
Sebastian Harl
sysdb: Append newlines to lines read from readline().
commit
|
commitdiff
|
tree
|
snapshot
2014-01-06
Sebastian Harl
parser_test: Test partial query parsing.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-06
Sebastian Harl
frontend: Implemented the CONNECTION_QUERY command.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-06
Sebastian Harl
frontend parser: Added 'len' parameter to sdb_fe_parse().
commit
|
commitdiff
|
tree
|
snapshot
2014-01-06
Sebastian Harl
frontend: Added simple implementation of sdb_fe_exec().
commit
|
commitdiff
|
tree
|
snapshot
2014-01-06
Sebastian Harl
store: Added sdb_store_get_host().
commit
|
commitdiff
|
tree
|
snapshot
2014-01-04
Sebastian Harl
t/coverage.sh: Reset files not part of the tarball.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-03
Sebastian Harl
store_test: Test various serialization flags.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-03
Sebastian Harl
store: Added flags to JSON functions indicating informa...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-03
Sebastian Harl
store: Introduced sdb_store_host_tojson() to serialize...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-03
Sebastian Harl
store: Moved object type attribute to the base object.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-03
Sebastian Harl
utils llist: Added TODO note about iterator improvements.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-03
Sebastian Harl
store: Exported the store base object type as opaque...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-02
Sebastian Harl
parser_test: Free memory returned by sdb_fe_parse().
commit
|
commitdiff
|
tree
|
snapshot
2014-01-02
Sebastian Harl
dbi_test: Make tests support CK_FORK=no.
commit
|
commitdiff
|
tree
|
snapshot
2014-01-02
Sebastian Harl
frontend: Let sdb_fe_parse() return a list of parsed...
commit
|
commitdiff
|
tree
|
snapshot
2014-01-01
Sebastian Harl
utils llist: Added sdb_llist_get().
commit
|
commitdiff
|
tree
|
snapshot
2014-01-01
Sebastian Harl
object: Added sdb_object_create_simple().
commit
|
commitdiff
|
tree
|
snapshot
2014-01-01
Sebastian Harl
utils llist: Added sdb_llist_len().
commit
|
commitdiff
|
tree
|
snapshot
2013-12-31
Sebastian Harl
Declare sdb_fe_yyparse() in parser.h.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-31
Sebastian Harl
src/Makefile: Let libsysdb depend on parser.h.
commit
|
commitdiff
|
tree
|
snapshot
2013-12-31
Sebastian Harl
src/Makefile: Tell automake that grammar.h is auto...
commit
|
commitdiff
|
tree
|
snapshot
2013-12-31
Sebastian Harl
frontend: Added flex/bison based parser skeleton.
commit
|
commitdiff
|
tree
|
snapshot
next