46
I Use This!
Very High Activity

Commits : Listings

Analyzed about 9 hours ago. based on code collected about 10 hours ago.
Jun 07, 2024 — Jun 07, 2025
Commit Message Contributor Files Modified Lines Added Lines Removed Code Location Date
* added some comments to the places where we can send a pending connection to a server in case of throttling.
Willy Tarreau
as willy tarreau
More... about 19 years ago
maintain the number of sessions per server and add this info to the logs
Willy Tarreau
as willy tarreau
More... about 19 years ago
* once again, forgot to update haproxy.spec
Willy Tarreau
as willy tarreau
More... about 19 years ago
* Released version 1.2.11.1
Willy Tarreau
as willy tarreau
More... about 19 years ago
* it might have been possible that a flapping server would not have been detected UP is responding just before being declared down.
Willy Tarreau
as willy tarreau
More... about 19 years ago
* updated CHANGELOG and haproxy.c to display version 1.2.11
Willy Tarreau
as willy tarreau
More... about 19 years ago
* added the '-db' command-line option to disable backgrounding.
Willy Tarreau
as willy tarreau
More... about 19 years ago
* added the -sf/-st command-line arguments which are used to specify a list of pids to send a FINISH or TERMINATE signal upon startup. They will also be asked to release their port if a bind fails.
Willy Tarreau
as willy tarreau
More... about 19 years ago
* reworked the startup mechanism to allow the sending of a signal to a list of old pids if a socket cannot be bound, with a retry for a limited amount of time (1 second by default).
Willy Tarreau
as willy tarreau
More... about 19 years ago
* added the ability to enforce limits on memory usage.
Willy Tarreau
as willy tarreau
More... about 19 years ago
* added the 'source' load-balancing algorithm which uses the source IP(v4|v6)
Willy Tarreau
as willy tarreau
More... about 19 years ago
* some regression test files for active/backup conditions.
Willy Tarreau
as willy tarreau
More... about 19 years ago
* re-architectured the server round-robin mechanism to ease integration of other algorithms. It now relies on the number of active and backup servers.
Willy Tarreau
as willy tarreau
More... about 19 years ago
* added a counter for the number of active and backup servers, and report these numbers upon SIGHUP or state change.
Willy Tarreau
as willy tarreau
More... about 19 years ago
Released 1.2.10.1
Willy Tarreau
as willy tarreau
More... about 19 years ago
While fixing the backup server round-robin "feature", a new bug was introduced which could miss some backup servers.
Willy Tarreau
as willy tarreau
More... about 19 years ago
* The displayed proxy name was wrong when dumping upon SIGHUP.
Willy Tarreau
as willy tarreau
More... about 19 years ago
Updated CHANGELOG for v1.2.10
Willy Tarreau
as willy tarreau
More... about 19 years ago
cleaned the 'tar' target and allowed the 'clean' target to remove the tar.gz file.
Willy Tarreau
as willy tarreau
More... about 19 years ago
Added the 'tar' target to build the tar.gz archive directly from git.
Willy Tarreau
as willy tarreau
More... about 19 years ago
Released version 1.2.10
Willy Tarreau
as willy tarreau
More... about 19 years ago
Separated OpenBSD build from the main Makefile into a new one.
Willy Tarreau
as willy tarreau
More... about 19 years ago
provided a patch to enable epoll on RHEL3 kernels.
Willy Tarreau
as willy tarreau
More... about 19 years ago
Fixed some messages to ease parsing of alerts.
Willy Tarreau
as willy tarreau
More... about 19 years ago
Make health-checks be more regular, and faster to retry after a timeout.
Willy Tarreau
as willy tarreau
More... about 19 years ago
Limit the number of consecutive accept() in multi-process mode. This produces a more evenly distributed load across the processes and slightly improves performance by reducing bottlenecks.
Willy Tarreau
as willy tarreau
More... about 19 years ago
Make fd management more robust and easier to debug. Also some micro-optimisations.
Willy Tarreau
as willy tarreau
More... about 19 years ago
ENORMOUS long standing bug affecting the epoll polling system. event_data is a union, not a structure !
Willy Tarreau
as willy tarreau
More... about 19 years ago
assert.h is needed when DEBUG is defined.
Willy Tarreau
as willy tarreau
More... about 19 years ago
fixed haproxy.spec to build correctly on RHEL3
Willy Tarreau
as willy tarreau
More... about 19 years ago