1. 231ef1d MINOR: lua: use the hlua_rule type in place of opaque type by Thierry FOURNIER · 9 years ago
  2. 3def393 MINOR: lua: map system integration in Lua by Thierry FOURNIER · 9 years ago
  3. f3bf305 CLEANUP: lua: remove unused hlua_smp->l7 and hlua_txn->l7 by Willy Tarreau · 9 years ago
  4. 87b0966 REORG/MAJOR: session: rename the "session" entity to "stream" by Willy Tarreau · 9 years ago
  5. 08504f4 MINOR: lua: create and register HTTP class by Thierry FOURNIER · 9 years ago
  6. 2ec2274 MEDIUM: lua: remove hlua_sample_fetch by Willy Tarreau · 9 years ago
  7. 47860ed MEDIUM: lua: remove struct hlua_channel by Willy Tarreau · 9 years ago
  8. f687052 CLEANUP: lua: remove the session pointer from hlua_channel by Willy Tarreau · 9 years ago
  9. 2694a1a MINOR: lua: fetches and converters can return an empty string in place of nil by Thierry FOURNIER · 9 years ago
  10. 594afe7 MINOR: lua: wrapper for converters by Thierry FOURNIER · 9 years ago
  11. bb53c7b MEDIUM: lua: create a namespace for the fetches by Thierry FOURNIER · 9 years ago
  12. 53e08ec BUG/MEDIUM: lua: the Lua process is not waked up after sending data on requests side by Thierry FOURNIER · 9 years ago
  13. ef6a211 BUG/MEDIUM: lua: fix infinite loop about channel by Thierry FOURNIER · 9 years ago
  14. bd1f132 MINOR: lua: add the struct session in the lua channel struct by Thierry FOURNIER · 9 years ago
  15. 4abd3ae MINOR: lua: adds "forced yield" flag by Thierry FOURNIER · 9 years ago
  16. c42c1ae MEDIUM: lua: each yielding function returns a wake up time. by Thierry FOURNIER · 9 years ago
  17. bd41349 MINOR: lua: set skeleton for Lua execution expiration by Thierry FOURNIER · 9 years ago
  18. a097fdf MINOR: lua: use bitfield and macro in place of integer and enum by Thierry FOURNIER · 9 years ago
  19. a718b29 MINOR: lua: remove some #define by Thierry FOURNIER · 9 years ago
  20. 5a6d3fd MINOR: lua: channel: add "channel" class by Thierry FOURNIER · 9 years ago
  21. 7e7ac32 MEDIUM: lua: socket: add "socket" class for TCP I/O by Thierry FOURNIER · 9 years ago
  22. 5b8608f MINOR: lua: core: add sleep functions by Thierry FOURNIER · 9 years ago
  23. 258d8aa MINOR: lua: add bindings for tcp and http actions by Thierry FOURNIER · 9 years ago
  24. fa0e5dd MINOR: lua: register and execute sample-fetches in LUA by Thierry FOURNIER · 9 years ago
  25. d0fa538 MINOR: lua: txn: import existing sample-fetches in the class TXN by Thierry FOURNIER · 9 years ago
  26. 65f34c6 MINOR: lua: txn: create class TXN associated with the transaction. by Thierry FOURNIER · 9 years ago
  27. a4a0f3d MINOR: lua: post initialisation bindings by Thierry FOURNIER · 9 years ago
  28. 2ba18a2 MINOR: lua: core: create "core" class and object by Thierry FOURNIER · 9 years ago
  29. 9ff7e6e MEDIUM: lua: "com" signals by Thierry FOURNIER · 9 years ago
  30. 380d093 MINOR: lua: add runtime execution context by Thierry FOURNIER · 9 years ago
  31. 6f1fd48 MEDIUM: lua: lua integration in the build and init system. by Thierry FOURNIER · 9 years ago