commit | 64a3cc3660fd2b036a4cca533a52e197558e6a72 | [log] [tgz] |
---|---|---|
author | willy tarreau <willy@wtap.(none)> | Sun Dec 18 01:13:11 2005 +0100 |
committer | willy tarreau <willy@wtap.(none)> | Sun Dec 18 01:13:11 2005 +0100 |
tree | 76f45d8426e25d66e301fc2b4a19fb0cfaaffc64 | |
parent | 1c2ad21e0fc3d911520b867e450fd0219529a9ab [diff] |
* released 1.2.5 (1.1.31) * changed the runtime argument to disable epoll() to '-de' * changed the runtime argument to disable poll() to '-dp' * added global options 'nopoll' and 'noepoll' to do the same at the configuration level. * added a 'linux24e' target to the Makefile for Linux 2.4 systems patched to support epoll(). * changed default FD_SETSIZE to 65536 on Solaris (default=1024) * conditionned signals redirection to #ifdef DEBUG_MEMORY