1. bbd4212 [MINOR] add support for "stats refresh <interval>" by Willy Tarreau · Wed Jul 25 07:26:38 2007 +0200
  2. 5af3a69 [MEDIUM] improve behaviour with large number of servers per proxy by Willy Tarreau · Tue Jul 24 23:32:33 2007 +0200
  3. 8f8e645 [CLEANUP] shut warnings 'is*' macros from ctype.h on solaris by Willy Tarreau · Sun Jun 17 21:51:38 2007 +0200
  4. 55ea757 [MAJOR] added the 'use_backend' keyword for full content-switching by Willy Tarreau · Sun Jun 17 19:56:27 2007 +0200
  5. 3f49b30 [MEDIUM] errorfile: use a local file to feed error messages by Willy Tarreau · Mon Jun 11 00:29:26 2007 +0200
  6. 1db3771 [MEDIUM] limit the number of events returned by *poll* by Willy Tarreau · Sun Jun 03 17:16:49 2007 +0200
  7. ee99136 [BUG] pre-initialize timeouts with tv_eternity during parsing by Willy Tarreau · Mon May 14 14:37:50 2007 +0200
  8. 1d4154a [MAJOR] convert the header indexes to use mempool v2 by Willy Tarreau · Sun May 13 22:57:02 2007 +0200
  9. cf7f320 [MAJOR] last bunch of capture changes for mempool v2 by Willy Tarreau · Sun May 13 22:46:04 2007 +0200
  10. c6ca1a0 [MAJOR] migrated task, tree64 and session to pool2 by Willy Tarreau · Sun May 13 19:43:47 2007 +0200
  11. d825eef [MAJOR] replaced all timeouts with struct timeval by Willy Tarreau · Sat May 12 22:35:00 2007 +0200
  12. 2367790 [MEDIUM] implement SMTP health checks by Willy Tarreau · Tue May 08 23:50:35 2007 +0200
  13. 5c8e3e0 [MEDIUM] added the 'block' keyword to the config language by Willy Tarreau · Mon May 07 00:58:25 2007 +0200
  14. eb0c614 [MEDIUM] add the 'acl' keyword to the config language by Willy Tarreau · Mon May 07 00:53:22 2007 +0200
  15. 540abe4 [MEDIUM] ensure that we always have a null word in config by Willy Tarreau · Wed May 02 20:50:16 2007 +0200
  16. 2fcb500 [MEDIUM] implement the URI hash algorithm by Willy Tarreau · Tue May 08 13:35:26 2007 +0200
  17. 42aae5c [MEDIUM] many cleanups in the time functions by Willy Tarreau · Sun Apr 29 17:43:56 2007 +0200
  18. 96bcfd7 [MAJOR] replaced rbtree with ul2tree. by Willy Tarreau · Sun Apr 29 10:41:56 2007 +0200
  19. de99e99 [MAJOR] introduced speculative I/O with epoll() by Willy Tarreau · Mon Apr 16 00:53:59 2007 +0200
  20. e2e27a5 [MEDIUM] removed now unused fiprm and beprm from proxies by Willy Tarreau · Sun Apr 01 00:01:37 2007 +0200
  21. 0b4ed90 [BUILD] cfgparse requires errno.h on OpenBSD. by Willy Tarreau · Mon Mar 26 00:18:40 2007 +0200
  22. 417fae0 [MINOR] changed server weight storage from char to unsigned int by Willy Tarreau · Sun Mar 25 21:16:40 2007 +0200
  23. 0f03c6f [MINOR] cleaned up the check_addr patch a bit by Willy Tarreau · Sun Mar 25 20:46:19 2007 +0200
  24. 2ea3abb [MEDIUM] add support for health-checks on other addresses by Willy Tarreau · Sun Mar 25 16:45:16 2007 +0200
  25. 7ac51f6 [MEDIUM] add the "except" keyword to the "forwardfor" option by Willy Tarreau · Sun Mar 25 16:00:04 2007 +0200
  26. 95c20ac [MEDIUM] add user/groupname support by Willy Tarreau · Sun Mar 25 15:39:23 2007 +0200
  27. 8d9246d [MINOR] more friendly reports of wrong uses of the usesrc keyword by Willy Tarreau · Sat Mar 24 12:47:24 2007 +0100
  28. 8d5d7f2 [MAJOR] huge rework of the HTTP request FSM by Willy Tarreau · Sun Jan 21 19:16:41 2007 +0100
  29. ef00b50 [MINOR] try to guess server check port when unset by Willy Tarreau · Sun Jan 07 02:40:09 2007 +0100
  30. 86efac8 Merge branch 'rbtree' by Willy Tarreau · Sun Jan 07 02:17:18 2007 +0100
  31. 964c936 [MAJOR] replace the wait-queue linked list with an rbtree. by Willy Tarreau · Sun Jan 07 00:38:00 2007 +0100
  32. 8f922fc [MINOR] added the "tcpsplice" option by Willy Tarreau · Sat Jan 06 21:11:49 2007 +0100
  33. 4fee4e9 [MINOR] the options table now sets the prerequisite checks by Willy Tarreau · Sat Jan 06 21:09:17 2007 +0100
  34. 5fdfb91 [MEDIUM] implemented the "default_backend" keyword by Willy Tarreau · Mon Jan 01 23:11:07 2007 +0100
  35. 2b5652f [MINOR] indicate the proxy type in the logs after a loss of servers by Willy Tarreau · Sun Dec 31 17:46:05 2006 +0100
  36. 13943ab [MEDIUM] use an array to store most common options by Willy Tarreau · Sun Dec 31 00:24:10 2006 +0100
  37. 977b8e4 [MAJOR] distinguish between frontend, backend, ruleset and listen by Willy Tarreau · Fri Dec 29 14:19:17 2006 +0100
  38. 8603431 [MEDIUM] split fe->maxconn into fe->maxconn and be->fullconn by Willy Tarreau · Fri Dec 29 00:10:33 2006 +0100
  39. 8058743 [MEDIUM] errorloc now checked first from backend then from frontend by Willy Tarreau · Sun Dec 24 17:47:20 2006 +0100
  40. 0f77253 [MINOR] store HTTP error messages into a chunk array by Willy Tarreau · Sat Dec 23 20:51:41 2006 +0100
  41. a496b60 [MAJOR] merged the 'setbe' actions to switch the backend on a regex by Willy Tarreau · Sun Dec 17 23:15:24 2006 +0100
  42. 97a738f [MINOR] add the fiprm and beprm indirections to struct proxy by Willy Tarreau · Sun Dec 17 18:02:30 2006 +0100
  43. 77074d5 [MAJOR] support for source binding via cttproxy by Willy Tarreau · Sun Nov 12 23:57:19 2006 +0100
  44. b17916e [CLEANUP] add a few "const char *" where appropriate by Willy Tarreau · Sun Oct 15 15:17:57 2006 +0200
  45. b8750a8 [MEDIUM] added the "reqtarpit" and "reqitarpit" features by Willy Tarreau · Sun Sep 03 09:56:00 2006 +0200
  46. 1c47f85 [MEDIUM] implemented the 'monitor-uri' keyword. by Willy Tarreau · Sun Jul 09 08:22:27 2006 +0200
  47. f3c6920 [MEDIUM] implement 'option ssl-hello-chk' to use CLIENT HELLO health checks. by Willy Tarreau · Sun Jul 09 16:42:34 2006 +0200
  48. 2738a14 [MEDIUM] now upon startup, haproxy will warn about missing timeouts. by Willy Tarreau · Sat Jul 08 17:28:09 2006 +0200
  49. 791d66d [MINOR] added lots of Content-Type: text/html to HTML responses and stats. by Willy Tarreau · Sat Jul 08 16:53:38 2006 +0200
  50. 2dd0d47 [CLEANUP] renamed include/haproxy to include/common by Willy Tarreau · Thu Jun 29 17:53:05 2006 +0200
  51. baaee00 [BIGMOVE] exploded the monolithic haproxy.c file into multiple files. by Willy Tarreau · Mon Jun 26 02:48:02 2006 +0200