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