1. d400ab3 BUG/MEDIUM: fix a 100% cpu usage with cpu-map and nbthread/nbproc by Cyril Bonté · Mon Mar 12 21:47:39 2018 +0100
  2. b53e208 BUG/MINOR: cli: Fix a typo in the 'set rate-limit' usage by Aurélien Nephtali · Sun Mar 11 16:55:02 2018 +0100
  3. bca0876 CLEANUP: cli: Remove a leftover debug message by Aurélien Nephtali · Sat Mar 10 20:59:56 2018 +0100
  4. 76de95a CLEANUP: ssl: Remove a duplicated #include by Aurélien Nephtali · Tue Feb 20 19:23:07 2018 +0100
  5. 498a115 BUG/MINOR: cli: Fix a crash when passing a negative or too large value to "show fd" by Aurélien Nephtali · Fri Mar 09 18:51:16 2018 +0100
  6. 84b118f BUG/MEDIUM: h2: also arm the h2 timeout when sending by Willy Tarreau · Mon Mar 05 16:10:54 2018 +0100
  7. c41b3e8 DOC: buffers: clarify the purpose of the <from> pointer in offer_buffers() by Willy Tarreau · Fri Mar 02 10:27:12 2018 +0100
  8. ec9516a BUG/MINOR: unix: Don't mess up when removing the socket from the xfer_sock_list. by Olivier Houchard · Thu Mar 08 18:25:49 2018 +0100
  9. 1738e86 BUG/MINOR: session: Fix tcp-request session failure if handshake. by Emeric Brun · Mon Mar 05 17:46:16 2018 +0100
  10. 44e973f MEDIUM: h2: use a single buffer allocator by Willy Tarreau · Thu Mar 01 17:49:30 2018 +0100
  11. 0a10de6 MINOR: h2: provide and use h2s_detach() and h2s_free() by Willy Tarreau · Thu Mar 01 16:27:53 2018 +0100
  12. 00dd078 CLEANUP: h2: rename misleading h2c_stream_close() to h2s_close() by Willy Tarreau · Thu Mar 01 16:31:34 2018 +0100
  13. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · Thu Feb 01 18:29:59 2018 +0100
  14. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · Thu Feb 01 15:53:52 2018 +0100
  15. 283e004 MINOR: ssl: add ssl_sock_get_cert_sig function by Emmanuel Hocdet · Thu Nov 02 14:05:23 2017 +0100
  16. 96b7834 MINOR: ssl: add ssl_sock_get_pkey_algo function by Emmanuel Hocdet · Tue Oct 31 15:46:07 2017 +0100
  17. ddc090b MINOR: ssl: extract full pkey info in load_certificate by Emmanuel Hocdet · Fri Oct 27 18:43:29 2017 +0200
  18. 8c0c34b Revert "BUG/MINOR: send-proxy-v2: string size must include ('\0')" by Emmanuel Hocdet · Wed Feb 28 12:02:14 2018 +0100
  19. 7d9f1ba BUG/MEDIUM: spoe: Remove idle applets from idle list when HAProxy is stopping by Christopher Faulet · Wed Feb 28 13:33:26 2018 +0100
  20. 35a6270 BUG/MEDIUM: h2: always consume any trailing data after end of output buffers by Willy Tarreau · Tue Feb 27 15:37:25 2018 +0100
  21. 929b52d BUG/MINOR: h2: Set the target of dbuf_wait to h2c by Christopher Faulet · Mon Feb 26 13:43:38 2018 +0100
  22. 9531728 MINOR: stats: display the number of threads in the statistics. by Yves Lafon · Mon Feb 26 11:10:37 2018 +0100
  23. f161d0f BUG/MINOR: pools/threads: don't ignore DEBUG_UAF on double-word CAS capable archs by Willy Tarreau · Thu Feb 22 14:05:55 2018 +0100
  24. 5e64286 CLEANUP: standard: Fix typo in IPv6 mask example by Tim Duesterhus · Tue Feb 20 17:02:18 2018 +0100
  25. 66888f9 CLEANUP: h2: Remove unused labels from mux_h2.c by Tim Duesterhus · Tue Feb 20 00:49:45 2018 +0100
  26. 932bb28 CLEANUP: spoe: Remove unused label retry by Tim Duesterhus · Tue Feb 20 00:49:44 2018 +0100
  27. 9619e72 CLEANUP: cfgparse: Remove unused label end by Tim Duesterhus · Tue Feb 20 00:49:43 2018 +0100
  28. 74f7ffa MINOR: ssl/sample: adds ssl_bc_is_resumed fetch keyword. by Emeric Brun · Mon Feb 19 16:14:12 2018 +0100
  29. eb8def9 BUG/MEDIUM: ssl/sample: ssl_bc_* fetch keywords are broken. by Emeric Brun · Mon Feb 19 15:59:48 2018 +0100
  30. fd04fcf BUG/MEDIUM: http: Switch the HTTP response in tunnel mode as earlier as possible by Christopher Faulet · Fri Feb 02 15:54:15 2018 +0100
  31. 4ac77a9 BUG/MEDIUM: ssl: Shutdown the connection for reading on SSL_ERROR_SYSCALL by Christopher Faulet · Mon Feb 19 14:25:15 2018 +0100
  32. 280f42b MINOR: sample: add a new "concat" converter by Willy Tarreau · Mon Feb 19 15:34:12 2018 +0100
  33. 16f45c8 BUG/MINOR: ssl/threads: Make management of the TLS ticket keys files thread-safe by Christopher Faulet · Fri Feb 16 11:23:49 2018 +0100
  34. 9ad9f35 DOC: cfgparse: Warn on option (tcp|http)log in backend by Tim Duesterhus · Mon Feb 05 20:52:27 2018 +0100
  35. 39b8988 BUG/MINOR: init: Add missing brackets in the code parsing -sf/-st by Aurélien Nephtali · Sat Feb 17 20:53:11 2018 +0100
  36. 7e2e505 BUG/MEDIUM: ssl: Don't always treat SSL_ERROR_SYSCALL as unrecovarable. by Olivier Houchard · Tue Feb 13 15:17:23 2018 +0100
  37. 1ff9104 BUG/MINOR: fd/threads: properly lock the FD before adding it to the fd cache. by Olivier Houchard · Thu Feb 08 16:03:33 2018 +0000
  38. 58aa5cc BUG/MINOR: config: don't emit a warning when global stats is incompletely configured by Willy Tarreau · Thu Feb 08 09:55:09 2018 +0100
  39. 8210698 BUILD: fd/threads: fix breakage build breakage without threads by Willy Tarreau · Tue Feb 06 12:00:27 2018 +0100
  40. 236062f MINOR: init: emit warning when -sf/-sd cannot parse argument by Chris Lane · Mon Feb 05 23:15:44 2018 +0000
  41. 7d58b4d BUG/MEDIUM: standard: Fix memory leak in str2ip2() by Tim Duesterhus · Sun Jan 21 22:11:17 2018 +0100
  42. a331544 BUG/MINOR: time/threads: ensure the adjusted time is always correct by Willy Tarreau · Mon Feb 05 20:11:38 2018 +0100
  43. 11559a7 MINOR: fd: reorder fd_add_to_fd_list() by Willy Tarreau · Mon Feb 05 17:52:24 2018 +0100
  44. 3a8263f MINOR: fd: remove the unneeded last CAS when adding an fd to the list by Willy Tarreau · Mon Feb 05 17:40:21 2018 +0100
  45. abeaff2 BUG/MINOR: fd/threads: properly dereference fdcache as volatile by Willy Tarreau · Mon Feb 05 19:43:30 2018 +0100
  46. 4cc67a2 MINOR: fd: move the fd_{add_to,rm_from}_fdlist functions to fd.c by Willy Tarreau · Mon Feb 05 17:14:55 2018 +0100
  47. 62a627a MEDIUM: poller: use atomic ops to update the fdtab mask by Willy Tarreau · Thu Jan 25 18:06:46 2018 +0100
  48. d4daeac MINOR: select: get rid of the now useless fd_compute_new_polled_status() by Willy Tarreau · Thu Jan 25 17:15:43 2018 +0100
  49. 1394eb0 MINOR: poll: get rid of the now useless fd_compute_new_polled_status() by Willy Tarreau · Thu Jan 25 17:15:18 2018 +0100
  50. 7d24fad MINOR: kqueue: get rid of the now useless fd_compute_new_polled_status() by Willy Tarreau · Thu Jan 25 14:57:25 2018 +0100
  51. 038e54c MINOR: epoll: get rid of the now useless fd_compute_new_polled_status() by Willy Tarreau · Wed Jan 17 21:51:21 2018 +0100
  52. 1256836 MEDIUM: fd/threads: Make sure we don't miss a fd cache entry. by Olivier Houchard · Wed Jan 31 18:07:29 2018 +0100
  53. 4815c8c MAJOR: fd/threads: Make the fdcache mostly lockless. by Olivier Houchard · Wed Jan 24 18:17:56 2018 +0100
  54. cf975d4 MINOR: pools/threads: Implement lockless memory pools. by Olivier Houchard · Wed Jan 24 18:38:31 2018 +0100
  55. 25ae45a MINOR: early data: Never remove the CO_FL_EARLY_DATA flag. by Olivier Houchard · Wed Nov 29 19:51:19 2017 +0100
  56. 6fa63d9 MINOR: early data: Don't rely on CO_FL_EARLY_DATA to wake up streams. by Olivier Houchard · Mon Nov 27 18:41:32 2017 +0100
  57. 5fa300d MINOR: init: make stdout unbuffered by Olivier Houchard · Sat Feb 03 15:15:21 2018 +0100
  58. e8ade38 MINOR: spoe: Add max-waiting-frames directive in spoe-agent configuration by Christopher Faulet · Thu Jan 25 15:32:22 2018 +0100
  59. b077cdc MEDIUM: spoe: Use an ebtree to manage idle applets by Christopher Faulet · Wed Jan 24 16:37:57 2018 +0100
  60. 8f82b20 MINOR: spoe: Count the number of frames waiting for an ack for each applet by Christopher Faulet · Wed Jan 24 16:23:03 2018 +0100
  61. 6f9ea4f MINOR: spoe: Replace sending_rate by a frequency counter by Christopher Faulet · Wed Jan 24 16:13:48 2018 +0100
  62. fce747b MINOR: spoe: Always link a SPOE context with the applet processing it by Christopher Faulet · Wed Jan 24 15:59:32 2018 +0100
  63. 4209779 MINOR: spoe: Remove check on min_applets number when a SPOE context is queued by Christopher Faulet · Wed Jan 24 15:49:45 2018 +0100
  64. 9cdca97 BUG/MEDIUM: spoe: Allow producer to read and to forward shutdown on request side by Christopher Faulet · Thu Feb 01 08:45:45 2018 +0100
  65. d5216d4 BUG/MEDIUM: spoe: Always try to receive or send the frame to detect shutdowns by Christopher Faulet · Thu Feb 01 08:45:22 2018 +0100
  66. f643b80 MINOR: introduce proxy-v2-options for send-proxy-v2 by Emmanuel Hocdet · Thu Feb 01 15:20:32 2018 +0100
  67. 4979592 BUG/MINOR: epoll/threads: only call epoll_ctl(DEL) on polled FDs by Willy Tarreau · Wed Jan 31 09:49:29 2018 +0100
  68. 6778b27 MINOR: stick-tables: Adds support for new "gpc1" and "gpc1_rate" counters. by Frédéric Lécaille · Mon Jan 29 15:22:53 2018 +0100
  69. a9786b6 MINOR: fd: pass the iocb and owner to fd_insert() by Willy Tarreau · Thu Jan 25 07:22:13 2018 +0100
  70. fc6eea4 MEDIUM: poll: don't use the old FD state anymore by Willy Tarreau · Thu Jan 25 17:11:33 2018 +0100
  71. 56dd12a MEDIUM: select: don't use the old FD state anymore by Willy Tarreau · Thu Jan 25 17:09:33 2018 +0100
  72. 82b37d7 MEDIUM: fd: use atomic ops for hap_fd_{clr,set} and remove poll_lock by Willy Tarreau · Thu Jan 25 16:59:09 2018 +0100
  73. d51a507 MEDIUM: select: make use of hap_fd_* functions by Willy Tarreau · Thu Jan 25 16:48:46 2018 +0100
  74. 322e6c7 MINOR: fd: move the hap_fd_{clr,set,isset} functions to fd.h by Willy Tarreau · Thu Jan 25 16:37:04 2018 +0100
  75. 745c60e CLEANUP: fd: remove the unused "new" field by Willy Tarreau · Sat Jan 20 23:59:40 2018 +0100
  76. 2d3c2db MINOR: poll: more accurately compute the new maxfd in the loop by Willy Tarreau · Mon Jan 29 15:56:24 2018 +0100
  77. f2b5c99 CLEANUP: fd/threads: remove the now unused fdtab_lock by Willy Tarreau · Mon Jan 29 15:24:37 2018 +0100
  78. 173d995 MEDIUM: polling: start to move maxfd computation to the pollers by Willy Tarreau · Fri Jan 26 21:48:23 2018 +0100
  79. c5532ac MINOR: fd: don't report maxfd in alert messages by Willy Tarreau · Mon Jan 29 15:06:04 2018 +0100
  80. ce036bc MINOR: polling: make epoll and kqueue not depend on maxfd anymore by Willy Tarreau · Mon Jan 29 14:58:02 2018 +0100
  81. ccea35c BUG/MINOR: cli: use global.maxsock and not maxfd to list all FDs by Willy Tarreau · Mon Jan 29 15:17:05 2018 +0100
  82. a41d531 MINOR: config: Enable tracking of up to MAX_SESS_STKCTR stick counters. by Frédéric Lécaille · Mon Jan 29 12:05:07 2018 +0100
  83. 1478aa7 MEDIUM: sample: Add IPv6 support to the ipmask converter by Tim Duesterhus · Thu Jan 25 16:24:51 2018 +0100
  84. b814da6 MINOR: config: Add support for ARGT_MSK6 by Tim Duesterhus · Thu Jan 25 16:24:50 2018 +0100
  85. 4718517 MINOR: standard: Add str2mask6 function by Tim Duesterhus · Thu Jan 25 16:24:49 2018 +0100
  86. 8575f72 CLEANUP: standard: Use len2mask4 in str2mask by Tim Duesterhus · Thu Jan 25 16:24:48 2018 +0100
  87. bf5ce02 BUG/MINOR: sample: Fix output type of c_ipv62ip by Tim Duesterhus · Thu Jan 25 16:24:46 2018 +0100
  88. ec6b0a2 CLEANUP: sample: Fix outdated comment about sample casts functions by Tim Duesterhus · Thu Jan 25 16:24:45 2018 +0100
  89. c555ee0 CLEANUP: sample: Fix comment encoding of sample.c by Tim Duesterhus · Thu Jan 25 16:24:44 2018 +0100
  90. 727c89b BUILD: kqueue/threads: Add test on MAX_THREADS to avoid warnings when complied without threads by Christopher Faulet · Thu Jan 25 16:40:35 2018 +0100
  91. 3e805ed BUILD: epoll/threads: Add test on MAX_THREADS to avoid warnings when complied without threads by Christopher Faulet · Thu Jan 25 16:18:09 2018 +0100
  92. da18b9d MINOR: threads: Use __decl_hathreads instead of #ifdef/#endif by Christopher Faulet · Thu Jan 25 16:10:16 2018 +0100
  93. 13b007d BUG/MINOR: kqueue/threads: Don't forget to close kqueue_fd[tid] on each thread by Christopher Faulet · Thu Jan 25 16:32:18 2018 +0100
  94. 23d86d1 BUG/MEDIUM: checks: Don't try to release undefined conn_stream when a check is freed by Christopher Faulet · Thu Jan 25 11:36:35 2018 +0100
  95. 8d01fd6 BUG/MEDIUM: threads/server: Fix deadlock in srv_set_stopping/srv_set_admin_flag by Christopher Faulet · Wed Jan 24 21:49:41 2018 +0100
  96. c20d737 BUG/MINOR: threads: always set an owner to the thread_sync pipe by Willy Tarreau · Thu Jan 25 07:28:37 2018 +0100
  97. 0048dd0 MINOR: threads: Fix build when we're not compiling with threads. by Olivier Houchard · Wed Jan 24 15:41:04 2018 +0100
  98. 46ec48b BUG/MINOR: mworker: only write to pidfile if it exists by Willy Tarreau · Tue Jan 23 19:20:19 2018 +0100
  99. 1605c7a BUG/MEDIUM: threads/mworker: fix a race on startup by Willy Tarreau · Tue Jan 23 19:01:49 2018 +0100
  100. 7a2364d BUG/MEDIUM: kqueue/threads: use one kqueue_fd per thread by Willy Tarreau · Fri Jan 19 08:56:14 2018 +0100