• Home
  • History
  • Annotate
Name Date Size #Lines LOC

..03-May-2022-

.github/H24-Nov-2021-587476

contrib/H24-Nov-2021-28,37322,034

doc/H03-May-2022-5,9524,677

examples/H24-Nov-2021-622497

include/H24-Nov-2021-42,59823,397

reg-tests/H24-Nov-2021-13,93911,790

scripts/H24-Nov-2021-1,6561,290

src/H24-Nov-2021-180,778127,280

tests/H03-May-2022-4,8363,617

.cirrus.ymlH A D24-Nov-20211.5 KiB3230

.gitattributesH A D24-Nov-202158 43

.gitignoreH A D24-Nov-2021880 5453

.travis.ymlH A D24-Nov-20215 KiB153142

BRANCHESH A D24-Nov-202113.7 KiB240201

CHANGELOGH A D24-Nov-2021903.3 KiB14,14513,897

CONTRIBUTINGH A D24-Nov-202154.5 KiB1,023828

INSTALLH A D24-Nov-202126 KiB568437

LICENSEH A D24-Nov-20212 KiB3829

MAINTAINERSH A D24-Nov-20213.7 KiB9878

MakefileH A D24-Nov-202142.5 KiB1,079668

READMEH A D24-Nov-20211.1 KiB2318

ROADMAPH A D24-Nov-20212.4 KiB7746

SUBVERSH A D24-Nov-202110 31

VERDATEH A D24-Nov-202137 32

VERSIONH A D24-Nov-20217 21

README

1The HAProxy documentation has been split into a number of different files for
2ease of use.
3
4Please refer to the following files depending on what you're looking for :
5
6  - INSTALL for instructions on how to build and install HAProxy
7  - BRANCHES to understand the project's life cycle and what version to use
8  - LICENSE for the project's license
9  - CONTRIBUTING for the process to follow to submit contributions
10
11The more detailed documentation is located into the doc/ directory :
12
13  - doc/intro.txt for a quick introduction on HAProxy
14  - doc/configuration.txt for the configuration's reference manual
15  - doc/lua.txt for the Lua's reference manual
16  - doc/SPOE.txt for how to use the SPOE engine
17  - doc/network-namespaces.txt for how to use network namespaces under Linux
18  - doc/management.txt for the management guide
19  - doc/regression-testing.txt for how to use the regression testing suite
20  - doc/peers.txt for the peers protocol reference
21  - doc/coding-style.txt for how to adopt HAProxy's coding style
22  - doc/internals for developer-specific documentation (not all up to date)
23