]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[MAJOR] udpated the stats page to clearly distinguish FEs and BEs
authorWilly Tarreau <w@1wt.eu>
Mon, 1 Jan 2007 20:38:07 +0000 (21:38 +0100)
committerWilly Tarreau <w@1wt.eu>
Mon, 1 Jan 2007 20:38:07 +0000 (21:38 +0100)
commitc0dde7a8ed3a15c4f36a07187370ace18e51d17a
treeec8ea831e225f6242280143657dd065c7f979219
parent2b5652f9fa2be87acedd5937e03ec531186c6643
[MAJOR] udpated the stats page to clearly distinguish FEs and BEs

The stats page could not tell the difference between a FE and a BE.
It has been revamped to indicate all relevant information. The font
is also slightly smaller in order for all the info to fit into small
screens. The data output path has been greatly simplified to use
string chunks.
include/common/version.h
include/proto/buffers.h
include/proto/proto_http.h
include/types/httperr.h
include/types/proto_http.h
include/types/proxy.h
src/buffers.c
src/log.c
src/proto_http.c