1. fdda677 BUG/MEDIUM: buffer: one byte miss in buffer free space check by Thierry FOURNIER · 9 years ago
  2. 463119c BUG/BUILD: lua: The strict Lua 5.3 version check is not done. by Thierry FOURNIER · 9 years ago
  3. 0054392 BUG/MINOR: lua: sockets receive behavior doesn't follows the specs by Thierry FOURNIER · 9 years ago
  4. 95ad96a BUG/MEDIUM: lua: cannot connect socket by Thierry FOURNIER · 9 years ago
  5. 486d52a BUG/MEDIUM: lua: sockets don't have buffer to write data by Thierry FOURNIER · 9 years ago
  6. e83766a BUG/MINOR: log: segfault if there are no proxy reference by Thierry FOURNIER · 9 years ago
  7. 4a6170c BUG/MINOR: lua: check buffers before initializing socket by Thierry FOURNIER · 9 years ago
  8. d2b597a BUG/MEDIUM: lua: segfault with buffer_replace2 by Thierry FOURNIER · 9 years ago
  9. cd9084f BUG/MEDIUM: lua: can't handle the response bytes by Thierry FOURNIER · 9 years ago
  10. cae49c9 BUG/MAJOR: lua: some function are not yieldable, the forced yield causes errors by Thierry FOURNIER · 9 years ago
  11. f90838b MEDIUM: lua: use the Lua-5.3 version of the library by Thierry FOURNIER · 9 years ago
  12. deb5d73 BUG/MEDIUM: lua: many errors when we try to send data with the channel API by Thierry FOURNIER · 9 years ago
  13. 53e08ec BUG/MEDIUM: lua: the Lua process is not waked up after sending data on requests side by Thierry FOURNIER · 9 years ago
  14. ef6a211 BUG/MEDIUM: lua: fix infinite loop about channel by Thierry FOURNIER · 9 years ago
  15. 1bfc09b BUG/MEDIUM: lua: reset flags before resuming execution by Thierry FOURNIER · 9 years ago
  16. 3e3a608 BUG/MINOR: lua: set buffer if it is nnot avalaible. by Thierry FOURNIER · 9 years ago
  17. bd1f132 MINOR: lua: add the struct session in the lua channel struct by Thierry FOURNIER · 9 years ago
  18. 90da191 DOC: lua: Lua configuration documentation by Thierry FOURNIER · 9 years ago
  19. dc9ca96 BUG/MEDIUM: lua: the execution timeout is ignored in yield case by Thierry FOURNIER · 9 years ago
  20. c46c965 BUG/MEDIUM: task: fix recently introduced scheduler skew by Willy Tarreau · 9 years ago
  21. d44731f MEDIUM: lua: change the sleep function core by Thierry FOURNIER · 9 years ago
  22. ee9f802 MEDIUM: lua: interrupt the Lua execution for running other process by Thierry FOURNIER · 9 years ago
  23. 4abd3ae MINOR: lua: adds "forced yield" flag by Thierry FOURNIER · 9 years ago
  24. c42c1ae MEDIUM: lua: each yielding function returns a wake up time. by Thierry FOURNIER · 9 years ago
  25. bd41349 MINOR: lua: set skeleton for Lua execution expiration by Thierry FOURNIER · 9 years ago
  26. a097fdf MINOR: lua: use bitfield and macro in place of integer and enum by Thierry FOURNIER · 9 years ago
  27. a718b29 MINOR: lua: remove some #define by Thierry FOURNIER · 9 years ago
  28. 5c49aeb MINOR: remove unused declaration. by Thierry FOURNIER · 9 years ago
  29. 506e46c BUG/MAJOR: lua: send function fails and return bad bytes by Thierry FOURNIER · 9 years ago
  30. d1039e5 BUILD/CLEANUP: systemd: avoid a warning due to mixed code and declaration by Cyril Bonté · 9 years ago
  31. c21adb5 BUILD: try to automatically detect the Lua library name by Cyril Bonté · 9 years ago
  32. 84bb493 BUILD: lua: missing ifdef related to SSL when enabling LUA by Baptiste Assmann · 9 years ago
  33. 928ae5c BUG/MEDIUM: lua: segfault when calling haproxy sample fetches from lua by Cyril Bonté · 9 years ago
  34. dc0306e MINOR: lua: add a compilation error message when compiled with an incompatible version by Cyril Bonté · 9 years ago
  35. 47eb219 MINOR: report the Lua version in -vv by Cyril Bonté · 9 years ago
  36. 577a36a MINOR: lua: typo in an error message by Cyril Bonté · 9 years ago
  37. 05ac424 MEDIUM: lua: Lua initialisation "on demand" by Thierry FOURNIER · 9 years ago
  38. 80f5fae BUILD: lua: cleanup many mixed occurrences declarations & code by Willy Tarreau · 9 years ago
  39. 893bfa3 MINOR: lua: txn: add binding for closing the client connection. by Thierry FOURNIER · 9 years ago
  40. 13416fe MINOR: lua: core: can yield an execution stack by Thierry FOURNIER · 9 years ago
  41. 37196f4 MINOR: lua: core: can set the nice of the current task by Thierry FOURNIER · 9 years ago
  42. e94e774 MINOR: lua: txn: object "txn" provides two objects "channel" by Thierry FOURNIER · 9 years ago
  43. 5a6d3fd MINOR: lua: channel: add "channel" class by Thierry FOURNIER · 9 years ago
  44. 83758bb MINOR: lua: core: pattern and acl manipulation by Thierry FOURNIER · 9 years ago
  45. 7e7ac32 MEDIUM: lua: socket: add "socket" class for TCP I/O by Thierry FOURNIER · 9 years ago
  46. 5b8608f MINOR: lua: core: add sleep functions by Thierry FOURNIER · 9 years ago
  47. 258d8aa MINOR: lua: add bindings for tcp and http actions by Thierry FOURNIER · 9 years ago
  48. 9be813f MINOR: lua: register and execute converters in LUA by Thierry FOURNIER · 9 years ago
  49. fa0e5dd MINOR: lua: register and execute sample-fetches in LUA by Thierry FOURNIER · 9 years ago
  50. 9a819e7 MINOR: lua: txn: add lua function in TXN that returns an array of http headers by Thierry FOURNIER · 9 years ago
  51. d0fa538 MINOR: lua: txn: import existing sample-fetches in the class TXN by Thierry FOURNIER · 9 years ago
  52. 05c0b8a MINOR: lua: add shared context in the lua stack by Thierry FOURNIER · 9 years ago
  53. 65f34c6 MINOR: lua: txn: create class TXN associated with the transaction. by Thierry FOURNIER · 9 years ago
  54. 55da165 MINOR: lua: add sample and args type converters by Thierry FOURNIER · 9 years ago
  55. 24f3353 MEDIUM: lua: add coroutine as tasks. by Thierry FOURNIER · 9 years ago
  56. a4a0f3d MINOR: lua: post initialisation bindings by Thierry FOURNIER · 9 years ago
  57. 2ba18a2 MINOR: lua: core: create "core" class and object by Thierry FOURNIER · 9 years ago
  58. 6c9b52c MINOR: lua: add the configuration directive "lua-load" 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. e8b9a40 MINOR: lua: add ease functions by Thierry FOURNIER · 9 years ago
  62. 6f1fd48 MEDIUM: lua: lua integration in the build and init system. by Thierry FOURNIER · 9 years ago
  63. ca16b03 MINOR: channel: functions to get data from a buffer without copy by Thierry FOURNIER · 9 years ago
  64. bc4c1ac MEDIUM: http/tcp: permit to resume http and tcp custom actions by Thierry FOURNIER · 9 years ago
  65. 9e2ef99 MEDIUM: http: change the code returned by the response processing rule functions by Thierry FOURNIER · 9 years ago
  66. 549aac8 MEDIUM: buffer: make bo_putblk/bo_putstr/bo_putchk return the number of bytes copied. by Thierry FOURNIER · 9 years ago
  67. cc87a11 MEDIUM: tcp: add register keyword system. by Thierry FOURNIER · 10 years ago
  68. ac836ba MINOR: includes: fix a lot of missing or useless includes by Thierry FOURNIER · 10 years ago
  69. 49f45af MINOR: global: export many symbols. by Thierry FOURNIER · 10 years ago
  70. 4d9a1d1 MINOR: sample: add function for browsing samples. by Thierry FOURNIER · 10 years ago
  71. 58639a0 MINOR: global: export function and permits to not resolve DNS names by Thierry FOURNIER · 10 years ago
  72. f41a809 MINOR: sample: add private argument to the struct sample_fetch by Thierry FOURNIER · 10 years ago
  73. 68a556e MINOR: converters: give the session pointer as converter argument by Thierry FOURNIER · 9 years ago
  74. 1edc971 MINOR: converters: add a "void *private" argument to converters by Thierry FOURNIER · 10 years ago
  75. b83862d MEDIUM: channel: wake up any request analyzer on response activity by Thierry FOURNIER · 9 years ago
  76. bb2ae64 MEDIUM: protocol: automatically pick the proto associated to the connection. by Thierry FOURNIER · 9 years ago
  77. b550d00 MEDIUM: protocol: use a family array to index the protocol handlers by Willy Tarreau · 9 years ago
  78. 2e05a8c MEDIUM: task: call session analyzers if the task is woken by a message. by Thierry FOURNIER · 10 years ago
  79. 9cf7c4b MAJOR: poll: only rely on wake_expired_tasks() to compute the wait delay by Thierry FOURNIER · 10 years ago
  80. e7acee7 BUILD/CLEANUP: config: silent 3 warnings about mixed declarations with code by Willy Tarreau · 9 years ago
  81. 622317d BUILD/CLEANUP: ssl: avoid a warning due to mixed code and declaration by Willy Tarreau · 9 years ago
  82. 713a756 BUILD: Makefile: add -Wdeclaration-after-statement by Willy Tarreau · 9 years ago
  83. 188ad3e DOC: Document the new tls-ticket-keys bind keyword by Nenad Merdanovic · 9 years ago
  84. 05552d4 MEDIUM: Add support for configurable TLS ticket keys by Nenad Merdanovic · 9 years ago
  85. eaabd52 BUG/MEDIUM: Do not consider an agent check as failed on L7 error by Simon Horman · 9 years ago
  86. 107ddc1 BUG/MINOR: don't start haproxy on reload by Adam Spiers · 9 years ago
  87. ecb74a3 CLEANUP: extract quiet_check() to avoid duplication by Adam Spiers · 9 years ago
  88. c5123f3 CLEANUP: extract temporary $LOCKFILE to eliminate duplication by Adam Spiers · 9 years ago
  89. 922a37b CLEANUP: extract temporary $PIDFILE to eliminate duplication by Adam Spiers · 9 years ago
  90. 85bb5ca CLEANUP: extract temporary $BIN to eliminate duplication by Adam Spiers · 9 years ago
  91. 5e71b6f CLEANUP: extract temporary $CFG to eliminate duplication by Adam Spiers · 9 years ago
  92. 501260b MEDIUM: task: always ensure that the run queue is consistent by Willy Tarreau · 9 years ago
  93. 70fd748 BUG/MINOR: ARG6 and ARG7 don't fit in a 32 bits word by Thierry FOURNIER · 9 years ago
  94. eb27ec7 MINOR: http: add the new sample fetches req.hdr_names and res.hdr_names by Willy Tarreau · 9 years ago
  95. c90dc23 MINOR: http: add a new function to iterate over each header line by Willy Tarreau · 9 years ago
  96. 2d7ec46 BUG/MAJOR: peers: initialize s->buffer_wait when creating the session by Willy Tarreau · 9 years ago
  97. 73bc285 BUG/MEDIUM: pattern: some entries are not deleted with case insensitive match by Thierry FOURNIER · 9 years ago
  98. 8aa8384 BUG/MINOR: pattern: error message missing by Thierry FOURNIER · 9 years ago
  99. 2a3fb1c MINOR: ssl/server: add the "no-ssl-reuse" server option by Willy Tarreau · 9 years ago
  100. 64e3416 MEDIUM: Allow suppression of email alerts by log level by Simon Horman · 9 years ago