]> git.ipfire.org Git - thirdparty/haproxy.git/commit
REORG: stats: extract HTML related functions
authorAmaury Denoyelle <adenoyelle@haproxy.com>
Tue, 16 Apr 2024 09:21:06 +0000 (11:21 +0200)
committerAmaury Denoyelle <adenoyelle@haproxy.com>
Thu, 18 Apr 2024 15:04:08 +0000 (17:04 +0200)
commitb8c1fdf24ea20fa1cc15e605e4c1900b668b6731
treee770680627f4881e3984a2500352f96fbeb7c0ba
parentb3d5708adcbf106daf85ce79ba86e7289df4a793
REORG: stats: extract HTML related functions

Extract functions related to HTML stats webpage from stats.c into a new
module named stats-html. This allows to reduce stats.c to roughly half
of its original size.
Makefile
include/haproxy/stats-html-t.h [new file with mode: 0644]
include/haproxy/stats-html.h [new file with mode: 0644]
include/haproxy/stats-t.h
include/haproxy/stats.h
src/http_ana.c
src/stats-html.c [new file with mode: 0644]
src/stats.c