1. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · 6 years ago
  2. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · 6 years ago
  3. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · 6 years ago
  4. e312802 MINOR: buffer: replace buffer_replace2() with b_rep_blk() by Willy Tarreau · 6 years ago
  5. 72a100b MINOR: buffer: replace bi_fast_delete() with b_del() by Willy Tarreau · 6 years ago
  6. a79021a MINOR: lua: use the wrappers instead of directly manipulating buffer states by Willy Tarreau · 6 years ago
  7. 3f67999 MINOR: buffer: replace bi_space_for_replace() with ci_space_for_replace() by Willy Tarreau · 6 years ago
  8. eac5259 MINOR: buffer: use b_room() to determine available space in a buffer by Willy Tarreau · 6 years ago
  9. 55f3ce1 MINOR: buffer: make b_getblk_nc() take size_t for the block sizes by Willy Tarreau · 6 years ago
  10. 206ba83 MINOR: buffer: make b_getblk_nc() take const pointers by Willy Tarreau · 6 years ago
  11. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · 6 years ago
  12. fd8d42f MEDIUM: channel: make channel_slow_realign() take a swap buffer by Willy Tarreau · 6 years ago
  13. 4cf1300 MINOR: channel/buffer: replace buffer_slow_realign() with channel_slow_realign() and b_slow_realign() by Willy Tarreau · 6 years ago
  14. 70d318c BUG/MEDIUM: lua: possible CLOSE-WAIT state with '\n' headers by Thierry FOURNIER · 6 years ago
  15. f874a83 BUG/MINOR: lua: Segfaults with wrong usage of types. by Frédéric Lécaille · 6 years ago
  16. fc044c9 MINOR: lua: Increase debug information by Thierry FOURNIER · 6 years ago
  17. 66b8919 BUG/MEDIUM: lua/socket: Buffer error, may segfault by Thierry FOURNIER · 6 years ago
  18. 101b976 BUG/MEDIUM: lua/socket: Sheduling error on write: may dead-lock by Thierry FOURNIER · 6 years ago
  19. ba42fcd BUG/MEDIUM: lua/socket: Notification error by Thierry FOURNIER · 6 years ago
  20. 7e4ee47 BUG/MAJOR: lua: Dead lock with sockets by Thierry FOURNIER · 6 years ago
  21. af4bd08 BUG/MEDIUM: lua/socket: wrong scheduling for sockets by Thierry FOURNIER · 6 years ago
  22. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · 6 years ago
  23. 8c126c7 BUG/MEDIUM: lua/socket: Length required read doesn't work by Thierry FOURNIER · 6 years ago
  24. d5b073c MINOR: lua: Improve error message by Thierry Fournier · 6 years ago
  25. cbe6da5 BUG/MINOR: ssl/lua: prevent lua from affecting automatic maxconn computation by Willy Tarreau · 6 years ago
  26. 05ed330 BUG/MINOR: lua: Socket.send threw runtime error: 'close' needs 1 arguments. by sada · 6 years ago
  27. 706d5ee BUG/MINOR: lua: schedule socket task upon lua connect() by PiBa-NL · 6 years ago
  28. fe971b3 BUG/MINOR, BUG/MINOR: lua: Put tasks to sleep when waiting for data by PiBa-NL · 6 years ago
  29. 5bc9972 BUG/MINOR: lua/threads: Make lua's tasks sticky to the current thread by Christopher Faulet · 6 years ago
  30. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · 6 years ago
  31. cd235c6 BUG/MEDIUM: lua: Fix segmentation fault if a Lua task exits by Tim Duesterhus · 6 years ago
  32. 56cc125 MINOR: lua: allow socket api settimeout to accept integers, float, and doubles by Mark Lakes · 6 years ago
  33. 22154b4 CLEANUP: lua: typo fix in comments by Mark Lakes · 6 years ago
  34. 17a921b BUG/MINOR: lua funtion hlua_socket_settimeout don't check negative values by Thierry Fournier · 6 years ago
  35. e9636f1 BUG/MINOR: lua: the function returns anything by Thierry Fournier · 6 years ago
  36. 2986c0d CLEANUP: lua/syntax: lua is a name and not an acronym by Thierry FOURNIER · 6 years ago
  37. fd1e955 BUG/MINOR: lua: return bad error messages by Thierry FOURNIER · 6 years ago
  38. b814da6 MINOR: config: Add support for ARGT_MSK6 by Tim Duesterhus · 6 years ago
  39. 119a5f1 BUG/MINOR: lua: Fix return value of Socket.settimeout by Tim Duesterhus · 6 years ago
  40. 6edab86 BUG/MEDIUM: lua: Fix IPv6 with separate port support for Socket.connect by Tim Duesterhus · 6 years ago
  41. b33754c DOC: lua: Fix typos in comments of hlua_socket_receive by Tim Duesterhus · 6 years ago
  42. c6e377e BUG/MINOR: lua: Fix default value for pattern in Socket.receive by Tim Duesterhus · 6 years ago
  43. fe7456f BUG/MEDIUM: lua: fix crash when using bogus mode in register_service() by Eric Salama · 7 years ago
  44. cb14688 BUG/MEDIUM: lua/notification: memory leak by Thierry FOURNIER · 7 years ago
  45. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · 7 years ago
  46. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · 7 years ago
  47. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · 7 years ago
  48. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · 7 years ago
  49. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · 7 years ago
  50. 5f4a47b CLEANUP: threads: replace the last few 1UL<<tid with tid_bit by Willy Tarreau · 7 years ago
  51. 952939d MEDIUM: threads/xref: Convert xref function to a thread safe model by Thierry FOURNIER · 7 years ago
  52. 94a6bfc MEDIUM: threads/lua: Cannot acces to the socket if we try to access from another thread. by Thierry FOURNIER · 7 years ago
  53. 4325ab7 MEDIUM: threads/lua: Ensure that the launched tasks runs on the same threads than me by Thierry FOURNIER · 7 years ago
  54. 61ba0e2 MEDIUM: threads/lua: Add locks around the Lua execution parts. by Thierry FOURNIER · 7 years ago
  55. ffbad79 MEDIUM: threads/lua: Makes the jmpbuf and some other buffers local to the current thread. by Thierry FOURNIER · 7 years ago
  56. 1138fd0 MAJOR: threads/applet: Handle multithreading for applets by Emeric Brun · 7 years ago
  57. 40a007c MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe by Christopher Faulet · 7 years ago
  58. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · 7 years ago
  59. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · 7 years ago
  60. 253e53e BUG/MAJOR: lua: scheduled task is freezing. by Emeric Brun · 7 years ago
  61. 0bf6fa5 MEDIUM: session: count the frontend's connections at a single place by Willy Tarreau · 7 years ago
  62. 6f5e4b9 MEDIUM: session: take care of incrementing/decrementing jobs by Willy Tarreau · 7 years ago
  63. d697596 MINOR: tasks: Move Lua notification from Lua to tasks by Thierry FOURNIER · 7 years ago
  64. 2da788e MEDIUM: xref/lua: Use xref for referencing cosocket relation between stream and lua by Thierry FOURNIER · 7 years ago
  65. b01d28f BUG/MINOR: Lua: The socket may be destroyed when we try to access. by Thierry FOURNIER · 7 years ago
  66. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · 7 years ago
  67. 87787ac MEDIUM: stream: make stream_new() allocate its own task by Willy Tarreau · 7 years ago
  68. 585744b REORG/MEDIUM: connection: introduce the notion of connection handle by Willy Tarreau · 7 years ago
  69. ee1bdd5 OPTIM: lua: don't add "Connection: close" on the response by Willy Tarreau · 7 years ago
  70. a329463 OPTIM: lua: don't use expensive functions to parse headers in the HTTP applet by Willy Tarreau · 7 years ago
  71. c9f4ea0 MINOR: lua: properly process the contents of the content-length field by Willy Tarreau · 7 years ago
  72. 06c75fe BUG/MEDIUM: lua: HTTP services must take care of body-less status codes by Willy Tarreau · 7 years ago
  73. d958741 BUG/MAJOR: lua: fix the impact of the scheduler changes again by Willy Tarreau · 7 years ago
  74. d1aa41f BUG/MAJOR: lua: properly dequeue hlua_applet_wakeup() for new scheduler by Willy Tarreau · 7 years ago
  75. bd7fc95 BUG/MINOR: lua: always detach the tcp/http tasks before freeing them by Willy Tarreau · 7 years ago
  76. 6b546a6 BUG/MINOR: Lua: variable already initialized by Thierry FOURNIER · 7 years ago
  77. 7bd10d5 BUG/MEDIUM: lua: bad memory access by Thierry FOURNIER · 7 years ago
  78. b13b20a BUG/MAJOR: lua/socket: resources not detroyed when the socket is aborted by Thierry FOURNIER · 7 years ago
  79. 75d0208 BUG/MINOR: lua: executes the function destroying the Lua session in safe mode by Thierry FOURNIER · 7 years ago
  80. 0a97620 BUG/MINOR: lua: In error case, the safe mode is not removed by Thierry FOURNIER · 7 years ago
  81. 5f77fef MINOR: task/stream: tasks related to a stream must be init by the caller. by Emeric Brun · 7 years ago
  82. fd80df1 BUG/MEDIUM: lua: segfault if a converter or a sample doesn't return anything by Thierry FOURNIER · 7 years ago
  83. e068b60 CLEANUP: lua: remove test by Thierry FOURNIER · 7 years ago
  84. f326767 BUG/MEDIUM: lua: memory leak by Thierry FOURNIER · 7 years ago
  85. 42ef75f MINOR: lua: ensure the memory allocator is used all the time by Willy Tarreau · 7 years ago
  86. 7d38863 BUG/MAJOR: lua segmentation fault when the request is like 'GET ?arg=val HTTP/1.1' by Thierry FOURNIER · 7 years ago
  87. 4dc7197 BUG/MINOR: lua: Map.end are not reliable because "end" is a reserved keyword by Thierry FOURNIER · 7 years ago
  88. 16ad94a MINOR: Use "500 Internal Server Error" for 500 error/status code message. by Jarno Huuskonen · 7 years ago
  89. 48ef4c9 MINOR: tools: make str2sa_range() return the port in a separate argument by Willy Tarreau · 7 years ago
  90. 52f5db2 MINOR: http: custom status reason. by Robin H. Johnson · 8 years ago
  91. 17d4538 MINOR: ssl_sock: implement and use prepare_srv()/destroy_srv() by Willy Tarreau · 8 years ago
  92. a261e9b CLEANUP: connection: remove all direct references to raw_sock and ssl_sock by Willy Tarreau · 8 years ago
  93. 0320934 MEDIUM: ssl: remote the proxy argument from most functions by Willy Tarreau · 8 years ago
  94. bb57d94 CLEANUP: lua: use the build options list to report it by Willy Tarreau · 8 years ago
  95. 2c8b54e MEDIUM: lua: remove Lua struct from session, and allocate it with memory pools by Thierry FOURNIER · 8 years ago
  96. 1be3415 BUG/MINOR: lua: memleak when Lua/cli fails by Thierry FOURNIER · 8 years ago
  97. 33558c4 BUG/MINOR: lua: bad return code by Thierry FOURNIER · 8 years ago
  98. 4e7c708 BUG/MINOR: lua: memory leak executing tasks by Thierry FOURNIER · 8 years ago
  99. 33834b1 BUG/MINOR: Fix the sending function in Lua's cosocket by Christopher Faulet · 8 years ago
  100. 3b0a6d4 MINOR/DOC: lua: just precise one thing by Thierry FOURNIER · 8 years ago