HAProxy 2.4.15
  1. c241843 DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY by Willy Tarreau · 2 years, 4 months ago
  2. 4e6c35b BUILD/MINOR: fix solaris build with clang. by David Carlier · 2 years, 5 months ago
  3. a270135 BUILD: makefile: add -Wno-atomic-alignment to work around clang abusive warning by Willy Tarreau · 2 years, 5 months ago
  4. d5d6fdc BUILD: makefile: simplify detection of libatomic by Willy Tarreau · 2 years, 7 months ago
  5. 60c3b8e MINOR: Makefile: add MEMORY_POOLS to the list of DEBUG_xxx options by William Lallemand · 2 years, 8 months ago
  6. 078062b MINOR: proc: setting the process to produce a core dump on FreeBSD. by devnexen@gmail.com · 2 years, 9 months ago
  7. 8f72d48 ADMIN: dyncookie: implement a simple dynamic cookie calculator by Willy Tarreau · 2 years, 10 months ago
  8. b2f06cc BUILD: Makefile: fix linkage for Haiku. by David Carlier · 3 years ago
  9. 40a871f BUILD: makefile: add a few popular ARMv8 CPU targets by Willy Tarreau · 3 years, 1 month ago
  10. 1d14262 BUILD: makefile: reorder object files by build time by Willy Tarreau · 3 years, 1 month ago
  11. f6818d6 BUILD: makefile: add new option USE_MEMORY_PROFILING by Willy Tarreau · 3 years, 1 month ago
  12. f75c640 MINOR: cpuset: define a platform-independent cpuset type by Amaury Denoyelle · 3 years, 2 months ago
  13. 12840be BUILD: compression: switch SLZ from out-of-tree to in-tree by Willy Tarreau · 3 years, 1 month ago
  14. af6ae63 BUILD: makefile: fix the "make clean" target on strict bourne shells by Willy Tarreau · 3 years, 1 month ago
  15. 580727f CLEANUP: contrib: remove the last references to the now dead contrib/ directory by Willy Tarreau · 3 years, 1 month ago
  16. 2d6f628 MINOR: pools: rename CONFIG_HAP_LOCAL_POOLS to CONFIG_HAP_POOLS by Willy Tarreau · 3 years, 2 months ago
  17. dbd25c3 MINOR: uri_normalizer: Add uri_normalizer module by Tim Duesterhus · 3 years, 2 months ago
  18. 1615064 BUILD: makefile: Redirect stderr to /dev/null when probing options by Christopher Faulet · 3 years, 2 months ago
  19. 41007a6 MINOR: sample: converter: Add mjson library. by Alex · 3 years, 2 months ago
  20. a63d1a0 CONTRIB: move contrib/opentracing to addons/ot by Willy Tarreau · 3 years, 2 months ago
  21. 57610c6 CONTRIB: move src/wurfl.c and contrib/wurfl to addons/wurfl by Willy Tarreau · 3 years, 2 months ago
  22. f8d9ec5 CONTRIB: move src/da.c and contrib/deviceatlas to addons/deviceatlas by Willy Tarreau · 3 years, 2 months ago
  23. 977209d CONTRIB: move 51Degrees to addons/51degrees by Willy Tarreau · 3 years, 2 months ago
  24. 3dfadc7 CONTRIB: move prometheus-exporter to addons/promex by Willy Tarreau · 3 years, 2 months ago
  25. 92dc786 BUILD: makefile: add a "USE_PROMEX" variable to ease building prometheus-exporter by Willy Tarreau · 3 years, 2 months ago
  26. a9f16c6 BUILD: makefile: build halog with the correct flags by Willy Tarreau · 3 years, 2 months ago
  27. d798889 CONTRIB: move halog to admin/ by Willy Tarreau · 3 years, 2 months ago
  28. 233e868 CONTRIB: move some admin-related sub-projects to admin/ by Willy Tarreau · 3 years, 2 months ago
  29. 21ef8b9 BUILD: makefile: integrate the hpack tools by Willy Tarreau · 3 years, 2 months ago
  30. 888bda0 BUILD: makefile: always build the flags utility by Willy Tarreau · 3 years, 2 months ago
  31. 074ebcd CONTRIB: move some dev-specific tools to dev/ by Willy Tarreau · 3 years, 2 months ago
  32. 34b4369 CONTRIB: debug: split poll from flags by Willy Tarreau · 3 years, 2 months ago
  33. 5a6926d MINOR: diag: create cfgdiag module by Amaury Denoyelle · 3 years, 2 months ago
  34. ce44482 REORG: global: move initcall register code in a dedicated file by Amaury Denoyelle · 3 years, 2 months ago
  35. 8af3bb0 BUG/MINOR: protocol: add missing support of dgram unix socket. by Emeric Brun · 3 years, 3 months ago
  36. 57647ca MINOR: build: force CC to set a return code when probing options by Bertrand Jacquin · 3 years, 3 months ago
  37. 3e3d3be REORG: server-state: Move functions to deal with server-state in its own file by Christopher Faulet · 3 years, 4 months ago
  38. 019dbd7 BUILD/MEDIUM: da Adding pcre2 support. by David Carlier · 3 years, 4 months ago
  39. b23f042 MINOR: tasks: add DEBUG_TASK to report caller info in a task by Willy Tarreau · 3 years, 4 months ago
  40. c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · 3 years, 4 months ago
  41. c1ddcaf BUILD: Makefile: move REGTESTST_TYPE default setting by William Lallemand · 3 years, 4 months ago
  42. b399a99 MINOR: build: discard echoing in help target by Bertrand Jacquin · 3 years, 5 months ago
  43. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 5 months ago
  44. 3bad3d5 BUILD: Makefile: exclude broken tests by default by William Dauchy · 3 years, 5 months ago
  45. 1ab76dd DOC: Improve the message printed when running `make` w/o `TARGET` by Tim Duesterhus · 3 years, 5 months ago
  46. 782e9be Revert "BUILD: Makefile: disable -Warray-bounds until it's fixed in gcc 11" by Willy Tarreau · 3 years, 5 months ago
  47. 5e8c35d BUILD: Makefile: disable -Warray-bounds until it's fixed in gcc 11 by Willy Tarreau · 3 years, 5 months ago
  48. b83b010 MINOR: quic: Enable the compilation of QUIC modules. by Frédéric Lécaille · 3 years, 6 months ago
  49. 6f7cc11 MEDIUM: xxhash: use the XXH_INLINE_ALL macro to inline all functions by Dragan Dosen · 3 years, 5 months ago
  50. 70230c6 CONTRIB: opentracing: add the OpenTracing filter by Miroslav Zagorac · 3 years, 6 months ago
  51. da867d8 BUILD: Makefile: have "make clean" destroy .o/.a/.s in contrib subdirs as well by Willy Tarreau · 3 years, 6 months ago
  52. c8d1970 BUILD: Show the value of DEBUG= in haproxy -vv by Tim Duesterhus · 3 years, 6 months ago
  53. 81e948e BUILD: Make DEBUG part of .build_opts by Tim Duesterhus · 3 years, 6 months ago
  54. 496374e BUILD: makefile: enable crypt(3) for OpenBSD by Matthieu Guegan · 3 years, 6 months ago
  55. e279ca6 MINOR: sample: Add converts to parses MQTT messages by Baptiste Assmann · 3 years, 7 months ago
  56. e138dda MINOR: sample: Add converters to parse FIX messages by Baptiste Assmann · 3 years, 7 months ago
  57. 2404e37 BUILD: makefile: usual reorder of objects for faster builds by Willy Tarreau · 3 years, 7 months ago
  58. 5c643f3 BUILD: makefile: add entries to build common debugging tools by Willy Tarreau · 3 years, 7 months ago
  59. ad5afba BUILD: makefile: Enable getaddrinfo() on OS/X by Brad Smith · 3 years, 8 months ago
  60. 0fdfe41 BUILD: makefile: Update feature flags for NetBSD by Brad Smith · 3 years, 8 months ago
  61. 4a539f3 BUG/MINOR: makefile: fix a tiny typo in the target list by Willy Tarreau · 3 years, 8 months ago
  62. 382001b BUILD: Add a DragonFlyBSD target by Brad Smith · 3 years, 8 months ago
  63. 7c503bb BUILD: makefile: Enable closefrom() support on Solaris by Brad Smith · 3 years, 8 months ago
  64. ac32b4b BUILD: makefile: add an EXTRAVERSION variable to ease local naming by Willy Tarreau · 3 years, 8 months ago
  65. 5018aac BUILD: makefile: Fix building with closefrom() support enabled by Brad Smith · 3 years, 8 months ago
  66. 9d85eb0 BUILD: makefile: Update feature flags for FreeBSD by Brad Smith · 3 years, 9 months ago
  67. 90c9d78 BUILD: makefile: Update feature flags for OpenBSD by Brad Smith · 3 years, 8 months ago
  68. 9463643 BUILD: makefile: change default value of CC from gcc to cc by Brad Smith · 3 years, 9 months ago
  69. 4a034f2 BUILD: introduce possibility to define ABORT_NOW() conditionally by Ilya Shipitsin · 3 years, 9 months ago
  70. 0d06df6 MINOR: sock: introduce sock_inet and sock_unix by Willy Tarreau · 3 years, 9 months ago
  71. 18b7df7 REORG: sock: start to move some generic socket code to sock.c by Willy Tarreau · 3 years, 9 months ago
  72. 1318034 REORG: unix: move UNIX bind/server keywords from proto_uxst.c to cfgparse-unix.c by Willy Tarreau · 3 years, 9 months ago
  73. de70ca5 REORG: tcp: move TCP bind/server keywords from proto_tcp.c to cfgparse-tcp.c by Willy Tarreau · 3 years, 9 months ago
  74. 8987e7a REORG: tcp: move TCP sample fetches from proto_tcp.c to tcp_sample.c by Willy Tarreau · 3 years, 9 months ago
  75. aeae66c REORG: tcp: move TCP actions from proto_tcp.c to tcp_act.c by Willy Tarreau · 3 years, 9 months ago
  76. b36dcc6 BUILD: makefile: don't disable -Wstringop-overflow anymore by Willy Tarreau · 3 years, 10 months ago
  77. f21023e BUILD: Makefile: require SSL_LIB, SSL_INC to be explicitly set by Ilya Shipitsin · 3 years, 10 months ago
  78. 3835c0d MEDIUM: udp: adds minimal proto udp support for message listeners. by Emeric Brun · 3 years, 11 months ago
  79. 4c442b0 CLEANUP: makefile: update the outdated list of DEBUG_xxx options by Willy Tarreau · 4 years ago
  80. 45e83e8 BUILD: makefile: disable threads by default on OpenBSD by Willy Tarreau · 4 years ago
  81. 739879a REORG: buffer: rename buffer.c to dynbuf.c by Willy Tarreau · 4 years ago
  82. 38e8a1c MINOR: debug: add a new DEBUG_FD build option by Willy Tarreau · 4 years ago
  83. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · 4 years ago
  84. 4989de2 BUILD: Remove nowarn for warnings that do not trigger by Tim Duesterhus · 4 years ago
  85. 7c18b54 REORG: dgram: rename proto_udp to dgram by Willy Tarreau · 4 years ago
  86. 920214e BUILD: reorder objects in the Makefile for faster builds by Willy Tarreau · 4 years ago
  87. bcc6733 REORG: check: extract the external checks from check.{c,h} by Willy Tarreau · 4 years ago
  88. 51cd595 REORG: check: move tcpchecks away from check.c by Willy Tarreau · 4 years ago
  89. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years ago
  90. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years ago
  91. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years ago
  92. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years ago
  93. fc80e30 REORG: ebtree: clean up remains of the ebtree/ directory by Willy Tarreau · 4 years ago
  94. ff0e8a4 REORG: ebtree: move the C files from ebtree/ to src/ by Willy Tarreau · 4 years ago
  95. 6a66a5e REORG: ssl: move utility functions to src/ssl_utils.c by William Lallemand · 4 years, 1 month ago
  96. 15e1694 REORG: ssl: move sample fetches to src/ssl_sample.c by William Lallemand · 4 years, 1 month ago
  97. dad3105 REORG: ssl: move ssl configuration to cfgparse-ssl.c by William Lallemand · 4 years, 1 month ago
  98. 03c331c REORG: ssl: move the ckch_store related functions to src/ssl_ckch.c by William Lallemand · 4 years, 1 month ago
  99. 6e9556b REORG: ssl: move crtlist functions to src/ssl_crtlist.c by William Lallemand · 4 years, 1 month ago
  100. 39b2fda BUILD: Makefile: add linux-musl to TARGET by Willy Tarreau · 4 years, 2 months ago