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