1. e323f34 MINOR: h2: always call h2s_detach() in h2_detach() by Willy Tarreau · Wed Mar 28 13:51:45 2018 +0200
  2. 4a333d3 BUG/MAJOR: h2: remove orphaned streams from the send list before closing by Willy Tarreau · Wed Mar 28 11:29:04 2018 +0200
  3. a833cd9 BUILD/MINOR: cli: fix a build warning introduced by last commit by Willy Tarreau · Thu Mar 29 13:19:37 2018 +0200
  4. 35b1b48 MINOR: cli: make "show fd" report the mux and mux_ctx pointers when available by Willy Tarreau · Wed Mar 28 18:41:30 2018 +0200
  5. 4037a3f MINOR: cli/threads: make "show fd" report thread_sync_io_handler instead of "unknown" by Willy Tarreau · Wed Mar 28 18:06:47 2018 +0200
  6. a7394e1 BUG/MINOR: hpack: fix harmless use of uninitialized value in hpack_dht_insert by Willy Tarreau · Tue Mar 27 15:06:02 2018 +0200
  7. 56cc125 MINOR: lua: allow socket api settimeout to accept integers, float, and doubles by Mark Lakes · Tue Mar 27 09:48:06 2018 +0200
  8. 7741c85 BUILD/MINOR: fix build when USE_THREAD is not defined by Ilya Shipitsin · Sat Mar 24 17:17:32 2018 +0500
  9. 22154b4 CLEANUP: lua: typo fix in comments by Mark Lakes · Mon Jan 29 14:38:40 2018 -0800
  10. 17a921b BUG/MINOR: lua funtion hlua_socket_settimeout don't check negative values by Thierry Fournier · Thu Mar 08 09:59:02 2018 +0100
  11. e9636f1 BUG/MINOR: lua: the function returns anything by Thierry Fournier · Thu Mar 08 09:54:32 2018 +0100
  12. f93f093 CLEANUP: map, stream: remove duplicate code in src/map.c, src/stream.c by Ilya Shipitsin · Fri Mar 23 17:41:48 2018 +0500
  13. fe23428 BUG/MINOR: listener: Don't decrease actconn twice when a new session is rejected by Christopher Faulet · Fri Mar 23 15:11:55 2018 +0100
  14. 8adae7c BUG/MINOR: h2: ensure we can never send an RST_STREAM in response to an RST_STREAM by Willy Tarreau · Thu Mar 22 17:37:05 2018 +0100
  15. d1023bb BUG/MEDIUM: h2: properly account for DATA padding in flow control by Willy Tarreau · Thu Mar 22 16:53:12 2018 +0100
  16. 50791a7 MINOR: samples: add crc32c converter by Emmanuel Hocdet · Wed Mar 21 11:19:01 2018 +0100
  17. 4952985 REORG: compact "struct server" by Emmanuel Hocdet · Mon Mar 19 18:14:02 2018 +0100
  18. 115df3e MINOR: accept-proxy: support proxy protocol v2 CRC32c checksum by Emmanuel Hocdet · Mon Feb 05 16:23:23 2018 +0100
  19. 4399c75 MINOR: proxy-v2-options: add crc32c by Emmanuel Hocdet · Mon Feb 05 15:26:43 2018 +0100
  20. 6afd898 MINOR: hash: add new function hash_crc32c by Emmanuel Hocdet · Mon Feb 05 15:23:39 2018 +0100
  21. 3e95487 DOC: log: more than 2 log servers are allowed by Cyril Bonté · Tue Mar 20 23:30:27 2018 +0100
  22. 26fb5d8 BUG/MEDIUM: fd/threads: ensure the fdcache_mask always reflects the cache contents by Willy Tarreau · Tue Mar 20 19:06:52 2018 +0100
  23. cde05c8 BUILD/BUG: enable -fno-strict-overflow by default by Willy Tarreau · Tue Mar 20 16:46:46 2018 +0100
  24. c98aebc MINOR: log: stop emitting alerts when it's not possible to write on the socket by Willy Tarreau · Tue Mar 20 11:17:29 2018 +0100
  25. fd83f0b BUG/MEDIUM: threads/queue: wake up other threads upon dequeue by Christopher Faulet · Mon Mar 19 15:22:09 2018 +0100
  26. 2f3a56b BUG/MINOR: tcp-check: use the server's service port as a fallback by Baptiste Assmann · Mon Mar 19 12:22:41 2018 +0100
  27. 248f117 BUG/MEDIUM: tcp-check: single connect rule can't detect DOWN servers by Baptiste Assmann · Thu Mar 01 21:49:01 2018 +0100
  28. 2986c0d CLEANUP: lua/syntax: lua is a name and not an acronym by Thierry FOURNIER · Sun Feb 25 14:32:36 2018 +0100
  29. fd1e955 BUG/MINOR: lua: return bad error messages by Thierry FOURNIER · Fri Feb 23 18:41:18 2018 +0100
  30. 29a05c1 BUG/MINOR: spoa-example: unexpected behavior for more than 127 args by Thierry FOURNIER · Sun Feb 25 21:33:38 2018 +0100
  31. 13c53f8 BUILD: ssl: Fix build with OpenSSL without NPN capability by Bernard Spil · Thu Feb 15 13:34:58 2018 +0100
  32. 6a61e96 BUG/MINOR: cli: Fix a crash when sending a command with too many arguments by Aurélien Nephtali · Fri Mar 16 10:11:06 2018 +0100
  33. 6e8a41d BUG/MINOR: cli: Ensure all command outputs end with a LF by Aurélien Nephtali · Thu Mar 15 21:48:50 2018 +0100
  34. 33e083c BUG/MINOR: seemless reload: Fix crash when an interface is specified. by Olivier Houchard · Thu Mar 15 17:48:49 2018 +0100
  35. 210eb25 CLEANUP: dns: remove duplicate code in src/dns.c by Ilya Shipitsin · Thu Mar 15 16:38:38 2018 +0500
  36. 8bb4db5 TESTS: Add a testcase for multi-port + multi-server listener issue by Philipp Kolmann · Tue Oct 24 11:32:22 2017 +0200
  37. 1fa7d2a BUG/MINOR: dns: don't downgrade DNS accepted payload size automatically by Baptiste Assmann · Thu Mar 01 22:26:57 2018 +0100
  38. 5cd4bbd BUG/MAJOR: threads/queue: Fix thread-safety issues on the queues management by Christopher Faulet · Wed Mar 14 16:18:06 2018 +0100
  39. 510c0d6 BUG/MEDIUM: threads/unix: Fix a deadlock when a listener is temporarily disabled by Christopher Faulet · Fri Mar 16 10:04:47 2018 +0100
  40. 4288c5a BUG/MINOR: force-persist and ignore-persist only apply to backends by Cyril Bonté · Mon Mar 12 22:02:59 2018 +0100
  41. 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
  42. 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
  43. bca0876 CLEANUP: cli: Remove a leftover debug message by Aurélien Nephtali · Sat Mar 10 20:59:56 2018 +0100
  44. 76de95a CLEANUP: ssl: Remove a duplicated #include by Aurélien Nephtali · Tue Feb 20 19:23:07 2018 +0100
  45. 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
  46. 84b118f BUG/MEDIUM: h2: also arm the h2 timeout when sending by Willy Tarreau · Mon Mar 05 16:10:54 2018 +0100
  47. c41b3e8 DOC: buffers: clarify the purpose of the <from> pointer in offer_buffers() by Willy Tarreau · Fri Mar 02 10:27:12 2018 +0100
  48. 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
  49. f9f6ed0 CLEANUP: .gitignore: Ignore binaries from the contrib directory by Christopher Faulet · Wed Feb 28 11:22:15 2018 +0100
  50. 1738e86 BUG/MINOR: session: Fix tcp-request session failure if handshake. by Emeric Brun · Mon Mar 05 17:46:16 2018 +0100
  51. b684e7a BUILD/MINOR: fix Lua build on Mac OS X (again) by Willy Tarreau · Mon Mar 05 15:37:04 2018 +0100
  52. 13113d6 MINOR/BUILD: fix Lua build on Mac OS X by Thierry Fournier · Mon Feb 26 09:25:56 2018 +0100
  53. 44e973f MEDIUM: h2: use a single buffer allocator by Willy Tarreau · Thu Mar 01 17:49:30 2018 +0100
  54. 0a10de6 MINOR: h2: provide and use h2s_detach() and h2s_free() by Willy Tarreau · Thu Mar 01 16:27:53 2018 +0100
  55. 00dd078 CLEANUP: h2: rename misleading h2c_stream_close() to h2s_close() by Willy Tarreau · Thu Mar 01 16:31:34 2018 +0100
  56. 2788a39 MINOR: systemd: Add SystemD's SystemCallFilter option to the unit file by Tim Duesterhus · Tue Feb 27 20:19:05 2018 +0100
  57. 8a96592 MINOR: systemd: Add SystemD's Protect*= options to the unit file by Tim Duesterhus · Tue Feb 27 20:19:04 2018 +0100
  58. 1ce8de2 MINOR: systemd: Add section for SystemD sandboxing to unit file by Tim Duesterhus · Tue Feb 27 20:19:03 2018 +0100
  59. 253c3b7 MINOR: connection: add proxy-v2-options authority by Emmanuel Hocdet · Thu Feb 01 18:29:59 2018 +0100
  60. fa8d0f1 MINOR: connection: add proxy-v2-options ssl-cipher,cert-sig,cert-key by Emmanuel Hocdet · Thu Feb 01 15:53:52 2018 +0100
  61. 283e004 MINOR: ssl: add ssl_sock_get_cert_sig function by Emmanuel Hocdet · Thu Nov 02 14:05:23 2017 +0100
  62. 96b7834 MINOR: ssl: add ssl_sock_get_pkey_algo function by Emmanuel Hocdet · Tue Oct 31 15:46:07 2017 +0100
  63. ddc090b MINOR: ssl: extract full pkey info in load_certificate by Emmanuel Hocdet · Fri Oct 27 18:43:29 2017 +0200
  64. 8c0c34b Revert "BUG/MINOR: send-proxy-v2: string size must include ('\0')" by Emmanuel Hocdet · Wed Feb 28 12:02:14 2018 +0100
  65. 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
  66. ca6ef50 BUG/MEDIUM: buffer: Fix the wrapping case in bi_putblk by Christopher Faulet · Mon Feb 26 10:51:28 2018 +0100
  67. b2b2794 BUG/MEDIUM: buffer: Fix the wrapping case in bo_putblk by Christopher Faulet · Mon Feb 26 10:47:03 2018 +0100
  68. 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
  69. 929b52d BUG/MINOR: h2: Set the target of dbuf_wait to h2c by Christopher Faulet · Mon Feb 26 13:43:38 2018 +0100
  70. 9531728 MINOR: stats: display the number of threads in the statistics. by Yves Lafon · Mon Feb 26 11:10:37 2018 +0100
  71. 364d745 MINOR: debug/pools: make DEBUG_UAF also detect underflows by Willy Tarreau · Thu Feb 22 14:14:23 2018 +0100
  72. 5a9cce4 BUG/MINOR: debug/pools: properly handle out-of-memory when building with DEBUG_UAF by Willy Tarreau · Thu Feb 22 11:39:23 2018 +0100
  73. 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
  74. 5e64286 CLEANUP: standard: Fix typo in IPv6 mask example by Tim Duesterhus · Tue Feb 20 17:02:18 2018 +0100
  75. 05f6a43 CLEANUP: pools: Remove unused end label in memory.h by Tim Duesterhus · Tue Feb 20 00:49:46 2018 +0100
  76. 66888f9 CLEANUP: h2: Remove unused labels from mux_h2.c by Tim Duesterhus · Tue Feb 20 00:49:45 2018 +0100
  77. 932bb28 CLEANUP: spoe: Remove unused label retry by Tim Duesterhus · Tue Feb 20 00:49:44 2018 +0100
  78. 9619e72 CLEANUP: cfgparse: Remove unused label end by Tim Duesterhus · Tue Feb 20 00:49:43 2018 +0100
  79. 74f7ffa MINOR: ssl/sample: adds ssl_bc_is_resumed fetch keyword. by Emeric Brun · Mon Feb 19 16:14:12 2018 +0100
  80. eb8def9 BUG/MEDIUM: ssl/sample: ssl_bc_* fetch keywords are broken. by Emeric Brun · Mon Feb 19 15:59:48 2018 +0100
  81. 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
  82. 4ac77a9 BUG/MEDIUM: ssl: Shutdown the connection for reading on SSL_ERROR_SYSCALL by Christopher Faulet · Mon Feb 19 14:25:15 2018 +0100
  83. 280f42b MINOR: sample: add a new "concat" converter by Willy Tarreau · Mon Feb 19 15:34:12 2018 +0100
  84. 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
  85. 9ad9f35 DOC: cfgparse: Warn on option (tcp|http)log in backend by Tim Duesterhus · Mon Feb 05 20:52:27 2018 +0100
  86. c5d11c6 DOC: lua: new prototype for function "register_action()" by Thierry FOURNIER · Mon Feb 12 14:46:54 2018 +0100
  87. 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
  88. 4ee76d0 BUILD/MINOR: memory: stdint is needed for uintptr_t by David Carlier · Sun Feb 18 19:36:42 2018 +0000
  89. 7e2e505 BUG/MEDIUM: ssl: Don't always treat SSL_ERROR_SYSCALL as unrecovarable. by Olivier Houchard · Tue Feb 13 15:17:23 2018 +0100
  90. 41ccb19 BUG/MEDIUM: threads: fix the double CAS implementation for ARMv7 by Willy Tarreau · Wed Feb 14 14:16:28 2018 +0100
  91. 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
  92. 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
  93. f65f257 DOC: Mention -Ws in the list of available options by Pavlos Parissis · Wed Feb 07 21:42:16 2018 +0100
  94. 6127519 DOC: Describe routing impact of using interface keyword on bind lines by Jérôme Magnin · Wed Feb 07 11:39:58 2018 +0100
  95. 8210698 BUILD: fd/threads: fix breakage build breakage without threads by Willy Tarreau · Tue Feb 06 12:00:27 2018 +0100
  96. 236062f MINOR: init: emit warning when -sf/-sd cannot parse argument by Chris Lane · Mon Feb 05 23:15:44 2018 +0000
  97. 7d58b4d BUG/MEDIUM: standard: Fix memory leak in str2ip2() by Tim Duesterhus · Sun Jan 21 22:11:17 2018 +0100
  98. a331544 BUG/MINOR: time/threads: ensure the adjusted time is always correct by Willy Tarreau · Mon Feb 05 20:11:38 2018 +0100
  99. 11559a7 MINOR: fd: reorder fd_add_to_fd_list() by Willy Tarreau · Mon Feb 05 17:52:24 2018 +0100
  100. 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