haproxy public development tree
Go to file
Christopher Faulet 3ced1d1db4 CLEANUP: mux-h1: Rename H1C_F_CS_* flags and reorder H1C flags
H1C_F_CS_* flags are renamed into H1C_F_ST_*. They reflect the connection
state. So "ST" is well suited. "CS" is confusing because it is also the
abbreviation for conn-stream.

In addition, H1C flags are reordered.
2020-12-04 14:41:49 +01:00
.github
contrib
doc DOC: config: Add notes about errors emitted by H1 mux 2020-12-04 14:41:49 +01:00
examples
include MINOR: mux: Add a ctl parameter to get the exit status of the multiplexers 2020-12-04 14:41:49 +01:00
reg-tests MEDIUM: cache: Remove cache entry in case of POST on the same resource 2020-12-04 10:21:56 +01:00
scripts
src CLEANUP: mux-h1: Rename H1C_F_CS_* flags and reorder H1C flags 2020-12-04 14:41:49 +01:00
tests
.cirrus.yml
.gitattributes
.gitignore
.travis.yml
BRANCHES
CHANGELOG [RELEASE] Released version 2.4-dev2 2020-12-01 08:15:26 +01:00
CONTRIBUTING
INSTALL
LICENSE
MAINTAINERS
Makefile
README
ROADMAP
SUBVERS
VERDATE [RELEASE] Released version 2.4-dev2 2020-12-01 08:15:26 +01:00
VERSION [RELEASE] Released version 2.4-dev2 2020-12-01 08:15:26 +01:00

The HAProxy documentation has been split into a number of different files for
ease of use.

Please refer to the following files depending on what you're looking for :

  - INSTALL for instructions on how to build and install HAProxy
  - BRANCHES to understand the project's life cycle and what version to use
  - LICENSE for the project's license
  - CONTRIBUTING for the process to follow to submit contributions

The more detailed documentation is located into the doc/ directory :

  - doc/intro.txt for a quick introduction on HAProxy
  - doc/configuration.txt for the configuration's reference manual
  - doc/lua.txt for the Lua's reference manual
  - doc/SPOE.txt for how to use the SPOE engine
  - doc/network-namespaces.txt for how to use network namespaces under Linux
  - doc/management.txt for the management guide
  - doc/regression-testing.txt for how to use the regression testing suite
  - doc/peers.txt for the peers protocol reference
  - doc/coding-style.txt for how to adopt HAProxy's coding style
  - doc/internals for developer-specific documentation (not all up to date)