haproxy public development tree
Go to file
Willy Tarreau b131049eb5 BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL
One was in backend.c and the other one in hlua.c. No other candidate
was found with "git grep '^#if\s*USE'". It's worth noting that 3
other such tests exist for SSL_OP_NO_{SSLv3,TLSv1_1,TLSv1_2} but
that these ones are properly set to 0 in openssl-compat.h when not
defined.
2021-08-30 09:39:24 +02:00
.github
addons
admin
dev
doc [RELEASE] Released version 2.5-dev5 2021-08-28 13:46:11 +02:00
examples
include BUILD: ssl: next round of build warnings on LIBRESSL_VERSION_NUMBER 2021-08-30 06:20:46 +02:00
reg-tests
scripts
src BUILD: ssl: fix two remaining occurrences of #if USE_OPENSSL 2021-08-30 09:39:24 +02:00
tests
.cirrus.yml
.gitattributes
.gitignore
.travis.yml
BRANCHES
CHANGELOG [RELEASE] Released version 2.5-dev5 2021-08-28 13:46:11 +02:00
CONTRIBUTING
INSTALL
LICENSE
MAINTAINERS
Makefile
README
ROADMAP
SUBVERS
VERDATE [RELEASE] Released version 2.5-dev5 2021-08-28 13:46:11 +02:00
VERSION [RELEASE] Released version 2.5-dev5 2021-08-28 13:46:11 +02: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)