HAProxy - Load balancer
Find a file
Daniel Corbett 5897867ac5 MINOR: contrib/spoa_server: Upgrade SPOP to 2.0
Upgrade SPOP version to 2.0
2019-06-11 19:27:41 +02:00
.github/ISSUE_TEMPLATE
contrib MINOR: contrib/spoa_server: Upgrade SPOP to 2.0 2019-06-11 19:27:41 +02:00
doc DOC: peers: Update for dictionary cache entries for peers protocol. 2019-06-07 15:47:54 +02:00
ebtree
examples [RELEASE] Released version 2.0-dev6 2019-06-07 06:12:59 +02:00
include MINOR: htx: Add the function htx_move_blk_before() 2019-06-11 14:05:25 +02:00
reg-tests
scripts
src BUG/MEDIUM: h1: Don't consider we're connected if the handshake isn't done. 2019-06-11 16:41:36 +02:00
tests
.cirrus.yml
.gitignore
.travis.yml
CHANGELOG [RELEASE] Released version 2.0-dev6 2019-06-07 06:12:59 +02:00
CONTRIBUTING
INSTALL
LICENSE
MAINTAINERS
Makefile MEDIUM: connections: Introduce a handshake pseudo-XPRT. 2019-06-05 18:03:38 +02:00
README
ROADMAP
SUBVERS
VERDATE [RELEASE] Released version 2.0-dev6 2019-06-07 06:12:59 +02:00
VERSION [RELEASE] Released version 2.0-dev6 2019-06-07 06:12:59 +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
  - 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)