1. f03b53c BUG/MINOR: httpclient: allow to replace the host header by William Lallemand · Wed Nov 24 15:38:17 2021 +0100
  2. f673923 REGTESTS: extend the default I/O timeouts and make them overridable by Willy Tarreau · Thu Nov 18 17:46:22 2021 +0100
  3. d19d776 REGTESTS: httpclient/lua: add greater body values by William Lallemand · Wed Nov 10 17:40:19 2021 +0100
  4. 207f0cb REGTESTS: lua: test httpclient with body streaming by William Lallemand · Thu Oct 28 15:57:33 2021 +0200
  5. dc2cc90 MINOR: httpclient/lua: support more HTTP methods by William Lallemand · Tue Oct 26 11:43:26 2021 +0200
  6. dec25c3 MINOR: httpclient: support payload within a buffer by William Lallemand · Mon Oct 25 19:48:37 2021 +0200
  7. 746e6f3 MINOR: httpclient/lua: supports headers via named arguments by William Lallemand · Wed Oct 06 10:57:44 2021 +0200
  8. 039cc08 REGTESTS: lua: test the httpclient:get() feature by William Lallemand · Fri Sep 24 19:02:50 2021 +0200
  9. 3a4bedc MEDIUM: vars: replace the global name index with a hash by Willy Tarreau · Tue Aug 31 08:51:02 2021 +0200
  10. 0188108 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Aug 07 14:41:56 2021 +0500
  11. d8be001 REGTESTS: Remove REQUIRE_VERSION=1.6 from all tests by Tim Duesterhus · Fri Jun 11 18:16:24 2021 +0200
  12. a9334df CLEANUP: reg-tests: Remove obsolete no-htx parameter for reg-tests by Tim Duesterhus · Mon May 31 23:07:29 2021 +0200
  13. e1465c1 REGTESTS: disable inter-thread idle connection sharing on sensitive tests by Willy Tarreau · Sun May 09 14:41:41 2021 +0200
  14. cc794b9 REGTESTS: add a test for the threaded Lua code by Willy Tarreau · Wed Dec 02 16:44:34 2020 +0100
  15. 43ba3cf MEDIUM: proxy: remove start_proxies() by Willy Tarreau · Thu Sep 24 09:57:32 2020 +0200
  16. 47d1718 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Jun 21 21:42:57 2020 +0500
  17. 80f59e5 REGTESTS: Require the version 2.2 to execute lua/set_var by Christopher Faulet · Tue May 26 11:11:23 2020 +0200
  18. 4e172c9 MEDIUM: lua: Add `ifexist` parameter to `set_var` by Tim Duesterhus · Tue May 19 13:49:42 2020 +0200
  19. 84ebc13 MINOR: lua: Make `set_var()` and `unset_var()` return success by Tim Duesterhus · Tue May 19 13:49:41 2020 +0200
  20. de5021a REGTESTS: Add missing OPENSSL to REQUIRE_OPTIONS for lua/txn_get_priv by Tim Duesterhus · Tue May 19 13:49:37 2020 +0200
  21. b894f92 REGTEST: adapt some reg tests after renaming. by Frédéric Lécaille · Fri Mar 29 16:13:48 2019 +0100
  22. d7a8f14 REGTEST: rename the reg test files. by Frédéric Lécaille · Fri Mar 29 15:37:07 2019 +0100
  23. dc1a3bd REGTEST: replace LEVEL option by a more human readable one. by Frédéric Lécaille · Fri Mar 29 15:07:24 2019 +0100
  24. ce4ec50 REGTEST: lua/b00003: Specify the HAProxy pid when the command ss is executed by Christopher Faulet · Mon Apr 01 15:39:50 2019 +0200
  25. c423030 REGTEST: lua/b00003: Relax the regex matching the log message by Christopher Faulet · Mon Apr 01 11:17:40 2019 +0200
  26. 26eccea REGTEST: remove unexpected "nbthread" statement from Lua test cases by Willy Tarreau · Wed Mar 27 13:50:33 2019 +0100
  27. 8f16148 REGTEST: Add option to use HTX prefixed by the macro 'no-htx' by Christopher Faulet · Wed Dec 19 11:49:39 2018 +0100
  28. fdafd9a REGTEST: Require the option LUA to run lua tests by Christopher Faulet · Wed Dec 19 11:50:17 2018 +0100
  29. cc26b13 BUG/MINOR: lua: Return an error if a legacy HTTP applet doesn't send anything by Christopher Faulet · Tue Dec 18 21:20:57 2018 +0100
  30. 6b6736b REGTEST: fix the Lua test file name in test lua/h00002 :-) by Willy Tarreau · Fri Dec 07 15:25:26 2018 +0100
  31. ce7fad5 REGTEST: Move LUA reg test 4 to level 1. by Frédéric Lécaille · Fri Dec 07 11:16:35 2018 +0100
  32. 0527639 REGTEST: lua: check socket functionality from a lua-task by PiBa-NL · Fri Nov 30 21:01:01 2018 +0100
  33. ec4abde CLEANUP: fix typos in reg-tests by Joseph Herlant · Tue Nov 13 20:15:49 2018 -0800
  34. 9c27ea0 REGTEST: fix scripts 1 and 3 to accept development version by Willy Tarreau · Fri Nov 16 15:54:23 2018 +0100
  35. 233afc7 REGTEST/MINOR: lua: Add reg testing files for 70d318c. by Frédéric Lécaille · Tue Sep 04 15:58:14 2018 +0200
  36. 54f2bcf BUG/MAJOR: thread: lua: Wrong SSL context initialization. by Frédéric Lécaille · Wed Aug 29 13:46:24 2018 +0200
  37. e3faf02 BUG/MEDIUM: lua: reset lua transaction between http requests by Patrick Hemmer · Wed Aug 22 10:02:00 2018 -0400
  38. b083c83 REGEST/MINOR: Add reg testing files. by Frédéric Lécaille · Thu Aug 23 18:06:35 2018 +0200
  39. 9931634 REGTEST/MINOR: Add a new class of regression testing files. by Frédéric Lécaille · Wed Aug 22 10:41:33 2018 +0200
  40. 153b2b6 MINOR: tests: First regression testing file. by Frédéric Lécaille · Mon Jun 18 19:32:10 2018 +0200