* added some comments to the places where we can send a pending connection to a server in case of throttling. |
|
More...
|
about 19 years ago
|
maintain the number of sessions per server and add this info to the logs |
|
More...
|
about 19 years ago
|
* once again, forgot to update haproxy.spec |
|
More...
|
about 19 years ago
|
* Released version 1.2.11.1 |
|
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. |
|
More...
|
about 19 years ago
|
* updated CHANGELOG and haproxy.c to display version 1.2.11 |
|
More...
|
about 19 years ago
|
* added the '-db' command-line option to disable backgrounding. |
|
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. |
|
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). |
|
More...
|
about 19 years ago
|
* added the ability to enforce limits on memory usage. |
|
More...
|
about 19 years ago
|
* added the 'source' load-balancing algorithm which uses the source IP(v4|v6) |
|
More...
|
about 19 years ago
|
* some regression test files for active/backup conditions. |
|
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. |
|
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. |
|
More...
|
about 19 years ago
|
Released 1.2.10.1 |
|
More...
|
about 19 years ago
|
While fixing the backup server round-robin "feature", a new bug was introduced which could miss some backup servers. |
|
More...
|
about 19 years ago
|
* The displayed proxy name was wrong when dumping upon SIGHUP. |
|
More...
|
about 19 years ago
|
Updated CHANGELOG for v1.2.10 |
|
More...
|
about 19 years ago
|
cleaned the 'tar' target and allowed the 'clean' target to remove the tar.gz file. |
|
More...
|
about 19 years ago
|
Added the 'tar' target to build the tar.gz archive directly from git. |
|
More...
|
about 19 years ago
|
Released version 1.2.10 |
|
More...
|
about 19 years ago
|
Separated OpenBSD build from the main Makefile into a new one. |
|
More...
|
about 19 years ago
|
provided a patch to enable epoll on RHEL3 kernels. |
|
More...
|
about 19 years ago
|
Fixed some messages to ease parsing of alerts. |
|
More...
|
about 19 years ago
|
Make health-checks be more regular, and faster to retry after a timeout. |
|
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. |
|
More...
|
about 19 years ago
|
Make fd management more robust and easier to debug. Also some micro-optimisations. |
|
More...
|
about 19 years ago
|
ENORMOUS long standing bug affecting the epoll polling system. event_data is a union, not a structure ! |
|
More...
|
about 19 years ago
|
assert.h is needed when DEBUG is defined. |
|
More...
|
about 19 years ago
|
fixed haproxy.spec to build correctly on RHEL3 |
|
More...
|
about 19 years ago
|