projects
/
collection4.git
/ history
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
|
commitdiff
|
tree
first ⋅ prev ⋅ next
src/graph.c: uri_escape -> uri_escape_copy
[collection4.git]
/
src
/
2010-06-24
Florian Forster
src/graph.c: uri_escape -> uri_escape_copy
tree
|
commitdiff
2010-06-23
Florian Forster
"show graph" action: Implement a time selector.
tree
|
commitdiff
2010-06-23
Florian Forster
src/utils_cgi.[ch]: Basically a rewrite of the paramete...
tree
|
commitdiff
2010-06-23
Florian Forster
"list graphs" action: Re-implement "print_host_list".
tree
|
commitdiff
2010-06-23
Florian Forster
src/graph_list.[ch]: Implement "gl_foreach_host".
tree
|
commitdiff
2010-06-23
Florian Forster
src/graph_ident.[ch]: Mark the inst argument to the...
tree
|
commitdiff
2010-06-23
Florian Forster
"list graphs" action: Support searching for plugin...
tree
|
commitdiff
2010-06-23
Florian Forster
Fix missing #includes.
tree
|
commitdiff
2010-06-23
Florian Forster
Merge branch 'master' of verplant.org:/var/lib/git...
tree
|
commitdiff
2010-06-23
Florian Forster
src/graph.c: graph_inst_search_field: Only call "inst_m...
tree
|
commitdiff
2010-06-23
Florian Forster
"show graph" action: Create exact field searches in...
tree
|
commitdiff
2010-06-23
Florian Forster
"list graphs" action: Create exact host-search in ...
tree
|
commitdiff
2010-06-23
Florian Forster
"list graphs" action: Support searching for exact host...
tree
|
commitdiff
2010-06-23
Florian Forster
src/graph_instance.h: Document the behavior of "inst_ma...
tree
|
commitdiff
2010-06-23
Florian Forster
src/graph_list.[ch]: Implement "gl_search_field".
tree
|
commitdiff
2010-06-23
Florian Forster
src/graph.[ch]: Implement "graph_inst_search_field...
tree
|
commitdiff
2010-06-23
Florian Forster
src/graph_instance.[ch]: Implement "inst_matches_field".
tree
|
commitdiff
2010-06-23
Florian Forster
src/graph_ident.[ch]: Implement "ident_get_field".
tree
|
commitdiff
2010-06-22
Florian Forster
src/graph{,_instance}.[ch]: Implement graph instances...
tree
|
commitdiff
2010-06-21
Florian Forster
src/action_list_graphs.c: Add heading to list of hosts.
tree
|
commitdiff
2010-06-21
Florian Forster
src/graph_list.c: Use the "graph_inst_foreach" function.
tree
|
commitdiff
2010-06-21
Florian Forster
Rename the "search" parameter to "q".
tree
|
commitdiff
2010-06-21
Florian Forster
src/common.c: Fix a very stupid bug in "strtolower_copy".
tree
|
commitdiff
2010-06-21
Florian Forster
"list graphs" action: Limit the number of graphs and...
tree
|
commitdiff
2010-06-21
Florian Forster
"show graph" action: Implement displaying _graphs_...
tree
|
commitdiff
2010-06-21
Florian Forster
src/graph.[ch]: Implement "graph_get_params".
tree
|
commitdiff
2010-06-21
Florian Forster
src/graph.[ch]: Implement "graph_inst_foreach".
tree
|
commitdiff
2010-06-21
Florian Forster
"show graph" action: Add page showing one instance...
tree
|
commitdiff
2010-06-21
Florian Forster
"search json" action: Move the JSON callback method...
tree
|
commitdiff
2010-06-21
Florian Forster
src/utils_cgi.[ch]: Move "html_print_search_box" to...
tree
|
commitdiff
2010-06-21
Florian Forster
"list graphs" action: Move the overall HTML structure...
tree
|
commitdiff
2010-06-21
Florian Forster
src/utils_cgi.c: Fix minor problems with the HTML escap...
tree
|
commitdiff
2010-06-21
Florian Forster
src/utils_array.[ch]: Implement "array_sort".
tree
|
commitdiff
2010-06-20
Florian Forster
"list graph" action: Search case-independent.
tree
|
commitdiff
2010-06-20
Florian Forster
src/common.[ch]: Implement "strtolower" and "strtolower...
tree
|
commitdiff
2010-06-20
Florian Forster
Add JavaScript code for AJAX-based "real time" searching.
tree
|
commitdiff
2010-06-19
Florian Forster
Add a CSS file.
tree
|
commitdiff
2010-06-19
Florian Forster
src/action_list_graphs.c: Properly escape HTML.
tree
|
commitdiff
2010-06-19
Florian Forster
src/utils_cgi.[ch]: Implement more variants of "html_es...
tree
|
commitdiff
2010-06-19
Florian Forster
src/utils_cgi.[ch]: Implement "html_escape".
tree
|
commitdiff
2010-06-19
Florian Forster
Rename: src/utils_params.[ch] → src/utils_cgi.[ch]
tree
|
commitdiff
2010-06-19
Florian Forster
src/action_list_graphs.c: Implement a limit of instance...
tree
|
commitdiff
2010-06-19
Florian Forster
src/graph_config.c: Use the correct config file …
tree
|
commitdiff
2010-06-19
Florian Forster
Build system: Install the config file.
tree
|
commitdiff
2010-06-19
Florian Forster
src/action_list_graphs.c: Add a simple search box.
tree
|
commitdiff
2010-06-19
Florian Forster
Merge branch 'search'
tree
|
commitdiff
2010-06-18
Florian Forster
src/action_graph.c: Remove debugging output.
tree
|
commitdiff
2010-06-18
Florian Forster
src/utils_params.c: Actually, "gmtime_r" is required...
tree
|
commitdiff
2010-06-18
Florian Forster
src/action_graph.c: Send an "Expires" header.
tree
|
commitdiff
2010-06-18
Florian Forster
src/utils_params.c: Use "gmtime_r" rather than "localti...
tree
|
commitdiff
2010-06-18
Florian Forster
src/utils_params.c: Fix some compiler warnings.
tree
|
commitdiff
2010-06-18
Florian Forster
src/graph_def.c: Fix an annoying "error" message.
tree
|
commitdiff
2010-06-18
Florian Forster
src/action_graph.c: Send a "Last-Modified" header.
tree
|
commitdiff
2010-06-18
Florian Forster
src/utils_params.[ch]: Implement "time_to_rfc1123".
tree
|
commitdiff
2010-06-18
Florian Forster
src/graph_{ident,instance}.[ch]: Implement getting...
tree
|
commitdiff
2010-06-18
Florian Forster
src/utils_params.[ch]: Implement and use "script_name()".
tree
|
commitdiff
2010-06-18
Florian Forster
action "graph": Implement handling of arbitrary begin...
tree
|
commitdiff
2010-06-16
Florian Forster
Autotoolization.
tree
|
commitdiff