* released 1.1.8
* option "dontlognull"
* fixed "double space" bug in config parser
* fixed an uninitialized server field in case of dispatch
  with no existing server which could cause a segfault during
  logging.
* the pid logged was always the father's, which was wrong for daemons.
* fixed wrong level "LOG_INFO" for message "proxy started".
* http logging is now complete :
  - ip:port, date, proxy, server
  - req_time, conn_time, hdr_time, tot_time
  - status, size, request
* source address binding
6 files changed
tree: bfb0715e3ef7981dcc2281891bddeb8b8bb46141
  1. doc/
  2. examples/
  3. init.d/
  4. tests/
  5. haproxy.c
  6. Makefile
  7. NOTES
  8. TODO