1. 717a38d MINOR: hlua: expose proxy mailers by Aurelien DARRAGON · Wed Apr 26 19:02:43 2023 +0200
  2. 5bed48f MINOR: mailers/hlua: disable email sending from lua by Aurelien DARRAGON · Fri Apr 21 17:32:46 2023 +0200
  3. 0bd53b2 MINOR: hlua/event_hdl: expose SERVER_CHECK event by Aurelien DARRAGON · Thu Mar 30 15:53:33 2023 +0200
  4. 948dd3d MINOR: hlua: expose SERVER_ADMIN event by Aurelien DARRAGON · Wed Apr 26 11:27:09 2023 +0200
  5. c99f3ad MINOR: hlua: expose SERVER_STATE event by Aurelien DARRAGON · Wed Apr 12 15:47:16 2023 +0200
  6. c4ae890 DOC: lua/event: add ServerEvent class header by Aurelien DARRAGON · Mon Apr 17 17:24:48 2023 +0200
  7. fc84553 MINOR: hlua_fcn: add Proxy.get_srv_act() and Proxy.get_srv_bck() by Aurelien DARRAGON · Mon Apr 03 11:00:18 2023 +0200
  8. fc759b4 MINOR: hlua_fcn: add Server.get_pend_conn() and Server.get_cur_sess() by Aurelien DARRAGON · Mon Apr 03 10:43:17 2023 +0200
  9. 3889efa MINOR: hlua_fcn: add Server.get_proxy() by Aurelien DARRAGON · Mon Apr 03 14:00:58 2023 +0200
  10. 4be36a1 MINOR: hlua_fcn: add Server.get_trackers() by Aurelien DARRAGON · Wed Mar 29 14:02:39 2023 +0200
  11. 406511a MINOR: hlua_fcn: add Server.tracking() by Aurelien DARRAGON · Wed Mar 29 11:30:36 2023 +0200
  12. 7a03dee MINOR: hlua_fcn: add Server.is_dynamic() by Aurelien DARRAGON · Wed Mar 29 10:49:30 2023 +0200
  13. c72051d MINOR: hlua_fcn: add Server.is_backup() by Aurelien DARRAGON · Wed Mar 29 10:44:38 2023 +0200
  14. ccf8012 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Apr 22 20:20:39 2023 +0200
  15. 2dac67a DOC: lua: restore 80 char limitation by Aurelien DARRAGON · Thu Apr 20 12:16:17 2023 +0200
  16. 096b383 MINOR: hlua/event_hdl: timestamp for events by Aurelien DARRAGON · Thu Apr 20 11:32:46 2023 +0200
  17. 55f84c7 MINOR: hlua/event_hdl: expose proxy_uuid variable in server events by Aurelien DARRAGON · Wed Mar 22 17:49:04 2023 +0100
  18. 223770d MINOR: hlua/event_hdl: per-server event subscription by Aurelien DARRAGON · Fri Mar 10 15:34:35 2023 +0100
  19. c84899c MEDIUM: hlua/event_hdl: initial support for event handlers by Aurelien DARRAGON · Mon Feb 20 18:18:59 2023 +0100
  20. 21f7ebb DOC: lua: silence "Unexpected indentation" Sphinx warnings by Aurelien DARRAGON · Mon Mar 13 19:49:31 2023 +0100
  21. d5c80d7 DOC: lua: silence "literal block ends without a blank line" Sphinx warnings by Aurelien DARRAGON · Mon Mar 13 19:36:13 2023 +0100
  22. b803899 MINOR: hlua: support for optional arguments to core.register_task() by Aurelien DARRAGON · Thu Mar 09 16:48:30 2023 +0100
  23. 94ee663 MINOR: hlua_fcn: add server->get_rid() method by Aurelien DARRAGON · Fri Mar 10 15:11:27 2023 +0100
  24. c4b2437 MEDIUM: hlua_fcn/api: remove some old server and proxy attributes by Aurelien DARRAGON · Thu Mar 02 12:00:06 2023 +0100
  25. b046773 MINOR: hlua_fcn: alternative to old proxy and server attributes by Thierry Fournier · Fri Oct 07 12:07:24 2022 +0200
  26. 5fa29b8 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Wed Dec 07 09:46:19 2022 +0500
  27. b6c31b3 DOC: lua-api: Remove warning about the lua filters by Christopher Faulet · Wed Nov 16 10:14:35 2022 +0100
  28. 4a689da CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sat Oct 29 09:34:32 2022 +0500
  29. a925619 DOC: lua: add a note about compression w/ httpclient by William Lallemand · Fri Oct 21 11:48:24 2022 +0200
  30. b5684c5 DOC/CLEANUP: lua-api: removing duplicate core.proxies attribute by Aurelien DARRAGON · Fri Oct 14 09:03:32 2022 +0200
  31. 846fc7d DOC: lua-api: updating toolbox link by Aurelien DARRAGON · Fri Oct 14 08:48:57 2022 +0200
  32. 53901f4 DOC/CLEANUP: lua-api: some minor corrections by Aurelien DARRAGON · Thu Oct 13 19:49:42 2022 +0200
  33. 28f0a60 DOC/CLEANUP: lua-api: removing duplicate date functions doc by Aurelien DARRAGON · Thu Sep 29 10:25:24 2022 +0200
  34. ae6b568 MINOR: hlua: Allow argument on lua-lod(-per-thread) directives by Thierry Fournier · Mon Sep 19 09:04:16 2022 +0200
  35. 60cfe8b DOC/MINOR: fix typos in the lua-api document by Boyang Li · Tue May 10 18:11:00 2022 +0000
  36. 10cea5c DOC: lua: CertCache class documentation by William Lallemand · Wed Mar 30 16:02:43 2022 +0200
  37. 1834030 DOC: httpclient/lua: fix the type of the dst parameter by William Lallemand · Wed Feb 23 15:57:45 2022 +0100
  38. b4a4ef6 MINOR: httpclient/lua: ability to set a server timeout by William Lallemand · Wed Feb 23 14:18:16 2022 +0100
  39. 4f4f2b7 MINOR: httpclient/lua: add 'dst' optionnal field by William Lallemand · Thu Feb 17 20:00:23 2022 +0100
  40. 00a1502 DOC: lua: documentation about the httpclient API by William Lallemand · Fri Nov 19 16:02:44 2021 +0100
  41. 7855b19 DOC: lua: Be explicit with the Reply object limits by Christopher Faulet · Tue Nov 09 18:39:51 2021 +0100
  42. 7978c5c MEDIUM: vars: make the ifexist variant of set-var only apply to the proc scope by Willy Tarreau · Tue Sep 07 14:24:07 2021 +0200
  43. ff0f278 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Sun Aug 22 22:18:07 2021 +0500
  44. 5a2c661 DOC: lua-api: Add documentation about lua filters by Christopher Faulet · Sun Aug 15 20:35:25 2021 +0200
  45. 1e9b1b6 DOC: Improve the lua documentation by Christopher Faulet · Wed Aug 11 10:14:30 2021 +0200
  46. 6a79fc1 MEDIUM: lua: Improve/revisit the lua api to manipulate channels by Christopher Faulet · Fri Aug 06 16:02:36 2021 +0200
  47. 0953039 DOC: lua: Add a warning about buffers modification in HTTP by Christopher Faulet · Mon Jun 14 11:43:18 2021 +0200
  48. 714f345 DOC: fix a few remainig cases of "Haproxy" and "HAproxy" in doc and comments by Willy Tarreau · Sun May 09 06:47:26 2021 +0200
  49. 2272d8a DOC: assorted typo fixes in the documentation by Ilya Shipitsin · Mon Dec 21 01:22:40 2020 +0500
  50. ecb83c2 MINOR: lua-thread: Add the "thread" core variable by Thierry Fournier · Sat Nov 28 15:49:44 2020 +0100
  51. 4234dbd MINOR: lua-thread: Use NULL context for main lua state by Thierry Fournier · Sat Nov 28 13:18:23 2020 +0100
  52. 11057a3 DOC: assorted typo fixes in the documentation by Ilya Shipitsin · Sun Jun 21 21:18:27 2020 +0500
  53. 4e172c9 MEDIUM: lua: Add `ifexist` parameter to `set_var` by Tim Duesterhus · Tue May 19 13:49:42 2020 +0200
  54. 49bbf52 MINOR: lua: allow changing port with set_addr by Joseph C. Sible · Mon May 04 22:20:32 2020 -0400
  55. 2075ca8 DOC: assorted typo fixes in the documentation by Ilya Shipitsin · Fri Mar 06 23:22:22 2020 +0500
  56. 700d9e8 MEDIUM: lua: Add ability for actions to intercept HTTP messages by Christopher Faulet · Fri Jan 31 12:21:52 2020 +0100
  57. 2c2c2e3 MINOR: lua: Add act:wake_time() function to set a timeout when an action yields by Christopher Faulet · Fri Jan 31 19:07:52 2020 +0100
  58. 0f3c890 MINOR: lua: Create the global 'act' object to register all action return codes by Christopher Faulet · Fri Jan 31 18:57:12 2020 +0100
  59. 02cedc4 DOC: Fix typos in different subsections of the documentation by Joseph Herlant · Tue Nov 13 19:45:17 2018 -0800
  60. 8878f8e MEDIUM: lua: Add stick table support for Lua. by Adis Nezirovic · Fri Jul 13 12:18:33 2018 +0200
  61. 874a35c DOC: Fix typos in lua documentation by Bertrand Jacquin · Mon Sep 10 21:26:07 2018 +0100
  62. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  63. 32d539f MINOR: lua: add get_maxconn and set_maxconn to LUA Server class. by Patrick Hemmer · Sun Apr 29 14:25:46 2018 -0400
  64. a62ae7e MINOR: lua: Add server name & puid to LUA Server class. by Patrick Hemmer · Sun Apr 29 14:23:48 2018 -0400
  65. c6a1d71 DOC/MINOR: clean up LUA documentation re: servers & array/table. by Patrick Hemmer · Tue May 01 21:30:41 2018 -0400
  66. 56cc125 MINOR: lua: allow socket api settimeout to accept integers, float, and doubles by Mark Lakes · Tue Mar 27 09:48:06 2018 +0200
  67. c5d11c6 DOC: lua: new prototype for function "register_action()" by Thierry FOURNIER · Mon Feb 12 14:46:54 2018 +0100
  68. 6edab86 BUG/MEDIUM: lua: Fix IPv6 with separate port support for Socket.connect by Tim Duesterhus · Sat Jan 06 19:04:45 2018 +0100
  69. 3190427 MINOR: hlua: Add regex class by Thierry FOURNIER · Wed Oct 25 12:59:51 2017 +0200
  70. 46c7255 MINOR: lua: add uuid to the Class Proxy by Baptiste Assmann · Thu Oct 26 21:51:58 2017 +0200
  71. 9b82a58 MINOR: lua: Add lists of frontends and backends by Thierry FOURNIER · Mon Jul 24 13:30:43 2017 +0200
  72. 817e759 DOC: lua: Proxy class doc update by Thierry FOURNIER · Mon Jul 24 14:35:04 2017 +0200
  73. 4dc7197 BUG/MINOR: lua: Map.end are not reliable because "end" is a reserved keyword by Thierry FOURNIER · Sat Jan 28 08:33:08 2017 +0100
  74. 52f5db2 MINOR: http: custom status reason. by Robin H. Johnson · Sun Jan 01 13:10:52 2017 -0800
  75. d7f2eb6 DOC: lua: section declared twice by Thierry FOURNIER · Wed Dec 14 19:43:08 2016 +0100
  76. 12a865d DOC: lua: improve links by Thierry FOURNIER · Wed Dec 14 19:40:37 2016 +0100
  77. a78f037 DOC: lua: documentation about time parser functions by Thierry FOURNIER · Wed Dec 14 19:04:41 2016 +0100
  78. c1edafe DOC: lua: Add documentation about variable manipulation from applet by Thierry FOURNIER / OZON.IO · Mon Dec 12 16:25:30 2016 +0100
  79. b210bcc DOC: lua: Documentation about some entry missing by Thierry FOURNIER / OZON.IO · Mon Dec 12 16:24:16 2016 +0100
  80. 8a1027a MINOR: lua: Add tokenize function. by Thierry FOURNIER / OZON.IO · Thu Nov 24 20:48:38 2016 +0100
  81. a44fdd9 MEDIUM: lua: Add cli handler for Lua by Thierry FOURNIER / OZON.IO · Sun Nov 13 13:19:20 2016 +0100
  82. 62fec75 MINOR: lua: add ip addresses and network manipulation function by Thierry FOURNIER / OZON.IO · Thu Nov 10 20:38:11 2016 +0100
  83. 65192f3 MINOR: lua: add function which return true if the channel is full. by Thierry FOURNIER / OZON.IO · Mon Nov 07 15:28:40 2016 +0100
  84. 85d79c9 MINOR: vars: Add 'unset-var' action/converter by Christopher Faulet · Wed Nov 09 16:54:56 2016 +0100
  85. 53e381c DOC: lua: remove old functions by Thierry FOURNIER / OZON.IO · Tue Aug 02 23:43:10 2016 +0200
  86. ab00df6 BUG/MEDIUM: lua: the function txn_done() from sample fetches can crash by Thierry FOURNIER · Thu Jul 14 11:42:37 2016 +0200
  87. ff48042 MINOR: lua: add class listener by Thierry Fournier · Thu Feb 25 08:36:46 2016 +0100
  88. f2fdc9d MINOR: lua: add class server by Thierry Fournier · Mon Feb 22 08:21:39 2016 +0100
  89. f61aa63 MINOR: lua: add class proxy by Thierry Fournier · Fri Feb 19 20:56:00 2016 +0100
  90. eea77c0 MINOR: lua: dump general info by Thierry Fournier · Fri Mar 18 08:47:13 2016 +0100
  91. 1de1659 MINOR: lua: Add concat class by Thierry Fournier · Wed Jan 27 09:49:07 2016 +0100
  92. b1f4656 MINOR: lua: add "now" time function by Thierry Fournier · Thu Jan 21 09:46:15 2016 +0100
  93. 834421c DOC: lua: fix somme errors by Thierry FOURNIER · Fri Dec 25 02:05:25 2015 +0100
  94. 8db004c MINOR: lua: add set/get priv for applets by Thierry FOURNIER · Fri Dec 25 01:33:18 2015 +0100
  95. e34a78e DOC: lua: fix somme errors and add implicit types by Thierry FOURNIER · Fri Dec 25 01:31:35 2015 +0100
  96. dc59500 DOC: lua: fix lua API by Thierry FOURNIER · Mon Dec 21 11:13:52 2015 +0100
  97. 841475e MINOR: lua: service/applet can have access to the HTTP headers when a POST is received by Thierry FOURNIER · Fri Dec 11 17:10:09 2015 +0100
  98. 4d7f766 DOC: lua-api/index.rst small example fixes, spelling correction. by Pieter Baauw · Sun Nov 08 16:38:08 2015 +0100
  99. 61fdf8b DOC: lua: few typos. by David Carlier · Fri Oct 02 11:59:38 2015 +0100
  100. a2d0225 DOC: lua: update doc according with the last Lua changes by Thierry FOURNIER · Thu Oct 01 15:00:42 2015 +0200