1. c1ddcaf BUILD: Makefile: move REGTESTST_TYPE default setting by William Lallemand · 3 years, 5 months ago
  2. b399a99 MINOR: build: discard echoing in help target by Bertrand Jacquin · 3 years, 5 months ago
  3. 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 6 months ago
  4. 3bad3d5 BUILD: Makefile: exclude broken tests by default by William Dauchy · 3 years, 6 months ago
  5. 1ab76dd DOC: Improve the message printed when running `make` w/o `TARGET` by Tim Duesterhus · 3 years, 6 months ago
  6. 782e9be Revert "BUILD: Makefile: disable -Warray-bounds until it's fixed in gcc 11" by Willy Tarreau · 3 years, 6 months ago
  7. 5e8c35d BUILD: Makefile: disable -Warray-bounds until it's fixed in gcc 11 by Willy Tarreau · 3 years, 6 months ago
  8. b83b010 MINOR: quic: Enable the compilation of QUIC modules. by Frédéric Lécaille · 3 years, 7 months ago
  9. 6f7cc11 MEDIUM: xxhash: use the XXH_INLINE_ALL macro to inline all functions by Dragan Dosen · 3 years, 6 months ago
  10. 70230c6 CONTRIB: opentracing: add the OpenTracing filter by Miroslav Zagorac · 3 years, 7 months ago
  11. da867d8 BUILD: Makefile: have "make clean" destroy .o/.a/.s in contrib subdirs as well by Willy Tarreau · 3 years, 7 months ago
  12. c8d1970 BUILD: Show the value of DEBUG= in haproxy -vv by Tim Duesterhus · 3 years, 7 months ago
  13. 81e948e BUILD: Make DEBUG part of .build_opts by Tim Duesterhus · 3 years, 7 months ago
  14. 496374e BUILD: makefile: enable crypt(3) for OpenBSD by Matthieu Guegan · 3 years, 7 months ago
  15. e279ca6 MINOR: sample: Add converts to parses MQTT messages by Baptiste Assmann · 3 years, 8 months ago
  16. e138dda MINOR: sample: Add converters to parse FIX messages by Baptiste Assmann · 3 years, 8 months ago
  17. 2404e37 BUILD: makefile: usual reorder of objects for faster builds by Willy Tarreau · 3 years, 8 months ago
  18. 5c643f3 BUILD: makefile: add entries to build common debugging tools by Willy Tarreau · 3 years, 8 months ago
  19. ad5afba BUILD: makefile: Enable getaddrinfo() on OS/X by Brad Smith · 3 years, 9 months ago
  20. 0fdfe41 BUILD: makefile: Update feature flags for NetBSD by Brad Smith · 3 years, 9 months ago
  21. 4a539f3 BUG/MINOR: makefile: fix a tiny typo in the target list by Willy Tarreau · 3 years, 9 months ago
  22. 382001b BUILD: Add a DragonFlyBSD target by Brad Smith · 3 years, 9 months ago
  23. 7c503bb BUILD: makefile: Enable closefrom() support on Solaris by Brad Smith · 3 years, 9 months ago
  24. ac32b4b BUILD: makefile: add an EXTRAVERSION variable to ease local naming by Willy Tarreau · 3 years, 9 months ago
  25. 5018aac BUILD: makefile: Fix building with closefrom() support enabled by Brad Smith · 3 years, 9 months ago
  26. 9d85eb0 BUILD: makefile: Update feature flags for FreeBSD by Brad Smith · 3 years, 10 months ago
  27. 90c9d78 BUILD: makefile: Update feature flags for OpenBSD by Brad Smith · 3 years, 9 months ago
  28. 9463643 BUILD: makefile: change default value of CC from gcc to cc by Brad Smith · 3 years, 10 months ago
  29. 4a034f2 BUILD: introduce possibility to define ABORT_NOW() conditionally by Ilya Shipitsin · 3 years, 10 months ago
  30. 0d06df6 MINOR: sock: introduce sock_inet and sock_unix by Willy Tarreau · 3 years, 10 months ago
  31. 18b7df7 REORG: sock: start to move some generic socket code to sock.c by Willy Tarreau · 3 years, 10 months ago
  32. 1318034 REORG: unix: move UNIX bind/server keywords from proto_uxst.c to cfgparse-unix.c by Willy Tarreau · 3 years, 10 months ago
  33. de70ca5 REORG: tcp: move TCP bind/server keywords from proto_tcp.c to cfgparse-tcp.c by Willy Tarreau · 3 years, 10 months ago
  34. 8987e7a REORG: tcp: move TCP sample fetches from proto_tcp.c to tcp_sample.c by Willy Tarreau · 3 years, 10 months ago
  35. aeae66c REORG: tcp: move TCP actions from proto_tcp.c to tcp_act.c by Willy Tarreau · 3 years, 10 months ago
  36. b36dcc6 BUILD: makefile: don't disable -Wstringop-overflow anymore by Willy Tarreau · 3 years, 11 months ago
  37. f21023e BUILD: Makefile: require SSL_LIB, SSL_INC to be explicitly set by Ilya Shipitsin · 4 years ago
  38. 3835c0d MEDIUM: udp: adds minimal proto udp support for message listeners. by Emeric Brun · 4 years ago
  39. 4c442b0 CLEANUP: makefile: update the outdated list of DEBUG_xxx options by Willy Tarreau · 4 years ago
  40. 45e83e8 BUILD: makefile: disable threads by default on OpenBSD by Willy Tarreau · 4 years ago
  41. 739879a REORG: buffer: rename buffer.c to dynbuf.c by Willy Tarreau · 4 years ago
  42. 38e8a1c MINOR: debug: add a new DEBUG_FD build option by Willy Tarreau · 4 years ago
  43. 588b314 BUILD: Re-enable -Wimplicit-fallthrough by Tim Duesterhus · 4 years, 1 month ago
  44. 4989de2 BUILD: Remove nowarn for warnings that do not trigger by Tim Duesterhus · 4 years, 1 month ago
  45. 7c18b54 REORG: dgram: rename proto_udp to dgram by Willy Tarreau · 4 years, 1 month ago
  46. 920214e BUILD: reorder objects in the Makefile for faster builds by Willy Tarreau · 4 years, 1 month ago
  47. bcc6733 REORG: check: extract the external checks from check.{c,h} by Willy Tarreau · 4 years, 1 month ago
  48. 51cd595 REORG: check: move tcpchecks away from check.c by Willy Tarreau · 4 years, 1 month ago
  49. 4aa573d REORG: include: move checks.h to haproxy/check{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  50. 48fbcae REORG: tools: split common/standard.h into haproxy/tools{,-t}.h by Willy Tarreau · 4 years, 1 month ago
  51. d0ef439 REORG: include: move common/memory.h to haproxy/pool.h by Willy Tarreau · 4 years, 1 month ago
  52. 3f567e4 REORG: include: split hathreads into haproxy/thread.h and haproxy/thread-t.h by Willy Tarreau · 4 years, 1 month ago
  53. fc80e30 REORG: ebtree: clean up remains of the ebtree/ directory by Willy Tarreau · 4 years, 1 month ago
  54. ff0e8a4 REORG: ebtree: move the C files from ebtree/ to src/ by Willy Tarreau · 4 years, 1 month ago
  55. 6a66a5e REORG: ssl: move utility functions to src/ssl_utils.c by William Lallemand · 4 years, 2 months ago
  56. 15e1694 REORG: ssl: move sample fetches to src/ssl_sample.c by William Lallemand · 4 years, 2 months ago
  57. dad3105 REORG: ssl: move ssl configuration to cfgparse-ssl.c by William Lallemand · 4 years, 2 months ago
  58. 03c331c REORG: ssl: move the ckch_store related functions to src/ssl_ckch.c by William Lallemand · 4 years, 2 months ago
  59. 6e9556b REORG: ssl: move crtlist functions to src/ssl_crtlist.c by William Lallemand · 4 years, 2 months ago
  60. 39b2fda BUILD: Makefile: add linux-musl to TARGET by Willy Tarreau · 4 years, 2 months ago
  61. 48e8603 BUILD: makefile: fix expression again to detect ARM platform by Willy Tarreau · 4 years, 3 months ago
  62. 67b095e BUILD: makefile: fix regex syntax in ARM platform detection by Willy Tarreau · 4 years, 4 months ago
  63. d93e6ec BUILD: on ARM, must be linked to libatomic. by David Carlier · 4 years, 4 months ago
  64. 4b61e69 BUILD: Makefile: the compiler-specific flags should all be in SPEC_CFLAGS by Willy Tarreau · 4 years, 4 months ago
  65. 06c63ae CLEANUP: remove support for USE_MY_SPLICE by Willy Tarreau · 4 years, 4 months ago
  66. 3858b12 CLEANUP: remove support for USE_MY_EPOLL by Willy Tarreau · 4 years, 4 months ago
  67. 618ac6e CLEANUP: drop support for USE_MY_ACCEPT4 by Willy Tarreau · 4 years, 4 months ago
  68. c3e926b CLEANUP: remove support for Linux i686 vsyscalls by Willy Tarreau · 4 years, 4 months ago
  69. 2a950d0 DOC: assorted typo fixes in the documentation and Makefile by Ilya Shipitsin · 4 years, 4 months ago
  70. 6f6d96d BUILD: makefile: do not modify the build options during make reg-tests by Willy Tarreau · 4 years, 4 months ago
  71. c0bbdc1 BUILD: Makefile: include librt before libpthread by Willy Tarreau · 4 years, 4 months ago
  72. f5b4e06 MEDIUM: debug: add support for dumping backtraces of stuck threads by Willy Tarreau · 4 years, 4 months ago
  73. d1c847a BUILD: makefile: re-enable strict aliasing by Willy Tarreau · 4 years, 4 months ago
  74. 03e7853 BUILD: remove obsolete support for -mregparm / USE_REGPARM by Willy Tarreau · 4 years, 4 months ago
  75. c132230 MINOR: build: add aix72-gcc build TARGET and power{8,9} CPUs by Christian Lachner · 4 years, 5 months ago
  76. 541fe1e MINOR: lua: Add HLUA_PREPEND_C?PATH build option by Tim Duesterhus · 4 years, 6 months ago
  77. ef915dc BUILD: reorder the objects in the makefile by Willy Tarreau · 4 years, 7 months ago
  78. c1b1673 BUILD: do not disable -Wformat-truncation anymore by Willy Tarreau · 4 years, 8 months ago
  79. 5e4c8e2 BUILD/MEDIUM: threads: enable cpu_affinity on osx by David Carlier · 4 years, 10 months ago
  80. 7fa6fdf BUILD/SMALL: threads: enable threads on osx by David Carlier · 4 years, 10 months ago
  81. c77c2d4 BUILD: makefile: work around yet another GCC fantasy (-Wstring-plus-int) by Willy Tarreau · 4 years, 9 months ago
  82. 99eff65 MEDIUM: mux-fcgi: Add the FCGI multiplexer by Christopher Faulet · 4 years, 11 months ago
  83. 78fbb9f MEDIUM: fcgi-app: Add FCGI application and filter by Christopher Faulet · 4 years, 11 months ago
  84. 63bbf28 MINOR: fcgi: Add code related to FCGI protocol by Christopher Faulet · 4 years, 11 months ago
  85. 4f0f88a MEDIUM: mux-h1/h1-htx: move HTX convertion of H1 messages in dedicated file by Christopher Faulet · 5 years ago
  86. 6c00eba BUILD/MINOR: auth: enabling for osx by David Carlier · 4 years, 10 months ago
  87. cc1eb16 MINOR: build: add linux-glibc-legacy build TARGET by Lukas Tribus · 4 years, 10 months ago
  88. 172945f MINOR: ring: add a new mechanism for retrieving/storing ring data in buffers by Willy Tarreau · 5 years ago
  89. 4151c75 MINOR: trace: start to create a new trace subsystem by Willy Tarreau · 5 years ago
  90. 67b5a16 MINOR: sink: create definitions a minimal code for event sinks by Willy Tarreau · 4 years, 11 months ago
  91. 9eebd8a REORG: trace: rename trace.c to calltrace.c and mention it's not thread-safe by Willy Tarreau · 5 years ago
  92. fc9cfe4 REORG: proto_htx: Move HTX analyzers & co to http_ana.{c,h} files by Christopher Faulet · 5 years ago
  93. 711ed6a MAJOR: http: Remove the HTTP legacy code by Christopher Faulet · 5 years ago
  94. 3c55efb BUILD: makefile: do not rely on shell substitutions to determine git version by Willy Tarreau · 5 years ago
  95. e8d0719 BUILD: makefile: adjust the sed expression of "make help" for solaris by Willy Tarreau · 5 years ago
  96. 30a6f64 BUILD: makefile: use :space: instead of digits to count commits by Willy Tarreau · 5 years ago
  97. 5fb7603 BUILD: makefile: do not use echo -n by Willy Tarreau · 5 years ago
  98. f8cc19a BUILD: makefile: enable USE_RT on Solaris by Willy Tarreau · 5 years ago
  99. c31e5a5 BUILD: makefile: make the obsolete target detection compatible with make-3.80 by Willy Tarreau · 5 years ago
  100. 364d6f5 BUILD: makefile: enable getaddrinfo on the linux-glibc target by Willy Tarreau · 5 years ago