haproxy public development tree
Go to file
Christopher Faulet 82af3c684d CLEANUP: stconn: Don't expect to have no sedesc on detach
The stream connector must always have a defined sedesc. So there is no
reason to test it when the stconn is detached from the endpoint.
2022-06-17 13:25:02 +02:00
.github
addons
admin
dev MINOR: qpack: implement standalone decoder tool 2022-06-15 15:42:10 +02:00
doc DOC: design: update the task vs thread affinity requirements 2022-06-14 16:16:22 +02:00
examples
include BUG/MEDIUM: stream: Properly handle destructive client connection upgrades 2022-06-17 13:25:02 +02:00
reg-tests REGTESTS: healthcheckmail: Relax health-check failure condition 2022-06-08 16:58:07 +02:00
scripts
src CLEANUP: stconn: Don't expect to have no sedesc on detach 2022-06-17 13:25:02 +02:00
tests
.cirrus.yml
.gitattributes
.gitignore MINOR: qpack: implement standalone decoder tool 2022-06-15 15:42:10 +02:00
.mailmap
.travis.yml
BRANCHES
CHANGELOG [RELEASE] Released version 2.7-dev0 2022-05-31 17:05:27 +02:00
CONTRIBUTING
INSTALL MINOR: version: it's development again 2022-05-31 17:04:45 +02:00
LICENSE
MAINTAINERS
Makefile MINOR: qpack: implement standalone decoder tool 2022-06-15 15:42:10 +02:00
README
SUBVERS
VERDATE [RELEASE] Released version 2.6.0 2022-05-31 16:58:21 +02:00
VERSION [RELEASE] Released version 2.7-dev0 2022-05-31 17:05:27 +02:00

README

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)