2
I Use This!
Inactive

Commits : Listings

Analyzed about 18 hours ago. based on code collected 1 day ago.
Apr 17, 2023 — Apr 17, 2024
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
configure: Add info about libfacter to config summary.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 6 years ago
store_test: Test access to metric / timeseries information.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 6 years ago
unit tests: Initialize regex_t values to fix uninitialized value warnings.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 6 years ago
utils ssl: Fix unused function/parameter warnings with new versions of OpenSSL
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 6 years ago
Merge pull request #3 from weatherhead99/master
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 6 years ago
fix implicit fallthrough in some switch statements More... over 6 years ago
parser: Let the TIMESERIES command accept optional data-source names.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
timeseries: Add support for fetching specific data-sources.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
sysdb: Use a pager for displaying query results in interactive mode.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
sysdb: Use a custom output format instead of pretty-printed JSON.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
error: Actually check for strerror in configure and fix GNU-specific code.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
Install libyajl-dev on Travis.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
Fix detection of libyajl and fix compilation if it's missing.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
sysdb/json: Only include YAJL headers if they're actually available.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
Merged branch 'json'.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
Automatically prefix all log messages with the plugin name (if available).
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
plugin: Reset context on some error conditions.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
Use sdb_log() in place of sdb_plugin_log().
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
sysdb: Don't pretty-print JSON in non-interactive mode.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
Merge branch 'master' of git://git.tokkee.org/sysdb
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
OS utils: Use readdir() instead of the now deprecated readdir_r().
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
dbi_test: Fix tests for libdbi < 0.9.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
sysdb: If available, use YAJL to pretty-print JSON output.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
Don't fetch timeseries info when fetching the interval.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
plugin: Dynamically populate timeseries information when querying metrics.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
Let the JSON formatter include a metric's data_names.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
plugin: Add a helper function to query timeseries information.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
utils strings: Add stringv_append_if_missing().
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
Add more string utility functions and unit tests.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago
dbi_test: Add some more connection tests.
Sebastian ‘tokkee’ Harl
as Sebastian Harl
More... over 7 years ago