1. 5ea9fa6 BUILD: makefile: only compute alternative options if required by Willy Tarreau · Mon Jan 31 15:27:58 2022 +0100
  2. d521b8b BUILD: makefile: validate support for extra warnings by batches by Willy Tarreau · Mon Jan 31 15:10:14 2022 +0100
  3. 7a1e6fe BUILD: makefile: avoid testing all -Wno-* options when not needed by Willy Tarreau · Mon Jan 31 11:54:16 2022 +0100
  4. b81483c MEDIUM: da: update doc and build for new scheduler mode service. by David Carlier · Thu Jan 27 18:13:54 2022 +0000
  5. add43fa DEBUG: pools: add new build option DEBUG_POOL_TRACING by Willy Tarreau · Mon Jan 24 15:52:51 2022 +0100
  6. 0575d8f DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY by Willy Tarreau · Fri Jan 21 19:00:25 2022 +0100
  7. 4831db2 BUILD/MINOR: fix solaris build with clang. by David Carlier · Thu Jan 13 19:16:48 2022 +0000
  8. c8b4ce4 MINOR: quic: add config parse source file by Amaury Denoyelle · Tue Jan 11 11:54:59 2022 +0100
  9. 790169f BUILD: makefile: add -Wno-atomic-alignment to work around clang abusive warning by Willy Tarreau · Fri Jan 07 14:51:56 2022 +0100
  10. e5f5948 BUILD: makefile: reorder objects by build time by Willy Tarreau · Fri Nov 19 11:22:25 2021 +0100
  11. 9e3093c BUILD: makefile: stop opening sub-shells for each and every command by Willy Tarreau · Fri Nov 19 10:23:36 2021 +0100
  12. 154bc7f MINOR: quic: support hq-interop by Amaury Denoyelle · Fri Nov 12 16:09:54 2021 +0100
  13. 70c268b BUILD: makefile: simplify detection of libatomic by Willy Tarreau · Sun Nov 14 15:28:38 2021 +0100
  14. 7feb361 MINOR: jwt: Parse JWT alg field by Remi Tricot-Le Breton · Fri Oct 01 15:36:54 2021 +0200
  15. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · Fri Oct 08 09:33:24 2021 +0200
  16. dbee2e5 MINOR: Makefile: add MEMORY_POOLS to the list of DEBUG_xxx options by William Lallemand · Wed Sep 29 16:03:35 2021 +0200
  17. 4652a59 MINOR: qpack: create qpack-enc module by Amaury Denoyelle · Tue Aug 24 15:50:32 2021 +0200
  18. c6bc185 MINOR: quic: Add a ring buffer implementation for QUIC by Frédéric Lécaille · Wed Jun 30 14:25:10 2021 +0200
  19. 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
  20. 4cb2c83 BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing context by Miroslav Zagorac · Wed Sep 08 20:56:05 2021 +0200
  21. 28e295d BUILD: globally enable -Wundef by Willy Tarreau · Mon Aug 30 06:02:47 2021 +0200
  22. 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
  23. 83614a9 MINOR: httpclient: initialize the proxy by William Lallemand · Fri Aug 13 14:47:57 2021 +0200
  24. 6807c7f ADMIN: dyncookie: implement a simple dynamic cookie calculator by Willy Tarreau · Wed Aug 11 13:54:52 2021 +0200
  25. 66243b4 REORG: config: move the condition preprocessing code to its own file by Willy Tarreau · Fri Jul 16 15:39:28 2021 +0200
  26. 953771b BUILD: Makefile: fix linkage for Haiku. by David Carlier · Sat Jun 19 14:42:43 2021 +0000
  27. 6fd0450 CLEANUP: shctx: remove the different inter-process locking techniques by Willy Tarreau · Tue Jun 15 16:11:33 2021 +0200
  28. 8715dec MEDIUM: pools: remove the locked pools implementation by Willy Tarreau · Thu Jun 10 17:31:48 2021 +0200
  29. ce986e1 REORG: errors: split errors reporting function from log.c by Amaury Denoyelle · Fri Jun 04 11:20:32 2021 +0200
  30. 40a871f BUILD: makefile: add a few popular ARMv8 CPU targets by Willy Tarreau · Wed May 12 09:47:30 2021 +0200
  31. 1d14262 BUILD: makefile: reorder object files by build time by Willy Tarreau · Sat May 08 23:33:25 2021 +0200
  32. f6818d6 BUILD: makefile: add new option USE_MEMORY_PROFILING by Willy Tarreau · Wed May 05 18:17:39 2021 +0200
  33. f75c640 MINOR: cpuset: define a platform-independent cpuset type by Amaury Denoyelle · Wed Apr 14 15:03:51 2021 +0200
  34. 12840be BUILD: compression: switch SLZ from out-of-tree to in-tree by Willy Tarreau · Thu Apr 22 14:14:22 2021 +0200
  35. af6ae63 BUILD: makefile: fix the "make clean" target on strict bourne shells by Willy Tarreau · Wed Apr 21 17:17:16 2021 +0200
  36. 580727f CLEANUP: contrib: remove the last references to the now dead contrib/ directory by Willy Tarreau · Wed Apr 21 15:13:10 2021 +0200
  37. 2d6f628 MINOR: pools: rename CONFIG_HAP_LOCAL_POOLS to CONFIG_HAP_POOLS by Willy Tarreau · Thu Apr 15 16:24:00 2021 +0200
  38. dbd25c3 MINOR: uri_normalizer: Add uri_normalizer module by Tim Duesterhus · Thu Apr 15 21:45:55 2021 +0200
  39. 1615064 BUILD: makefile: Redirect stderr to /dev/null when probing options by Christopher Faulet · Wed Apr 14 14:02:56 2021 +0200
  40. 41007a6 MINOR: sample: converter: Add mjson library. by Alex · Thu Apr 15 13:46:25 2021 +0200
  41. a63d1a0 CONTRIB: move contrib/opentracing to addons/ot by Willy Tarreau · Fri Apr 02 17:16:46 2021 +0200
  42. 57610c6 CONTRIB: move src/wurfl.c and contrib/wurfl to addons/wurfl by Willy Tarreau · Fri Apr 02 16:39:44 2021 +0200
  43. f8d9ec5 CONTRIB: move src/da.c and contrib/deviceatlas to addons/deviceatlas by Willy Tarreau · Fri Apr 02 16:19:39 2021 +0200
  44. 977209d CONTRIB: move 51Degrees to addons/51degrees by Willy Tarreau · Fri Apr 02 16:12:32 2021 +0200
  45. 3dfadc7 CONTRIB: move prometheus-exporter to addons/promex by Willy Tarreau · Fri Apr 02 15:35:19 2021 +0200
  46. 92dc786 BUILD: makefile: add a "USE_PROMEX" variable to ease building prometheus-exporter by Willy Tarreau · Fri Apr 02 15:31:10 2021 +0200
  47. a9f16c6 BUILD: makefile: build halog with the correct flags by Willy Tarreau · Fri Apr 02 14:46:21 2021 +0200
  48. d798889 CONTRIB: move halog to admin/ by Willy Tarreau · Fri Apr 02 14:45:06 2021 +0200
  49. 233e868 CONTRIB: move some admin-related sub-projects to admin/ by Willy Tarreau · Fri Apr 02 14:36:15 2021 +0200
  50. 21ef8b9 BUILD: makefile: integrate the hpack tools by Willy Tarreau · Fri Apr 02 14:27:26 2021 +0200
  51. 888bda0 BUILD: makefile: always build the flags utility by Willy Tarreau · Fri Apr 02 13:59:17 2021 +0200
  52. 074ebcd CONTRIB: move some dev-specific tools to dev/ by Willy Tarreau · Fri Apr 02 13:31:46 2021 +0200
  53. 34b4369 CONTRIB: debug: split poll from flags by Willy Tarreau · Fri Apr 02 13:43:49 2021 +0200
  54. 5a6926d MINOR: diag: create cfgdiag module by Amaury Denoyelle · Tue Mar 30 17:34:24 2021 +0200
  55. ce44482 REORG: global: move initcall register code in a dedicated file by Amaury Denoyelle · Thu Mar 25 15:09:38 2021 +0100
  56. 8af3bb0 BUG/MINOR: protocol: add missing support of dgram unix socket. by Emeric Brun · Thu Mar 18 16:52:17 2021 +0100
  57. 57647ca MINOR: build: force CC to set a return code when probing options by Bertrand Jacquin · Sat Mar 06 20:25:46 2021 +0000
  58. 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
  59. 019dbd7 BUILD/MEDIUM: da Adding pcre2 support. by David Carlier · Tue Feb 16 11:37:45 2021 +0000
  60. b23f042 MINOR: tasks: add DEBUG_TASK to report caller info in a task by Willy Tarreau · Tue Feb 16 18:44:00 2021 +0100
  61. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · Fri Feb 12 19:42:55 2021 +0100
  62. c1ddcaf BUILD: Makefile: move REGTESTST_TYPE default setting by William Lallemand · Fri Feb 05 11:27:54 2021 +0100
  63. b399a99 MINOR: build: discard echoing in help target by Bertrand Jacquin · Sun Jan 17 18:47:47 2021 +0000
  64. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · Thu Jan 07 21:35:52 2021 -0700
  65. 3bad3d5 BUILD: Makefile: exclude broken tests by default by William Dauchy · Thu Jan 07 17:10:51 2021 +0100
  66. 1ab76dd DOC: Improve the message printed when running `make` w/o `TARGET` by Tim Duesterhus · Tue Jan 05 18:10:41 2021 +0100
  67. 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
  68. 5e8c35d BUILD: Makefile: disable -Warray-bounds until it's fixed in gcc 11 by Willy Tarreau · Sun Jan 03 20:27:13 2021 +0100
  69. b83b010 MINOR: quic: Enable the compilation of QUIC modules. by Frédéric Lécaille · Mon Nov 23 15:53:17 2020 +0100
  70. 6f7cc11 MEDIUM: xxhash: use the XXH_INLINE_ALL macro to inline all functions by Dragan Dosen · Tue Dec 22 14:46:47 2020 +0100
  71. 70230c6 CONTRIB: opentracing: add the OpenTracing filter by Miroslav Zagorac · Wed Dec 09 16:54:31 2020 +0100
  72. 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
  73. c8d1970 BUILD: Show the value of DEBUG= in haproxy -vv by Tim Duesterhus · Sat Nov 21 18:07:59 2020 +0100
  74. 81e948e BUILD: Make DEBUG part of .build_opts by Tim Duesterhus · Sat Nov 21 18:07:58 2020 +0100
  75. 496374e BUILD: makefile: enable crypt(3) for OpenBSD by Matthieu Guegan · Fri Nov 20 10:50:39 2020 +0100
  76. e279ca6 MINOR: sample: Add converts to parses MQTT messages by Baptiste Assmann · Tue Oct 27 18:10:06 2020 +0100
  77. e138dda MINOR: sample: Add converters to parse FIX messages by Baptiste Assmann · Thu Oct 22 15:39:03 2020 +0200
  78. 2404e37 BUILD: makefile: usual reorder of objects for faster builds by Willy Tarreau · Thu Nov 05 16:42:25 2020 +0100
  79. 5c643f3 BUILD: makefile: add entries to build common debugging tools by Willy Tarreau · Thu Oct 22 05:12:57 2020 +0200
  80. ad5afba BUILD: makefile: Enable getaddrinfo() on OS/X by Brad Smith · Fri Oct 09 19:26:23 2020 -0400
  81. 0fdfe41 BUILD: makefile: Update feature flags for NetBSD by Brad Smith · Thu Oct 08 16:24:52 2020 -0400
  82. 4a539f3 BUG/MINOR: makefile: fix a tiny typo in the target list by Willy Tarreau · Fri Oct 09 05:56:56 2020 +0200
  83. 382001b BUILD: Add a DragonFlyBSD target by Brad Smith · Thu Oct 08 01:15:06 2020 -0400
  84. 7c503bb BUILD: makefile: Enable closefrom() support on Solaris by Brad Smith · Wed Sep 30 15:46:16 2020 -0400
  85. ac32b4b BUILD: makefile: add an EXTRAVERSION variable to ease local naming by Willy Tarreau · Thu Oct 01 04:05:39 2020 +0200
  86. 5018aac BUILD: makefile: Fix building with closefrom() support enabled by Brad Smith · Wed Sep 30 01:04:48 2020 -0400
  87. 9d85eb0 BUILD: makefile: Update feature flags for FreeBSD by Brad Smith · Tue Sep 15 03:10:04 2020 -0400
  88. 90c9d78 BUILD: makefile: Update feature flags for OpenBSD by Brad Smith · Sat Sep 26 23:05:25 2020 -0400
  89. 9463643 BUILD: makefile: change default value of CC from gcc to cc by Brad Smith · Sun Sep 13 02:53:06 2020 -0400
  90. 4a034f2 BUILD: introduce possibility to define ABORT_NOW() conditionally by Ilya Shipitsin · Sat Sep 12 11:24:48 2020 +0500
  91. 0d06df6 MINOR: sock: introduce sock_inet and sock_unix by Willy Tarreau · Fri Aug 28 15:10:11 2020 +0200
  92. 18b7df7 REORG: sock: start to move some generic socket code to sock.c by Willy Tarreau · Fri Aug 28 12:07:22 2020 +0200
  93. 1318034 REORG: unix: move UNIX bind/server keywords from proto_uxst.c to cfgparse-unix.c by Willy Tarreau · Fri Aug 28 11:54:59 2020 +0200
  94. de70ca5 REORG: tcp: move TCP bind/server keywords from proto_tcp.c to cfgparse-tcp.c by Willy Tarreau · Fri Aug 28 11:49:31 2020 +0200
  95. 8987e7a REORG: tcp: move TCP sample fetches from proto_tcp.c to tcp_sample.c by Willy Tarreau · Fri Aug 28 11:37:21 2020 +0200
  96. aeae66c REORG: tcp: move TCP actions from proto_tcp.c to tcp_act.c by Willy Tarreau · Fri Aug 28 11:03:28 2020 +0200
  97. b36dcc6 BUILD: makefile: don't disable -Wstringop-overflow anymore by Willy Tarreau · Tue Aug 11 10:31:18 2020 +0200
  98. f21023e BUILD: Makefile: require SSL_LIB, SSL_INC to be explicitly set by Ilya Shipitsin · Tue Aug 04 15:36:24 2020 +0500
  99. 3835c0d MEDIUM: udp: adds minimal proto udp support for message listeners. by Emeric Brun · Tue Jul 07 09:46:09 2020 +0200
  100. 4c442b0 CLEANUP: makefile: update the outdated list of DEBUG_xxx options by Willy Tarreau · Sat Jul 04 12:43:46 2020 +0200