haproxy public development tree
Go to file
Willy Tarreau f4edb72e0a MINOR: pattern: make pat_ref_append() return the newly added element
It's more convenient to return the element than to return just 0 or 1,
as the next thing we'll want to do is to act on this element! In addition
it was using variable arguments instead of consts, causing some reuse
constraints which were also addressed. This doesn't change its use as
a boolean, hence why call places were not modified.
2020-10-31 13:13:48 +01:00
.github CI: github actions: update h2spec to 2.6.0 2020-10-27 13:13:23 +01:00
contrib CONTRIB: release-estimator: Add release estimating tool 2020-10-24 12:27:17 +02:00
doc MINOR: cache: Create res.cache_hit and res.cache_name sample fetches 2020-10-27 18:25:43 +01:00
examples
include MINOR: pattern: make pat_ref_append() return the newly added element 2020-10-31 13:13:48 +01:00
reg-tests MINOR: cache: Add Expires header value parsing 2020-10-30 11:08:38 +01:00
scripts
src MINOR: pattern: make pat_ref_append() return the newly added element 2020-10-31 13:13:48 +01:00
tests
.cirrus.yml
.gitattributes
.gitignore
.travis.yml CI: travis-ci: switch to Ubuntu 20.04 2020-10-24 11:31:56 +02:00
BRANCHES
CHANGELOG [RELEASE] Released version 2.3-dev8 2020-10-24 13:14:31 +02:00
CONTRIBUTING
INSTALL
LICENSE
MAINTAINERS
Makefile BUILD: makefile: add entries to build common debugging tools 2020-10-22 05:17:08 +02:00
README
ROADMAP
SUBVERS
VERDATE [RELEASE] Released version 2.3-dev8 2020-10-24 13:14:31 +02:00
VERSION [RELEASE] Released version 2.3-dev8 2020-10-24 13:14:31 +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)