1. 52f5db2 MINOR: http: custom status reason. by Robin H. Johnson · Sun Jan 01 13:10:52 2017 -0800
  2. d7f2eb6 DOC: lua: section declared twice by Thierry FOURNIER · Wed Dec 14 19:43:08 2016 +0100
  3. 12a865d DOC: lua: improve links by Thierry FOURNIER · Wed Dec 14 19:40:37 2016 +0100
  4. a78f037 DOC: lua: documentation about time parser functions by Thierry FOURNIER · Wed Dec 14 19:04:41 2016 +0100
  5. c1edafe DOC: lua: Add documentation about variable manipulation from applet by Thierry FOURNIER / OZON.IO · Mon Dec 12 16:25:30 2016 +0100
  6. b210bcc DOC: lua: Documentation about some entry missing by Thierry FOURNIER / OZON.IO · Mon Dec 12 16:24:16 2016 +0100
  7. 8a1027a MINOR: lua: Add tokenize function. by Thierry FOURNIER / OZON.IO · Thu Nov 24 20:48:38 2016 +0100
  8. a44fdd9 MEDIUM: lua: Add cli handler for Lua by Thierry FOURNIER / OZON.IO · Sun Nov 13 13:19:20 2016 +0100
  9. 62fec75 MINOR: lua: add ip addresses and network manipulation function by Thierry FOURNIER / OZON.IO · Thu Nov 10 20:38:11 2016 +0100
  10. 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
  11. 85d79c9 MINOR: vars: Add 'unset-var' action/converter by Christopher Faulet · Wed Nov 09 16:54:56 2016 +0100
  12. 53e381c DOC: lua: remove old functions by Thierry FOURNIER / OZON.IO · Tue Aug 02 23:43:10 2016 +0200
  13. ab00df6 BUG/MEDIUM: lua: the function txn_done() from sample fetches can crash by Thierry FOURNIER · Thu Jul 14 11:42:37 2016 +0200
  14. ff48042 MINOR: lua: add class listener by Thierry Fournier · Thu Feb 25 08:36:46 2016 +0100
  15. f2fdc9d MINOR: lua: add class server by Thierry Fournier · Mon Feb 22 08:21:39 2016 +0100
  16. f61aa63 MINOR: lua: add class proxy by Thierry Fournier · Fri Feb 19 20:56:00 2016 +0100
  17. eea77c0 MINOR: lua: dump general info by Thierry Fournier · Fri Mar 18 08:47:13 2016 +0100
  18. 1de1659 MINOR: lua: Add concat class by Thierry Fournier · Wed Jan 27 09:49:07 2016 +0100
  19. b1f4656 MINOR: lua: add "now" time function by Thierry Fournier · Thu Jan 21 09:46:15 2016 +0100
  20. 834421c DOC: lua: fix somme errors by Thierry FOURNIER · Fri Dec 25 02:05:25 2015 +0100
  21. 8db004c MINOR: lua: add set/get priv for applets by Thierry FOURNIER · Fri Dec 25 01:33:18 2015 +0100
  22. e34a78e DOC: lua: fix somme errors and add implicit types by Thierry FOURNIER · Fri Dec 25 01:31:35 2015 +0100
  23. dc59500 DOC: lua: fix lua API by Thierry FOURNIER · Mon Dec 21 11:13:52 2015 +0100
  24. 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
  25. 4d7f766 DOC: lua-api/index.rst small example fixes, spelling correction. by Pieter Baauw · Sun Nov 08 16:38:08 2015 +0100
  26. 61fdf8b DOC: lua: few typos. by David Carlier · Fri Oct 02 11:59:38 2015 +0100
  27. a2d0225 DOC: lua: update doc according with the last Lua changes by Thierry FOURNIER · Thu Oct 01 15:00:42 2015 +0200
  28. 2dcb9bc DOC: fix lua use-service example by Pieter Baauw · Thu Oct 01 22:47:12 2015 +0200
  29. 61add3c DOC: fix some broken unexpected unicode chars in the Lua doc. by Willy Tarreau · Mon Sep 28 15:39:10 2015 +0200
  30. a3bc513 DOC: lua: some documentation update by Thierry FOURNIER · Fri Sep 25 21:43:56 2015 +0200
  31. 8255a75 MINOR: lua: change actions registration by Thierry FOURNIER · Wed Sep 23 21:03:35 2015 +0200
  32. bc183a6 DOC: lua: mention than txn:close was renamed txn:done. by Willy Tarreau · Fri Aug 28 10:39:11 2015 +0200
  33. 99a36dd DOC: lua: replace txn:close with txn:done in lua-api by Willy Tarreau · Thu Aug 27 14:57:04 2015 +0200
  34. 35d70ef MINOR: http: Action for manipulating the returned status code. by Thierry FOURNIER · Wed Aug 26 16:21:56 2015 +0200
  35. 0d79cf6 DOC: fix function name by Thierry FOURNIER · Wed Aug 26 14:20:58 2015 +0200
  36. 0a99b89 MINOR: lua: add core.done() function by Thierry FOURNIER · Wed Aug 26 00:14:17 2015 +0200
  37. 386a127 DOC: match several lua configuration option names to those implemented in code by Pieter Baauw · Sun Aug 16 15:26:24 2015 +0200
  38. 053ba8ad MINOR: lua: Variable access by Thierry FOURNIER · Mon Jun 08 13:05:33 2015 +0200
  39. 3def393 MINOR: lua: map system integration in Lua by Thierry FOURNIER · Tue Apr 07 11:27:54 2015 +0200
  40. 2e4893c DOC: lua: some fixes by Thierry FOURNIER · Wed Mar 18 13:37:27 2015 +0100
  41. c798b5d MINOR: lua: add log functions by Thierry FOURNIER · Tue Mar 17 01:09:57 2015 +0100
  42. 486f5a0 DOC: lua: fix some typos by Thierry FOURNIER · Mon Mar 16 15:13:03 2015 +0100
  43. 08504f4 MINOR: lua: create and register HTTP class by Thierry FOURNIER · Mon Mar 16 14:17:08 2015 +0100
  44. 2cce353 MINOR: lua: txn: add function set_(loglevel|tos|mark) by Thierry FOURNIER · Mon Mar 16 12:04:16 2015 +0100
  45. 17bd152 DOC: lua api by Thierry FOURNIER · Wed Mar 11 20:31:00 2015 +0100