]> git.ipfire.org Git - thirdparty/haproxy.git/commit
* released 1.1.0 v1.1.0
authorwilly tarreau <willy@wtap.(none)>
Sat, 17 Dec 2005 11:48:26 +0000 (12:48 +0100)
committerwilly tarreau <willy@wtap.(none)>
Sat, 17 Dec 2005 11:48:26 +0000 (12:48 +0100)
commit5cbea6fd41a9f74384ae8891cbdc01099c6f4c0d
tree5cadfbc5ba2b1bbaed3bef498199bdc9215d9a88
parent9da061b40b1d7b1ec9ee2b31d7ee602f4970a012
* released 1.1.0
* added OpenBSD, Linux-2.2 and Linux-2.4 targets to the Makefile
* added a Formilux init script
* fixed a few timeout bugs
* rearranged the task scheduler subsystem to improve performance,
  add new tasks, and make it easier to later port to librt ;
* allow multiple accept() for one select() wake up ;
* implemented internal load balancing with basic health-check ;
* cookie insertion and header add/replace/delete, with better strings
  support.
* reworked buffer handling to fix a few rewrite bugs, and
  improve overall performance.
* implement the "purge" option to delete server cookies in direct mode.
* fixed some error cases where the maxfd was not decreased.
* now supports transparent proxying, at least on linux 2.4.
* soft stop works again (fixed select timeout computation).
* it seems that TCP proxies sometimes cannot timeout.
* added a "quiet" mode.
* enforce file descriptor limitation on socket() and accept().
Makefile
doc/haproxy.txt
examples/cfg
haproxy.c
init.d/haproxy [new file with mode: 0644]