]> git.ipfire.org Git - thirdparty/haproxy.git/commit
* released 1.1.12 v1.1.12
authorwilly tarreau <willy@wtap.(none)>
Sat, 17 Dec 2005 12:21:24 +0000 (13:21 +0100)
committerwilly tarreau <willy@wtap.(none)>
Sat, 17 Dec 2005 12:21:24 +0000 (13:21 +0100)
commit750a47265a67eae6d33def3b990fb76ccfc0fde3
tree7616f291b1e71e9a0a44c89968b25de51498a795
parent240afa6d230dd37b1662a6c2ebabc52a3cefe38d
* released 1.1.12
* fixed stats monitoring, and optimized some tv_* for most common cases.
* replaced temporary 'newhdr' with 'trash' to reduce stack size
* made HTTP errors more HTML-fiendly.
* renamed strlcpy() to strlcpy2() because of a slightly difference between
  their behaviour (return value), to avoid confusion.
* restricted HTTP messages to HTTP proxies only
* added a 502 message when the connection has been refused by the server,
  to prevent clients from believing this is a zero-byte HTTP 0.9 reply.
* changed 'Cache-control:' from 'no-cache="set-cookie"' to 'private' when
  inserting a cookie, because some caches (apache) don't understand it.
* fixed processing of server headers when client is in SHUTR state
* automatically close fd's 0,1 and 2 when going daemon ; setpgrp() after
  setpgid()
* updated the Makefile and the Formilux build script
Makefile
examples/haproxy-1.1.12-flx.1.pkg [new file with mode: 0644]
examples/haproxy-1.1.5-flx.1-i686.pkg [deleted file]
examples/haproxy.cfg
haproxy.c