]> git.kaiwu.me - haproxy.git/commit
* released 1.1.18 v1.1.18
authorwilly tarreau <willy@wtap.(none)>
Sat, 17 Dec 2005 12:46:33 +0000 (13:46 +0100)
committerwilly tarreau <willy@wtap.(none)>
Sat, 17 Dec 2005 12:46:33 +0000 (13:46 +0100)
commit036e1cef5161f88b76dd99e7c3f24da520cec043
tree9049ab0d8cc84c76622688c286a59d9093beebec
parent8337c6b7bddb17d7fb07d82eb6901e66827f59c4
* released 1.1.18
* Haproxy can be compiled with PCRE regex instead of libc regex, by setting
  REGEX=pcre on the make command line.
* HTTP health-checks now use "OPTIONS *" instead of "OPTIONS /".
* when explicit source address binding is required, it is now also used for
  health-checks.
* added 'reqpass' and 'reqipass' to allow certain headers but not the request
  itself.
* factored several strings to reduce binary size by about 2 kB.
* replaced setreuid() and setregid() with more standard setuid() and setgid().
* added 4 status flags to the log line indicating who ended the connection
  first, the sessions state, the validity of the cookie, and action taken on
  the set-cookie header.
* rearranged the changelog and removed it from haproxy.c
* large documentation updates
CHANGELOG
Makefile
doc/haproxy.txt
haproxy.c