1. a75efe1 [TESTS] update the url_param regression test to test check_post too by Willy Tarreau · 13 years ago
  2. 8776f1b [MINOR] add better support to "mysql-check" by Hervé COMMOWICK · 14 years ago
  3. a246e9e [TESTS] add test-check-expect to test various http-check methods by Willy Tarreau · 14 years ago
  4. eb7b0a2 [MEDIUM] http: fix space handling in the request cookie parser by Willy Tarreau · 14 years ago
  5. 4098aab [TESTS] refine non-regression tests and add 4 new tests by Willy Tarreau · 14 years ago
  6. 06d73f7 [TESTS] add a simple program to test connection resets by Willy Tarreau · 14 years ago
  7. 698ae00 [MINOR] add option "mysql-check" to use MySQL health checks by Hervé COMMOWICK · 14 years ago
  8. f1f0683 [TESTS] add a file to test various connection modes by Willy Tarreau · 14 years ago
  9. fe651a5 [MINOR] redirect: in prefix mode a "/" means not to change the URI by Willy Tarreau · 16 years ago
  10. 0140f25 [MINOR] redirect: add support for "set-cookie" and "clear-cookie" by Willy Tarreau · 16 years ago
  11. 79da469 [MINOR] redirect: add support for the "drop-query" option by Willy Tarreau · 16 years ago
  12. c22b57d [TESTS] test-fsm: 22 regression tests for state machines by Willy Tarreau · 16 years ago
  13. b6fb420 [MINOR] acl: add the "wait_end" acl verb by Willy Tarreau · 16 years ago
  14. 655e26a [MINOR] acl: add req_ssl_ver in TCP, to match an SSL version by Willy Tarreau · 16 years ago
  15. b686644 [MAJOR] implement tcp request content inspection by Willy Tarreau · 16 years ago
  16. 1138281 [TESTS] added test-acl.cfg to test some ACL combinations by Willy Tarreau · 16 years ago
  17. 28c41a4 [MEDIUM] rework the wait queue mechanism by Willy Tarreau · 16 years ago
  18. b463dfb [MEDIUM] add support for conditional HTTP redirection by Willy Tarreau · 16 years ago
  19. cdeb9a2 [TESTS] add a debug patch to help trigger the stats bug by Krzysztof Oledzki · 16 years ago
  20. a532324 [TESTS] add new methods in ip-hash test file by Willy Tarreau · 16 years ago
  21. 53cfa0e [TESTS] add a benchmark for integer hashing by Willy Tarreau · 16 years ago
  22. 73290cc [TESTS] add a test case for port mapping by Willy Tarreau · 16 years ago
  23. 5140623 [MAJOR] implementation of the "leastconn" load balancing algorithm by Willy Tarreau · 16 years ago
  24. 8b2f55a [TESTS] add test-pollers.cfg to easily report pollers in use by Willy Tarreau · 16 years ago
  25. 21d2af3 Revert "[BUILD] backend.c and checks.c did not build without tproxy !" by Willy Tarreau · 16 years ago
  26. 3c3c012 [BUILD] backend.c and checks.c did not build without tproxy ! by Willy Tarreau · 16 years ago
  27. ac172b2 [TESTS] add a test case for the server redirection mechanism by Willy Tarreau · 16 years ago
  28. 036fae0 [MEDIUM] introduce "timeout http-request" in frontends by Willy Tarreau · 16 years ago
  29. c73ce2b [MINOR] add support for the "backlog" parameter by Willy Tarreau · 16 years ago
  30. e219db7 [MEDIUM] introduce the "timeout" keyword by Willy Tarreau · 17 years ago
  31. b3f32f5 [MEDIUM] add support for time units in the configuration by Willy Tarreau · 17 years ago
  32. 2e74c3f [MEDIUM] restrict the set of allowed characters for identifiers by Willy Tarreau · 17 years ago
  33. b698f0f [CLEANUP] fwrr: ensure that we never overflow in placements by Willy Tarreau · 17 years ago
  34. 4689ae6 [TESTS] add a test file for disable-on-404 by Willy Tarreau · 17 years ago
  35. 980b7d3 [TESTS] merge test-fwrr.cfg to validate dynamic weights by Willy Tarreau · 17 years ago
  36. 18baa9d [TESTS] include filltab25.c to experiment on FWRR for dynamic weights by Willy Tarreau · 17 years ago
  37. a7e7614 [MEDIUM] make default_backend work in TCP mode too by Willy Tarreau · 17 years ago
  38. 0173280 [MEDIUM] introduce the "url_param" balance method by Willy Tarreau · 17 years ago
  39. 23085b6 [TESTS] add a simple test for the status page by Willy Tarreau · 17 years ago
  40. fe94460 [BUG] fix calls to localtime() by Willy Tarreau · 17 years ago
  41. d1eb3f0 [TESTS] added a file to check that "retries" works. by Willy Tarreau · 17 years ago
  42. 51041c7 [MAJOR] remove files distributed under an obscure license by Willy Tarreau · 17 years ago
  43. ab28b8b [TESTS] added a new hash algorithm by Willy Tarreau · 17 years ago
  44. ca769dc [TESTS] provide a test configuration file for stats and checks by Willy Tarreau · 17 years ago
  45. ab3e1d3 [MEDIUM] optimize I/O by detecting system starvation by Willy Tarreau · 17 years ago
  46. ae5f7da [TESTS] updates to hash experimentations by Willy Tarreau · 17 years ago
  47. 119680b [TESTS] test_pools: added support for dlmalloc() by Willy Tarreau · 17 years ago
  48. ad99d29 [TESTS] added test_pools from Aleksandar Lazic by Willy Tarreau · 17 years ago
  49. 58ef702 [TESTS] added a trivial program to benchmark hash algos by Willy Tarreau · 17 years ago
  50. 1da7a77 [TESTS] added two new test configurations by Willy Tarreau · 18 years ago
  51. 1a3442d * added the 'source' load-balancing algorithm which uses the source IP(v4|v6) by willy tarreau · 18 years ago
  52. b8d29e4 * some regression test files for active/backup conditions. by willy tarreau · 18 years ago
  53. 9970d5c * fixed odd addresses in tests/defaults.cfg by willy tarreau · 18 years ago
  54. eedaa9f * released 1.1.23 by willy tarreau · 19 years ago
  55. a41a8b4 * released 1.1.22 by willy tarreau · 19 years ago
  56. 0f7af91 * initial commit of version 1.0.0 by willy tarreau · 19 years ago