1. 748ece6 MINOR: quic: QUIC transport parameters split. by Frédéric Lécaille · Sat May 21 23:58:40 2022 +0200
  2. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · Fri May 27 09:47:12 2022 +0200
  3. a58cafe MINOR: quic_stats: Add a new stats module for QUIC by Frédéric Lécaille · Wed May 18 14:30:03 2022 +0200
  4. 1b5f77f MINOR: ncbuf: define non-contiguous buffer by Amaury Denoyelle · Mon May 09 09:37:27 2022 +0200
  5. 6d868a2 BUILD: makefile: add -Wfatal-errors to the default flags by Willy Tarreau · Wed May 11 11:32:41 2022 +0200
  6. 0cc02a3 REORG: quic: use a dedicated module for qc_stream_desc by Amaury Denoyelle · Tue Apr 19 17:21:11 2022 +0200
  7. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · Mon Apr 04 11:29:28 2022 +0200
  8. 6ea6ed7 BUILD: makefile: silence unbearable OpenSSL deprecation warnings by Willy Tarreau · Mon Apr 11 16:31:31 2022 +0200
  9. a88f3c2 BUILD: makefile: pass USE_ENGINE to cflags by Willy Tarreau · Mon Apr 11 18:52:53 2022 +0200
  10. d7bfbe2 BUILD: ssl: add USE_ENGINE and disable the openssl engine by default by William Lallemand · Mon Apr 11 18:41:24 2022 +0200
  11. d96361b CLEANUP: qpack: suppress by default stdout traces by Amaury Denoyelle · Fri Mar 25 14:56:51 2022 +0100
  12. 0c2d964 REORG: quic: use a dedicated quic_loss.c by Amaury Denoyelle · Thu Mar 24 16:08:05 2022 +0100
  13. 43a5685 BUILD: fix kFreeBSD build. by David Carlier · Fri Mar 04 15:50:48 2022 +0000
  14. 86bcc53 DEBUG: implement 4 levels of choices between warn and crash. by Willy Tarreau · Mon Feb 28 14:59:25 2022 +0100
  15. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · Thu Dec 16 17:32:56 2021 +0100
  16. 8de7f28 BUILD: makefile: enable both DEBUG_STRICT and DEBUG_MEMORY_POOLS by default by Willy Tarreau · Wed Feb 23 17:50:37 2022 +0100
  17. 5ea9fa6 BUILD: makefile: only compute alternative options if required by Willy Tarreau · Mon Jan 31 15:27:58 2022 +0100
  18. d521b8b BUILD: makefile: validate support for extra warnings by batches by Willy Tarreau · Mon Jan 31 15:10:14 2022 +0100
  19. 7a1e6fe BUILD: makefile: avoid testing all -Wno-* options when not needed by Willy Tarreau · Mon Jan 31 11:54:16 2022 +0100
  20. b81483c MEDIUM: da: update doc and build for new scheduler mode service. by David Carlier · Thu Jan 27 18:13:54 2022 +0000
  21. add43fa DEBUG: pools: add new build option DEBUG_POOL_TRACING by Willy Tarreau · Mon Jan 24 15:52:51 2022 +0100
  22. 0575d8f DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY by Willy Tarreau · Fri Jan 21 19:00:25 2022 +0100
  23. 4831db2 BUILD/MINOR: fix solaris build with clang. by David Carlier · Thu Jan 13 19:16:48 2022 +0000
  24. c8b4ce4 MINOR: quic: add config parse source file by Amaury Denoyelle · Tue Jan 11 11:54:59 2022 +0100
  25. 790169f BUILD: makefile: add -Wno-atomic-alignment to work around clang abusive warning by Willy Tarreau · Fri Jan 07 14:51:56 2022 +0100
  26. e5f5948 BUILD: makefile: reorder objects by build time by Willy Tarreau · Fri Nov 19 11:22:25 2021 +0100
  27. 9e3093c BUILD: makefile: stop opening sub-shells for each and every command by Willy Tarreau · Fri Nov 19 10:23:36 2021 +0100
  28. 154bc7f MINOR: quic: support hq-interop by Amaury Denoyelle · Fri Nov 12 16:09:54 2021 +0100
  29. 70c268b BUILD: makefile: simplify detection of libatomic by Willy Tarreau · Sun Nov 14 15:28:38 2021 +0100
  30. 7feb361 MINOR: jwt: Parse JWT alg field by Remi Tricot-Le Breton · Fri Oct 01 15:36:54 2021 +0200
  31. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · Fri Oct 08 09:33:24 2021 +0200
  32. dbee2e5 MINOR: Makefile: add MEMORY_POOLS to the list of DEBUG_xxx options by William Lallemand · Wed Sep 29 16:03:35 2021 +0200
  33. 4652a59 MINOR: qpack: create qpack-enc module by Amaury Denoyelle · Tue Aug 24 15:50:32 2021 +0200
  34. c6bc185 MINOR: quic: Add a ring buffer implementation for QUIC by Frédéric Lécaille · Wed Jun 30 14:25:10 2021 +0200
  35. 11c304d MINOR: quic: Enable some quic, h3 and qpack modules compilation. by Frédéric Lécaille · Tue May 25 09:12:35 2021 +0200
  36. 4cb2c83 BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing context by Miroslav Zagorac · Wed Sep 08 20:56:05 2021 +0200
  37. 28e295d BUILD: globally enable -Wundef by Willy Tarreau · Mon Aug 30 06:02:47 2021 +0200
  38. 2118597 MINOR: proc: setting the process to produce a core dump on FreeBSD. by devnexen@gmail.com · Sat Aug 21 09:13:10 2021 +0100
  39. 83614a9 MINOR: httpclient: initialize the proxy by William Lallemand · Fri Aug 13 14:47:57 2021 +0200
  40. 6807c7f ADMIN: dyncookie: implement a simple dynamic cookie calculator by Willy Tarreau · Wed Aug 11 13:54:52 2021 +0200
  41. 66243b4 REORG: config: move the condition preprocessing code to its own file by Willy Tarreau · Fri Jul 16 15:39:28 2021 +0200
  42. 953771b BUILD: Makefile: fix linkage for Haiku. by David Carlier · Sat Jun 19 14:42:43 2021 +0000
  43. 6fd0450 CLEANUP: shctx: remove the different inter-process locking techniques by Willy Tarreau · Tue Jun 15 16:11:33 2021 +0200
  44. 8715dec MEDIUM: pools: remove the locked pools implementation by Willy Tarreau · Thu Jun 10 17:31:48 2021 +0200
  45. ce986e1 REORG: errors: split errors reporting function from log.c by Amaury Denoyelle · Fri Jun 04 11:20:32 2021 +0200
  46. 40a871f BUILD: makefile: add a few popular ARMv8 CPU targets by Willy Tarreau · Wed May 12 09:47:30 2021 +0200
  47. 1d14262 BUILD: makefile: reorder object files by build time by Willy Tarreau · Sat May 08 23:33:25 2021 +0200
  48. f6818d6 BUILD: makefile: add new option USE_MEMORY_PROFILING by Willy Tarreau · Wed May 05 18:17:39 2021 +0200
  49. f75c640 MINOR: cpuset: define a platform-independent cpuset type by Amaury Denoyelle · Wed Apr 14 15:03:51 2021 +0200
  50. 12840be BUILD: compression: switch SLZ from out-of-tree to in-tree by Willy Tarreau · Thu Apr 22 14:14:22 2021 +0200
  51. af6ae63 BUILD: makefile: fix the "make clean" target on strict bourne shells by Willy Tarreau · Wed Apr 21 17:17:16 2021 +0200
  52. 580727f CLEANUP: contrib: remove the last references to the now dead contrib/ directory by Willy Tarreau · Wed Apr 21 15:13:10 2021 +0200
  53. 2d6f628 MINOR: pools: rename CONFIG_HAP_LOCAL_POOLS to CONFIG_HAP_POOLS by Willy Tarreau · Thu Apr 15 16:24:00 2021 +0200
  54. dbd25c3 MINOR: uri_normalizer: Add uri_normalizer module by Tim Duesterhus · Thu Apr 15 21:45:55 2021 +0200
  55. 1615064 BUILD: makefile: Redirect stderr to /dev/null when probing options by Christopher Faulet · Wed Apr 14 14:02:56 2021 +0200
  56. 41007a6 MINOR: sample: converter: Add mjson library. by Alex · Thu Apr 15 13:46:25 2021 +0200
  57. a63d1a0 CONTRIB: move contrib/opentracing to addons/ot by Willy Tarreau · Fri Apr 02 17:16:46 2021 +0200
  58. 57610c6 CONTRIB: move src/wurfl.c and contrib/wurfl to addons/wurfl by Willy Tarreau · Fri Apr 02 16:39:44 2021 +0200
  59. f8d9ec5 CONTRIB: move src/da.c and contrib/deviceatlas to addons/deviceatlas by Willy Tarreau · Fri Apr 02 16:19:39 2021 +0200
  60. 977209d CONTRIB: move 51Degrees to addons/51degrees by Willy Tarreau · Fri Apr 02 16:12:32 2021 +0200
  61. 3dfadc7 CONTRIB: move prometheus-exporter to addons/promex by Willy Tarreau · Fri Apr 02 15:35:19 2021 +0200
  62. 92dc786 BUILD: makefile: add a "USE_PROMEX" variable to ease building prometheus-exporter by Willy Tarreau · Fri Apr 02 15:31:10 2021 +0200
  63. a9f16c6 BUILD: makefile: build halog with the correct flags by Willy Tarreau · Fri Apr 02 14:46:21 2021 +0200
  64. d798889 CONTRIB: move halog to admin/ by Willy Tarreau · Fri Apr 02 14:45:06 2021 +0200
  65. 233e868 CONTRIB: move some admin-related sub-projects to admin/ by Willy Tarreau · Fri Apr 02 14:36:15 2021 +0200
  66. 21ef8b9 BUILD: makefile: integrate the hpack tools by Willy Tarreau · Fri Apr 02 14:27:26 2021 +0200
  67. 888bda0 BUILD: makefile: always build the flags utility by Willy Tarreau · Fri Apr 02 13:59:17 2021 +0200
  68. 074ebcd CONTRIB: move some dev-specific tools to dev/ by Willy Tarreau · Fri Apr 02 13:31:46 2021 +0200
  69. 34b4369 CONTRIB: debug: split poll from flags by Willy Tarreau · Fri Apr 02 13:43:49 2021 +0200
  70. 5a6926d MINOR: diag: create cfgdiag module by Amaury Denoyelle · Tue Mar 30 17:34:24 2021 +0200
  71. ce44482 REORG: global: move initcall register code in a dedicated file by Amaury Denoyelle · Thu Mar 25 15:09:38 2021 +0100
  72. 8af3bb0 BUG/MINOR: protocol: add missing support of dgram unix socket. by Emeric Brun · Thu Mar 18 16:52:17 2021 +0100
  73. 57647ca MINOR: build: force CC to set a return code when probing options by Bertrand Jacquin · Sat Mar 06 20:25:46 2021 +0000
  74. 3e3d3be REORG: server-state: Move functions to deal with server-state in its own file by Christopher Faulet · Tue Feb 16 13:31:30 2021 +0100
  75. 019dbd7 BUILD/MEDIUM: da Adding pcre2 support. by David Carlier · Tue Feb 16 11:37:45 2021 +0000
  76. b23f042 MINOR: tasks: add DEBUG_TASK to report caller info in a task by Willy Tarreau · Tue Feb 16 18:44:00 2021 +0100
  77. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · Fri Feb 12 19:42:55 2021 +0100
  78. c1ddcaf BUILD: Makefile: move REGTESTST_TYPE default setting by William Lallemand · Fri Feb 05 11:27:54 2021 +0100
  79. b399a99 MINOR: build: discard echoing in help target by Bertrand Jacquin · Sun Jan 17 18:47:47 2021 +0000
  80. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · Thu Jan 07 21:35:52 2021 -0700
  81. 3bad3d5 BUILD: Makefile: exclude broken tests by default by William Dauchy · Thu Jan 07 17:10:51 2021 +0100
  82. 1ab76dd DOC: Improve the message printed when running `make` w/o `TARGET` by Tim Duesterhus · Tue Jan 05 18:10:41 2021 +0100
  83. 782e9be Revert "BUILD: Makefile: disable -Warray-bounds until it's fixed in gcc 11" by Willy Tarreau · Tue Jan 05 11:11:38 2021 +0100
  84. 5e8c35d BUILD: Makefile: disable -Warray-bounds until it's fixed in gcc 11 by Willy Tarreau · Sun Jan 03 20:27:13 2021 +0100
  85. b83b010 MINOR: quic: Enable the compilation of QUIC modules. by Frédéric Lécaille · Mon Nov 23 15:53:17 2020 +0100
  86. 6f7cc11 MEDIUM: xxhash: use the XXH_INLINE_ALL macro to inline all functions by Dragan Dosen · Tue Dec 22 14:46:47 2020 +0100
  87. 70230c6 CONTRIB: opentracing: add the OpenTracing filter by Miroslav Zagorac · Wed Dec 09 16:54:31 2020 +0100
  88. da867d8 BUILD: Makefile: have "make clean" destroy .o/.a/.s in contrib subdirs as well by Willy Tarreau · Wed Dec 16 14:14:38 2020 +0100
  89. c8d1970 BUILD: Show the value of DEBUG= in haproxy -vv by Tim Duesterhus · Sat Nov 21 18:07:59 2020 +0100
  90. 81e948e BUILD: Make DEBUG part of .build_opts by Tim Duesterhus · Sat Nov 21 18:07:58 2020 +0100
  91. 496374e BUILD: makefile: enable crypt(3) for OpenBSD by Matthieu Guegan · Fri Nov 20 10:50:39 2020 +0100
  92. e279ca6 MINOR: sample: Add converts to parses MQTT messages by Baptiste Assmann · Tue Oct 27 18:10:06 2020 +0100
  93. e138dda MINOR: sample: Add converters to parse FIX messages by Baptiste Assmann · Thu Oct 22 15:39:03 2020 +0200
  94. 2404e37 BUILD: makefile: usual reorder of objects for faster builds by Willy Tarreau · Thu Nov 05 16:42:25 2020 +0100
  95. 5c643f3 BUILD: makefile: add entries to build common debugging tools by Willy Tarreau · Thu Oct 22 05:12:57 2020 +0200
  96. ad5afba BUILD: makefile: Enable getaddrinfo() on OS/X by Brad Smith · Fri Oct 09 19:26:23 2020 -0400
  97. 0fdfe41 BUILD: makefile: Update feature flags for NetBSD by Brad Smith · Thu Oct 08 16:24:52 2020 -0400
  98. 4a539f3 BUG/MINOR: makefile: fix a tiny typo in the target list by Willy Tarreau · Fri Oct 09 05:56:56 2020 +0200
  99. 382001b BUILD: Add a DragonFlyBSD target by Brad Smith · Thu Oct 08 01:15:06 2020 -0400
  100. 7c503bb BUILD: makefile: Enable closefrom() support on Solaris by Brad Smith · Wed Sep 30 15:46:16 2020 -0400