1. ff96b8b MINOR: hlua: Add a flag on the lua txn to know in which context it can be used by Christopher Faulet · 5 years ago
  2. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · 5 years ago
  3. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · 5 years ago
  4. 326e27e REORG: h1: move the h1_state definition to proto_http by Willy Tarreau · 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. d5b073c MINOR: lua: Improve error message by Thierry Fournier · 6 years ago
  8. 94a6bfc MEDIUM: threads/lua: Cannot acces to the socket if we try to access from another thread. by Thierry FOURNIER · 7 years ago
  9. 3190427 MINOR: hlua: Add regex class by Thierry FOURNIER · 7 years ago
  10. 0da5b3b REORG: http: move some very http1-specific parts to h1.{c,h} by Willy Tarreau · 7 years ago
  11. d697596 MINOR: tasks: Move Lua notification from Lua to tasks by Thierry FOURNIER · 7 years ago
  12. 2da788e MEDIUM: xref/lua: Use xref for referencing cosocket relation between stream and lua by Thierry FOURNIER · 7 years ago
  13. 11cfb3d BUG/MEDIUM: lua: In some case, the return of sample-fetches is ignored (2) by Thierry FOURNIER · 8 years ago
  14. 4b123be MINOR: lua: Allow argument for actions by Thierry FOURNIER / OZON.IO · 8 years ago
  15. 62fec75 MINOR: lua: add ip addresses and network manipulation function by Thierry FOURNIER / OZON.IO · 8 years ago
  16. 9bd52d4 BUG/MEDIUM: lua: the function txn_done() from action wrapper can crash by Thierry FOURNIER · 8 years ago
  17. ab00df6 BUG/MEDIUM: lua: the function txn_done() from sample fetches can crash by Thierry FOURNIER · 8 years ago
  18. ff48042 MINOR: lua: add class listener by Thierry Fournier · 8 years ago
  19. f2fdc9d MINOR: lua: add class server by Thierry Fournier · 8 years ago
  20. f61aa63 MINOR: lua: add class proxy by Thierry Fournier · 8 years ago
  21. 49d4842 BUG/MAJOR: lua: segfault using Concat object by Thierry Fournier · 8 years ago
  22. ca98866 BUG/MEDIUM: lua: Lua applets must not fetch samples using http_txn by Thierry FOURNIER · 9 years ago
  23. 7fa0549 REORG/MINOR: lua: convert boolean "int" to bitfield by Thierry FOURNIER · 9 years ago
  24. c4eebc8 BUG/MEDIUM: lua: sample fetches based on response doesn't work by Thierry FOURNIER · 9 years ago
  25. 10770fa MEDIUM: lua: change the timeout execution by Thierry FOURNIER · 9 years ago
  26. a30b5db MINOR: lua: add AppletHTTP class and service by Thierry FOURNIER · 9 years ago
  27. f0a64b6 MINOR: lua: add AppletTCP class and service by Thierry FOURNIER · 9 years ago
  28. 7c39ab4 OPTIM/MEDIUM: lua: executes the garbage collector only when using cosocket by Thierry FOURNIER · 9 years ago
  29. 0efc94c CLEANUP: lua: align defines by Thierry FOURNIER · 9 years ago
  30. 0a99b89 MINOR: lua: add core.done() function by Thierry FOURNIER · 9 years ago
  31. 231ef1d MINOR: lua: use the hlua_rule type in place of opaque type by Thierry FOURNIER · 9 years ago
  32. 3def393 MINOR: lua: map system integration in Lua by Thierry FOURNIER · 9 years ago
  33. f3bf305 CLEANUP: lua: remove unused hlua_smp->l7 and hlua_txn->l7 by Willy Tarreau · 9 years ago
  34. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  35. 08504f4 MINOR: lua: create and register HTTP class by Thierry FOURNIER · 9 years ago
  36. 2ec2274 MEDIUM: lua: remove hlua_sample_fetch by Willy Tarreau · 9 years ago
  37. 47860ed MEDIUM: lua: remove struct hlua_channel by Willy Tarreau · 9 years ago
  38. f687052 CLEANUP: lua: remove the session pointer from hlua_channel by Willy Tarreau · 9 years ago
  39. 2694a1a MINOR: lua: fetches and converters can return an empty string in place of nil by Thierry FOURNIER · 9 years ago
  40. 594afe7 MINOR: lua: wrapper for converters by Thierry FOURNIER · 9 years ago
  41. bb53c7b MEDIUM: lua: create a namespace for the fetches by Thierry FOURNIER · 9 years ago
  42. 53e08ec BUG/MEDIUM: lua: the Lua process is not waked up after sending data on requests side by Thierry FOURNIER · 9 years ago
  43. ef6a211 BUG/MEDIUM: lua: fix infinite loop about channel by Thierry FOURNIER · 9 years ago
  44. bd1f132 MINOR: lua: add the struct session in the lua channel struct by Thierry FOURNIER · 9 years ago
  45. 4abd3ae MINOR: lua: adds "forced yield" flag by Thierry FOURNIER · 9 years ago
  46. c42c1ae MEDIUM: lua: each yielding function returns a wake up time. by Thierry FOURNIER · 9 years ago
  47. bd41349 MINOR: lua: set skeleton for Lua execution expiration by Thierry FOURNIER · 9 years ago
  48. a097fdf MINOR: lua: use bitfield and macro in place of integer and enum by Thierry FOURNIER · 9 years ago
  49. a718b29 MINOR: lua: remove some #define by Thierry FOURNIER · 9 years ago
  50. 5a6d3fd MINOR: lua: channel: add "channel" class by Thierry FOURNIER · 9 years ago
  51. 7e7ac32 MEDIUM: lua: socket: add "socket" class for TCP I/O by Thierry FOURNIER · 9 years ago
  52. 5b8608f MINOR: lua: core: add sleep functions by Thierry FOURNIER · 9 years ago
  53. 258d8aa MINOR: lua: add bindings for tcp and http actions by Thierry FOURNIER · 9 years ago
  54. fa0e5dd MINOR: lua: register and execute sample-fetches in LUA by Thierry FOURNIER · 9 years ago
  55. d0fa538 MINOR: lua: txn: import existing sample-fetches in the class TXN by Thierry FOURNIER · 9 years ago
  56. 65f34c6 MINOR: lua: txn: create class TXN associated with the transaction. by Thierry FOURNIER · 9 years ago
  57. a4a0f3d MINOR: lua: post initialisation bindings by Thierry FOURNIER · 9 years ago
  58. 2ba18a2 MINOR: lua: core: create "core" class and object by Thierry FOURNIER · 9 years ago
  59. 9ff7e6e MEDIUM: lua: "com" signals by Thierry FOURNIER · 9 years ago
  60. 380d093 MINOR: lua: add runtime execution context by Thierry FOURNIER · 9 years ago
  61. 6f1fd48 MEDIUM: lua: lua integration in the build and init system. by Thierry FOURNIER · 9 years ago