HAProxy Load Balancer's development branch (mirror of git.haproxy.org)
License
haproxy/haproxy
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
master
Could not load branches
Nothing to show
Could not load tags
Nothing to show
{{ refName }}
default
Name already in use
A tag already exists with the provided branch name. Many Git commands accept both tag and branch names, so creating this branch may cause unexpected behavior. Are you sure you want to create this branch?
Code
-
Clone
Use Git or checkout with SVN using the web URL.
Work fast with our official CLI. Learn more about the CLI.
- Open with GitHub Desktop
- Download ZIP
Sign In Required
Please sign in to use Codespaces.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching GitHub Desktop
If nothing happens, download GitHub Desktop and try again.
Launching Xcode
If nothing happens, download Xcode and try again.
Launching Visual Studio Code
Your codespace will open once ready.
There was a problem preparing your codespace, please try again.
Latest commit
Building on gcc 4.4 reports "start may be used uninitialized". This is a classical case of dependency between two variables where the compiler lost track of their initialization and doesn't know that if one is not set, the other is. By just moving the second test in the else clause of the assignment both fixes it and makes the code more efficient, and this can be simplified as a ternary operator. It's probably not needed to backport this, unless anyone reports build warnings with more recent compilers (intermediary optimization levels such as -O1 can sometimes trigger such warnings).
db812f7
Git stats
Files
Permalink
Failed to load latest commit information.
Type
Name
Latest commit message
Commit time
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)
About
HAProxy Load Balancer's development branch (mirror of git.haproxy.org)
Topics
Resources
License
Stars
Watchers
Forks
Packages 0
No packages published