]> git.ipfire.org Git - thirdparty/haproxy.git/commit
* released 1.2.7rc (1.1.33rc) v1.2.7rc
authorwilly tarreau <willy@wtap.(none)>
Sun, 18 Dec 2005 00:31:20 +0000 (01:31 +0100)
committerwilly tarreau <willy@wtap.(none)>
Sun, 18 Dec 2005 00:31:20 +0000 (01:31 +0100)
commitb952e1db8496ccc46ee7716a2badd6e20ad78502
tree44565921695ab038f0d183f6385e6c7cb29182a1
parentc5f73ed21c63a87968141826036f82dbefbe3b72
* released 1.2.7rc (1.1.33rc)
* second batch of socklen_t changes.
* clean-ups from Cameron Simpson.
* because tv_remain() does not know about eternity, using no timeout can
  make select() spin around a null time-out. Bug reported by Cameron Simpson.
* client read timeout was not properly set to eternity initialized after an
  accept() if it was not set in the config. It remained undetected so long
  because eternity is 0 and newly allocated pages are zeroed by the system.
* do not call get_original_dst() when not in transparent mode.
* implemented a workaround for a bug in certain epoll() implementations on
  linux-2.4 kernels (epoll-lt <= 0.21).
* implemented TCP keepalive with new options : tcpka, clitcpka, srvtcpka.
CHANGELOG
Makefile
doc/haproxy-en.txt
doc/haproxy-fr.txt
haproxy.c