- 0cc02a3 REORG: quic: use a dedicated module for qc_stream_desc by Amaury Denoyelle · 2 years, 7 months ago
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
- 6ea6ed7 BUILD: makefile: silence unbearable OpenSSL deprecation warnings by Willy Tarreau · 2 years, 8 months ago
- a88f3c2 BUILD: makefile: pass USE_ENGINE to cflags by Willy Tarreau · 2 years, 8 months ago
- d7bfbe2 BUILD: ssl: add USE_ENGINE and disable the openssl engine by default by William Lallemand · 2 years, 8 months ago
- d96361b CLEANUP: qpack: suppress by default stdout traces by Amaury Denoyelle · 2 years, 8 months ago
- 0c2d964 REORG: quic: use a dedicated quic_loss.c by Amaury Denoyelle · 2 years, 8 months ago
- 43a5685 BUILD: fix kFreeBSD build. by David Carlier · 2 years, 9 months ago
- 86bcc53 DEBUG: implement 4 levels of choices between warn and crash. by Willy Tarreau · 2 years, 9 months ago
- 1329f2a REORG: conn_stream: move conn-stream stuff in dedicated files by Christopher Faulet · 3 years ago
- 8de7f28 BUILD: makefile: enable both DEBUG_STRICT and DEBUG_MEMORY_POOLS by default by Willy Tarreau · 2 years, 9 months ago
- 5ea9fa6 BUILD: makefile: only compute alternative options if required by Willy Tarreau · 2 years, 10 months ago
- d521b8b BUILD: makefile: validate support for extra warnings by batches by Willy Tarreau · 2 years, 10 months ago
- 7a1e6fe BUILD: makefile: avoid testing all -Wno-* options when not needed by Willy Tarreau · 2 years, 10 months ago
- b81483c MEDIUM: da: update doc and build for new scheduler mode service. by David Carlier · 2 years, 10 months ago
- add43fa DEBUG: pools: add new build option DEBUG_POOL_TRACING by Willy Tarreau · 2 years, 10 months ago
- 0575d8f DEBUG: pools: add new build option DEBUG_POOL_INTEGRITY by Willy Tarreau · 2 years, 10 months ago
- 4831db2 BUILD/MINOR: fix solaris build with clang. by David Carlier · 2 years, 11 months ago
- c8b4ce4 MINOR: quic: add config parse source file by Amaury Denoyelle · 2 years, 11 months ago
- 790169f BUILD: makefile: add -Wno-atomic-alignment to work around clang abusive warning by Willy Tarreau · 2 years, 11 months ago
- e5f5948 BUILD: makefile: reorder objects by build time by Willy Tarreau · 3 years ago
- 9e3093c BUILD: makefile: stop opening sub-shells for each and every command by Willy Tarreau · 3 years ago
- 154bc7f MINOR: quic: support hq-interop by Amaury Denoyelle · 3 years ago
- 70c268b BUILD: makefile: simplify detection of libatomic by Willy Tarreau · 3 years ago
- 7feb361 MINOR: jwt: Parse JWT alg field by Remi Tricot-Le Breton · 3 years, 2 months ago
- 5554264 REORG: time: move time-keeping code and variables to clock.c by Willy Tarreau · 3 years, 2 months ago
- dbee2e5 MINOR: Makefile: add MEMORY_POOLS to the list of DEBUG_xxx options by William Lallemand · 3 years, 2 months ago
- 4652a59 MINOR: qpack: create qpack-enc module by Amaury Denoyelle · 3 years, 3 months ago
- c6bc185 MINOR: quic: Add a ring buffer implementation for QUIC by Frédéric Lécaille · 3 years, 5 months ago
- 11c304d MINOR: quic: Enable some quic, h3 and qpack modules compilation. by Frédéric Lécaille · 3 years, 6 months ago
- 4cb2c83 BUILD: opentracing: exclude the use of haproxy variables for the OpenTracing context by Miroslav Zagorac · 3 years, 3 months ago
- 28e295d BUILD: globally enable -Wundef by Willy Tarreau · 3 years, 3 months ago
- 2118597 MINOR: proc: setting the process to produce a core dump on FreeBSD. by devnexen@gmail.com · 3 years, 3 months ago
- 83614a9 MINOR: httpclient: initialize the proxy by William Lallemand · 3 years, 3 months ago
- 6807c7f ADMIN: dyncookie: implement a simple dynamic cookie calculator by Willy Tarreau · 3 years, 4 months ago
- 66243b4 REORG: config: move the condition preprocessing code to its own file by Willy Tarreau · 3 years, 4 months ago
- 953771b BUILD: Makefile: fix linkage for Haiku. by David Carlier · 3 years, 5 months ago
- 6fd0450 CLEANUP: shctx: remove the different inter-process locking techniques by Willy Tarreau · 3 years, 5 months ago
- 8715dec MEDIUM: pools: remove the locked pools implementation by Willy Tarreau · 3 years, 6 months ago
- ce986e1 REORG: errors: split errors reporting function from log.c by Amaury Denoyelle · 3 years, 6 months ago
- 40a871f BUILD: makefile: add a few popular ARMv8 CPU targets by Willy Tarreau · 3 years, 7 months ago
- 1d14262 BUILD: makefile: reorder object files by build time by Willy Tarreau · 3 years, 7 months ago
- f6818d6 BUILD: makefile: add new option USE_MEMORY_PROFILING by Willy Tarreau · 3 years, 7 months ago
- f75c640 MINOR: cpuset: define a platform-independent cpuset type by Amaury Denoyelle · 3 years, 7 months ago
- 12840be BUILD: compression: switch SLZ from out-of-tree to in-tree by Willy Tarreau · 3 years, 7 months ago
- af6ae63 BUILD: makefile: fix the "make clean" target on strict bourne shells by Willy Tarreau · 3 years, 7 months ago
- 580727f CLEANUP: contrib: remove the last references to the now dead contrib/ directory by Willy Tarreau · 3 years, 7 months ago
- 2d6f628 MINOR: pools: rename CONFIG_HAP_LOCAL_POOLS to CONFIG_HAP_POOLS by Willy Tarreau · 3 years, 7 months ago
- dbd25c3 MINOR: uri_normalizer: Add uri_normalizer module by Tim Duesterhus · 3 years, 7 months ago
- 1615064 BUILD: makefile: Redirect stderr to /dev/null when probing options by Christopher Faulet · 3 years, 7 months ago
- 41007a6 MINOR: sample: converter: Add mjson library. by Alex · 3 years, 7 months ago
- a63d1a0 CONTRIB: move contrib/opentracing to addons/ot by Willy Tarreau · 3 years, 8 months ago
- 57610c6 CONTRIB: move src/wurfl.c and contrib/wurfl to addons/wurfl by Willy Tarreau · 3 years, 8 months ago
- f8d9ec5 CONTRIB: move src/da.c and contrib/deviceatlas to addons/deviceatlas by Willy Tarreau · 3 years, 8 months ago
- 977209d CONTRIB: move 51Degrees to addons/51degrees by Willy Tarreau · 3 years, 8 months ago
- 3dfadc7 CONTRIB: move prometheus-exporter to addons/promex by Willy Tarreau · 3 years, 8 months ago
- 92dc786 BUILD: makefile: add a "USE_PROMEX" variable to ease building prometheus-exporter by Willy Tarreau · 3 years, 8 months ago
- a9f16c6 BUILD: makefile: build halog with the correct flags by Willy Tarreau · 3 years, 8 months ago
- d798889 CONTRIB: move halog to admin/ by Willy Tarreau · 3 years, 8 months ago
- 233e868 CONTRIB: move some admin-related sub-projects to admin/ by Willy Tarreau · 3 years, 8 months ago
- 21ef8b9 BUILD: makefile: integrate the hpack tools by Willy Tarreau · 3 years, 8 months ago
- 888bda0 BUILD: makefile: always build the flags utility by Willy Tarreau · 3 years, 8 months ago
- 074ebcd CONTRIB: move some dev-specific tools to dev/ by Willy Tarreau · 3 years, 8 months ago
- 34b4369 CONTRIB: debug: split poll from flags by Willy Tarreau · 3 years, 8 months ago
- 5a6926d MINOR: diag: create cfgdiag module by Amaury Denoyelle · 3 years, 8 months ago
- ce44482 REORG: global: move initcall register code in a dedicated file by Amaury Denoyelle · 3 years, 8 months ago
- 8af3bb0 BUG/MINOR: protocol: add missing support of dgram unix socket. by Emeric Brun · 3 years, 8 months ago
- 57647ca MINOR: build: force CC to set a return code when probing options by Bertrand Jacquin · 3 years, 9 months ago
- 3e3d3be REORG: server-state: Move functions to deal with server-state in its own file by Christopher Faulet · 3 years, 9 months ago
- 019dbd7 BUILD/MEDIUM: da Adding pcre2 support. by David Carlier · 3 years, 9 months ago
- b23f042 MINOR: tasks: add DEBUG_TASK to report caller info in a task by Willy Tarreau · 3 years, 9 months ago
- c943799 MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c by Emeric Brun · 3 years, 10 months ago
- c1ddcaf BUILD: Makefile: move REGTESTST_TYPE default setting by William Lallemand · 3 years, 10 months ago
- b399a99 MINOR: build: discard echoing in help target by Bertrand Jacquin · 3 years, 10 months ago
- 8f0cc5c CLEANUP: Fix spelling errors in comments by Thayne McCombs · 3 years, 11 months ago
- 3bad3d5 BUILD: Makefile: exclude broken tests by default by William Dauchy · 3 years, 11 months ago
- 1ab76dd DOC: Improve the message printed when running `make` w/o `TARGET` by Tim Duesterhus · 3 years, 11 months ago
- 782e9be Revert "BUILD: Makefile: disable -Warray-bounds until it's fixed in gcc 11" by Willy Tarreau · 3 years, 11 months ago
- 5e8c35d BUILD: Makefile: disable -Warray-bounds until it's fixed in gcc 11 by Willy Tarreau · 3 years, 11 months ago
- b83b010 MINOR: quic: Enable the compilation of QUIC modules. by Frédéric Lécaille · 4 years ago
- 6f7cc11 MEDIUM: xxhash: use the XXH_INLINE_ALL macro to inline all functions by Dragan Dosen · 4 years ago
- 70230c6 CONTRIB: opentracing: add the OpenTracing filter by Miroslav Zagorac · 4 years ago
- da867d8 BUILD: Makefile: have "make clean" destroy .o/.a/.s in contrib subdirs as well by Willy Tarreau · 4 years ago
- c8d1970 BUILD: Show the value of DEBUG= in haproxy -vv by Tim Duesterhus · 4 years ago
- 81e948e BUILD: Make DEBUG part of .build_opts by Tim Duesterhus · 4 years ago
- 496374e BUILD: makefile: enable crypt(3) for OpenBSD by Matthieu Guegan · 4 years ago
- e279ca6 MINOR: sample: Add converts to parses MQTT messages by Baptiste Assmann · 4 years, 1 month ago
- e138dda MINOR: sample: Add converters to parse FIX messages by Baptiste Assmann · 4 years, 1 month ago
- 2404e37 BUILD: makefile: usual reorder of objects for faster builds by Willy Tarreau · 4 years, 1 month ago
- 5c643f3 BUILD: makefile: add entries to build common debugging tools by Willy Tarreau · 4 years, 1 month ago
- ad5afba BUILD: makefile: Enable getaddrinfo() on OS/X by Brad Smith · 4 years, 2 months ago
- 0fdfe41 BUILD: makefile: Update feature flags for NetBSD by Brad Smith · 4 years, 2 months ago
- 4a539f3 BUG/MINOR: makefile: fix a tiny typo in the target list by Willy Tarreau · 4 years, 2 months ago
- 382001b BUILD: Add a DragonFlyBSD target by Brad Smith · 4 years, 2 months ago
- 7c503bb BUILD: makefile: Enable closefrom() support on Solaris by Brad Smith · 4 years, 2 months ago
- ac32b4b BUILD: makefile: add an EXTRAVERSION variable to ease local naming by Willy Tarreau · 4 years, 2 months ago
- 5018aac BUILD: makefile: Fix building with closefrom() support enabled by Brad Smith · 4 years, 2 months ago
- 9d85eb0 BUILD: makefile: Update feature flags for FreeBSD by Brad Smith · 4 years, 2 months ago
- 90c9d78 BUILD: makefile: Update feature flags for OpenBSD by Brad Smith · 4 years, 2 months ago
- 9463643 BUILD: makefile: change default value of CC from gcc to cc by Brad Smith · 4 years, 2 months ago