1. b3d92e3 CLEANUP: fix typos in the hlua_fcn subsystem by Joseph Herlant · Thu Nov 15 09:35:04 2018 -0800
  2. 8878f8e MEDIUM: lua: Add stick table support for Lua. by Adis Nezirovic · Fri Jul 13 12:18:33 2018 +0200
  3. 35b51c6 REORG: http: move the HTTP semantics definitions to http.h/http.c by Willy Tarreau · Mon Sep 10 15:38:55 2018 +0200
  4. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  5. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  6. 29d6980 BUG/MINOR: lua: ensure large proxy IDs can be represented by Willy Tarreau · Sun May 06 14:50:09 2018 +0200
  7. 32d539f MINOR: lua: add get_maxconn and set_maxconn to LUA Server class. by Patrick Hemmer · Sun Apr 29 14:25:46 2018 -0400
  8. a62ae7e MINOR: lua: Add server name & puid to LUA Server class. by Patrick Hemmer · Sun Apr 29 14:23:48 2018 -0400
  9. fbc74e8 MINOR/CLEANUP: proxy: rename "proxy" to "proxies_list" by Olivier Houchard · Fri Nov 24 16:54:05 2017 +0100
  10. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  11. 8c4954c BUG/MINOR: lua: fix missing lock protection on server. by Emeric Brun · Thu Nov 02 17:21:40 2017 +0100
  12. 9f0b458 MEDIUM: threads/server: Use the server lock to protect health check and cli concurrency by Emeric Brun · Mon Oct 23 14:39:51 2017 +0200
  13. ffbad79 MEDIUM: threads/lua: Makes the jmpbuf and some other buffers local to the current thread. by Thierry FOURNIER · Wed Jul 12 11:39:04 2017 +0200
  14. 7c210e6 BUG/MINOR: lua: const attribute of a string is overridden by Thierry FOURNIER · Fri Oct 27 14:13:51 2017 +0200
  15. 3190427 MINOR: hlua: Add regex class by Thierry FOURNIER · Wed Oct 25 12:59:51 2017 +0200
  16. 46c7255 MINOR: lua: add uuid to the Class Proxy by Baptiste Assmann · Thu Oct 26 21:51:58 2017 +0200
  17. 5a13351 BUG/MEDIUM: log: check result details truncated. by Emeric Brun · Thu Oct 19 14:42:30 2017 +0200
  18. ceee933 BUG/MINOR: lua: Fix bitwise logic for hlua_server_check_* functions. by Adis Nezirovic · Wed Jul 26 09:19:06 2017 +0200
  19. 9b82a58 MINOR: lua: Add lists of frontends and backends by Thierry FOURNIER · Mon Jul 24 13:30:43 2017 +0200
  20. f2bbe38 MINOR: lua: Add proxy as member of proxy object. by Thierry FOURNIER · Mon Jul 24 13:59:22 2017 +0200
  21. a9f0404 BUG/MINOR: lua: Correctly use INET6_ADDRSTRLEN in Server.get_addr() by Nenad Merdanovic · Sun Jul 23 22:04:59 2017 -0400
  22. 3849473 BUG/MINOR: lua: Fix Server.get_addr() port values by Nenad Merdanovic · Sun Jul 23 22:04:58 2017 -0400
  23. abd9bb2 BUILD: lua: replace timegm() with my_timegm() to fix build on Solaris 10 by Willy Tarreau · Wed Jul 19 19:08:48 2017 +0200
  24. de6925e BUILD: lua: build failed on FreeBSD. by Thierry FOURNIER · Fri Dec 23 17:03:25 2016 +0100
  25. c95bad5 MEDIUM: move listener->frontend to bind_conf->frontend by Willy Tarreau · Thu Dec 22 00:13:31 2016 +0100
  26. 8a1027a MINOR: lua: Add tokenize function. by Thierry FOURNIER / OZON.IO · Thu Nov 24 20:48:38 2016 +0100
  27. 7f3aa8b MINOR: lua: add utility function for check boolean argument by Thierry FOURNIER / OZON.IO · Thu Nov 24 20:37:38 2016 +0100
  28. 9ed6203 REORG: cli: split dumpstats.h in stats.h and cli.h by William Lallemand · Mon Nov 21 17:49:11 2016 +0100
  29. 62fec75 MINOR: lua: add ip addresses and network manipulation function by Thierry FOURNIER / OZON.IO · Thu Nov 10 20:38:11 2016 +0100
  30. 3c2f2f2 CLEANUP: remove unneeded casts by Vincent Bernat · Sun Apr 03 13:48:42 2016 +0200
  31. ff48042 MINOR: lua: add class listener by Thierry Fournier · Thu Feb 25 08:36:46 2016 +0100
  32. f2fdc9d MINOR: lua: add class server by Thierry Fournier · Mon Feb 22 08:21:39 2016 +0100
  33. f61aa63 MINOR: lua: add class proxy by Thierry Fournier · Fri Feb 19 20:56:00 2016 +0100
  34. eea77c0 MINOR: lua: dump general info by Thierry Fournier · Fri Mar 18 08:47:13 2016 +0100
  35. 8b0d6e1 MINOR: lua: convert field to lua type by Thierry Fournier · Wed Mar 16 18:29:13 2016 +0100
  36. 94ed1c1 MINOR: lua: Add internal function which strip spaces by Thierry Fournier · Wed Feb 24 08:06:32 2016 +0100
  37. 3d4a675 MINOR: lua: post initialization by Thierry Fournier · Fri Feb 19 20:53:30 2016 +0100
  38. 45e78d7 MINOR: lua: refactor the Lua object registration by Thierry Fournier · Fri Feb 19 18:34:46 2016 +0100
  39. 4f99b27 CLEANUP: lua: Remove two same functions by Thierry Fournier · Mon Feb 22 08:40:02 2016 +0100
  40. 991188d MINOR: lua: remove some useless checks by Thierry Fournier · Mon Feb 22 19:07:12 2016 +0100
  41. ddd8988 MINOR: lua: move class registration facilities by Thierry Fournier · Mon Feb 22 19:52:08 2016 +0100
  42. e726b14 DOC: lua: copyrights by Thierry Fournier · Thu Feb 11 17:57:57 2016 +0100
  43. 49d4842 BUG/MAJOR: lua: segfault using Concat object by Thierry Fournier · Fri Feb 19 12:09:29 2016 +0100
  44. 1de1659 MINOR: lua: Add concat class by Thierry Fournier · Wed Jan 27 09:49:07 2016 +0100
  45. 5351827 MINOR: lua: merge function by Thierry Fournier · Wed Jan 27 10:34:09 2016 +0100
  46. 9e7e3ea MINOR: lua: move common function by Thierry Fournier · Wed Jan 27 09:55:30 2016 +0100
  47. 1550d5d MINOR: lua: Add date functions by Thierry Fournier · Thu Jan 21 09:35:41 2016 +0100
  48. b1f4656 MINOR: lua: add "now" time function by Thierry Fournier · Thu Jan 21 09:46:15 2016 +0100
  49. fb0b546 MINOR: lua: file dedicated to unsafe functions by Thierry Fournier · Thu Jan 21 09:28:58 2016 +0100