1. 2a3a882 BUILD: makefile: make sure LUA_INC and LUA_LIB are always initialized by Willy Tarreau · 2 years ago
  2. 682b78b BUILD: makefile: reference libdl only once by Willy Tarreau · 2 years ago
  3. 914a668 BUILD: makefile: make sure to also ignore SSL_INC when using wolfssl by Willy Tarreau · 2 years ago
  4. 4f1890e BUILD: makefile: clean the wolfssl include and lib generation rules by Willy Tarreau · 2 years ago
  5. bc2f393 BUILD: makefile: ensure that all USE_* handlers appear before CFLAGS are used by Willy Tarreau · 1 year, 11 months ago
  6. ea3e67f BUILD: makefile: start to automatically collect CFLAGS/LDFLAGS by Willy Tarreau · 1 year, 11 months ago
  7. b14e89e BUILD: makefile: initialize all build options' variables at once by Willy Tarreau · 1 year, 11 months ago
  8. 69e7b7f BUILD: makefile: move common options-oriented macros to include/make/options.mk by Willy Tarreau · 1 year, 11 months ago
  9. 39d6c34 BUILD: makefile: build the features list dynamically by Willy Tarreau · 1 year, 11 months ago
  10. c8d814e MINOR: ssl: Move OCSP code to a dedicated source file by Remi Tricot-Le Breton · 1 year, 11 months ago
  11. 46676d4 BUILD: makefile/da: also clean Os/ in Device Atlas dummy lib dir by Willy Tarreau · 2 years ago
  12. 68e692d MINOR: event_hdl: add event handler base api by Aurelien DARRAGON · 2 years ago
  13. a9800a0 MEDIUM: 51d: add support for 51Degrees V4 with Hash algorithm by Dragan Dosen · 2 years, 9 months ago
  14. 3cbf09e MEDIUM: ssl: add minimal WolfSSL support with OpenSSL compatibility mode by Uriah Pollock · 2 years ago
  15. d2ff5dc BUILD: makefile: minor reordering of objects by build time by Willy Tarreau · 2 years ago
  16. cdad1c3 BUILD: Makefile: enable USE_SHM_OPEN by default on freebsd by William Lallemand · 2 years ago
  17. 2fd6dbf BUILD: makefile: move the compiler option detection stuff to compiler.mk by Willy Tarreau · 2 years ago
  18. 8b5a998 BUILD: makefile: use $(cmd_MAKE) in quiet mode by Willy Tarreau · 2 years ago
  19. 8dd6725 BUILD: makefile: move default verbosity settings to include/make/verbose.mk by Willy Tarreau · 2 years ago
  20. d575661 BUILD: makefile: properly pass CC to sub-projects by Willy Tarreau · 2 years ago
  21. 59b50bd BUILD: makefile: mark poll and tcploop targets as phony by Willy Tarreau · 2 years ago
  22. 83e9bca BUILD: Makefile: add "USE_SHM_OPEN" on the linux-musl target by William Lallemand · 2 years, 1 month ago
  23. eba6a54 MINOR: logs: startup-logs can use a shm for logging the reload by William Lallemand · 2 years, 2 months ago
  24. 92fa63f CLEANUP: quic: create a dedicated quic_conn module by Amaury Denoyelle · 2 years, 2 months ago
  25. d80fbca REORG: mux-quic: export HTTP related function in a dedicated file by Amaury Denoyelle · 2 years, 2 months ago
  26. 36d50bf REORG: mux-quic: extract traces in a dedicated source file by Amaury Denoyelle · 2 years, 2 months ago
  27. ef2d234 BUILD: udp-perturb: Add a make target for udp-perturb tool by Frédéric Lécaille · 2 years, 3 months ago
  28. 2f105b8 BUILD: makefile: enable crypt(3) for NetBSD by Brad Smith · 2 years, 3 months ago
  29. 75014fc DEV: haring: add a simple utility to read file-backed rings by Willy Tarreau · 2 years, 3 months ago
  30. 87aff02 MINOR: thread: provide an alternative to pthread's rwlock by Willy Tarreau · 2 years, 5 months ago
  31. 1c9c2f6 MEDIUM: quic: Cubic congestion control algorithm implementation by Frédéric Lécaille · 2 years, 6 months ago
  32. bc50e0d BUILD: makefile: Fix install(1) handling for OpenBSD/NetBSD/Solaris/AIX by Brad Smith · 2 years, 4 months ago
  33. 3214b44 BUILD: Makefile: Add Lua 5.4 autodetect by Christian Ruppert · 2 years, 5 months ago
  34. 2b67770 MEDIUM: bwlim: Add support of bandwith limitation at the stream level by Christopher Faulet · 2 years, 5 months ago
  35. c003f50 MINOR: qpack: implement standalone decoder tool by Amaury Denoyelle · 2 years, 5 months ago
  36. 453d60b BUILD: makefile: reorder objects by build time by Willy Tarreau · 2 years, 6 months ago
  37. 6f7607e MINOR: h3: Add a statistics module for h3 by Frédéric Lécaille · 2 years, 6 months ago
  38. 748ece6 MINOR: quic: QUIC transport parameters split. by Frédéric Lécaille · 2 years, 6 months ago
  39. cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
  40. a58cafe MINOR: quic_stats: Add a new stats module for QUIC by Frédéric Lécaille · 2 years, 6 months ago
  41. 1b5f77f MINOR: ncbuf: define non-contiguous buffer by Amaury Denoyelle · 2 years, 7 months ago
  42. 6d868a2 BUILD: makefile: add -Wfatal-errors to the default flags by Willy Tarreau · 2 years, 7 months ago
  43. 0cc02a3 REORG: quic: use a dedicated module for qc_stream_desc by Amaury Denoyelle · 2 years, 7 months ago
  44. 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
  45. 6ea6ed7 BUILD: makefile: silence unbearable OpenSSL deprecation warnings by Willy Tarreau · 2 years, 8 months ago
  46. a88f3c2 BUILD: makefile: pass USE_ENGINE to cflags by Willy Tarreau · 2 years, 8 months ago
  47. d7bfbe2 BUILD: ssl: add USE_ENGINE and disable the openssl engine by default by William Lallemand · 2 years, 8 months ago
  48. d96361b CLEANUP: qpack: suppress by default stdout traces by Amaury Denoyelle · 2 years, 8 months ago
  49. 0c2d964 REORG: quic: use a dedicated quic_loss.c by Amaury Denoyelle · 2 years, 8 months ago
  50. 43a5685 BUILD: fix kFreeBSD build. by David Carlier · 2 years, 9 months ago
  51. 86bcc53 DEBUG: implement 4 levels of choices between warn and crash. by Willy Tarreau · 2 years, 9 months ago
  52. 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · 3 years ago
  53. 8de7f28 BUILD: makefile: enable both DEBUG_STRICT and DEBUG_MEMORY_POOLS by default by Willy Tarreau · 2 years, 9 months ago
  54. 5ea9fa6 BUILD: makefile: only compute alternative options if required by Willy Tarreau · 2 years, 10 months ago
  55. d521b8b BUILD: makefile: validate support for extra warnings by batches by Willy Tarreau · 2 years, 10 months ago
  56. 7a1e6fe BUILD: makefile: avoid testing all -Wno-* options when not needed by Willy Tarreau · 2 years, 10 months ago
  57. b81483c MEDIUM: da: update doc and build for new scheduler mode service. by David Carlier · 2 years, 10 months ago
  58. add43fa DEBUG: pools: add new build option DEBUG_POOL_TRACING by Willy Tarreau · 2 years, 10 months ago
  59. 0575d8f DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY by Willy Tarreau · 2 years, 10 months ago
  60. 4831db2 BUILD/MINOR: fix solaris build with clang. by David Carlier · 2 years, 11 months ago
  61. c8b4ce4 MINOR: quic: add config parse source file by Amaury Denoyelle · 2 years, 11 months ago
  62. 790169f BUILD: makefile: add -Wno-atomic-alignment to work around clang abusive warning by Willy Tarreau · 2 years, 11 months ago
  63. e5f5948 BUILD: makefile: reorder objects by build time by Willy Tarreau · 3 years ago
  64. 9e3093c BUILD: makefile: stop opening sub-shells for each and every command by Willy Tarreau · 3 years ago
  65. 154bc7f MINOR: quic: support hq-interop by Amaury Denoyelle · 3 years ago
  66. 70c268b BUILD: makefile: simplify detection of libatomic by Willy Tarreau · 3 years ago
  67. 7feb361 MINOR: jwt: Parse JWT alg field by Remi Tricot-Le Breton · 3 years, 2 months ago
  68. 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · 3 years, 2 months ago
  69. dbee2e5 MINOR: Makefile: add MEMORY_POOLS to the list of DEBUG_xxx options by William Lallemand · 3 years, 2 months ago
  70. 4652a59 MINOR: qpack: create qpack-enc module by Amaury Denoyelle · 3 years, 3 months ago
  71. c6bc185 MINOR: quic: Add a ring buffer implementation for QUIC by Frédéric Lécaille · 3 years, 5 months ago
  72. 11c304d MINOR: quic: Enable some quic, h3 and qpack modules compilation. by Frédéric Lécaille · 3 years, 6 months ago
  73. 4cb2c83 BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing context by Miroslav Zagorac · 3 years, 3 months ago
  74. 28e295d BUILD: globally enable -Wundef by Willy Tarreau · 3 years, 3 months ago
  75. 2118597 MINOR: proc: setting the process to produce a core dump on FreeBSD. by devnexen@gmail.com · 3 years, 3 months ago
  76. 83614a9 MINOR: httpclient: initialize the proxy by William Lallemand · 3 years, 3 months ago
  77. 6807c7f ADMIN: dyncookie: implement a simple dynamic cookie calculator by Willy Tarreau · 3 years, 4 months ago
  78. 66243b4 REORG: config: move the condition preprocessing code to its own file by Willy Tarreau · 3 years, 4 months ago
  79. 953771b BUILD: Makefile: fix linkage for Haiku. by David Carlier · 3 years, 5 months ago
  80. 6fd0450 CLEANUP: shctx: remove the different inter-process locking techniques by Willy Tarreau · 3 years, 5 months ago
  81. 8715dec MEDIUM: pools: remove the locked pools implementation by Willy Tarreau · 3 years, 6 months ago
  82. ce986e1 REORG: errors: split errors reporting function from log.c by Amaury Denoyelle · 3 years, 6 months ago
  83. 40a871f BUILD: makefile: add a few popular ARMv8 CPU targets by Willy Tarreau · 3 years, 7 months ago
  84. 1d14262 BUILD: makefile: reorder object files by build time by Willy Tarreau · 3 years, 7 months ago
  85. f6818d6 BUILD: makefile: add new option USE_MEMORY_PROFILING by Willy Tarreau · 3 years, 7 months ago
  86. f75c640 MINOR: cpuset: define a platform-independent cpuset type by Amaury Denoyelle · 3 years, 7 months ago
  87. 12840be BUILD: compression: switch SLZ from out-of-tree to in-tree by Willy Tarreau · 3 years, 7 months ago
  88. af6ae63 BUILD: makefile: fix the "make clean" target on strict bourne shells by Willy Tarreau · 3 years, 7 months ago
  89. 580727f CLEANUP: contrib: remove the last references to the now dead contrib/ directory by Willy Tarreau · 3 years, 7 months ago
  90. 2d6f628 MINOR: pools: rename CONFIG_HAP_LOCAL_POOLS to CONFIG_HAP_POOLS by Willy Tarreau · 3 years, 7 months ago
  91. dbd25c3 MINOR: uri_normalizer: Add uri_normalizer module by Tim Duesterhus · 3 years, 7 months ago
  92. 1615064 BUILD: makefile: Redirect stderr to /dev/null when probing options by Christopher Faulet · 3 years, 7 months ago
  93. 41007a6 MINOR: sample: converter: Add mjson library. by Alex · 3 years, 7 months ago
  94. a63d1a0 CONTRIB: move contrib/opentracing to addons/ot by Willy Tarreau · 3 years, 8 months ago
  95. 57610c6 CONTRIB: move src/wurfl.c and contrib/wurfl to addons/wurfl by Willy Tarreau · 3 years, 8 months ago
  96. f8d9ec5 CONTRIB: move src/da.c and contrib/deviceatlas to addons/deviceatlas by Willy Tarreau · 3 years, 8 months ago
  97. 977209d CONTRIB: move 51Degrees to addons/51degrees by Willy Tarreau · 3 years, 8 months ago
  98. 3dfadc7 CONTRIB: move prometheus-exporter to addons/promex by Willy Tarreau · 3 years, 8 months ago
  99. 92dc786 BUILD: makefile: add a "USE_PROMEX" variable to ease building prometheus-exporter by Willy Tarreau · 3 years, 8 months ago
  100. a9f16c6 BUILD: makefile: build halog with the correct flags by Willy Tarreau · 3 years, 8 months ago