"show graph" action: Add page showing one instance of a graph.
[collection4.git] / src /
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 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 ForsterAdd JavaScript code for AJAX-based "real time" searching.
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.