]> git.ipfire.org Git - thirdparty/haproxy.git/commit
* released 1.1.22 v1.1.22
authorwilly tarreau <willy@wtap.(none)>
Sat, 17 Dec 2005 13:02:24 +0000 (14:02 +0100)
committerwilly tarreau <willy@wtap.(none)>
Sat, 17 Dec 2005 13:02:24 +0000 (14:02 +0100)
commita41a8b4ee68170109d20b46ef9439ef8eb80f24c
tree744b05f2e8bbb3873712db66e28c4c6591326338
parent2f6ba6579f170224e620c63f4c347da8ec6375a4
* released 1.1.22
* 'listen' now supports optionnal address:port-range lists
* 'bind' introduced to add new listen addresses
* fixed a bug which caused a session to be kept established on a server till
  it timed out if the client closed during the DATA phase.
* the port part of each server address can now be empty to make the proxy
  connect to the server on the same port it was connected to, be an absolute
  unsigned number to reflect a single port (as in older versions), or an
  explicitly signed number (+N/-N) to indicate that this offset must be
  applied to the port the proxy was connected to, when connecting to the
  server.
* the 'port' server option allows the user to specify a different
  health-check port than the service one. It is mandatory when only relative
  ports have been specified and check is required. By default, the checks are
  sent to the service port.
* new 'defaults' section which is rather similar to 'listen' except that all
  values are only used as default values for future 'listen' sections, until
  a new 'defaults' resets them. At the moment, server options, regexes,
  cookie names and captures cannot be set in the 'defaults' section.
* Makefile now optimizes for Ultrasparc by default on Solaris/Sparc
* large documentation updates and fixes
* new 'tests' directory with some debug files
CHANGELOG
Makefile
TODO
doc/haproxy.txt
haproxy.c
tests/defaults.cfg [new file with mode: 0644]
tests/sockstat.txt [new file with mode: 0644]
tests/testinet.c [new file with mode: 0644]