1. 1a18b54 REORG: connection: centralize the conn_set_{tos,mark,quickack} functions by Willy Tarreau · Tue Dec 11 16:37:42 2018 +0100
  2. 12c2423 BUG/MEDIUM: lua: block on remote connection establishment by Willy Tarreau · Thu Dec 06 15:29:50 2018 +0100
  3. 8ceae72 MEDIUM: init: use initcall for all fixed size pool creations by Willy Tarreau · Mon Nov 26 11:58:30 2018 +0100
  4. e655251 MINOR: initcall: use initcalls for section parsers by Willy Tarreau · Mon Nov 26 11:33:13 2018 +0100
  5. 8071338 MINOR: initcall: apply initcall to all register_build_opts() calls by Willy Tarreau · Mon Nov 26 10:19:54 2018 +0100
  6. 86abe44 MEDIUM: init: use self-initializing spinlocks and rwlocks by Willy Tarreau · Sun Nov 25 20:12:18 2018 +0100
  7. 0108d90 MEDIUM: init: convert all trivial registration calls to initcalls by Willy Tarreau · Sun Nov 25 19:14:37 2018 +0100
  8. 7fe1577 MINOR: Fix typo in the error 500 output of hlua by Joseph Herlant · Thu Nov 15 10:07:32 2018 -0800
  9. b8f9c5e CLEANUP: fix typos in the comments of hlua by Joseph Herlant · Thu Nov 15 10:06:08 2018 -0800
  10. afd8f10 MINOR: lua/htx: Forbid lua usage when the HTX is enabled on a proxy by Christopher Faulet · Thu Nov 08 11:34:21 2018 +0100
  11. db39843 MINOR: stream-int: replace si_cant_put() with si_rx_room_{blk,rdy}() by Willy Tarreau · Thu Nov 15 11:08:52 2018 +0100
  12. 4b962a4 MEDIUM: stream-int: fix the si_cant_put() calls used for buffer readiness by Willy Tarreau · Thu Nov 15 11:03:21 2018 +0100
  13. 3367d41 MEDIUM: stream-int: fix the si_cant_put() calls used for end point readiness by Willy Tarreau · Thu Nov 15 10:57:41 2018 +0100
  14. 0cd3bd6 MINOR: stream-int: rename si_applet_{want|stop|cant}_{get|put} by Willy Tarreau · Tue Nov 06 18:46:37 2018 +0100
  15. 581abd3 MEDIUM: stream-int: replace channel_alloc_buffer() with si_alloc_ibuf() everywhere by Willy Tarreau · Thu Oct 25 10:21:41 2018 +0200
  16. 4e7cc33 BUILD: compiler: rename __unreachable() to my_unreachable() by Willy Tarreau · Sat Oct 20 17:45:48 2018 +0200
  17. b059b89 BUILD: lua: silence some compiler warnings after WILL_LJMP by Willy Tarreau · Tue Oct 16 17:57:36 2018 +0200
  18. 9635e03 MINOR: lua: all functions calling lua_yieldk() may return by Willy Tarreau · Tue Oct 16 17:52:55 2018 +0200
  19. e09101e BUILD: lua: silence some compiler warnings about potential null derefs (#2) by Willy Tarreau · Tue Oct 16 17:37:12 2018 +0200
  20. 526aed2 Revert "BUILD: lua: silence some compiler warnings about potential null derefs" by Willy Tarreau · Tue Oct 16 17:32:55 2018 +0200
  21. f1ffb39 BUILD: lua: silence some compiler warnings about potential null derefs by Willy Tarreau · Mon Oct 15 11:55:18 2018 +0200
  22. 61c112a REORG: http: move HTTP rules parsing to http_rules.c by Willy Tarreau · Tue Oct 02 16:43:32 2018 +0200
  23. 79e5733 REORG: http: move the code to different files by Willy Tarreau · Tue Oct 02 16:01:16 2018 +0200
  24. 04f1e2d REORG: http: move error codes production and processing to http.c by Willy Tarreau · Mon Sep 10 18:04:24 2018 +0200
  25. 6b952c8 REORG: http: move http_get_path() to http.c by Willy Tarreau · Mon Sep 10 17:45:34 2018 +0200
  26. 9e643ea BUG/MEDIUM: hlua: Don't call RESET_SAFE_LJMP if SET_SAFE_LJMP returns 0. by Olivier Houchard · Mon Aug 27 12:59:14 2018 +0200
  27. 54f2bcf BUG/MAJOR: thread: lua: Wrong SSL context initialization. by Frédéric Lécaille · Wed Aug 29 13:46:24 2018 +0200
  28. 594c8c5 BUG/MEDIUM: hlua: Make sure we drain the output buffer when done. by Olivier Houchard · Tue Aug 28 14:41:31 2018 +0200
  29. 83ed5d5 BUG/MINOR: lua: Bad HTTP client request duration. by Frédéric Lécaille · Wed Jul 18 14:25:26 2018 +0200
  30. 7ee465f BUG/MINOR: lua: fix extra 500ms added to socket timeouts by Cyril Bonté · Sun Aug 19 22:08:50 2018 +0200
  31. 7bb6345 BUG/MEDIUM: lua: socket timeouts are not applied by Cyril Bonté · Fri Aug 17 23:51:02 2018 +0200
  32. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  33. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  34. 83061a8 MAJOR: chunks: replace struct chunk with struct buffer by Willy Tarreau · Fri Jul 13 11:56:34 2018 +0200
  35. 843b7cb MEDIUM: chunks: make the chunk struct's fields match the buffer struct by Willy Tarreau · Fri Jul 13 10:54:26 2018 +0200
  36. c9fa048 MAJOR: buffer: finalize buffer detachment by Willy Tarreau · Tue Jul 10 17:43:27 2018 +0200
  37. e312802 MINOR: buffer: replace buffer_replace2() with b_rep_blk() by Willy Tarreau · Thu Jul 12 15:55:34 2018 +0200
  38. 72a100b MINOR: buffer: replace bi_fast_delete() with b_del() by Willy Tarreau · Tue Jul 10 09:59:31 2018 +0200
  39. a79021a MINOR: lua: use the wrappers instead of directly manipulating buffer states by Willy Tarreau · Fri Jun 15 18:07:57 2018 +0200
  40. 3f67999 MINOR: buffer: replace bi_space_for_replace() with ci_space_for_replace() by Willy Tarreau · Fri Jun 15 15:06:42 2018 +0200
  41. eac5259 MINOR: buffer: use b_room() to determine available space in a buffer by Willy Tarreau · Fri Jun 15 13:59:36 2018 +0200
  42. 55f3ce1 MINOR: buffer: make b_getblk_nc() take size_t for the block sizes by Willy Tarreau · Wed Jul 18 11:49:27 2018 +0200
  43. 206ba83 MINOR: buffer: make b_getblk_nc() take const pointers by Willy Tarreau · Thu Jun 14 15:27:31 2018 +0200
  44. bcbd393 MINOR: channel/buffer: replace b_{adv,rew} with c_{adv,rew} by Willy Tarreau · Wed Jun 06 07:13:22 2018 +0200
  45. fd8d42f MEDIUM: channel: make channel_slow_realign() take a swap buffer by Willy Tarreau · Thu Jul 12 10:57:15 2018 +0200
  46. 4cf1300 MINOR: channel/buffer: replace buffer_slow_realign() with channel_slow_realign() and b_slow_realign() by Willy Tarreau · Wed Jun 06 06:53:15 2018 +0200
  47. 70d318c BUG/MEDIUM: lua: possible CLOSE-WAIT state with '\n' headers by Thierry FOURNIER · Sat Jun 30 10:37:33 2018 +0200
  48. f874a83 BUG/MINOR: lua: Segfaults with wrong usage of types. by Frédéric Lécaille · Fri Jun 15 13:56:04 2018 +0200
  49. fc044c9 MINOR: lua: Increase debug information by Thierry FOURNIER · Thu Jun 07 14:40:48 2018 +0200
  50. 66b8919 BUG/MEDIUM: lua/socket: Buffer error, may segfault by Thierry FOURNIER · Sun May 27 01:14:47 2018 +0200
  51. 101b976 BUG/MEDIUM: lua/socket: Sheduling error on write: may dead-lock by Thierry FOURNIER · Sun May 27 01:27:40 2018 +0200
  52. ba42fcd BUG/MEDIUM: lua/socket: Notification error by Thierry FOURNIER · Sun May 27 00:59:48 2018 +0200
  53. 7e4ee47 BUG/MAJOR: lua: Dead lock with sockets by Thierry FOURNIER · Fri May 25 15:03:50 2018 +0200
  54. af4bd08 BUG/MEDIUM: lua/socket: wrong scheduling for sockets by Thierry FOURNIER · Fri May 25 14:38:57 2018 +0200
  55. 9f6af33 MINOR: tasks: Change the task API so that the callback takes 3 arguments. by Olivier Houchard · Fri May 25 14:04:04 2018 +0200
  56. 8c126c7 BUG/MEDIUM: lua/socket: Length required read doesn't work by Thierry FOURNIER · Fri May 25 16:27:44 2018 +0200
  57. d5b073c MINOR: lua: Improve error message by Thierry Fournier · Mon May 21 19:42:47 2018 +0200
  58. cbe6da5 BUG/MINOR: ssl/lua: prevent lua from affecting automatic maxconn computation by Willy Tarreau · Fri May 18 17:08:28 2018 +0200
  59. 05ed330 BUG/MINOR: lua: Socket.send threw runtime error: 'close' needs 1 arguments. by sada · Fri May 11 11:48:18 2018 -0700
  60. 706d5ee BUG/MINOR: lua: schedule socket task upon lua connect() by PiBa-NL · Sat May 05 23:51:42 2018 +0200
  61. fe971b3 BUG/MINOR, BUG/MINOR: lua: Put tasks to sleep when waiting for data by PiBa-NL · Wed May 02 22:27:14 2018 +0200
  62. 5bc9972 BUG/MINOR: lua/threads: Make lua's tasks sticky to the current thread by Christopher Faulet · Wed Apr 25 10:34:45 2018 +0200
  63. abbf607 MEDIUM: cli: Add payload support by Aurélien Nephtali · Wed Apr 18 13:26:46 2018 +0200
  64. cd235c6 BUG/MEDIUM: lua: Fix segmentation fault if a Lua task exits by Tim Duesterhus · Tue Apr 24 13:56:01 2018 +0200
  65. 56cc125 MINOR: lua: allow socket api settimeout to accept integers, float, and doubles by Mark Lakes · Tue Mar 27 09:48:06 2018 +0200
  66. 22154b4 CLEANUP: lua: typo fix in comments by Mark Lakes · Mon Jan 29 14:38:40 2018 -0800
  67. 17a921b BUG/MINOR: lua funtion hlua_socket_settimeout don't check negative values by Thierry Fournier · Thu Mar 08 09:59:02 2018 +0100
  68. e9636f1 BUG/MINOR: lua: the function returns anything by Thierry Fournier · Thu Mar 08 09:54:32 2018 +0100
  69. 2986c0d CLEANUP: lua/syntax: lua is a name and not an acronym by Thierry FOURNIER · Sun Feb 25 14:32:36 2018 +0100
  70. fd1e955 BUG/MINOR: lua: return bad error messages by Thierry FOURNIER · Fri Feb 23 18:41:18 2018 +0100
  71. b814da6 MINOR: config: Add support for ARGT_MSK6 by Tim Duesterhus · Thu Jan 25 16:24:50 2018 +0100
  72. 119a5f1 BUG/MINOR: lua: Fix return value of Socket.settimeout by Tim Duesterhus · Sat Jan 06 19:16:25 2018 +0100
  73. 6edab86 BUG/MEDIUM: lua: Fix IPv6 with separate port support for Socket.connect by Tim Duesterhus · Sat Jan 06 19:04:45 2018 +0100
  74. b33754c DOC: lua: Fix typos in comments of hlua_socket_receive by Tim Duesterhus · Thu Jan 04 19:32:14 2018 +0100
  75. c6e377e BUG/MINOR: lua: Fix default value for pattern in Socket.receive by Tim Duesterhus · Thu Jan 04 19:32:13 2018 +0100
  76. fe7456f BUG/MEDIUM: lua: fix crash when using bogus mode in register_service() by Eric Salama · Thu Dec 21 14:30:07 2017 +0100
  77. cb14688 BUG/MEDIUM: lua/notification: memory leak by Thierry FOURNIER · Sun Dec 10 17:10:57 2017 +0100
  78. bafbe01 CLEANUP: pools: rename all pool functions and pointers to remove this "2" by Willy Tarreau · Fri Nov 24 17:34:44 2017 +0100
  79. 767a84b CLEANUP: log: Rename Alert/Warning in ha_alert/ha_warning by Christopher Faulet · Fri Nov 24 16:50:31 2017 +0100
  80. 9dcf9b6 MINOR: threads: Use __decl_hathreads to declare locks by Christopher Faulet · Mon Nov 13 10:34:01 2017 +0100
  81. 2a944ee BUILD: threads: Rename SPIN/RWLOCK macros using HA_ prefix by Christopher Faulet · Tue Nov 07 10:42:54 2017 +0100
  82. 9aaf778 MAJOR: connection : Split struct connection into struct connection and struct conn_stream. by Olivier Houchard · Wed Sep 13 18:30:23 2017 +0200
  83. 5f4a47b CLEANUP: threads: replace the last few 1UL<<tid with tid_bit by Willy Tarreau · Tue Oct 31 15:59:32 2017 +0100
  84. 952939d MEDIUM: threads/xref: Convert xref function to a thread safe model by Thierry FOURNIER · Fri Sep 01 14:17:32 2017 +0200
  85. 94a6bfc MEDIUM: threads/lua: Cannot acces to the socket if we try to access from another thread. by Thierry FOURNIER · Wed Jul 12 12:10:44 2017 +0200
  86. 4325ab7 MEDIUM: threads/lua: Ensure that the launched tasks runs on the same threads than me by Thierry FOURNIER · Wed Jul 12 11:53:38 2017 +0200
  87. 61ba0e2 MEDIUM: threads/lua: Add locks around the Lua execution parts. by Thierry FOURNIER · Wed Jul 12 11:41:21 2017 +0200
  88. ffbad79 MEDIUM: threads/lua: Makes the jmpbuf and some other buffers local to the current thread. by Thierry FOURNIER · Wed Jul 12 11:39:04 2017 +0200
  89. 1138fd0 MAJOR: threads/applet: Handle multithreading for applets by Emeric Brun · Mon Jun 19 12:38:55 2017 +0200
  90. 40a007c MEDIUM: threads/server: Make connection list (priv/idle/safe) thread-safe by Christopher Faulet · Mon Jul 03 15:41:01 2017 +0200
  91. c60def8 MAJOR: threads/task: handle multithread on task scheduler by Emeric Brun · Wed Sep 27 14:59:38 2017 +0200
  92. 06d80a9 REORG: channel: finally rename the last bi_* / bo_* functions by Willy Tarreau · Thu Oct 19 14:32:15 2017 +0200
  93. 253e53e BUG/MAJOR: lua: scheduled task is freezing. by Emeric Brun · Tue Oct 17 18:58:40 2017 +0200
  94. 0bf6fa5 MEDIUM: session: count the frontend's connections at a single place by Willy Tarreau · Fri Sep 15 10:25:14 2017 +0200
  95. 6f5e4b9 MEDIUM: session: take care of incrementing/decrementing jobs by Willy Tarreau · Fri Sep 15 09:07:56 2017 +0200
  96. d697596 MINOR: tasks: Move Lua notification from Lua to tasks by Thierry FOURNIER · Wed Jul 12 14:31:10 2017 +0200
  97. 2da788e MEDIUM: xref/lua: Use xref for referencing cosocket relation between stream and lua by Thierry FOURNIER · Mon Sep 11 18:37:23 2017 +0200
  98. b01d28f BUG/MINOR: Lua: The socket may be destroyed when we try to access. by Thierry FOURNIER · Tue Jul 11 18:38:39 2017 +0200
  99. 52a91d3 MEDIUM: check: server states and weight propagation re-work by Emeric Brun · Thu Aug 31 14:41:55 2017 +0200
  100. 87787ac MEDIUM: stream: make stream_new() allocate its own task by Willy Tarreau · Mon Aug 28 16:22:54 2017 +0200