1. 4abd3ae MINOR: lua: adds "forced yield" flag by Thierry FOURNIER · 9 years ago
  2. c42c1ae MEDIUM: lua: each yielding function returns a wake up time. by Thierry FOURNIER · 9 years ago
  3. bd41349 MINOR: lua: set skeleton for Lua execution expiration by Thierry FOURNIER · 9 years ago
  4. a097fdf MINOR: lua: use bitfield and macro in place of integer and enum by Thierry FOURNIER · 9 years ago
  5. a718b29 MINOR: lua: remove some #define by Thierry FOURNIER · 9 years ago
  6. 506e46c BUG/MAJOR: lua: send function fails and return bad bytes by Thierry FOURNIER · 9 years ago
  7. 84bb493 BUILD: lua: missing ifdef related to SSL when enabling LUA by Baptiste Assmann · 9 years ago
  8. 928ae5c BUG/MEDIUM: lua: segfault when calling haproxy sample fetches from lua by Cyril Bonté · 9 years ago
  9. dc0306e MINOR: lua: add a compilation error message when compiled with an incompatible version by Cyril Bonté · 9 years ago
  10. 577a36a MINOR: lua: typo in an error message by Cyril Bonté · 9 years ago
  11. 05ac424 MEDIUM: lua: Lua initialisation "on demand" by Thierry FOURNIER · 9 years ago
  12. 80f5fae BUILD: lua: cleanup many mixed occurrences declarations & code by Willy Tarreau · 9 years ago
  13. 893bfa3 MINOR: lua: txn: add binding for closing the client connection. by Thierry FOURNIER · 9 years ago
  14. 13416fe MINOR: lua: core: can yield an execution stack by Thierry FOURNIER · 9 years ago
  15. 37196f4 MINOR: lua: core: can set the nice of the current task by Thierry FOURNIER · 9 years ago
  16. e94e774 MINOR: lua: txn: object "txn" provides two objects "channel" by Thierry FOURNIER · 9 years ago
  17. 5a6d3fd MINOR: lua: channel: add "channel" class by Thierry FOURNIER · 9 years ago
  18. 83758bb MINOR: lua: core: pattern and acl manipulation by Thierry FOURNIER · 9 years ago
  19. 7e7ac32 MEDIUM: lua: socket: add "socket" class for TCP I/O by Thierry FOURNIER · 9 years ago
  20. 5b8608f MINOR: lua: core: add sleep functions by Thierry FOURNIER · 9 years ago
  21. 258d8aa MINOR: lua: add bindings for tcp and http actions by Thierry FOURNIER · 9 years ago
  22. 9be813f MINOR: lua: register and execute converters in LUA by Thierry FOURNIER · 9 years ago
  23. fa0e5dd MINOR: lua: register and execute sample-fetches in LUA by Thierry FOURNIER · 9 years ago
  24. 9a819e7 MINOR: lua: txn: add lua function in TXN that returns an array of http headers 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. 05c0b8a MINOR: lua: add shared context in the lua stack by Thierry FOURNIER · 9 years ago
  27. 65f34c6 MINOR: lua: txn: create class TXN associated with the transaction. by Thierry FOURNIER · 9 years ago
  28. 55da165 MINOR: lua: add sample and args type converters by Thierry FOURNIER · 9 years ago
  29. 24f3353 MEDIUM: lua: add coroutine as tasks. by Thierry FOURNIER · 9 years ago
  30. a4a0f3d MINOR: lua: post initialisation bindings by Thierry FOURNIER · 9 years ago
  31. 2ba18a2 MINOR: lua: core: create "core" class and object by Thierry FOURNIER · 9 years ago
  32. 6c9b52c MINOR: lua: add the configuration directive "lua-load" by Thierry FOURNIER · 9 years ago
  33. 9ff7e6e MEDIUM: lua: "com" signals by Thierry FOURNIER · 9 years ago
  34. 380d093 MINOR: lua: add runtime execution context by Thierry FOURNIER · 9 years ago
  35. e8b9a40 MINOR: lua: add ease functions by Thierry FOURNIER · 9 years ago
  36. 6f1fd48 MEDIUM: lua: lua integration in the build and init system. by Thierry FOURNIER · 9 years ago