1. 1e3dacb DEV: makefile: fix POSIX compatibility for "range" target by Aurelien DARRAGON · 1 year, 3 months ago
  2. 2da213c DEV: makefile: add a new "range" target to iteratively build all commits by Willy Tarreau · 1 year, 4 months ago
  3. 9b8c8ce DOC: install: recommend pcre2 by Abhijeet Rastogi · 10 months ago
  4. 246fc21 BUILD: Makefile: add USE_QUIC_OPENSSL_COMPAT to make help by William Lallemand · 1 year, 3 months ago
  5. 020fbb2 MINOR: quic: Add a compilation option for the QUIC OpenSSL wrapper by Frédéric Lécaille · 1 year, 6 months ago
  6. a547a21 MEDIUM: capabilities: enable support for Linux capabilities by Willy Tarreau · 1 year, 3 months ago
  7. 96a0954 BUILD: Makefile: add the USE_QUIC option to make help by William Lallemand · 1 year, 3 months ago
  8. 7663301 BUILD: Makefile: use -pthread not -lpthread when threads are enabled by Willy Tarreau · 1 year, 6 months ago
  9. 6626195 BUILD: makefile: search for SSL_INC/wolfssl before SSL_INC by Willy Tarreau · 1 year, 6 months ago
  10. 6777357 BUILD: makefile: fix build options when building tools first by Willy Tarreau · 1 year, 6 months ago
  11. 9577a15 BUILD: makefile: do not erase build options for some build options by Willy Tarreau · 1 year, 6 months ago
  12. 0607698 CLEANUP: makefile: don't display a dummy features list without a target by Willy Tarreau · 1 year, 6 months ago
  13. c2d35dc BUG/MINOR: makefile: use USE_LIBATOMIC instead of USE_ATOMIC by Dragan Dosen · 1 year, 6 months ago
  14. 29dcc5e DEBUG: list: add DEBUG_LIST to purposely corrupt list heads after delete by Willy Tarreau · 1 year, 7 months ago
  15. db4bc6b MINOR: quic: Add a fake congestion control algorithm named "nocc" by Frédéric Lécaille · 1 year, 8 months ago
  16. cec3baa BUILD: da: extends CFLAGS to support API v3 from 3.1.7 and onwards. by David Carlier · 1 year, 8 months ago
  17. 565e3cc BUILD: makefile: fix PCRE overriding specific lib path by Amaury Denoyelle · 1 year, 10 months ago
  18. b2bb925 MINOR: proxy/http_ext: introduce proxy forwarded option by Aurelien DARRAGON · 1 year, 11 months ago
  19. 23078c8 BUILD: makefile: also list per-option settings in 'make opts' by Willy Tarreau · 1 year, 11 months ago
  20. 6a2cd33 BUILD: makefile: remove the special case of the SSL option by Willy Tarreau · 1 year, 11 months ago
  21. 2b8d097 BUILD: makefile: make all OpenSSL variants use the same settings by Willy Tarreau · 1 year, 11 months ago
  22. 323b50b BUILD: makefile: support WURFL_CFLAGS and WURFL_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  23. 3f2803e BUILD: makefile: refactor support for 51DEGREES v3/v4 by Willy Tarreau · 1 year, 11 months ago
  24. 6985e2a BUILD: makefile: support PCRE[2]_CFLAGS and PCRE[2]_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  25. 2022954 BUILD: makefile: support DEVICEATLAS_CFLAGS and DEVICEATLAS_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  26. b2ef365 BUILD: makefile: support LUA_CFLAGS and LUA_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  27. 7f48b6f BUILD: makefile: support WOLFSSL_CFLAGS and WOLFSSL_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  28. e609ac1 BUILD: makefile: support OPENSSL_CFLAGS and OPENSSL_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  29. a88cc63 BUILD: makefile: support ENGINE_CFLAGS by Willy Tarreau · 1 year, 11 months ago
  30. d957924 BUILD: makefile: support ZLIB_CFLAGS and ZLIB_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  31. f852d31 BUILD: makefile: support SYSTEMD_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  32. eb12fcc BUILD: makefile: support BACKTRACE_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  33. 3b66494 BUILD: makefile: support THREAD_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  34. 84e3283 BUILD: makefile: support RT_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  35. 2b5c9f7 BUILD: makefile: support LIBCRYPT_LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  36. c108f37 BUILD: makefile: rework 51D to split v3/v4 by Willy Tarreau · 1 year, 11 months ago
  37. f6ceb0e CLEANUP: makefile: properly indent ifeq/ifneq conditional blocks by Willy Tarreau · 1 year, 11 months ago
  38. 8ea58f5 BUILD: makefile: properly report USE_PCRE/USE_PCRE2 in features by Willy Tarreau · 1 year, 11 months ago
  39. f297b18 BUILD: makefile: add an implicit USE_MATH variable for -lm by Willy Tarreau · 1 year, 11 months ago
  40. b16d9b5 BUILD: makefile: never force -latomic, set USE_LIBATOMIC instead by Willy Tarreau · 1 year, 11 months ago
  41. 447247a BUILD: makefile: do not restrict Lua's prepend path to empty LUA_LIB_NAME by Willy Tarreau · 2 years ago
  42. 2a3a882 BUILD: makefile: make sure LUA_INC and LUA_LIB are always initialized by Willy Tarreau · 2 years ago
  43. 682b78b BUILD: makefile: reference libdl only once by Willy Tarreau · 2 years ago
  44. 914a668 BUILD: makefile: make sure to also ignore SSL_INC when using wolfssl by Willy Tarreau · 2 years ago
  45. 4f1890e BUILD: makefile: clean the wolfssl include and lib generation rules by Willy Tarreau · 2 years ago
  46. bc2f393 BUILD: makefile: ensure that all USE_* handlers appear before CFLAGS are used by Willy Tarreau · 1 year, 11 months ago
  47. ea3e67f BUILD: makefile: start to automatically collect CFLAGS/LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  48. b14e89e BUILD: makefile: initialize all build options' variables at once by Willy Tarreau · 1 year, 11 months ago
  49. 69e7b7f BUILD: makefile: move common options-oriented macros to include/make/options.mk by Willy Tarreau · 1 year, 11 months ago
  50. 39d6c34 BUILD: makefile: build the features list dynamically by Willy Tarreau · 1 year, 11 months ago
  51. c8d814e MINOR: ssl: Move OCSP code to a dedicated source file by Remi Tricot-Le Breton · 1 year, 11 months ago
  52. 46676d4 BUILD: makefile/da: also clean Os/ in Device Atlas dummy lib dir by Willy Tarreau · 2 years ago
  53. 68e692d MINOR: event_hdl: add event handler base api by Aurelien DARRAGON · 2 years ago
  54. a9800a0 MEDIUM: 51d: add support for 51Degrees V4 with Hash algorithm by Dragan Dosen · 2 years, 9 months ago
  55. 3cbf09e MEDIUM: ssl: add minimal WolfSSL support with OpenSSL compatibility mode by Uriah Pollock · 2 years ago
  56. d2ff5dc BUILD: makefile: minor reordering of objects by build time by Willy Tarreau · 2 years ago
  57. cdad1c3 BUILD: Makefile: enable USE_SHM_OPEN by default on freebsd by William Lallemand · 2 years ago
  58. 2fd6dbf BUILD: makefile: move the compiler option detection stuff to compiler.mk by Willy Tarreau · 2 years ago
  59. 8b5a998 BUILD: makefile: use $(cmd_MAKE) in quiet mode by Willy Tarreau · 2 years ago
  60. 8dd6725 BUILD: makefile: move default verbosity settings to include/make/verbose.mk by Willy Tarreau · 2 years ago
  61. d575661 BUILD: makefile: properly pass CC to sub-projects by Willy Tarreau · 2 years ago
  62. 59b50bd BUILD: makefile: mark poll and tcploop targets as phony by Willy Tarreau · 2 years ago
  63. 83e9bca BUILD: Makefile: add "USE_SHM_OPEN" on the linux-musl target by William Lallemand · 2 years, 1 month ago
  64. eba6a54 MINOR: logs: startup-logs can use a shm for logging the reload by William Lallemand · 2 years, 2 months ago
  65. 92fa63f CLEANUP: quic: create a dedicated quic_conn module by Amaury Denoyelle · 2 years, 2 months ago
  66. d80fbca REORG: mux-quic: export HTTP related function in a dedicated file by Amaury Denoyelle · 2 years, 2 months ago
  67. 36d50bf REORG: mux-quic: extract traces in a dedicated source file by Amaury Denoyelle · 2 years, 2 months ago
  68. ef2d234 BUILD: udp-perturb: Add a make target for udp-perturb tool by Frédéric Lécaille · 2 years, 3 months ago
  69. 2f105b8 BUILD: makefile: enable crypt(3) for NetBSD by Brad Smith · 2 years, 3 months ago
  70. 75014fc DEV: haring: add a simple utility to read file-backed rings by Willy Tarreau · 2 years, 3 months ago
  71. 87aff02 MINOR: thread: provide an alternative to pthread's rwlock by Willy Tarreau · 2 years, 5 months ago
  72. 1c9c2f6 MEDIUM: quic: Cubic congestion control algorithm implementation by Frédéric Lécaille · 2 years, 6 months ago
  73. bc50e0d BUILD: makefile: Fix install(1) handling for OpenBSD/NetBSD/Solaris/AIX by Brad Smith · 2 years, 4 months ago
  74. 3214b44 BUILD: Makefile: Add Lua 5.4 autodetect by Christian Ruppert · 2 years, 5 months ago
  75. 2b67770 MEDIUM: bwlim: Add support of bandwith limitation at the stream level by Christopher Faulet · 2 years, 5 months ago
  76. c003f50 MINOR: qpack: implement standalone decoder tool by Amaury Denoyelle · 2 years, 5 months ago
  77. 453d60b BUILD: makefile: reorder objects by build time by Willy Tarreau · 2 years, 6 months ago
  78. 6f7607e MINOR: h3: Add a statistics module for h3 by Frédéric Lécaille · 2 years, 6 months ago
  79. 748ece6 MINOR: quic: QUIC transport parameters split. by Frédéric Lécaille · 2 years, 6 months ago
  80. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
  81. a58cafe MINOR: quic_stats: Add a new stats module for QUIC by Frédéric Lécaille · 2 years, 6 months ago
  82. 1b5f77f MINOR: ncbuf: define non-contiguous buffer by Amaury Denoyelle · 2 years, 7 months ago
  83. 6d868a2 BUILD: makefile: add -Wfatal-errors to the default flags by Willy Tarreau · 2 years, 7 months ago
  84. 0cc02a3 REORG: quic: use a dedicated module for qc_stream_desc by Amaury Denoyelle · 2 years, 7 months ago
  85. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  86. 6ea6ed7 BUILD: makefile: silence unbearable OpenSSL deprecation warnings by Willy Tarreau · 2 years, 8 months ago
  87. a88f3c2 BUILD: makefile: pass USE_ENGINE to cflags by Willy Tarreau · 2 years, 8 months ago
  88. d7bfbe2 BUILD: ssl: add USE_ENGINE and disable the openssl engine by default by William Lallemand · 2 years, 8 months ago
  89. d96361b CLEANUP: qpack: suppress by default stdout traces by Amaury Denoyelle · 2 years, 8 months ago
  90. 0c2d964 REORG: quic: use a dedicated quic_loss.c by Amaury Denoyelle · 2 years, 8 months ago
  91. 43a5685 BUILD: fix kFreeBSD build. by David Carlier · 2 years, 9 months ago
  92. 86bcc53 DEBUG: implement 4 levels of choices between warn and crash. by Willy Tarreau · 2 years, 9 months ago
  93. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · 3 years ago
  94. 8de7f28 BUILD: makefile: enable both DEBUG_STRICT and DEBUG_MEMORY_POOLS by default by Willy Tarreau · 2 years, 9 months ago
  95. 5ea9fa6 BUILD: makefile: only compute alternative options if required by Willy Tarreau · 2 years, 10 months ago
  96. d521b8b BUILD: makefile: validate support for extra warnings by batches by Willy Tarreau · 2 years, 10 months ago
  97. 7a1e6fe BUILD: makefile: avoid testing all -Wno-* options when not needed by Willy Tarreau · 2 years, 10 months ago
  98. b81483c MEDIUM: da: update doc and build for new scheduler mode service. by David Carlier · 2 years, 10 months ago
  99. add43fa DEBUG: pools: add new build option DEBUG_POOL_TRACING by Willy Tarreau · 2 years, 10 months ago
  100. 0575d8f DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY by Willy Tarreau · 2 years, 10 months ago