haproxy/doc/internals/api
Willy Tarreau 3ebe4d989c MEDIUM: initcall: move STG_REGISTER earlier
The STG_REGISTER init level is used to register known keywords and
protocol stacks. It must be called earlier because some of the init
code already relies on it to be known. For example, "haproxy -vv"
for now is constrained to start very late only because of this.

This patch moves it between STG_LOCK and STG_ALLOC, which is fine as
it's used for static registration.
2022-02-23 17:11:33 +01:00
..
buffer-api.txt
filters.txt
htx-api.txt
initcalls.txt MEDIUM: initcall: move STG_REGISTER earlier 2022-02-23 17:11:33 +01:00
ist.txt DOC: internals: document the IST API 2021-11-08 16:50:48 +01:00
list.txt CLEANUP: assorted typo fixes in the code and comments This is 29th iteration of typo fixes 2022-01-03 14:40:58 +01:00
pools.txt MINOR: pools: disable redundant poisonning on pool_free() 2022-02-23 17:11:33 +01:00
scheduler.txt CLEANUP: assorted typo fixes in the code and comments This is 29th iteration of typo fixes 2022-01-03 14:40:58 +01:00