1. 3c4f40a BUG/MEDIUM: tasks: Use the MT macros in tasklet_free(). by Olivier Houchard · Fri Jan 10 16:46:48 2020 +0100
  2. 9205fea MINOR: http: Add 404 to http-request deny by Florian Tham · Wed Jan 08 13:35:30 2020 +0100
  3. 272e29b MINOR: http: Add 410 to http-request deny by Florian Tham · Wed Jan 08 10:19:05 2020 +0100
  4. eaf05be OPTIM: polling: do not create update entries for FD removal by Willy Tarreau · Fri Dec 27 15:52:34 2019 +0100
  5. 1968988 MINOR: poller: do not call the IO handler if the FD is not active by Willy Tarreau · Thu Dec 26 11:09:43 2019 +0100
  6. 0fbc318 CLEANUP: connection: merge CO_FL_NOTIFY_DATA and CO_FL_NOTIFY_DONE by Willy Tarreau · Fri Dec 27 14:57:45 2019 +0100
  7. 4970e5a REORG: connection: move tcp_connect_probe() to conn_fd_check() by Willy Tarreau · Fri Dec 27 10:40:21 2019 +0100
  8. 11ef083 MINOR: pollers: add a new flag to indicate pollers reporting ERR & HUP by Willy Tarreau · Thu Nov 28 18:17:33 2019 +0100
  9. a26d1e1 BUILD: ssl: improve SSL_CTX_set_ecdh_auto compatibility by Lukas Tribus · Fri Dec 20 18:47:18 2019 +0100
  10. b3814c2 BUG/MINOR: ssl: openssl-compat: Fix getm_ defines by Rosen Penev · Thu Dec 19 12:54:13 2019 -0800
  11. dd0e89a BUG/MAJOR: task: add a new TASK_SHARED_WQ flag to fix foreing requeuing by Willy Tarreau · Thu Dec 19 07:39:06 2019 +0100
  12. 76014fd MEDIUM: h1-htx: Add HTX EOM block when the message is in H1_MSG_DONE state by Christopher Faulet · Tue Dec 10 11:47:22 2019 +0100
  13. fec56c6 BUG/MINOR: listener: fix off-by-one in state name check by Willy Tarreau · Wed Dec 11 15:51:37 2019 +0100
  14. d26c9f9 BUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to workers by Willy Tarreau · Wed Dec 11 14:24:07 2019 +0100
  15. c49ba52 MINOR: tasks: split wake_expired_tasks() in two parts to avoid useless wakeups by Willy Tarreau · Wed Dec 11 08:12:23 2019 +0100
  16. 440d09b BUG/MINOR: tasks: only requeue a task if it was already in the queue by Willy Tarreau · Wed Dec 11 09:11:58 2019 +0100
  17. a1d97f8 REORG: listener: move the global listener queue code to listener.c by Willy Tarreau · Tue Dec 10 11:18:41 2019 +0100
  18. 241797a MINOR: listener: split dequeue_all_listener() in two by Willy Tarreau · Tue Dec 10 14:10:52 2019 +0100
  19. a45a8b5 MEDIUM: init: set NO_NEW_PRIVS by default when supported by Willy Tarreau · Fri Dec 06 16:31:45 2019 +0100 upstream/master
  20. 0742c31 BUG/MEDIUM: tasks: Make sure we switch wait queues in task_set_affinity(). by Olivier Houchard · Thu Dec 05 15:11:19 2019 +0100
  21. d96f112 MEDIUM: init: prevent process and thread creation at runtime by Willy Tarreau · Tue Dec 03 07:07:36 2019 +0100
  22. e9a100e BUG/MINOR: ssl: fix X509 compatibility for openssl < 1.1.0 by Emmanuel Hocdet · Mon Dec 02 11:41:23 2019 +0100
  23. d4f9a60 MINOR: ssl: deduplicate ca-file by Emmanuel Hocdet · Thu Oct 24 11:32:47 2019 +0200
  24. cdb27e8 MINOR: version: this is development again, update the status by Willy Tarreau · Mon Nov 25 20:38:32 2019 +0100
  25. 2e077f8 [RELEASE] Released version 2.2-dev0 by Willy Tarreau · Mon Nov 25 20:36:16 2019 +0100
  26. 9ca7f8c MINOR: version: indicate that this version is stable by Willy Tarreau · Mon Nov 25 19:27:55 2019 +0100
  27. c22d5df MINOR: h2: add a function to report H2 error codes as strings by Willy Tarreau · Sun Nov 24 14:56:03 2019 +0100
  28. 8f3ce06 MINOR: ist: add ist_find_ctl() by Willy Tarreau · Fri Nov 22 15:58:53 2019 +0100
  29. 47479eb MINOR: version: emit the link to the known bugs in output of "haproxy -v" by Willy Tarreau · Thu Nov 21 18:48:20 2019 +0100
  30. 08dd202 MINOR: version: report the version status in "haproxy -v" by Willy Tarreau · Thu Nov 21 18:07:30 2019 +0100
  31. 8b45391 MINOR: ssl: ssl_sock_prepare_ctx() return an error code by William Lallemand · Thu Nov 21 15:48:10 2019 +0100
  32. f871691 MEDIUM: dns: Add resolve-opts "ignore-weight" by Daniel Corbett · Sun Nov 17 09:48:56 2019 -0500
  33. ec1c10b MINOR: peers: Add debugging information to "show peers". by Frédéric Lécaille · Thu Nov 07 15:22:33 2019 +0100
  34. 33cab3c MINOR: peers: Add TX/RX heartbeat counters. by Frédéric Lécaille · Wed Nov 06 11:51:26 2019 +0100
  35. 0d7712d MINOR: stick-table: allow sc-set-gpt0 to set value from an expression by Cédric Dufour · Wed Nov 06 18:38:53 2019 +0100
  36. 869efd5 BUG/MINOR: log: make "show startup-log" use a ring buffer instead by Willy Tarreau · Fri Nov 15 15:16:57 2019 +0100
  37. 0d1c2a6 MINOR: stats: Report max times in addition of the averages for sessions by Christopher Faulet · Fri Nov 08 14:59:51 2019 +0100
  38. efb41f0 MINOR: counters: Add fields to store the max observed for {q,c,d,t}_time by Christopher Faulet · Fri Nov 08 14:53:15 2019 +0100
  39. e2e8c67 MINOR: freq_ctr: Make the sliding window sums thread-safe by Christopher Faulet · Fri Nov 08 14:40:18 2019 +0100
  40. b2e5849 MEDIUM: filters: Adapt filters API to allow again TCP filtering on HTX streams by Christopher Faulet · Tue Nov 12 11:13:01 2019 +0100
  41. da52035 MINOR: memory: also poison the area on freeing by Willy Tarreau · Fri Nov 15 06:59:54 2019 +0100
  42. 7031e3d BUG/MEDIUM: tasks: Make tasklet_remove_from_tasklet_list() no matter the tasklet. by Olivier Houchard · Fri Nov 08 15:41:55 2019 +0100
  43. fee726f MINOR: http-ana: Remove the unused function http_reset_txn() by Christopher Faulet · Thu Nov 07 15:26:45 2019 +0100
  44. eea8fc7 MEDIUM: stream/trace: Register a new trace source with its events by Christopher Faulet · Tue Nov 05 16:18:10 2019 +0100
  45. db703b1 MINOR: trace: Add a set of macros to trace events if HA is compiled with debug by Christopher Faulet · Mon Nov 04 11:40:10 2019 +0100
  46. 21724f0 MINOR: ssl/cli: replace the default_ctx during 'commit ssl cert' by William Lallemand · Mon Nov 04 17:56:13 2019 +0100
  47. ae6f125 MINOR: sample: add us/ms support to date/http_date by Damien Claisse · Wed Oct 30 15:57:28 2019 +0000
  48. beea2a4 CLEANUP: ssl/cli: remove leftovers of bundle/certs (it < 2) by William Lallemand · Wed Oct 30 17:45:33 2019 +0100
  49. bc6ca7c MINOR: ssl/cli: rework 'set ssl cert' as 'set/commit' by William Lallemand · Tue Oct 29 23:48:19 2019 +0100
  50. 0fec3ab MINOR: init: always fail when setrlimit fails by William Dauchy · Sun Oct 27 20:08:11 2019 +0100
  51. 6e8e2ec BUG/MEDIUM: stream_interface: Only use SI_ST_RDY when the mux is ready. by Olivier Houchard · Fri Oct 25 16:25:20 2019 +0200
  52. 9b8e11e MINOR: mux: Add a new method to get informations about a mux. by Olivier Houchard · Fri Oct 25 16:19:26 2019 +0200
  53. 2254b8e Revert "MINOR: istbuf: add b_fromist() to make a buffer from an ist" by Willy Tarreau · Tue Oct 29 13:06:21 2019 +0100
  54. 20020ae MINOR: chunk: add chunk_istcat() to concatenate an ist after a chunk by Willy Tarreau · Tue Oct 29 13:02:15 2019 +0100
  55. 9b01370 MINOR: stats/debug: maintain a counter of debug commands issued by Willy Tarreau · Thu Oct 24 18:18:02 2019 +0200
  56. abb9f9b MINOR: cli: add an expert mode to hide dangerous commands by Willy Tarreau · Thu Oct 24 17:55:53 2019 +0200
  57. 86bfe14 REORG: move CLI access level definitions to cli.h by Willy Tarreau · Thu Oct 24 13:50:48 2019 +0200
  58. 705e088 BUG/MINOR: ssl: fix build of X509_chain_up_ref() w/ libreSSL by William Lallemand · Wed Oct 23 23:15:46 2019 +0200
  59. 89f5807 BUG/MINOR: ssl: fix build with openssl < 1.1.0 by William Lallemand · Wed Oct 23 19:40:28 2019 +0200
  60. 8f840d7 MEDIUM: cli/ssl: handle the creation of SSL_CTX in an IO handler by William Lallemand · Wed Oct 23 10:53:05 2019 +0200
  61. 403bfbb BUG/MEDIUM: pattern: make the pattern LRU cache thread-local and lockless by Willy Tarreau · Wed Oct 23 06:59:31 2019 +0200
  62. 8cdc167 BUG/MEDIUM: task: make tasklets either local or shared but not both at once by Willy Tarreau · Fri Oct 18 06:43:53 2019 +0200
  63. 891b5ef BUG/MEDIUM: tasklet: properly compute the sleeping threads mask in tasklet_wakeup() by Willy Tarreau · Fri Oct 18 08:45:41 2019 +0200
  64. 2068ec4 BUG/MEDIUM: lists: Handle 1-element-lists in MT_LIST_BEHEAD(). by Olivier Houchard · Thu Oct 17 17:46:01 2019 +0200
  65. 9e46496 MINOR: istbuf: add b_fromist() to make a buffer from an ist by Willy Tarreau · Thu Oct 17 10:38:10 2019 +0200
  66. a92c5ce BUILD/MEDIUM: threads: rename thread_info struct to ha_thread_info by David Carlier · Fri Sep 13 05:03:12 2019 +0100
  67. 0651181 MINOR: htx: Add a flag on HTX to known when a response was generated by HAProxy by Christopher Faulet · Wed Oct 16 09:38:27 2019 +0200
  68. abefa34 MINOR: version: make the version strings variables, not constants by Willy Tarreau · Wed Oct 16 09:44:55 2019 +0200
  69. 53a899b CLEANUP: h1-htx: Move htx-to-h1 formatting functions from htx.c to h1_htx.c by Christopher Faulet · Tue Oct 08 16:38:42 2019 +0200
  70. 48fa033 BUG/MINOR: chunk: Fix tests on the chunk size in functions copying data by Christopher Faulet · Mon Oct 14 11:29:48 2019 +0200
  71. e0c51ae BUG/MINOR: ssl: fix build without SSL by William Lallemand · Mon Oct 14 11:12:35 2019 +0200
  72. 246c024 MINOR: ssl: load the ocsp in/from the ckch by William Lallemand · Fri Oct 11 08:59:13 2019 +0200
  73. a17f411 MINOR: ssl: load the sctl in/from the ckch by William Lallemand · Thu Oct 10 15:16:44 2019 +0200
  74. 150bfa8 MEDIUM: ssl/cli: 'set ssl cert' updates a certificate from the CLI by William Lallemand · Thu Sep 19 17:12:49 2019 +0200
  75. 1d29c74 MEDIUM: ssl: split ssl_sock_add_cert_sni() by William Lallemand · Fri Oct 04 00:53:29 2019 +0200
  76. 9117de9 MEDIUM: ssl: introduce the ckch instance structure by William Lallemand · Fri Oct 04 00:29:42 2019 +0200
  77. 222a7c6 MINOR: ssl: initialize explicitly the sni_ctx trees by William Lallemand · Fri Oct 04 11:44:57 2019 +0200
  78. f6adbe9 REORG: ssl: move structures to ssl_sock.h by William Lallemand · Wed Sep 11 16:33:52 2019 +0200
  79. 804ef24 MINOR: lists: Fix alignement of \ when relevant. by Olivier Houchard · Fri Oct 11 16:57:43 2019 +0200
  80. 74715da MINOR: lists: Try to use local variables instead of macro arguments. by Olivier Houchard · Fri Oct 11 16:55:11 2019 +0200
  81. 0691046 MEDIUM: task: Split the tasklet list into two lists. by Olivier Houchard · Fri Oct 11 16:35:01 2019 +0200
  82. d7f2bbc MINOR: list: add new macro MT_LIST_BEHEAD by Willy Tarreau · Fri Oct 04 18:02:40 2019 +0200
  83. c32a0e5 MINOR: lists: add new macro LIST_SPLICE_END_DETACHED by Willy Tarreau · Fri Oct 04 18:01:39 2019 +0200
  84. eaa5537 MINOR: stats: prepare to add a description with each stat/info field by Willy Tarreau · Wed Oct 09 07:39:11 2019 +0200
  85. 2f39738 MINOR: stats: support the "desc" output format modifier for info and stat by Willy Tarreau · Wed Oct 09 11:43:59 2019 +0200
  86. ab02b3f MINOR: stats: get rid of the STAT_SHOWADMIN flag by Willy Tarreau · Wed Oct 09 11:11:46 2019 +0200
  87. 708c416 MINOR: stats: replace the ST_* uri_auth flags with STAT_* by Willy Tarreau · Wed Oct 09 10:19:16 2019 +0200
  88. ee4f5f8 MINOR: stats: get rid of the ST_CONVDONE flag by Willy Tarreau · Wed Oct 09 09:59:22 2019 +0200
  89. 16fdc55 MINOR: http: Add a function to get the authority into a URI by Christopher Faulet · Tue Oct 08 14:56:58 2019 +0200
  90. 9a67c29 MINOR: htx: Add 2 flags on the start-line to have more info about the uri by Christopher Faulet · Tue Oct 08 14:27:52 2019 +0200
  91. c5a3eb4 MINOR: fcgi: Add function to get the string representation of a record type by Christopher Faulet · Fri Oct 04 15:20:47 2019 +0200
  92. 27aa65e MINOR: htx: Adapt htx_dump() to be used from traces by Christopher Faulet · Tue Oct 01 22:03:49 2019 +0200
  93. af54263 MINOR: h1-htx: Update h1_copy_msg_data() to ease the traces in the mux-h1 by Christopher Faulet · Tue Oct 01 21:52:49 2019 +0200
  94. 2aaeee3 BUG/MEDIUM: fd: HUP is an error only when write is active by Willy Tarreau · Tue Oct 01 11:46:40 2019 +0200
  95. 07626ea CLEANUP: proxy: Remove `proxy_tbl_by_name` by Tim Duesterhus · Sun Sep 29 23:09:54 2019 +0200
  96. 88a0db2 MINOR: stats: Add the support of float fields in stats by Christopher Faulet · Tue Sep 24 16:35:10 2019 +0200
  97. d72665b CLEANUP: http-ana: Remove the unused function http_send_name_header() by Christopher Faulet · Tue Sep 24 16:22:32 2019 +0200
  98. b1bb1af MINOR: spoe: Support the async mode with several threads by Christopher Faulet · Tue Sep 17 11:55:52 2019 +0200
  99. 93acfa2 MINOR: time: add timeofday_as_iso_us() to return instant time as ISO by Willy Tarreau · Thu Sep 26 08:00:23 2019 +0200
  100. bba1a26 BUG/MEDIUM: tasklets: Make sure we're waking the target thread if it sleeps. by Olivier Houchard · Tue Sep 24 14:55:28 2019 +0200