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