1. a75eea7 MINOR: map/acl: print the count of all the map/acl entries in "show map/acl" by Dragan Dosen · Fri May 21 16:59:15 2021 +0200
  2. acfd71b BUG/MINOR: http-comp: Preserve HTTP_MSGF_COMPRESSIONG flag on the response by Christopher Faulet · Fri May 21 09:49:20 2021 +0200
  3. a6d3704 BUG/MEDIUM: filters: Exec pre/post analysers only one time per filter by Christopher Faulet · Thu May 20 18:00:55 2021 +0200
  4. 79a88ba BUG/MAJOR: server: prevent deadlock when using 'set maxconn server' by Amaury Denoyelle · Mon May 17 10:47:18 2021 +0200
  5. a6b2784 CLEANUP: ssl: Fix coverity issues found in CA file hot update code by Remi Tricot-Le Breton · Tue May 18 10:06:00 2021 +0200
  6. 18c7d83 BUILD/MINOR: ssl: Fix compilation with OpenSSL 1.0.2 by Remi Tricot-Le Breton · Mon May 17 18:38:34 2021 +0200
  7. d75b99e BUILD/MINOR: ssl: Fix compilation with SSL enabled by Remi Tricot-Le Breton · Mon May 17 11:45:55 2021 +0200
  8. 51e28b6 MEDIUM: ssl: Add "show ssl crl-file" CLI command by Remi Tricot-Le Breton · Tue Apr 20 17:58:01 2021 +0200
  9. eef8e7b MINOR: ssl: Add "abort ssl crl-file" CLI command by Remi Tricot-Le Breton · Tue Apr 20 17:42:02 2021 +0200
  10. 720e3b9 MEDIUM: ssl: Add "new+del crl-file" CLI commands by Remi Tricot-Le Breton · Mon Apr 26 11:00:42 2021 +0200
  11. a51b339 MEDIUM: ssl: Add "set+commit ssl crl-file" CLI commands by Remi Tricot-Le Breton · Tue Apr 20 17:38:14 2021 +0200
  12. f81c70c MINOR: ssl: Chain instances in ca-file entries by Remi Tricot-Le Breton · Tue Apr 20 16:54:21 2021 +0200
  13. c3a8477 MINOR: ssl: Add "del ssl ca-file" CLI command by Remi Tricot-Le Breton · Thu Mar 25 18:13:57 2021 +0100
  14. 9f40fe0 MEDIUM: ssl: Add "new ssl ca-file" CLI command by Remi Tricot-Le Breton · Tue Mar 16 16:21:27 2021 +0100
  15. 2a22e16 MEDIUM: ssl: Add "show ssl ca-file" CLI command by Remi Tricot-Le Breton · Tue Mar 16 11:19:33 2021 +0100
  16. 523f0e4 MINOR: ssl: Refactorize the "show certificate details" code by Remi Tricot-Le Breton · Tue Mar 16 10:11:44 2021 +0100
  17. 0bb4824 MINOR: ssl: Add a cafile_entry type field by Remi Tricot-Le Breton · Fri Apr 16 17:59:23 2021 +0200
  18. d5fd09d MINOR: ssl: Add "abort ssl ca-file" CLI command by Remi Tricot-Le Breton · Thu Mar 11 10:22:52 2021 +0100
  19. a32a68b MEDIUM: ssl: Add "set+commit ssl ca-file" CLI commands by Remi Tricot-Le Breton · Wed Feb 24 17:35:43 2021 +0100
  20. bfadc02 MINOR: ssl: Ckch instance rebuild and cleanup factorization in CLI handler by Remi Tricot-Le Breton · Wed Feb 24 12:20:48 2021 +0100
  21. 38c999b MINOR: ssl: Add helper function to add cafile entries by Remi Tricot-Le Breton · Tue Feb 23 16:28:43 2021 +0100
  22. 383fb14 MEDIUM: ssl: Add a way to load a ca-file content from memory by Remi Tricot-Le Breton · Mon Feb 22 18:26:14 2021 +0100
  23. 5daff3c MINOR: ssl: Add helper functions to create/delete cafile entries by Remi Tricot-Le Breton · Mon Feb 22 15:54:55 2021 +0100
  24. 40ddea8 MINOR: ssl: Add reference to default ckch instance in bind_conf by Remi Tricot-Le Breton · Tue Apr 13 16:07:29 2021 +0200
  25. 4458b97 MEDIUM: ssl: Chain ckch instances in ca-file entries by Remi Tricot-Le Breton · Fri Feb 19 17:41:55 2021 +0100
  26. 9f0c936 MINOR: ssl: Allow duplicated entries in the cafile_tree by Remi Tricot-Le Breton · Fri Feb 19 15:06:28 2021 +0100
  27. af8820a CLEANUP: ssl: Move ssl_store related code to ssl_ckch.c by Remi Tricot-Le Breton · Tue Apr 13 10:10:37 2021 +0200
  28. fb60195 BUILD: sample: use strtoll() instead of atoll() by Willy Tarreau · Fri May 14 08:51:53 2021 +0200
  29. 388fc25 IMPORT: slz: use inttypes.h instead of stdint.h by Willy Tarreau · Fri May 14 08:44:52 2021 +0200
  30. 6bfc10c BUILD: config: avoid a build warning on numa_detect_topology() without threads by Willy Tarreau · Fri May 14 08:30:46 2021 +0200
  31. 26f42a0 BUG/MAJOR: config: properly initialize cpu_map.thread[] up to MAX_THREADS by Willy Tarreau · Fri May 14 08:26:38 2021 +0200
  32. 89f6ded BUG/MINOR: lua/vars: prevent get_var() from allocating a new name by Willy Tarreau · Thu May 13 13:30:12 2021 +0200
  33. 832e242 DEBUG: ssl: export ssl_sock_close() to see its symbol resolved in profiling by Willy Tarreau · Thu May 13 10:11:03 2021 +0200
  34. f1c8a38 MINOR: activity/cli: optionally support sorting by address on "show profiling" by Willy Tarreau · Thu May 13 10:00:17 2021 +0200
  35. 973a937 BUG/MINOR: stats: fix lastchk metric that got accidently lost by Willy Tarreau · Wed May 12 17:29:14 2021 +0200
  36. 4263f68 CLEANUP: stick-table: remove a leftover of an old keyword declaration by Willy Tarreau · Wed May 12 17:49:10 2021 +0200
  37. c460c70 BUG/MEDIUM: stick_table: fix crash when using tcp smp_fetch_src by Amaury Denoyelle · Wed May 12 10:17:47 2021 +0200
  38. 9e27428 IMPORT: slz: do not produce the crc32_fast table when CRC is natively supported by Willy Tarreau · Wed May 12 08:36:09 2021 +0200
  39. 027fdcb IMPORT: slz: use the generic function for the last bytes of the crc32 by Willy Tarreau · Wed May 12 08:34:36 2021 +0200
  40. dec1c36 MINOR: uri_normalizer: Add `fragment-encode` normalizer by Tim Duesterhus · Mon May 10 17:28:26 2021 +0200
  41. c9e05ab MINOR: uri_normalizer: Add `fragment-strip` normalizer by Tim Duesterhus · Mon May 10 17:28:25 2021 +0200
  42. 2f41313 BUG/MINOR: http_act: Fix normalizer names in error messages by Tim Duesterhus · Mon May 10 23:21:20 2021 +0200
  43. da7f11b CLEANUP: pattern: remove the unused and dangerous pat_ref_reload() by Willy Tarreau · Tue May 11 16:49:55 2021 +0200
  44. f5fb858 MINOR: memprof: also report the totals and delta alloc-free by Willy Tarreau · Tue May 11 14:06:24 2021 +0200
  45. 616491b MINOR: memprof: also report the method used by each call by Willy Tarreau · Tue May 11 09:26:23 2021 +0200
  46. 79acefa BUG/MINOR: memprof: properly account for differences for realloc() by Willy Tarreau · Tue May 11 09:12:56 2021 +0200
  47. 3df5989 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · Mon May 10 12:50:00 2021 +0500
  48. 67b3cef CLEANUP: cli/activity: Remove double spacing in set profiling command by Daniel Corbett · Mon May 10 14:08:40 2021 -0400
  49. c89d533 BUG/MINOR: http_fetch: fix possible uninit sockaddr in fetch_url_ip/port by Amaury Denoyelle · Mon May 10 11:23:34 2021 +0200
  50. 5db446d BUILD: cli: appease a null-deref warning in cli_gen_usage_msg() by Willy Tarreau · Mon May 10 07:47:05 2021 +0200
  51. 7deb28c BUG/MEDIUM: quic: fix null deref on error path in qc_conn_init() by Willy Tarreau · Mon May 10 07:40:27 2021 +0200
  52. 4a75328 BUILD: memprof: make the old caller pointer a const in get_prof_bin() by Willy Tarreau · Sun May 09 23:18:50 2021 +0200
  53. 23c740e CLEANUP: cli/mworker: properly align the help messages by Willy Tarreau · Sun May 09 22:49:44 2021 +0200
  54. 92fbbcc MINOR: cli: sort the output of the "help" keywords by Willy Tarreau · Sun May 09 21:45:29 2021 +0200
  55. 0b1b830 MINOR: cli: make "help" support a command in argument by Willy Tarreau · Sun May 09 20:59:23 2021 +0200
  56. 2a8a2f0 BUILD: ssl: define HAVE_CRYPTO_memcmp() based on the library version by Willy Tarreau · Sun May 09 11:59:49 2021 +0200
  57. 4858464 BUILD: http_fetch: address a few aliasing warnings with older compilers by Willy Tarreau · Sun May 09 10:32:54 2021 +0200
  58. b2475a1 MINOR: tools/rnd: compute the result outside of the CAS loop by Willy Tarreau · Sun May 09 10:26:14 2021 +0200
  59. 714f345 DOC: fix a few remainig cases of "Haproxy" and "HAproxy" in doc and comments by Willy Tarreau · Sun May 09 06:47:26 2021 +0200
  60. 64975cf MEDIUM: mailers: use "HAProxy" nor "HAproxy" in the subject of messages by Willy Tarreau · Sun May 09 06:45:16 2021 +0200
  61. a5357cd MINOR: version: report "HAProxy" not "HA-Proxy" in the version output by Willy Tarreau · Sun May 09 06:14:25 2021 +0200
  62. c28aab0 BUILD: fd: include log.h from fd.c by Willy Tarreau · Sat May 08 20:35:03 2021 +0200
  63. 202f93d BUILD: comp: include proxy.h from flt_http_comp.c by Willy Tarreau · Sat May 08 20:34:16 2021 +0200
  64. 11bd6f7 BUILD: thread: include log.h from thread.c by Willy Tarreau · Sat May 08 20:33:02 2021 +0200
  65. d1dd250 BUILD: http-rules: include proxy.h from http_rules.c by Willy Tarreau · Sat May 08 20:30:37 2021 +0200
  66. 5958c43 BUILD: listener: include proxy.h from listener.c by Willy Tarreau · Sat May 08 20:30:37 2021 +0200
  67. c5396bd BUILD: mux-fcgi: include proxy.h from mux-fcgi.c by Willy Tarreau · Sat May 08 20:28:54 2021 +0200
  68. adc0240 BUILD: mux-h1: include proxy.h from mux-h1.c by Willy Tarreau · Sat May 08 20:28:54 2021 +0200
  69. 3d6ee40 BUILD: hlua: include proxy.h from hlua.c by Willy Tarreau · Sat May 08 20:28:07 2021 +0200
  70. e08f4bf MINOR: task: stop including stream.h from task.c by Willy Tarreau · Sat May 08 20:10:13 2021 +0200
  71. c79e898 BUILD: task: remove unused includes from task.c by Willy Tarreau · Sat May 08 20:08:58 2021 +0200
  72. 0813861 REORG: config: uninline warnifnotcap() and failifnotcap() by Willy Tarreau · Sat May 08 19:58:37 2021 +0200
  73. 3b63ca2 REORG: stick-table: uninline stktable_alloc_data_type() by Willy Tarreau · Sat May 08 14:10:42 2021 +0200
  74. e59b516 BUILD: connection: move list_mux_proto() to connection.c by Willy Tarreau · Sat May 08 14:06:09 2021 +0200
  75. 03f839d BUILD: fcgi-app: include proxy.h in fcgi-app.c by Willy Tarreau · Sat May 08 20:23:18 2021 +0200
  76. daa6f1a BUILD: filters: include proxy.h in filters.c by Willy Tarreau · Sat May 08 20:22:17 2021 +0200
  77. 7c66857 BUILD: mworker: include proxy.h in mworker.c by Willy Tarreau · Sat May 08 20:21:31 2021 +0200
  78. 817538e BUILD: sink: include proxy.h in sink.c by Willy Tarreau · Sat May 08 20:20:21 2021 +0200
  79. b00a8e3 BUILD: server: include missing proxy.h in server.c by Willy Tarreau · Sat May 08 20:18:59 2021 +0200
  80. ba6300e BUILD: server: include tools.h from server.c by Willy Tarreau · Sat May 08 14:09:40 2021 +0200
  81. ce65cbe BUILD: udp: include tools.h from proto_udp.c by Willy Tarreau · Sat May 08 13:59:56 2021 +0200
  82. c1a689f BUILD: queue: include tools.h from queue.c by Willy Tarreau · Sat May 08 13:59:05 2021 +0200
  83. 745e98c BUILD: mworker: include tools.h from mworker.c by Willy Tarreau · Sat May 08 13:58:19 2021 +0200
  84. c624da0 BUILD: compression: include tools.h in compression.c by Willy Tarreau · Sat May 08 13:57:19 2021 +0200
  85. 67046bf BUILD: vars: include tools.h in vars.c by Willy Tarreau · Sat May 08 13:56:31 2021 +0200
  86. 485261b BUILD: payload: include tools.h in payload.c by Willy Tarreau · Sat May 08 13:55:40 2021 +0200
  87. 9f9e9fc BUILD: dns: include tools.h in dns.c by Willy Tarreau · Sat May 08 13:09:46 2021 +0200
  88. bf1ae1a BUILD: server-state: include tools.h from server_state.c by Willy Tarreau · Sat May 08 13:08:34 2021 +0200
  89. 908908e BUILD: connection: include tools.h in connection.c by Willy Tarreau · Sat May 08 13:07:31 2021 +0200
  90. 4bad5e2 BUILD: sink: include tools.h in sink.c by Willy Tarreau · Sat May 08 13:05:30 2021 +0200
  91. ce6700a BUILD: cache: include tools.h in cache.c by Willy Tarreau · Sat May 08 13:03:55 2021 +0200
  92. 523ca9d BUILD: session: include tools.h in session.c by Willy Tarreau · Sat May 08 13:03:04 2021 +0200
  93. e684483 BUILD: proxy: include tools.h in proxy.c by Willy Tarreau · Sat May 08 13:02:07 2021 +0200
  94. 4cbf62d BUILD: htx: include tools.h in http_htx.c by Willy Tarreau · Sat May 08 13:01:23 2021 +0200
  95. e9dcb3c BUILD: config: include tools.h in cfgparse-listen.c by Willy Tarreau · Sat May 08 13:00:23 2021 +0200
  96. ca14dd5 BUILD: resolvers: include tools.h by Willy Tarreau · Sat May 08 12:59:47 2021 +0200
  97. e16ada1 BUILD: spoe: flt_spoe.c needs tools.h by Willy Tarreau · Sat May 08 12:57:17 2021 +0200
  98. cc81eca BUILD: config: cfgparse-ssl.c needs tools.h by Willy Tarreau · Sat May 08 12:54:42 2021 +0200
  99. cb72b7e BUILD: ssl: ssl_utils requires chunk.h by Willy Tarreau · Sat May 08 12:52:56 2021 +0200
  100. 15f9ac3 REORG: mworker: move proc_self from global to mworker by Willy Tarreau · Sat May 08 12:30:50 2021 +0200