1. 9bd52d4 BUG/MEDIUM: lua: the function txn_done() from action wrapper can crash by Thierry FOURNIER · 8 years ago
  2. ab00df6 BUG/MEDIUM: lua: the function txn_done() from sample fetches can crash by Thierry FOURNIER · 8 years ago
  3. ff48042 MINOR: lua: add class listener by Thierry Fournier · 8 years ago
  4. f2fdc9d MINOR: lua: add class server by Thierry Fournier · 8 years ago
  5. f61aa63 MINOR: lua: add class proxy by Thierry Fournier · 8 years ago
  6. 49d4842 BUG/MAJOR: lua: segfault using Concat object by Thierry Fournier · 8 years ago
  7. ca98866 BUG/MEDIUM: lua: Lua applets must not fetch samples using http_txn by Thierry FOURNIER · 9 years ago
  8. 7fa0549 REORG/MINOR: lua: convert boolean "int" to bitfield by Thierry FOURNIER · 9 years ago
  9. c4eebc8 BUG/MEDIUM: lua: sample fetches based on response doesn't work by Thierry FOURNIER · 9 years ago
  10. 10770fa MEDIUM: lua: change the timeout execution by Thierry FOURNIER · 9 years ago
  11. a30b5db MINOR: lua: add AppletHTTP class and service by Thierry FOURNIER · 9 years ago
  12. f0a64b6 MINOR: lua: add AppletTCP class and service by Thierry FOURNIER · 9 years ago
  13. 7c39ab4 OPTIM/MEDIUM: lua: executes the garbage collector only when using cosocket by Thierry FOURNIER · 9 years ago
  14. 0efc94c CLEANUP: lua: align defines by Thierry FOURNIER · 9 years ago
  15. 0a99b89 MINOR: lua: add core.done() function by Thierry FOURNIER · 9 years ago
  16. 231ef1d MINOR: lua: use the hlua_rule type in place of opaque type by Thierry FOURNIER · 9 years ago
  17. 3def393 MINOR: lua: map system integration in Lua by Thierry FOURNIER · 9 years ago
  18. f3bf305 CLEANUP: lua: remove unused hlua_smp->l7 and hlua_txn->l7 by Willy Tarreau · 9 years ago
  19. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  20. 08504f4 MINOR: lua: create and register HTTP class by Thierry FOURNIER · 9 years ago
  21. 2ec2274 MEDIUM: lua: remove hlua_sample_fetch by Willy Tarreau · 9 years ago
  22. 47860ed MEDIUM: lua: remove struct hlua_channel by Willy Tarreau · 9 years ago
  23. f687052 CLEANUP: lua: remove the session pointer from hlua_channel by Willy Tarreau · 9 years ago
  24. 2694a1a MINOR: lua: fetches and converters can return an empty string in place of nil by Thierry FOURNIER · 9 years ago
  25. 594afe7 MINOR: lua: wrapper for converters by Thierry FOURNIER · 9 years ago
  26. bb53c7b MEDIUM: lua: create a namespace for the fetches by Thierry FOURNIER · 9 years ago
  27. 53e08ec BUG/MEDIUM: lua: the Lua process is not waked up after sending data on requests side by Thierry FOURNIER · 9 years ago
  28. ef6a211 BUG/MEDIUM: lua: fix infinite loop about channel by Thierry FOURNIER · 9 years ago
  29. bd1f132 MINOR: lua: add the struct session in the lua channel struct by Thierry FOURNIER · 9 years ago
  30. 4abd3ae MINOR: lua: adds "forced yield" flag by Thierry FOURNIER · 9 years ago
  31. c42c1ae MEDIUM: lua: each yielding function returns a wake up time. by Thierry FOURNIER · 9 years ago
  32. bd41349 MINOR: lua: set skeleton for Lua execution expiration by Thierry FOURNIER · 9 years ago
  33. a097fdf MINOR: lua: use bitfield and macro in place of integer and enum by Thierry FOURNIER · 9 years ago
  34. a718b29 MINOR: lua: remove some #define by Thierry FOURNIER · 9 years ago
  35. 5a6d3fd MINOR: lua: channel: add "channel" class by Thierry FOURNIER · 9 years ago
  36. 7e7ac32 MEDIUM: lua: socket: add "socket" class for TCP I/O by Thierry FOURNIER · 9 years ago
  37. 5b8608f MINOR: lua: core: add sleep functions by Thierry FOURNIER · 9 years ago
  38. 258d8aa MINOR: lua: add bindings for tcp and http actions by Thierry FOURNIER · 9 years ago
  39. fa0e5dd MINOR: lua: register and execute sample-fetches in LUA by Thierry FOURNIER · 9 years ago
  40. d0fa538 MINOR: lua: txn: import existing sample-fetches in the class TXN by Thierry FOURNIER · 9 years ago
  41. 65f34c6 MINOR: lua: txn: create class TXN associated with the transaction. by Thierry FOURNIER · 9 years ago
  42. a4a0f3d MINOR: lua: post initialisation bindings by Thierry FOURNIER · 9 years ago
  43. 2ba18a2 MINOR: lua: core: create "core" class and object by Thierry FOURNIER · 9 years ago
  44. 9ff7e6e MEDIUM: lua: "com" signals by Thierry FOURNIER · 9 years ago
  45. 380d093 MINOR: lua: add runtime execution context by Thierry FOURNIER · 9 years ago
  46. 6f1fd48 MEDIUM: lua: lua integration in the build and init system. by Thierry FOURNIER · 9 years ago