haproxy public development tree
Go to file
willy tarreau 036e1cef51 * 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
2005-12-17 13:46:33 +01:00
doc * released 1.1.18 2005-12-17 13:46:33 +01:00
examples * released 1.1.17 2005-12-17 13:41:01 +01:00
init.d * released 1.1.17 2005-12-17 13:41:01 +01:00
tests * initial commit of version 1.0.0 2005-12-17 12:21:26 +01:00
CHANGELOG * released 1.1.18 2005-12-17 13:46:33 +01:00
Makefile * released 1.1.18 2005-12-17 13:46:33 +01:00
NOTES * released 1.1.11 2005-12-17 13:14:35 +01:00
TODO * released 1.1.16 2005-12-17 13:32:07 +01:00
haproxy.c * released 1.1.18 2005-12-17 13:46:33 +01:00