]> git.ipfire.org Git - thirdparty/haproxy.git/commit
[RELEASE] Released version 1.3.9 with the following changes : v1.3.9
authorWilly Tarreau <w@1wt.eu>
Sun, 15 Apr 2007 23:18:12 +0000 (01:18 +0200)
committerWilly Tarreau <w@1wt.eu>
Sun, 15 Apr 2007 23:33:37 +0000 (01:33 +0200)
commit6e0433f0e9cd39abff3028a0e3de97f6d85334c8
tree4b8eceb8c365aaebb9d7e24db91341312e3ffd72
parent5b7024270ab81f9aa8dbc114ebf3f9bfcd57d92b
[RELEASE] Released version 1.3.9 with the following changes :

    - modularized the polling mechanisms and use function pointers instead
      of macros at many places
    - implemented support for FreeBSD's kqueue() polling mechanism
    - fixed a warning on OpenBSD : MIN/MAX redefined
    - change socket registration order at startup to accomodate kqueue.
    - several makefile cleanups to support old shells
    - fix build with limits.h once for all
    - ev_epoll: do not rely on fd_sets anymore, use changes stacks instead.
    - fdtab now holds the results of polling
    - implemented support for speculative I/O processing with epoll()
    - remove useless calls to shutdown(SHUT_RD), resulting in small speed boost
    - auto-registering of pollers at load time
CHANGELOG
Makefile
Makefile.bsd
Makefile.osx
examples/haproxy-small.spec
examples/haproxy.spec
include/common/version.h