1. cbb44bf CLEANUP: fix a misspell in tests/filltab25.c by Joseph Herlant · Tue Nov 13 20:07:48 2018 -0800
  2. 7755f9f TESTS: add a python wrapper for sockpair@ by William Lallemand · Tue Sep 11 16:51:30 2018 +0200
  3. 8bb4db5 TESTS: Add a testcase for multi-port + multi-server listener issue by Philipp Kolmann · Tue Oct 24 11:32:22 2017 +0200
  4. 51606fe MINOR: tests: add a python wrapper to test inherited fd by William Lallemand · Wed Nov 15 19:17:23 2017 +0100
  5. 668730f TESTS: checks: add a simple test config for tcp-checks by Willy Tarreau · Wed Oct 04 16:28:34 2017 +0200
  6. 5907078 TESTS: checks: add a simple test config for external checks by Willy Tarreau · Wed Oct 04 15:42:00 2017 +0200
  7. b6b3f66 TESTS: ist: add a test file for the functions by Willy Tarreau · Wed Aug 09 23:36:48 2017 +0200
  8. 2ab8867 MINOR: ssl: compare server certificate names to the SNI on outgoing connections by Willy Tarreau · Wed Jul 05 18:23:03 2017 +0200
  9. d78c0fa TESTS: add a test configuration to stress handshake combinations by Willy Tarreau · Sun Mar 19 06:59:29 2017 +0100
  10. 07ecdea TESTS: add blocksig.c to run tests with all signals blocked by Willy Tarreau · Wed Apr 20 10:20:22 2016 +0200
  11. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · Sun Apr 03 13:48:42 2016 +0200
  12. 7e0c971 CLEANUP: tests: removed completely obsolete test files by Willy Tarreau · Tue Oct 13 17:07:34 2015 +0200
  13. e2daab4 CLEANUP: tests: move a test file from examples/ to tests/ by Willy Tarreau · Tue Oct 13 15:45:17 2015 +0200
  14. 609ac2a MEDIUM: log: replace sendto() with sendmsg() in __send_log() by Dragan Dosen · Wed Sep 16 18:25:42 2015 +0200
  15. d38220c CLEANUP: tests: remove sessionhash_test.c and test-cookie-appsess.cfg by Willy Tarreau · Mon Aug 10 19:12:52 2015 +0200
  16. 1d7ca2e TESTS: add regression tests for ACL and sample expression parsers by Willy Tarreau · Fri Dec 13 01:32:09 2013 +0100
  17. 10e26de DOC: Documentation for hashing function, with test results. by Bhaskar Maddala · Wed Nov 20 12:55:21 2013 -0500
  18. a6bd1a1 MINOR: tests: add a config file to ease address parsing tests. by Willy Tarreau · Wed Feb 20 17:30:09 2013 +0100
  19. 7af4605 BUG/MAJOR: trash must always be the size of a buffer by David du Colombier · Wed May 16 14:16:48 2012 +0200
  20. 2ac5718 MEDIUM: add a new typed argument list parsing framework by Willy Tarreau · Thu Apr 19 15:24:50 2012 +0200
  21. c2247f0 MEDIUM: http: add support for sending the server's name in the outgoing request by Mark Lamourine · Wed Jan 04 13:02:01 2012 -0500
  22. d3cff72 [TESTS] provide a test case for various address formats by Willy Tarreau · Fri Mar 04 15:46:16 2011 +0100
  23. a75efe1 [TESTS] update the url_param regression test to test check_post too by Willy Tarreau · Tue Mar 01 20:43:27 2011 +0100
  24. 8776f1b [MINOR] add better support to "mysql-check" by Hervé COMMOWICK · Mon Oct 18 15:58:36 2010 +0200
  25. a246e9e [TESTS] add test-check-expect to test various http-check methods by Willy Tarreau · Mon Oct 04 20:20:05 2010 +0200
  26. eb7b0a2 [MEDIUM] http: fix space handling in the request cookie parser by Willy Tarreau · Tue Aug 31 16:45:02 2010 +0200
  27. 4098aab [TESTS] refine non-regression tests and add 4 new tests by Willy Tarreau · Mon Jun 07 13:50:26 2010 +0200
  28. 06d73f7 [TESTS] add a simple program to test connection resets by Willy Tarreau · Wed Mar 24 18:43:56 2010 +0100
  29. 698ae00 [MINOR] add option "mysql-check" to use MySQL health checks by Hervé COMMOWICK · Tue Jan 12 09:25:13 2010 +0100
  30. f1f0683 [TESTS] add a file to test various connection modes by Willy Tarreau · Tue Jan 05 14:35:03 2010 +0100
  31. fe651a5 [MINOR] redirect: in prefix mode a "/" means not to change the URI by Willy Tarreau · Wed Nov 19 21:15:17 2008 +0100
  32. 0140f25 [MINOR] redirect: add support for "set-cookie" and "clear-cookie" by Willy Tarreau · Wed Nov 19 21:07:09 2008 +0100
  33. 79da469 [MINOR] redirect: add support for the "drop-query" option by Willy Tarreau · Wed Nov 19 20:03:04 2008 +0100
  34. c22b57d [TESTS] test-fsm: 22 regression tests for state machines by Willy Tarreau · Sun Aug 17 19:30:03 2008 +0200
  35. b6fb420 [MINOR] acl: add the "wait_end" acl verb by Willy Tarreau · Sun Jul 20 11:18:28 2008 +0200
  36. 655e26a [MINOR] acl: add req_ssl_ver in TCP, to match an SSL version by Willy Tarreau · Tue Jul 15 18:58:05 2008 +0200
  37. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · Mon Jul 14 23:54:42 2008 +0200
  38. 1138281 [TESTS] added test-acl.cfg to test some ACL combinations by Willy Tarreau · Wed Jul 09 16:18:21 2008 +0200
  39. 28c41a4 [MEDIUM] rework the wait queue mechanism by Willy Tarreau · Sun Jun 29 17:00:59 2008 +0200
  40. b463dfb [MEDIUM] add support for conditional HTTP redirection by Willy Tarreau · Sat Jun 07 23:08:56 2008 +0200
  41. cdeb9a2 [TESTS] add a debug patch to help trigger the stats bug by Krzysztof Oledzki · Mon Apr 21 07:28:21 2008 +0200
  42. a532324 [TESTS] add new methods in ip-hash test file by Willy Tarreau · Sun Apr 13 09:27:00 2008 +0200
  43. 53cfa0e [TESTS] add a benchmark for integer hashing by Willy Tarreau · Sat Apr 12 22:28:32 2008 +0200
  44. 73290cc [TESTS] add a test case for port mapping by Willy Tarreau · Sat Apr 12 11:19:04 2008 +0200
  45. 5140623 [MAJOR] implementation of the "leastconn" load balancing algorithm by Willy Tarreau · Mon Mar 10 22:04:20 2008 +0100
  46. 8b2f55a [TESTS] add test-pollers.cfg to easily report pollers in use by Willy Tarreau · Sat Feb 16 20:02:48 2008 +0100
  47. 21d2af3 Revert "[BUILD] backend.c and checks.c did not build without tproxy !" by Willy Tarreau · Thu Feb 14 20:25:24 2008 +0100
  48. 3c3c012 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · Wed Feb 13 22:22:56 2008 +0100
  49. ac172b2 [TESTS] add a test case for the server redirection mechanism by Willy Tarreau · Wed Feb 13 00:57:06 2008 +0100
  50. 036fae0 [MEDIUM] introduce "timeout http-request" in frontends by Willy Tarreau · Sun Jan 06 13:24:40 2008 +0100
  51. c73ce2b [MINOR] add support for the "backlog" parameter by Willy Tarreau · Sun Jan 06 10:55:10 2008 +0100
  52. e219db7 [MEDIUM] introduce the "timeout" keyword by Willy Tarreau · Mon Dec 03 01:30:13 2007 +0100
  53. b3f32f5 [MEDIUM] add support for time units in the configuration by Willy Tarreau · Sun Dec 02 22:15:14 2007 +0100
  54. 2e74c3f [MEDIUM] restrict the set of allowed characters for identifiers by Willy Tarreau · Sun Dec 02 18:45:09 2007 +0100
  55. b698f0f [CLEANUP] fwrr: ensure that we never overflow in placements by Willy Tarreau · Sun Dec 02 11:01:23 2007 +0100
  56. 4689ae6 [TESTS] add a test file for disable-on-404 by Willy Tarreau · Fri Nov 30 15:23:38 2007 +0100
  57. 980b7d3 [TESTS] merge test-fwrr.cfg to validate dynamic weights by Willy Tarreau · Mon Nov 26 01:25:18 2007 +0100
  58. 18baa9d [TESTS] include filltab25.c to experiment on FWRR for dynamic weights by Willy Tarreau · Mon Nov 26 01:24:50 2007 +0100
  59. a7e7614 [MEDIUM] make default_backend work in TCP mode too by Willy Tarreau · Sat Nov 03 14:28:39 2007 +0100
  60. 0173280 [MEDIUM] introduce the "url_param" balance method by Willy Tarreau · Thu Nov 01 22:48:15 2007 +0100
  61. 23085b6 [TESTS] add a simple test for the status page by Willy Tarreau · Thu Oct 25 20:17:40 2007 +0200
  62. fe94460 [BUG] fix calls to localtime() by Willy Tarreau · Thu Oct 25 10:34:16 2007 +0200
  63. d1eb3f0 [TESTS] added a file to check that "retries" works. by Willy Tarreau · Tue Sep 18 19:52:58 2007 +0200
  64. 51041c7 [MAJOR] remove files distributed under an obscure license by Willy Tarreau · Sun Sep 09 21:56:53 2007 +0200
  65. ab28b8b [TESTS] added a new hash algorithm by Willy Tarreau · Sun Sep 09 21:13:47 2007 +0200
  66. ca769dc [TESTS] provide a test configuration file for stats and checks by Willy Tarreau · Wed Jul 25 07:37:40 2007 +0200
  67. ab3e1d3 [MEDIUM] optimize I/O by detecting system starvation by Willy Tarreau · Sun Jun 03 14:10:36 2007 +0200
  68. ae5f7da [TESTS] updates to hash experimentations by Willy Tarreau · Sun May 13 11:40:04 2007 +0200
  69. 119680b [TESTS] test_pools: added support for dlmalloc() by Willy Tarreau · Sat May 12 16:14:55 2007 +0200
  70. ad99d29 [TESTS] added test_pools from Aleksandar Lazic by Willy Tarreau · Sat May 12 15:51:02 2007 +0200
  71. 58ef702 [TESTS] added a trivial program to benchmark hash algos by Willy Tarreau · Tue May 08 23:22:43 2007 +0200
  72. 1da7a77 [TESTS] added two new test configurations by Willy Tarreau · Sat Jul 29 16:47:12 2006 +0200
  73. 1a3442d * added the 'source' load-balancing algorithm which uses the source IP(v4|v6) by willy tarreau · Fri Mar 24 21:03:20 2006 +0100
  74. b8d29e4 * some regression test files for active/backup conditions. by willy tarreau · Fri Mar 24 19:37:23 2006 +0100
  75. 9970d5c * fixed odd addresses in tests/defaults.cfg by willy tarreau · Sun Jan 08 01:51:58 2006 +0100
  76. eedaa9f * released 1.1.23 by willy tarreau · Sat Dec 17 14:08:03 2005 +0100
  77. a41a8b4 * released 1.1.22 by willy tarreau · Sat Dec 17 14:02:24 2005 +0100
  78. 0f7af91 * initial commit of version 1.0.0 by willy tarreau · Sat Dec 17 12:21:26 2005 +0100