collection4.git
2010-06-19 Florian ForsterBuild system: Install the config file.
2010-06-19 Florian Forstersrc/action_list_graphs.c: Add a simple search box.
2010-06-19 Florian ForsterMerge branch 'search'
2010-06-18 Florian Forstersrc/action_graph.c: Remove debugging output.
2010-06-18 Florian Forstersrc/utils_params.c: Actually, "gmtime_r" is required...
2010-06-18 Florian Forstersrc/action_graph.c: Send an "Expires" header.
2010-06-18 Florian Forstersrc/utils_params.c: Use "gmtime_r" rather than "localti...
2010-06-18 Florian Forstersrc/utils_params.c: Fix some compiler warnings.
2010-06-18 Florian Forstersrc/graph_def.c: Fix an annoying "error" message.
2010-06-18 Florian Forstersrc/action_graph.c: Send a "Last-Modified" header.
2010-06-18 Florian Forstersrc/utils_params.[ch]: Implement "time_to_rfc1123".
2010-06-18 Florian Forstersrc/graph_{ident,instance}.[ch]: Implement getting...
2010-06-18 Florian Forstersrc/utils_params.[ch]: Implement and use "script_name()".
2010-06-18 Florian Forsteraction "graph": Implement handling of arbitrary begin...
2010-06-16 Florian ForsterAutotoolization.
2010-06-16 Florian Forsteroconfig.c: Fix compiler warning.
2010-06-15 Florian Forstercollection.conf: Add "ShowZero" options to some graphs.
2010-06-15 Florian ForsterFirst attempt at a search infrastructure.
2010-06-15 Florian Forstergraph.c: Implement the "ShowZero" config option.
2010-06-15 Florian Forstergraph_def.c: Make default number format easier to read.
2010-06-15 Florian Forstercollection.conf: Configure the "memory" graph.
2010-06-15 Florian Forstergraph_def.c: Implement the "Format" config option.
2010-06-15 Florian Forstergraph.[ch]: Implement "graph_get_rrdargs".
2010-06-15 Florian Forstercollection.conf: Add some more graphs.
2010-06-15 Florian Forsteraction "list_graphs": Fix indentation.
2010-06-15 Florian Forstergraph_instance.[ch]: Implement "inst_describe".
2010-06-15 Florian ForsterAdd example configuration file.
2010-06-15 Florian ForsterFix compiler warnings.
2010-06-15 Florian Forstergraph.[ch]: Remove the "gl_" prefix.
2010-06-15 Florian Forstergraph_list.c: Removed unused stuff.
2010-06-15 Florian ForsterMove the graph class into an own module.
2010-06-15 Florian Forsterfilesystem.[ch]: Move filesystem accessing functions...
2010-06-15 Florian Forstergraph_instance.[ch]: Move the graph_instance_t code...
2010-06-15 Florian ForsterAdd .gitignore file.
2010-06-15 Florian ForsterAdd forgotten files.
2010-06-14 Florian Forstergraph_def.c: Implement the "Stack" and "Area" options.
2010-06-14 Florian Forstergraph_config.[ch]: Add forgotten files.
2010-06-14 Florian Forstergraph_def.c: Split the config handling into two functions.
2010-06-14 Florian Forstergraph_def.c: Implement color config option.
2010-06-14 Florian ForsterImplement "DEF" configuration.
2010-06-14 Florian Forstergraph_ident.[ch]: Add ident_get_* methods.
2010-06-14 Florian Forstergraph_list.c: Clear instances before re-scanning the...
2010-06-14 Florian Forstergraph_list.[ch]: Implement some (very simple) config...
2010-06-14 Florian ForsterImport liboconfig from collectd.
2010-06-14 Florian Forstergraph_def.[ch]: Implemented DEF-based graph generation.
2010-06-14 Florian Forstergraph_list.c: Improve error handling in one little...
2010-06-14 Florian Forstergraph_ident.c: Fix a logic error in "part_copy_with_sel...
2010-06-14 Florian Forstergraph_list.c: Allocate graph_def_ts on the fly.
2010-06-14 Florian Forstergraph_def.c: Add the "color" member.
2010-06-14 Florian Forstergraph_def.[ch]: Implement "def_append".
2010-06-14 Florian Forstergraph_ident.[ch]: ident_copy_with_selector: More fine...
2010-06-14 Florian Forstergraph_def.[ch]: Class for handling data sources in...
2010-06-14 Florian Forstergraph_list.[ch]: Implement "gl_graph_get_selector".
2010-06-14 Florian Forstergraph_ident.[ch]: Move the graph_ident_t data structure...
2010-06-14 Florian Forsteraction graph: Remove unused functions.
2010-06-14 Florian ForsterFirst working version of the configurable graphlist...
2010-06-09 Florian Forsteraction_list_graphs.c: Group instances by the graph...
2010-06-09 Florian Forstergraph_list.[ch]: Implement "{graph,inst}_get_selected".
2010-06-09 Florian Forstercommon.[ch]: Implement "strlcat".
2010-06-09 Florian Forsterutils_params.[ch]: Implement "uri_escape".
2010-06-09 Florian Forstergraph_list.c: Add missing folding marker.
2010-06-09 Florian Forstergraph_list: Implement better iterator functions.
2010-06-09 Florian Forstergraph_list.c: Add folding markers.
2010-06-09 Florian Forstergraph_list: Add basic configuration infrastructure.
2010-05-27 Florian ForsterUhm, lots of stuff changed. Forgot to check in to be...
2010-05-02 Florian ForsterFree the graph_def structure.
2010-05-02 Florian Forsteraction graph: Added some code to determine the DS names...
2010-05-02 Florian Forsteraction graph: Initial code.
2010-05-02 Florian Forstergraph_list: Sort list alphabetically.
2010-05-02 Florian Forsteraction_list_graphs.c: Implement real simple HTML output.
2010-05-02 Florian Forstertest.fcgi.c: Introduce an array of actions.
2010-04-30 Florian Forstergraph_list: Free old list when re-scanning.
2010-04-30 Florian ForsterRename fcgi_test.c to test.fcgi.c
2010-04-30 Florian ForsterAdd the "list_graphs" action.
2010-04-30 Florian ForsterInitial import.