1. 937604b BUG/MEDIUM: protocols: add a global lock for the init/deinit stuff by Willy Tarreau · Wed Jul 24 16:45:02 2019 +0200
  2. 4c853bc BUG/MINOR: http_htx: Support empty errorfiles by Christopher Faulet · Mon Jul 22 16:49:30 2019 +0200
  3. 530249c BUG/MEDIUM: streams: Don't redispatch with L7 retries if redispatch isn't set. by Olivier Houchard · Fri Jul 12 16:16:59 2019 +0200
  4. 42facc5 MINOR: task: introduce work lists by Willy Tarreau · Fri Jul 12 08:31:17 2019 +0200
  5. ba936e5 BUG/MEDIUM: servers: Fix a race condition with idle connections. by Olivier Houchard · Thu Jul 11 15:49:00 2019 +0200
  6. c2b206b BUG/MINOR: server: Be really able to keep "pool-max-conn" idle connections by Christopher Faulet · Wed Jul 10 14:06:33 2019 +0200
  7. 6915948 BUG/MEDIUM: fd/threads: fix excessive CPU usage on multi-thread accept by Willy Tarreau · Mon Jul 08 23:09:03 2019 +0200
  8. ab1300b BUG/MEDIUM: stream-int: Don't rely on CF_WRITE_PARTIAL to unblock opposite si by Christopher Faulet · Fri Jul 05 13:44:29 2019 +0200
  9. b2eb326 BUG/MEDIUM: sessions: Don't keep an extra idle connection in sessions. by Olivier Houchard · Thu Jul 04 14:26:41 2019 +0200
  10. 13f556e BUG/MEDIUM: connections: Make sure we're unsubscribe before upgrading the mux. by Olivier Houchard · Wed Jul 03 13:08:18 2019 +0200
  11. a135a4f BUG/MEDIUM: channel/htx: Use the total HTX size in channel_htx_recv_limit() by Christopher Faulet · Tue Jul 02 15:48:03 2019 +0200
  12. 8aa445d BUG/MEDIUM: connections: Always call shutdown, with no linger. by Olivier Houchard · Tue Jul 02 16:35:18 2019 +0200
  13. bd20a9d BUG: tasks: fix bug introduced by latest scheduler cleanup by Willy Tarreau · Fri Jun 14 18:05:54 2019 +0200
  14. fe4abe6 BUG/MEDIUM: connections: Don't call shutdown() if we want to disable linger. by Olivier Houchard · Fri Jun 14 15:26:06 2019 +0200
  15. 86eded6 CLEANUP: tasks: rename task_remove_from_tasklet_list() to tasklet_remove_* by Willy Tarreau · Fri Jun 14 14:47:49 2019 +0200
  16. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · Fri Jun 14 14:42:29 2019 +0200
  17. 36a7702 CLEANUP: channel: Remove channel_htx_fwd_payload() and channel_htx_fwd_all() by Christopher Faulet · Thu Jun 13 11:31:24 2019 +0200
  18. 421e769 BUG/MEDIUM: htx: Don't change position of the first block during HTX analysis by Christopher Faulet · Thu Jun 13 11:16:45 2019 +0200
  19. 87ebe94 BUG/MINOR: channel/htx: Call channel_htx_full() from channel_full() by Christopher Faulet · Tue Jun 11 14:14:49 2019 +0200
  20. 3cec0f9 BUG/MINOR: task: prevent schedulable tasks from starving under high I/O activity by Willy Tarreau · Fri Jun 14 08:30:10 2019 +0200
  21. a0fdce3 MINOR: fd: Don't use atomic operations when it's not needed. by Olivier Houchard · Wed Jun 12 14:31:08 2019 +0200
  22. ad660e3 BUILD: stream-int: avoid a build warning in dev mode in si_state_bit() by Willy Tarreau · Thu Jun 06 16:38:40 2019 +0200
  23. 3b285d7 MINOR: stream-int: make si_sync_send() from the send code of si_update_both() by Willy Tarreau · Thu Jun 06 08:20:17 2019 +0200
  24. 236c429 MINOR: stream-int: split si_update() into si_update_rx() and si_update_tx() by Willy Tarreau · Thu Jun 06 08:19:20 2019 +0200
  25. 8c603de MEDIUM: stream-int: make idle-conns switch to ST_RDY by Willy Tarreau · Thu Jun 06 09:17:15 2019 +0200
  26. 4f283fa MEDIUM: stream-int: introduce a new state SI_ST_RDY by Willy Tarreau · Wed Jun 05 14:34:03 2019 +0200
  27. 7ab22adb MEDIUM: stream-int: remove dangerous interval checks for stream-int states by Willy Tarreau · Wed Jun 05 14:53:22 2019 +0200
  28. bedcd69 MINOR: stream-int: use bit fields to match multiple stream-int states at once by Willy Tarreau · Wed Jun 05 14:45:06 2019 +0200
  29. 03abf2d MEDIUM: connections: Remove CONN_FL_SOCK* by Olivier Houchard · Tue May 28 10:12:02 2019 +0200
  30. fe50bfb MEDIUM: connections: Introduce a handshake pseudo-XPRT. by Olivier Houchard · Mon May 27 12:09:19 2019 +0200
  31. 000694c MINOR: ssl: Make ssl_sock_handshake() static. by Olivier Houchard · Thu May 23 14:45:12 2019 +0200
  32. a4f9dd4 BUG/MINOR: channel/htx: Don't alter channel during forward for empty HTX message by Christopher Faulet · Wed May 29 14:52:56 2019 +0200
  33. 8d78fa7 MINOR: peers: Make peers protocol support new "server_name" data type. by Frédéric Lécaille · Mon May 20 18:22:52 2019 +0200
  34. 5ad57ea MINOR: stick-table: Add "server_name" new data type. by Frédéric Lécaille · Fri May 17 10:08:29 2019 +0200
  35. 4a3fef8 MINOR: dict: Add dictionary new data structure. by Frédéric Lécaille · Tue May 28 14:47:17 2019 +0200
  36. 7bb39d7 CLEANUP: connection: remove the now unused CS_FL_REOS flag by Willy Tarreau · Mon Jun 03 14:23:33 2019 +0200
  37. 2a54bb7 MEDIUM: connection: Upstream SOCKS4 proxy support by Alexander Liu · Wed May 22 19:44:48 2019 +0800
  38. cfbb3e6 MEDIUM: tasks: Get rid of active_tasks_mask. by Olivier Houchard · Wed May 29 19:22:43 2019 +0200
  39. ef28dc1 MINOR: task: turn the WQ lock to an RW_LOCK by Willy Tarreau · Tue May 28 18:48:07 2019 +0200
  40. dab5ab5 MINOR: channel/htx: Add functions to forward a part or all HTX payload by Christopher Faulet · Thu May 23 11:06:10 2019 +0200
  41. 29f1758 MEDIUM: htx: Store the first block position instead of the start-line one by Christopher Faulet · Thu May 23 11:03:26 2019 +0200
  42. b2f4e83 MINOR: channel/htx: Add function to forward headers of an HTX message by Christopher Faulet · Thu May 23 10:01:34 2019 +0200
  43. aad4585 MINOR: channel/htx: Call channel_htx_recv_max() from channel_recv_max() by Christopher Faulet · Tue May 14 22:14:03 2019 +0200
  44. 297fbb4 MINOR: htx: Replace the function http_find_stline() by http_get_stline() by Christopher Faulet · Mon May 13 14:41:27 2019 +0200
  45. c8b246f MINOR: htx: Move the macro IS_HTX_STRM() in proto/stream.h by Christopher Faulet · Tue May 14 22:05:28 2019 +0200
  46. 429b91d MINOR: htx: Remove the macro IS_HTX_SMP() and always use IS_HTX_STRM() instead by Christopher Faulet · Tue May 14 22:04:36 2019 +0200
  47. 0d6c75d OPTIM: freq-ctr: don't take the date lock for most updates by Willy Tarreau · Sat May 25 19:54:40 2019 +0200
  48. ca2a3cc MINOR: connection: report the mux names in "haproxy -vv" by Willy Tarreau · Wed May 22 11:44:03 2019 +0200
  49. 5484d58 MINOR: stream: introduce a stream_dump() function and use it in stream_dump_and_crash() by Willy Tarreau · Wed May 22 09:33:03 2019 +0200
  50. 6ea63c3 CLEANUP: objtype: make obj_type() and obj_type_name() take consts by Willy Tarreau · Wed May 22 09:30:09 2019 +0200
  51. 9b7a976 BUG/MINOR: mworker: Fix memory leak of mworker_proc members by Tim Duesterhus · Thu May 16 20:23:22 2019 +0200
  52. 81036f2 MINOR: time: move the cpu, mono, and idle time to thread_info by Willy Tarreau · Mon May 20 19:24:50 2019 +0200
  53. 619a95f MEDIUM: init/mworker: make the pipe register function a regular initcall by Willy Tarreau · Mon May 20 11:12:15 2019 +0200
  54. 29bf96d MINOR: task: always reset curr_task when freeing a task or tasklet by Willy Tarreau · Fri May 17 14:16:51 2019 +0200
  55. aa1e1be MINOR: task: export global_task_mask by Willy Tarreau · Thu May 16 17:37:27 2019 +0200
  56. 478281f BUG/MEDIUM: connections: Don't forget to set xprt_ctx to NULL on close. by Olivier Houchard · Mon May 13 19:10:46 2019 +0200
  57. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · Fri May 10 09:58:43 2019 +0200
  58. 8d164dc CLEANUP: ssl: never include openssl/*.h outside of openssl-compat.h anymore by Willy Tarreau · Fri May 10 09:35:00 2019 +0200
  59. 5599456 REORG: ssl: move openssl-compat from proto to common by Willy Tarreau · Thu May 09 14:52:44 2019 +0200
  60. 1d158ab BUILD: ssl: make libressl use its own version numbers by Willy Tarreau · Thu May 09 13:41:45 2019 +0200
  61. 9a1ab08 CLEANUP: ssl-sock: use HA_OPENSSL_VERSION_NUMBER instead of OPENSSL_VERSION_NUMBER by Willy Tarreau · Thu May 09 13:26:41 2019 +0200
  62. 3b1d004 BUG/MEDIUM: spoe: Be sure the sample is found before setting its context by Christopher Faulet · Mon May 06 09:53:10 2019 +0200
  63. 27edc4b MINOR: mworker: support a configurable maximum number of reloads by William Lallemand · Tue May 07 17:49:33 2019 +0200
  64. f656279 CLEANUP: task: remove unneeded tests before task_destroy() by Willy Tarreau · Tue May 07 19:05:35 2019 +0200
  65. 75bc6d3 BUG/MEDIUM: tasks: fix possible segfault on task_destroy() by Dragan Dosen · Tue May 07 15:25:25 2019 +0200
  66. c02766a MINOR: stick-table: Add prefixes to stick-table names. by Frédéric Lécaille · Wed Mar 20 15:06:55 2019 +0100
  67. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · Thu Mar 14 07:07:41 2019 +0100
  68. d456aa4 MINOR: config: Extract the code of "stick-table" line parsing. by Frédéric Lécaille · Fri Mar 08 14:47:00 2019 +0100
  69. 034c88c MEDIUM: tcp: add the "tfo" option to support TCP fastopen on the server by Willy Tarreau · Mon Jan 23 23:36:45 2017 +0100
  70. fdcb007 MEDIUM: proto: Change the prototype of the connect() method. by Olivier Houchard · Mon May 06 18:32:29 2019 +0200
  71. 54832b9 BUILD: enable several LibreSSL hacks, including by Ilya Shipitsin · Sun May 05 23:27:54 2019 +0500
  72. a254a37 MEDIUM: streams: Add the ability to retry a request on L7 failure. by Olivier Houchard · Fri Apr 05 15:30:12 2019 +0200
  73. a48237f BUG/MEDIUM: connections: Make sure we remove CO_FL_SESS_IDLE on disown. by Olivier Houchard · Thu May 02 12:04:15 2019 +0200
  74. 55071d3 BUG/MEDIUM: channels: Don't forget to reset output in channel_erase(). by Olivier Houchard · Thu May 02 00:58:53 2019 +0200
  75. 07425de BUG/MEDIUM: port_range: Make the ring buffer lock-free. by Olivier Houchard · Mon Apr 29 18:52:06 2019 +0200
  76. 9634e86 CLEANUP: task: move the task_per_thread definition to task.h by Willy Tarreau · Tue Apr 30 14:36:47 2019 +0200
  77. d803e47 MINOR: log: Enable the log sampling and load-balancing feature. by Frédéric Lécaille · Thu Apr 25 07:42:09 2019 +0200
  78. 85db321 MINOR: spoe: Use the sample context to pass frag_ctx info during encoding by Christopher Faulet · Fri Apr 26 14:30:15 2019 +0200
  79. f7f5428 BUG/MEDIUM: spoe: arg len encoded in previous frag frame but len changed by Kevin Zhu · Fri Apr 26 14:00:01 2019 +0800
  80. 71c07ac MINOR: stream/debug: make a stream dump and crash function by Willy Tarreau · Thu Apr 25 19:08:48 2019 +0200
  81. 5e6a5b3 MINOR: connection: make the debugging helper functions safer by Willy Tarreau · Thu Apr 25 18:35:49 2019 +0200
  82. d2d3348 MINOR: activity: enable automatic profiling turn on/off by Willy Tarreau · Thu Apr 25 17:09:07 2019 +0200
  83. d9add3a MINOR: activity: make the profiling status per thread and not global by Willy Tarreau · Thu Apr 25 08:57:41 2019 +0200
  84. 22d63a2 MINOR: applet: measure and report an appctx's call rate in "show sess" by Willy Tarreau · Wed Apr 24 08:41:29 2019 +0200
  85. c1918d1 BUG/MAJOR: muxes: Use the HTX mode to find the best mux for HTTP proxies only by Christopher Faulet · Wed Apr 24 15:01:22 2019 +0200
  86. 333939c MINOR: action: new '(http-request|tcp-request content) do-resolve' action by Baptiste Assmann · Mon Jan 21 08:34:50 2019 +0100
  87. 0b9ce82 MINOR: obj_type: new object type for struct stream by Baptiste Assmann · Tue Jan 30 08:10:20 2018 +0100
  88. d0e095c MINOR: ssl/cli: async fd io-handlers printable on show fd by Emeric Brun · Fri Apr 19 17:15:28 2019 +0200
  89. 88698d9 MEDIUM: connections: Add a way to control the number of idling connections. by Olivier Houchard · Tue Apr 16 19:07:22 2019 +0200
  90. 7c49d2e MINOR: fd: Add a counter of used fds. by Olivier Houchard · Tue Apr 16 18:37:05 2019 +0200
  91. e179d0e MEDIUM: connections: Provide a xprt_ctx for each xprt method. by Olivier Houchard · Thu Mar 21 18:27:17 2019 +0100
  92. 7b5fd1e MEDIUM: connections: Move some fields from struct connection to ssl_sock_ctx. by Olivier Houchard · Thu Feb 28 18:10:45 2019 +0100
  93. 3f795f7 MEDIUM: tasks: Merge task_delete() and task_free() into task_destroy(). by Olivier Houchard · Wed Apr 17 22:51:06 2019 +0200
  94. 8c12e2f MINOR: task/thread: factor out a wake-up condition by Willy Tarreau · Wed Apr 17 20:52:51 2019 +0200
  95. a70bfaa BUG/MAJOR: task: make sure never to delete a queued task by Willy Tarreau · Wed Apr 17 21:58:23 2019 +0200
  96. 4a1be0c MEDIUM: tasks: No longer use rq.node.leaf_p as a lock. by Olivier Houchard · Wed Apr 17 19:13:07 2019 +0200
  97. 5c964f7 MINOR: tasks: Don't consider we can wake task with tasklet_wakeup(). by Olivier Houchard · Wed Apr 17 19:11:58 2019 +0200
  98. b038007 BUG/MEDIUM: tasks: Make sure we set TASK_QUEUED before adding a task to the rq. by Willy Tarreau · Wed Apr 17 11:47:18 2019 +0200
  99. 5ec8bcb BUG/MINOR: http_fetch/htx: Allow permissive sample prefetch for the HTX by Christopher Faulet · Wed Apr 17 12:04:12 2019 +0200
  100. 89dc499 BUG/MAJOR: http_fetch: Get the channel depending on the keyword used by Christopher Faulet · Wed Apr 17 12:02:59 2019 +0200