Add .gitignore file.
Add forgotten files.
graph_def.c: Implement the "Stack" and "Area" options.
graph_config.[ch]: Add forgotten files.
graph_def.c: Split the config handling into two functions.
graph_def.c: Implement color config option.
Implement "DEF" configuration.
graph_ident.[ch]: Add ident_get_* methods.
graph_list.c: Clear instances before re-scanning the directory.
graph_list.[ch]: Implement some (very simple) config handling.
Import liboconfig from collectd.
graph_def.[ch]: Implemented DEF-based graph generation.
graph_list.c: Improve error handling in one little case.
graph_ident.c: Fix a logic error in "part_copy_with_selector".
graph_list.c: Allocate graph_def_ts on the fly.
graph_def.c: Add the "color" member.
graph_def.[ch]: Implement "def_append".
14 years agograph_ident.[ch]: ident_copy_with_selector: More fine-grained control over what wildc...
graph_ident.[ch]: ident_copy_with_selector: More fine-grained control over what wildcards are replaced.
graph_def.[ch]: Class for handling data sources in graphs (DEFs).
graph_list.[ch]: Implement "gl_graph_get_selector".
graph_ident.[ch]: Move the graph_ident_t data structure into an own module.
action graph: Remove unused functions.
The get_random_color() function has been moved to common.[ch].
The get_random_color() function has been moved to common.[ch].
First working version of the configurable graphlist stuff.
action_list_graphs.c: Group instances by the graph object.
graph_list.[ch]: Implement "{graph,inst}_get_selected".
common.[ch]: Implement "strlcat".
utils_params.[ch]: Implement "uri_escape".
graph_list.c: Add missing folding marker.
graph_list: Implement better iterator functions.
graph_list.c: Add folding markers.
graph_list: Add basic configuration infrastructure.
Uhm, lots of stuff changed. Forgot to check in to be honest ;)
Free the graph_def structure.
action graph: Added some code to determine the DS names from RRD files.
action graph: Initial code.
graph_list: Sort list alphabetically.
action_list_graphs.c: Implement real simple HTML output.
test.fcgi.c: Introduce an array of actions.
graph_list: Free old list when re-scanning.
Rename fcgi_test.c to test.fcgi.c
Add the "list_graphs" action.
Initial import.