1. a21c0e6 MINOR: log: make the backend fall back to the frontend when there's no stream by Willy Tarreau · Wed Sep 05 15:07:15 2018 +0200
  2. 43c538e MINOR: log: move the log code to sess_build_logline() to add extra arguments by Willy Tarreau · Wed Sep 05 14:58:15 2018 +0200
  3. a0d11b6 BUG/MEDIUM: h2: fix risk of memory leak on malformated wrapped frames by Willy Tarreau · Wed Sep 05 18:30:05 2018 +0200
  4. 590a051 BUG/MEDIUM: session: fix reporting of handshake processing time in the logs by Willy Tarreau · Wed Sep 05 11:56:48 2018 +0200
  5. 90a7c03 BUG/MINOR: stream: use atomic increments for the request counter by Willy Tarreau · Wed Sep 05 16:21:29 2018 +0200
  6. f16cb41 MINOR: tools: make date2str_log() take some consts by Willy Tarreau · Tue Sep 04 19:08:48 2018 +0200
  7. 9f9b0c6 BUG/MEDIUM: ECC cert should work with TLS < v1.2 and openssl >= 1.1.1 by Emmanuel Hocdet · Mon Sep 03 16:29:16 2018 +0200
  8. 6d0f38f BUG/MEDIUM: dns/server: fix incomatibility between SRV resolution and server state file by Baptiste Assmann · Mon Jul 02 17:00:54 2018 +0200
  9. 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
  10. 54f2bcf BUG/MAJOR: thread: lua: Wrong SSL context initialization. by Frédéric Lécaille · Wed Aug 29 13:46:24 2018 +0200
  11. c7ffa91 BUG/MEDIUM: stream_interface: try to call si_cs_send() earlier. by Olivier Houchard · Tue Aug 28 19:37:41 2018 +0200
  12. 4501c3e MINOR: checks: Call wake_srv_chk() when we can finally send data. by Olivier Houchard · Tue Aug 28 19:36:18 2018 +0200
  13. 594c8c5 BUG/MEDIUM: hlua: Make sure we drain the output buffer when done. by Olivier Houchard · Tue Aug 28 14:41:31 2018 +0200
  14. 155e93e MINOR: Add srv_conn_free sample fetch by Patrick Hemmer · Thu Jun 14 18:01:35 2018 -0400
  15. 4cdf3ab MINOR: add be_conn_free sample fetch by Patrick Hemmer · Thu Jun 14 17:10:27 2018 -0400
  16. e3faf02 BUG/MEDIUM: lua: reset lua transaction between http requests by Patrick Hemmer · Wed Aug 22 10:02:00 2018 -0400
  17. ad7f0ad BUG/MEDIUM: mux_pt: dereference the connection with care in mux_pt_wake() by Willy Tarreau · Fri Aug 24 15:48:59 2018 +0200
  18. 83ed5d5 BUG/MINOR: lua: Bad HTTP client request duration. by Frédéric Lécaille · Wed Jul 18 14:25:26 2018 +0200
  19. e215bba MINOR: connection: make conn_sock_drain() work for all socket families by Willy Tarreau · Fri Aug 24 14:31:53 2018 +0200
  20. fe5d2ac BUG/MEDIUM: unix: provide a ->drain() function by Willy Tarreau · Fri Aug 24 14:31:53 2018 +0200
  21. bba8156 MINOR: chunk: remove impossible tests on negative chunk->data by Willy Tarreau · Wed Aug 22 04:59:48 2018 +0200
  22. 1c913e4 BUG/MEDIUM: cli/ssl: don't store base64dec() result in the trash's length by Willy Tarreau · Wed Aug 22 05:26:57 2018 +0200
  23. b406b87 BUG/MEDIUM: connection: don't store recv() result into trash.data by Willy Tarreau · Wed Aug 22 05:20:32 2018 +0200
  24. 2842e05 BUG/MEDIUM: map: don't store exp_replace() result in the trash's length by Willy Tarreau · Wed Aug 22 04:55:43 2018 +0200
  25. f6ee9dc BUG/MEDIUM: dns: don't store dns_build_query() result in the trash's length by Willy Tarreau · Wed Aug 22 04:52:02 2018 +0200
  26. 9c768fd BUG/MEDIUM: http: don't store url_decode() result in the samples's length by Willy Tarreau · Wed Aug 22 05:08:57 2018 +0200
  27. 6e27be1 BUG/MEDIUM: http: don't store exp_replace() result in the trash's length by Willy Tarreau · Wed Aug 22 04:46:47 2018 +0200
  28. 5f6333c BUG/MINOR: chunks: do not store -1 into chunk_printf() in case of error by Willy Tarreau · Wed Aug 22 05:14:37 2018 +0200
  29. 49725a0 BUG/MEDIUM: check/threads: do not involve the rendez-vous point for status updates by Willy Tarreau · Tue Aug 21 19:54:09 2018 +0200
  30. 1b87748 BUG/MEDIUM: lb/threads: always properly lock LB algorithms on maintenance operations by Willy Tarreau · Tue Aug 21 19:44:53 2018 +0200
  31. deca26c BUG/MAJOR: queue/threads: make pendconn_redistribute not lock the server by Willy Tarreau · Tue Aug 21 18:11:03 2018 +0200
  32. 80c5679 BUG/MEDIUM: stream_interface: Call the wake callback after sending. by Olivier Houchard · Tue Aug 21 16:37:06 2018 +0200
  33. fab7c7e BUG/MEDIUM: H2: Activate polling after successful h2_snd_buf(). by Olivier Houchard · Tue Aug 21 16:36:10 2018 +0200
  34. a6ff035 BUG/MEDIUM: stream-int: Check if the conn_stream exist in si_cs_io_cb. by Olivier Houchard · Tue Aug 21 15:59:43 2018 +0200
  35. 18a85fe BUG/MEDIUM: streams: Don't forget to remove the si from the wait list. by Olivier Houchard · Tue Aug 21 14:25:52 2018 +0200
  36. 3bcc269 BUG/MEDIUM: cli/threads: protect some server commands against concurrent operations by Willy Tarreau · Tue Aug 21 15:35:31 2018 +0200
  37. 46b7f53 DOC: server/threads: document which functions need to be called with/without locks by Willy Tarreau · Tue Aug 21 11:54:26 2018 +0200
  38. a275a37 BUG/MEDIUM: cli/threads: protect all "proxy" commands against concurrent updates by Willy Tarreau · Tue Aug 21 14:50:44 2018 +0200
  39. eeba36b BUG/MEDIUM: server: update our local state before propagating changes by Willy Tarreau · Tue Aug 21 08:22:26 2018 +0200
  40. 7ee465f BUG/MINOR: lua: fix extra 500ms added to socket timeouts by Cyril Bonté · Sun Aug 19 22:08:50 2018 +0200
  41. 7bb6345 BUG/MEDIUM: lua: socket timeouts are not applied by Cyril Bonté · Fri Aug 17 23:51:02 2018 +0200
  42. 19bdf24 MINOR: tasks: Don't special-case when nbthreads == 1 by Olivier Houchard · Fri Aug 17 13:36:08 2018 +0200
  43. a25282b DOC: ssl: Use consistent naming for TLS protocols by Bertrand Jacquin · Tue Aug 14 00:56:13 2018 +0100
  44. 2710221 BUG/MINOR: map: fix map_regm with backref by Emeric Brun · Tue Jul 17 09:47:07 2018 -0400
  45. e1b4ed4 BUG/MEDIUM: ssl: loading dh param from certifile causes unpredictable error. by Emeric Brun · Thu Aug 16 15:14:12 2018 +0200
  46. eb155b6 BUG/MEDIUM: ssl: fix missing error loading a keytype cert from a bundle. by Emeric Brun · Thu Aug 16 15:11:12 2018 +0200
  47. fde2a09 BUG/MEDIUM: sessions: Don't use t->state. by Olivier Houchard · Thu Aug 16 19:03:50 2018 +0200
  48. d8b7a47 BUG/MEDIUM: tasks: Don't insert in the global rqueue if nbthread == 1 by Olivier Houchard · Thu Aug 16 19:03:02 2018 +0200
  49. 5c110b9 MINOR: checks: Add event_srv_chk_io(). by Olivier Houchard · Tue Aug 14 17:04:58 2018 +0200
  50. 29fb89d MINOR: mux_h2: Don't use h2_send() as a callback. by Olivier Houchard · Thu Aug 02 18:56:36 2018 +0200
  51. 8f0b4c6 MINOR: stream_interface: Give stream_interface its own wait_list. by Olivier Houchard · Thu Aug 02 18:21:38 2018 +0200
  52. 91894cb MINOR: stream_interface: Don't use si_cs_send() as a task handler. by Olivier Houchard · Thu Aug 02 18:06:28 2018 +0200
  53. e1c6dbc MINOR: connections/mux: Add the wait reason(s) to wait_list. by Olivier Houchard · Wed Aug 01 17:06:43 2018 +0200
  54. ed0f207 MINOR: connections: Get rid of txbuf. by Olivier Houchard · Thu Aug 16 15:41:52 2018 +0200
  55. 638b799 MINOR: connections: Move rxbuf from the conn_stream to the h2s. by Olivier Houchard · Thu Aug 16 15:41:52 2018 +0200
  56. 511efea MINOR: connections: Make rcv_buf mandatory and nuke cs_recv(). by Olivier Houchard · Thu Aug 16 15:30:32 2018 +0200
  57. 77e8919 BUG/MINOR: ssl: empty connections reported as errors. by Emeric Brun · Thu Aug 16 11:36:40 2018 +0200
  58. 248cb4c MEDIUM: queue: adjust position based on priority-class and priority-offset by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  59. 268a707 MEDIUM: add set-priority-class and set-priority-offset by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  60. 0355dab MINOR: queue: replace the linked list with a tree by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  61. da282f4 MINOR: queue: store the queue index in the stream when enqueuing by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  62. ffe5e8c MINOR: stream: rename {srv,prx}_queue_size to *_queue_pos by Patrick Hemmer · Fri May 11 12:52:31 2018 -0400
  63. 66425e3 MINOR: queue: make sure the pendconn is released before logging by Willy Tarreau · Wed Jul 25 06:55:12 2018 +0200
  64. 7ce0c89 MEDIUM: mux: Use the mux protocol specified on bind/server lines by Christopher Faulet · Tue Apr 10 15:01:45 2018 +0200
  65. 8ed0a3e MINOR: mux/server: Add 'proto' keyword to force the multiplexer's protocol by Christopher Faulet · Tue Apr 10 14:45:45 2018 +0200
  66. a717b99 MINOR: mux/frontend: Add 'proto' keyword to force the mux protocol by Christopher Faulet · Tue Apr 10 14:43:00 2018 +0200
  67. 7c42eac BUG/MEDIUM: stream_int: Don't check CO_FL_SOCK_RD_SH flag to trigger cs receive by Christopher Faulet · Tue Apr 17 14:33:47 2018 +0200
  68. 91c2826 CLEANUP: server: remove the update list and the update lock by Willy Tarreau · Thu Aug 02 15:56:36 2018 +0200
  69. 3ff577e MAJOR: server: make server state changes synchronous again by Willy Tarreau · Thu Aug 02 11:48:52 2018 +0200
  70. 647c70b MINOR: threads: remove the previous synchronization point by Willy Tarreau · Thu Aug 02 11:01:05 2018 +0200
  71. 85c459d MEDIUM: haproxy: don't use sync_poll_loop() anymore in the main loop by Willy Tarreau · Thu Aug 02 10:54:31 2018 +0200
  72. 3d3700f MEDIUM: checks: use the new rendez-vous point to spread check result by Willy Tarreau · Thu Aug 02 10:38:07 2018 +0200
  73. 98d9fe2 MINOR: mux: Print the list of existing mux protocols during HA startup by Christopher Faulet · Tue Apr 10 14:37:32 2018 +0200
  74. 32f61c0 MINOR: mux: Unlink ALPN and multiplexers to rather speak of mux protocols by Christopher Faulet · Tue Apr 10 14:33:41 2018 +0200
  75. 2d5292a MINOR: mux: Add info about the supported side in alpn_mux_list structure by Christopher Faulet · Tue Mar 06 14:43:47 2018 +0100
  76. b75bb21 MEDIUM: backend: don't rely on mux_pt_ops in connect_server() by Christopher Faulet · Wed May 23 16:53:38 2018 +0200
  77. 6cc7afa MINOR: backend: Try to find the best mux for outgoing connections by Christopher Faulet · Wed Feb 28 10:40:42 2018 +0100
  78. 063f786 MINOR: conn_stream: add cs_send() as a default snd_buf() function by Christopher Faulet · Wed May 23 15:03:43 2018 +0200
  79. 2bf88c0 CLEANUP: backend: Move mux install to call it at only one place by Christopher Faulet · Wed Feb 28 10:33:34 2018 +0100
  80. d44a9b3 MEDIUM: mux: Remove const on the buffer in mux->snd_buf() by Christopher Faulet · Fri Jul 27 11:59:41 2018 +0200
  81. a869465 BUG/MEDIUM: queue: prevent a backup server from draining the proxy's connections by Willy Tarreau · Tue Aug 07 10:44:58 2018 +0200
  82. 6a78e61 BUG/MEDIUM: servers: check the queues once enabling a server by Willy Tarreau · Tue Aug 07 10:14:53 2018 +0200
  83. ab657ce BUG/MEDIUM: threads: fix the no-thread case after the change to the sync point by Willy Tarreau · Tue Aug 07 10:07:15 2018 +0200
  84. 65e94d1 [RELEASE] Released version 1.9-dev1 by Willy Tarreau · Thu Aug 02 18:12:50 2018 +0200
  85. bf9fd65 BUG/MEDIUM: cli: make "show fd" thread-safe by Willy Tarreau · Thu Aug 02 11:05:48 2018 +0200
  86. 60b639c MEDIUM: hathreads: implement a more flexible rendez-vous point by Willy Tarreau · Thu Aug 02 10:16:17 2018 +0200
  87. 0c026f4 MINOR: threads: add more consistency between certain variables in no-thread case by Willy Tarreau · Wed Aug 01 19:12:20 2018 +0200
  88. 7fec021 MEDIUM: proxy_protocol: Convert IPs to v6 when protocols are mixed by Tim Duesterhus · Fri Jul 27 18:46:13 2018 +0200
  89. c477b6f BUG/MEDIUM: threads: unbreak "bind" referencing an incorrect thread number by Willy Tarreau · Fri Jul 27 18:07:41 2018 +0200
  90. 0ccd322 MINOR: threads: move "nbthread" parsing to hathreads.c by Willy Tarreau · Mon Jul 30 10:34:35 2018 +0200
  91. 5e954e1 BUG/MEDIUM: threads: properly fix nbthreads == MAX_THREADS by Willy Tarreau · Mon Jul 30 10:44:51 2018 +0200
  92. 3e12304 BUG/MINOR: threads: Handle nbthread == MAX_THREADS. by Olivier Houchard · Fri Jul 27 17:06:59 2018 +0200
  93. 85d9b84 BUILD/MINOR: threads: unbreak build with threads disabled by Willy Tarreau · Fri Jul 27 17:14:41 2018 +0200
  94. c786768 BUG/MINOR: config: stick-table is not supported in defaults section by Willy Tarreau · Fri Jul 27 10:26:22 2018 +0200
  95. a2b5181 BUG/MEDIUM: h2: prevent orphaned streams from blocking a connection forever by Willy Tarreau · Fri Jul 27 09:55:14 2018 +0200
  96. 3ea2490 BUG/MEDIUM: threads/sync: use sched_yield when available by Willy Tarreau · Fri Jul 27 07:47:24 2018 +0200
  97. ecfe673 MINOR: threads/queue: Get rid of THREAD_WANT_SYNC in the queue code. by Olivier Houchard · Thu Jul 26 18:47:27 2018 +0200
  98. 79321b9 MINOR: pollers: Add a way to wake a thread sleeping in the poller. by Olivier Houchard · Thu Jul 26 17:55:11 2018 +0200
  99. eba0c0b MINOR: tasks: Make global_tasks_mask volatile. by Olivier Houchard · Thu Jul 26 18:53:28 2018 +0200
  100. 9b03c0c MINOR: tasks: Make active_tasks_mask volatile. by Olivier Houchard · Thu Jul 26 18:45:22 2018 +0200