|
Name |
|
Date |
Size |
#Lines |
LOC |
| .. | | 03-May-2022 | - |
| .github/ | H | 24-Nov-2021 | - | 587 | 476 |
| contrib/ | H | 24-Nov-2021 | - | 28,373 | 22,034 |
| doc/ | H | 03-May-2022 | - | 5,952 | 4,677 |
| examples/ | H | 24-Nov-2021 | - | 622 | 497 |
| include/ | H | 24-Nov-2021 | - | 42,598 | 23,397 |
| reg-tests/ | H | 24-Nov-2021 | - | 13,939 | 11,790 |
| scripts/ | H | 24-Nov-2021 | - | 1,656 | 1,290 |
| src/ | H | 24-Nov-2021 | - | 180,778 | 127,280 |
| tests/ | H | 03-May-2022 | - | 4,836 | 3,617 |
| .cirrus.yml | H A D | 24-Nov-2021 | 1.5 KiB | 32 | 30 |
| .gitattributes | H A D | 24-Nov-2021 | 58 | 4 | 3 |
| .gitignore | H A D | 24-Nov-2021 | 880 | 54 | 53 |
| .travis.yml | H A D | 24-Nov-2021 | 5 KiB | 153 | 142 |
| BRANCHES | H A D | 24-Nov-2021 | 13.7 KiB | 240 | 201 |
| CHANGELOG | H A D | 24-Nov-2021 | 903.3 KiB | 14,145 | 13,897 |
| CONTRIBUTING | H A D | 24-Nov-2021 | 54.5 KiB | 1,023 | 828 |
| INSTALL | H A D | 24-Nov-2021 | 26 KiB | 568 | 437 |
| LICENSE | H A D | 24-Nov-2021 | 2 KiB | 38 | 29 |
| MAINTAINERS | H A D | 24-Nov-2021 | 3.7 KiB | 98 | 78 |
| Makefile | H A D | 24-Nov-2021 | 42.5 KiB | 1,079 | 668 |
| README | H A D | 24-Nov-2021 | 1.1 KiB | 23 | 18 |
| ROADMAP | H A D | 24-Nov-2021 | 2.4 KiB | 77 | 46 |
| SUBVERS | H A D | 24-Nov-2021 | 10 | 3 | 1 |
| VERDATE | H A D | 24-Nov-2021 | 37 | 3 | 2 |
| VERSION | H A D | 24-Nov-2021 | 7 | 2 | 1 |
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