1. 95abd5b CLEANUP: haproxy/threads: don't check global_tasks_mask twice by Willy Tarreau · Mon Mar 23 09:33:32 2020 +0100
  2. 4f46a35 BUG/MINOR: haproxy/threads: close a possible race in soft-stop detection by Willy Tarreau · Mon Mar 23 09:27:28 2020 +0100
  3. dc2f275 MEDIUM: servers: Split the connections into idle, safe, and available. by Olivier Houchard · Thu Feb 13 19:12:07 2020 +0100
  4. 2e8ab6b MINOR: use DISGUISE() everywhere we deliberately want to ignore a result by Willy Tarreau · Sat Mar 14 11:03:20 2020 +0100
  5. 4b3f27b BUG/MINOR: haproxy/threads: try to make all threads leave together by Willy Tarreau · Thu Mar 12 17:28:01 2020 +0100
  6. f8ea00e BUG/MINOR: haproxy: always initialize sleeping_thread_mask by Willy Tarreau · Thu Mar 12 17:24:53 2020 +0100
  7. 8676514 MINOR: servers: Kill priv_conns. by Olivier Houchard · Thu Jan 02 18:10:17 2020 +0100
  8. 304e17e MEDIUM: init: always try to push the FD limit when maxconn is set from -m by Willy Tarreau · Tue Mar 10 17:54:54 2020 +0100
  9. a409f30 MINOR: init: move the maxsock calculation code to compute_ideal_maxsock() by Willy Tarreau · Tue Mar 10 17:08:53 2020 +0100
  10. 52bf839 BUG/MEDIUM: random: implement a thread-safe and process-safe PRNG by Willy Tarreau · Sun Mar 08 00:42:37 2020 +0100
  11. 0fbf28a Revert "BUG/MEDIUM: random: implement per-thread and per-process random sequences" by Willy Tarreau · Sat Mar 07 11:24:39 2020 +0100
  12. 1c306aa BUG/MEDIUM: random: implement per-thread and per-process random sequences by Willy Tarreau · Fri Mar 06 19:04:55 2020 +0100
  13. 6c3a681 BUG/MEDIUM: random: initialize the random pool a bit better by Willy Tarreau · Fri Mar 06 18:57:15 2020 +0100
  14. b1beaa3 BUG/MINOR: init: make the automatic maxconn consider the max of soft/hard limits by Willy Tarreau · Fri Mar 06 10:25:31 2020 +0100
  15. f91ac19 OPTIM: startup: fast unique_id allocation for acl. by Carl Henrik Lunde · Thu Feb 27 16:45:50 2020 +0100
  16. 3ebd55e MINOR: haproxy: export run_poll_loop by Willy Tarreau · Tue Mar 03 14:59:56 2020 +0100
  17. 9080711 BUILD: general: always pass unsigned chars to is* functions by Willy Tarreau · Tue Feb 25 08:16:33 2020 +0100
  18. 6d0c3df MEDIUM: http: Add a ruleset evaluated on all responses just before forwarding by Christopher Faulet · Wed Jan 22 09:26:35 2020 +0100
  19. 546c469 MINOR: global: Set default tune.maxrewrite value during global structure init by Christopher Faulet · Wed Jan 22 14:31:21 2020 +0100
  20. 71f95fa [RELEASE] Released version 2.2-dev1 by Willy Tarreau · Wed Jan 22 10:34:58 2020 +0100
  21. 2f53390 MINOR: proxy/http-ana: Add support of extra attributes for the cookie directive by Christopher Faulet · Tue Jan 21 11:06:48 2020 +0100
  22. 5885775 MEDIUM: http-htx/proxy: Use a global and centralized storage for HTTP error messages by Christopher Faulet · Wed Jan 15 15:19:50 2020 +0100
  23. 58b3564 MINOR: actions: Add a function pointer to release args used by actions by Christopher Faulet · Tue Dec 17 11:48:42 2019 +0100
  24. cb55013 BUG/MINOR: http-rules: Remove buggy deinit functions for HTTP rules by Christopher Faulet · Tue Dec 17 11:25:46 2019 +0100
  25. 24c928c BUG/MEDIUM: mworker: remain in mworker mode during reload by William Lallemand · Tue Jan 14 17:58:18 2020 +0100
  26. 719e07c BUILD/MINOR: unix sockets: silence an absurd gcc warning about strncpy() by Willy Tarreau · Wed Dec 11 16:29:10 2019 +0100
  27. d26c9f9 BUG/MINOR: mworker: properly pass SIGTTOU/SIGTTIN to workers by Willy Tarreau · Wed Dec 11 14:24:07 2019 +0100
  28. 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
  29. a1d97f8 REORG: listener: move the global listener queue code to listener.c by Willy Tarreau · Tue Dec 10 11:18:41 2019 +0100
  30. 241797a MINOR: listener: split dequeue_all_listener() in two by Willy Tarreau · Tue Dec 10 14:10:52 2019 +0100
  31. a45a8b5 MEDIUM: init: set NO_NEW_PRIVS by default when supported by Willy Tarreau · Fri Dec 06 16:31:45 2019 +0100 upstream/master
  32. d96f112 MEDIUM: init: prevent process and thread creation at runtime by Willy Tarreau · Tue Dec 03 07:07:36 2019 +0100
  33. 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
  34. 08dd202 MINOR: version: report the version status in "haproxy -v" by Willy Tarreau · Thu Nov 21 18:07:30 2019 +0100
  35. 677e2f2 BUG/MEDIUM: mworker: don't fill the -sf argument with -1 during the reexec by William Lallemand · Tue Nov 19 17:04:18 2019 +0100
  36. f9af9d7 MINOR: init: avoid code duplication while setting identify by William Dauchy · Sun Nov 17 15:47:16 2019 +0100
  37. e039f26 BUG/MINOR: init: fix set-dumpable when using uid/gid by William Dauchy · Sun Nov 17 15:47:15 2019 +0100
  38. 0fec3ab MINOR: init: always fail when setrlimit fails by William Dauchy · Sun Oct 27 20:08:11 2019 +0100
  39. 5fdb5b3 BUG/MINOR: mworker/ssl: close openssl FDs unconditionally by William Lallemand · Tue Oct 15 14:04:08 2019 +0200
  40. 5e4c8e2 BUILD/MEDIUM: threads: enable cpu_affinity on osx by David Carlier · Fri Sep 13 05:12:58 2019 +0100
  41. a92c5ce BUILD/MEDIUM: threads: rename thread_info struct to ha_thread_info by David Carlier · Fri Sep 13 05:03:12 2019 +0100
  42. 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
  43. d022e9c MINOR: task: introduce a thread-local "sched" variable for local scheduler stuff by Willy Tarreau · Tue Sep 24 08:25:15 2019 +0200
  44. 859dc80 MEDIUM: list: Separate "locked" list from regular list. by Olivier Houchard · Thu Aug 08 15:47:21 2019 +0200
  45. c169296 MINOR: config: Support per-proxy and per-server post-check functions callbacks by Christopher Faulet · Mon Aug 12 09:51:07 2019 +0200
  46. 3ea5cbe MINOR: config: Support per-proxy and per-server deinit functions callbacks by Christopher Faulet · Wed Jul 31 08:44:12 2019 +0200
  47. e0d86e2 BUG/MINOR: mworker: disable SIGPROF on re-exec by Willy Tarreau · Mon Aug 26 10:37:39 2019 +0200
  48. 305d5ab MAJOR: fd: Get rid of the fd cache. by Olivier Houchard · Wed Jul 24 18:07:06 2019 +0200
  49. f734638 MINOR: http: Don't store raw HTTP errors in chunks anymore by Christopher Faulet · Wed Jul 17 22:02:08 2019 +0200
  50. 41ba36f MINOR: global: Preset tune.max_http_hdr to its default value by Christopher Faulet · Fri Jul 19 09:36:45 2019 +0200
  51. 1b6adb4 MINOR: proxy/http_ana: Remove unused req_exp/rsp_exp and req_add/rsp_add lists by Christopher Faulet · Wed Jul 17 15:33:14 2019 +0200
  52. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · Tue Jul 16 14:54:53 2019 +0200
  53. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · Tue Jul 16 14:16:10 2019 +0200
  54. 7764a57 BUG/MEDIUM: threads: cpu-map designating a single thread/process are ignored by Willy Tarreau · Tue Jul 16 15:10:34 2019 +0200
  55. 1686667 BUG/MEDIUM: mworker: don't call the thread and fdtab deinit by William Lallemand · Mon Jun 24 17:40:48 2019 +0200
  56. 76a80c7 BUILD: mworker: silence two printf format warnings around getpid() by Willy Tarreau · Sat Jun 22 07:41:38 2019 +0200
  57. 3c39a7d CLEANUP: connection: rename the wait_event.task field to .tasklet by Willy Tarreau · Fri Jun 14 14:42:29 2019 +0200
  58. 63329e3 MINOR: doc: update the manpage and usage message about -S by William Lallemand · Thu Jun 13 17:03:37 2019 +0200
  59. 1dc6963 MINOR: mworker: add the HAProxy version in "show proc" by William Lallemand · Wed Jun 12 19:11:33 2019 +0200
  60. 34a150c MEDIUM: init/threads: don't use spinlocks during the init phase by Willy Tarreau · Tue Jun 11 09:16:41 2019 +0200
  61. e4d7c9d OPTIM/MINOR: init/threads: only call protocol_enable_all() on first thread by Willy Tarreau · Mon Jun 10 10:14:52 2019 +0200
  62. 7109282 BUG/MEDIUM: init/threads: prevent initialized threads from starting before others by Willy Tarreau · Mon Jun 10 09:51:04 2019 +0200
  63. 6ec902a MINOR: threads: serialize threads initialization by Willy Tarreau · Fri Jun 07 14:41:11 2019 +0200
  64. 7067b3a BUG/MINOR: deinit/threads: make hard-stop-after perform a clean exit by Willy Tarreau · Sun Jun 02 11:11:29 2019 +0200
  65. cfbb3e6 MEDIUM: tasks: Get rid of active_tasks_mask. by Olivier Houchard · Wed May 29 19:22:43 2019 +0200
  66. 2ae84e4 MEDIUM: poller: separate the wait time from the wake events by Willy Tarreau · Tue May 28 16:44:05 2019 +0200
  67. e573323 CLEANUP: build: rename some build macros to use the USE_* ones by Willy Tarreau · Wed May 22 19:24:06 2019 +0200
  68. 082b628 BUG/MEDIUM: init/threads: provide per-thread alloc/free function callbacks by Willy Tarreau · Wed May 22 14:42:12 2019 +0200
  69. 05ed14c CLEANUP: threads: really move thread_info to hathreads.c by Willy Tarreau · Wed May 22 06:42:27 2019 +0200
  70. 9b7a976 BUG/MINOR: mworker: Fix memory leak of mworker_proc members by Tim Duesterhus · Thu May 16 20:23:22 2019 +0200
  71. f617824 CLEANUP: time: refine the test on _POSIX_TIMERS by Willy Tarreau · Tue May 21 19:46:58 2019 +0200
  72. 0ba4f48 MAJOR: polling: add event ports support (Solaris) by Emmanuel Hocdet · Mon Apr 08 16:53:32 2019 +0000
  73. 663fda4 BUILD: threads: only assign the clock_id when supported by Willy Tarreau · Tue May 21 15:14:08 2019 +0200
  74. 8323a37 MINOR: threads: add a thread-local thread_info pointer "ti" by Willy Tarreau · Mon May 20 18:57:53 2019 +0200
  75. 624dcbf MINOR: threads: always place the clockid in the struct thread_info by Willy Tarreau · Mon May 20 20:23:06 2019 +0200
  76. 91e6df0 MINOR: threads: add each thread's clockid into the global thread_info by Willy Tarreau · Fri May 03 17:21:18 2019 +0200
  77. 522cfbc MINOR: init/threads: make the global threads an array of structs by Willy Tarreau · Fri May 03 10:16:39 2019 +0200
  78. 619a95f MEDIUM: init/mworker: make the pipe register function a regular initcall by Willy Tarreau · Mon May 20 11:12:15 2019 +0200
  79. 3078e9f MINOR: threads/init: synchronize the threads startup by Willy Tarreau · Mon May 20 10:50:43 2019 +0200
  80. 7b302d8 MINOR: init: setenv HAPROXY_CFGFILES by William Lallemand · Mon May 20 11:15:37 2019 +0200
  81. c125cef CLEANUP: ssl: make inclusion of openssl headers safe by Willy Tarreau · Fri May 10 09:58:43 2019 +0200
  82. 8d164dc CLEANUP: ssl: never include openssl/*.h outside of openssl-compat.h anymore by Willy Tarreau · Fri May 10 09:35:00 2019 +0200
  83. 5599456 REORG: ssl: move openssl-compat from proto to common by Willy Tarreau · Thu May 09 14:52:44 2019 +0200
  84. 5db847a CLEANUP: ssl: remove 57 occurrences of useless tests on LIBRESSL_VERSION_NUMBER by Willy Tarreau · Thu May 09 14:13:35 2019 +0200
  85. 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
  86. affd1b9 BUILD: ssl: fix again a libressl build failure after the openssl FD leak fix by Willy Tarreau · Thu May 09 13:53:28 2019 +0200
  87. 27edc4b MINOR: mworker: support a configurable maximum number of reloads by William Lallemand · Tue May 07 17:49:33 2019 +0200
  88. f656279 CLEANUP: task: remove unneeded tests before task_destroy() by Willy Tarreau · Tue May 07 19:05:35 2019 +0200
  89. 7d61a33 BUG/MEDIUM: stick-table: fix regression caused by a change in proxy struct by Dragan Dosen · Tue May 07 14:16:18 2019 +0200
  90. 56996da BUG/MINOR: mworker/ssl: close OpenSSL FDs on reload by Rob Allen · Fri May 03 09:11:32 2019 +0100
  91. 2674303 MEDIUM: regex: modify regex_comp() to atomically allocate/free the my_regex struct by Dragan Dosen · Tue Apr 30 15:54:36 2019 +0200
  92. 1b8e68e MEDIUM: stick-table: Stop handling stick-tables as proxies. by Frédéric Lécaille · Thu Mar 14 07:07:41 2019 +0100
  93. c40efc1 MINOR: init/threads: make the threads array global by Willy Tarreau · Fri May 03 09:22:44 2019 +0200
  94. b4f7cc3 MINOR: init/threads: remove the useless tids[] array by Willy Tarreau · Fri May 03 09:27:30 2019 +0200
  95. 81492c9 MINOR: threads: flatten the per-thread cpu-map by Willy Tarreau · Fri May 03 09:41:23 2019 +0200
  96. 026ef57 BUG/MINOR: checks: free memory allocated for tasklets by Dragan Dosen · Tue Apr 30 00:56:20 2019 +0200
  97. 61302da BUG/MINOR: log: properly free memory on logformat parse error and deinit() by Dragan Dosen · Tue Apr 30 00:40:02 2019 +0200
  98. 2a7c20f BUG/MINOR: haproxy: fix rule->file memory leak by Dragan Dosen · Tue Apr 30 00:38:36 2019 +0200
  99. 88698d9 MEDIUM: connections: Add a way to control the number of idling connections. by Olivier Houchard · Tue Apr 16 19:07:22 2019 +0200
  100. d83b6c1 BUG/MINOR: mworker: disable busy polling in the master process by Willy Tarreau · Thu Apr 18 11:31:36 2019 +0200