collection4.git
2010-07-02 Florian Forstershare/collection.conf: Adapt the "df_complex" config...
2010-07-02 Florian Forstersrc/graph_def.c: Manually handle stacking.
2010-07-02 Florian Forstersrc/rrd_args.[ch]: Split up the "draw" part (into ...
2010-07-02 Florian Forstersrc/graph.c: graph_add_def: Add graphs in reverse order.
2010-07-02 Florian Forstersrc/utils_array.c: Fix a segfault in "array_prepend".
2010-07-02 Florian Forstersrc/common.[ch]: Implement "fade_color".
2010-07-02 Florian Forstersrc/utils_array.[ch]: Implement "array_prepend{,_format}".
2010-07-02 Florian ForsterVarious modules: Use the new "rrd_args_t" structure.
2010-07-02 Florian Forstersrc/rrd_args.[ch]: Implement data structure for more...
2010-06-30 Florian Forstershare/collection.js: Add folding markers.
2010-06-30 Florian Forstershare/collection.js: Implement "zoom_reference", too.
2010-06-30 Florian Forstershare/collection.js: Imported most of the JavaScript...
2010-06-30 Florian Forstershare/style.css: Fix the ":hover" pseudo-classes.
2010-06-27 Florian Forstersrc/utils_cgi.c: Print a "X-Generator" message in the...
2010-06-27 Florian Forstershare/collection.js: Add the navigation buttons to...
2010-06-27 Florian Forstershare/style.css: Make the page a bit nicer to look at.
2010-06-27 Florian Forster"show instance" action: Limit displayed graphs to 10...
2010-06-27 Florian Forstershare/collection.conf: Add format strings to the df_ino...
2010-06-27 Florian Forstershare/collection.js: Rename the "show_graph" action...
2010-06-26 Florian ForsterRename action: "show_graph" -> "show_instance".
2010-06-26 Florian ForsterRename: src/action_show_graph.[ch] -> src/action_show_i...
2010-06-26 Florian Forster"show graph" action: Use the new "inst_get_all_selected...
2010-06-26 Florian Forstersrc/utils_cgi.[ch]: Implement "html_print_logo".
2010-06-26 Florian Forstersrc/graph_instance.[ch]: Implement "inst_ident_matches...
2010-06-25 Florian Forstersrc/graph_instance.[ch]: Implement "inst_get_all_selected".
2010-06-25 Florian Forstersrc/graph.[ch]: Implement "graph_inst_find_all_matching".
2010-06-25 Florian Forstersrc/graph_instance.c: Move "inst_get_selector_from_para...
2010-06-24 Florian Forstersrc/action_show_graph.c: Add missing folding marker.
2010-06-24 Florian Forstersrc/graph.c: uri_escape -> uri_escape_copy
2010-06-23 Florian Forster"show graph" action: Implement a time selector.
2010-06-23 Florian Forstersrc/utils_cgi.[ch]: Basically a rewrite of the paramete...
2010-06-23 Florian Forster"list graphs" action: Re-implement "print_host_list".
2010-06-23 Florian Forstersrc/graph_list.[ch]: Implement "gl_foreach_host".
2010-06-23 Florian Forstersrc/graph_ident.[ch]: Mark the inst argument to the...
2010-06-23 Florian Forster"list graphs" action: Support searching for plugin...
2010-06-23 Florian Forstershare/collection.conf: Add graphs for "fork_rate",...
2010-06-23 Florian Forstershare/collection.conf: Add graph for "swap_io".
2010-06-23 Florian ForsterFix missing #includes.
2010-06-23 Florian ForsterMerge branch 'master' of verplant.org:/var/lib/git...
2010-06-23 Florian Forstersrc/graph.c: graph_inst_search_field: Only call "inst_m...
2010-06-23 Florian Forster"show graph" action: Create exact field searches in...
2010-06-23 Florian Forster"list graphs" action: Create exact host-search in ...
2010-06-23 Florian Forster"list graphs" action: Support searching for exact host...
2010-06-23 Florian Forstersrc/graph_instance.h: Document the behavior of "inst_ma...
2010-06-23 Florian Forstersrc/graph_list.[ch]: Implement "gl_search_field".
2010-06-23 Florian Forstersrc/graph.[ch]: Implement "graph_inst_search_field...
2010-06-23 Florian Forstersrc/graph_instance.[ch]: Implement "inst_matches_field".
2010-06-23 Florian Forstersrc/graph_ident.[ch]: Implement "ident_get_field".
2010-06-22 Florian Forstershare/collection.conf: Add sensors/temperature graphs.
2010-06-22 Florian Forstersrc/graph{,_instance}.[ch]: Implement graph instances...
2010-06-21 Florian ForsterREADME: Explain "graphs" and "instances" a little.
2010-06-21 Florian Forstersrc/action_list_graphs.c: Add heading to list of hosts.
2010-06-21 Florian Forstershare/collection.conf: Add interface graphs.
2010-06-21 Florian Forstershare/collection.js: Add a timeout to the hide() call.
2010-06-21 Florian Forstershare/collection.js: Improve the search suggestion...
2010-06-21 Florian Forstersrc/graph_list.c: Use the "graph_inst_foreach" function.
2010-06-21 Florian ForsterRename the "search" parameter to "q".
2010-06-21 Florian Forstersrc/common.c: Fix a very stupid bug in "strtolower_copy".
2010-06-21 Florian Forster"list graphs" action: Limit the number of graphs and...
2010-06-21 Florian Forster"show graph" action: Implement displaying _graphs_...
2010-06-21 Florian Forstersrc/graph.[ch]: Implement "graph_get_params".
2010-06-21 Florian Forstersrc/graph.[ch]: Implement "graph_inst_foreach".
2010-06-21 Florian Forster"show graph" action: Add page showing one instance...
2010-06-21 Florian Forster"search json" action: Move the JSON callback method...
2010-06-21 Florian Forstersrc/utils_cgi.[ch]: Move "html_print_search_box" to...
2010-06-21 Florian Forstershare/style.css: Add some basic styles for the table...
2010-06-21 Florian Forster"list graphs" action: Move the overall HTML structure...
2010-06-21 Florian Forstersrc/utils_cgi.c: Fix minor problems with the HTML escap...
2010-06-21 Florian Forstersrc/utils_array.[ch]: Implement "array_sort".
2010-06-20 Florian Forster"list graph" action: Search case-independent.
2010-06-20 Florian Forstersrc/common.[ch]: Implement "strtolower" and "strtolower...
2010-06-20 Florian Forster.gitignore: Add a couple more automatically generated...
2010-06-20 Florian Forstershare/collection.conf: Add "Load" graph.
2010-06-20 Florian Forstershare/collection.js: Add links to dynamically created...
2010-06-20 Florian ForsterAdd JavaScript code for AJAX-based "real time" searching.
2010-06-20 Florian Forstershare/jquery-1.4.2.min.js: Downloaded "jQuery JavaScrip...
2010-06-19 Florian ForsterAdd a CSS file.
2010-06-19 Florian Forstersrc/action_list_graphs.c: Properly escape HTML.
2010-06-19 Florian Forstersrc/utils_cgi.[ch]: Implement more variants of "html_es...
2010-06-19 Florian Forstersrc/utils_cgi.[ch]: Implement "html_escape".
2010-06-19 Florian ForsterRename: src/utils_params.[ch] → src/utils_cgi.[ch]
2010-06-19 Florian Forstersrc/action_list_graphs.c: Implement a limit of instance...
2010-06-19 Florian Forstersrc/graph_config.c: Use the correct config file …
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.
next