HAProxy - Load balancer
Find a file
Ilya Shipitsin 761d64c7ae BUILD: ssl: guard openssl specific with SSL_READ_EARLY_DATA_SUCCESS
let us switch to SSL_READ_EARLY_DATA_SUCCESS instead of openssl versions
2021-01-07 10:20:04 +01:00
.github
contrib
doc MINOR: converter: adding support for url_enc 2021-01-06 23:43:04 +01:00
examples
include CLEANUP: assorted typo fixes in the code and comments 2021-01-06 17:32:03 +01:00
reg-tests MINOR: converter: adding support for url_enc 2021-01-06 23:43:04 +01:00
scripts
src BUILD: ssl: guard openssl specific with SSL_READ_EARLY_DATA_SUCCESS 2021-01-07 10:20:04 +01:00
tests
.cirrus.yml
.gitattributes
.gitignore
.travis.yml
BRANCHES
CHANGELOG [RELEASE] Released version 2.4-dev5 2021-01-06 17:41:32 +01:00
CONTRIBUTING
INSTALL
LICENSE
MAINTAINERS
Makefile
README
ROADMAP
SUBVERS
VERDATE [RELEASE] Released version 2.4-dev5 2021-01-06 17:41:32 +01:00
VERSION [RELEASE] Released version 2.4-dev5 2021-01-06 17:41:32 +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)