- 51c8ad4 MINOR: sample: converter: Add json_query converter by Alex · 3 years, 7 months ago
- 92f7d43 MINOR: sample: add ub64dec and ub64enc converters by Moemen MHEDHBI · 3 years, 7 months ago
- 59846b6 DOC: internals: update the SSL architecture schema by Remi Tricot-Le Breton · 3 years, 7 months ago
- 86512dd [RELEASE] Released version 2.4-dev16 by Willy Tarreau · 3 years, 7 months ago
- c8f3e45 MEDIUM: resolvers: add support of tcp address on nameserver line. by Emeric Brun · 3 years, 7 months ago
- 94aab06 MEDIUM: log: support tcp or stream addresses on log lines. by Emeric Brun · 3 years, 7 months ago
- ce325c4 MINOR: server/bind: add support of new prefixes for addresses. by Emeric Brun · 3 years, 7 months ago
- 8043e83 MINOR: acl: Add HTTP_2.0 predefined macro by Christopher Faulet · 3 years, 7 months ago
- 779184e MINOR: No longer rely on deprecated sample fetches for predefined ACLs by Christopher Faulet · 3 years, 7 months ago
- 59fa1d1 [RELEASE] Released version 2.4-dev15 by Willy Tarreau · 3 years, 7 months ago
- ff80c82 DOC: clarify that compression works for HTTP/2 by Julien Pivotto · 3 years, 7 months ago
- a63d1a0 CONTRIB: move contrib/opentracing to addons/ot by Willy Tarreau · 3 years, 7 months ago
- 57610c6 CONTRIB: move src/wurfl.c and contrib/wurfl to addons/wurfl by Willy Tarreau · 3 years, 7 months ago
- f8d9ec5 CONTRIB: move src/da.c and contrib/deviceatlas to addons/deviceatlas by Willy Tarreau · 3 years, 7 months ago
- 977209d CONTRIB: move 51Degrees to addons/51degrees by Willy Tarreau · 3 years, 7 months ago
- 7b01a8d MINOR: global: define diagnostic mode of execution by Amaury Denoyelle · 3 years, 7 months ago
- 021a8e4 MEDIUM: http-rules: Add wait-for-body action on request and response side by Christopher Faulet · 3 years, 7 months ago
- a434a00 BUG/MINOR: payload/htx: Ingore L6 sample fetches for HTX streams/checks by Christopher Faulet · 3 years, 7 months ago
- 4d37e53 DOC: config: Add documentation about TCP to HTTP upgrades by Christopher Faulet · 3 years, 7 months ago
- ae863c6 MEDIUM: Add tcp-request switch-mode action to perform HTTP upgrade by Christopher Faulet · 3 years, 8 months ago
- 982e17d DOC: config: Improve documentation about proto/check-proto keywords by Christopher Faulet · 3 years, 7 months ago
- af6d88b [RELEASE] Released version 2.4-dev14 by Willy Tarreau · 3 years, 7 months ago
- b8bd1ee MEDIUM: cli: add a new experimental "set var" command by Willy Tarreau · 3 years, 7 months ago
- c35eb38 MINOR: vars/cli: add a "get var" CLI command to retrieve global variables by Willy Tarreau · 3 years, 7 months ago
- 13d2ba2 MEDIUM: vars: add support for a "set-var" global directive by Willy Tarreau · 3 years, 7 months ago
- 7b0e00d BUG/MINOR: http_fetch: make hdr_ip() reject trailing characters by Willy Tarreau · 3 years, 7 months ago
- 7be7ffa CLEANUP: dynbuf: remove the unused b_alloc_fast() function by Willy Tarreau · 3 years, 8 months ago
- f44ca97 CLEANUP: dynbuf: remove b_alloc_margin() by Willy Tarreau · 3 years, 8 months ago
- 766b6cf MINOR: dynbuf: make b_alloc() always check if the buffer is allocated by Willy Tarreau · 3 years, 8 months ago
- ba13f16 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 8 months ago
- 09cc669 [RELEASE] Released version 2.4-dev13 by Willy Tarreau · 3 years, 8 months ago
- ed4bef7 CLEANUP: Fix a typo in fix_is_valid description by Christopher Faulet · 3 years, 8 months ago
- 3046723 MINOR: server: support keyword proto in 'add server' cli by Amaury Denoyelle · 3 years, 8 months ago
- fc465a5 MINOR: server: enable standard options for dynamic servers by Amaury Denoyelle · 3 years, 8 months ago
- f99f77a MEDIUM: server: implement 'add server' cli command by Amaury Denoyelle · 3 years, 8 months ago
- 18487fb MINOR: cli: implement experimental-mode by Amaury Denoyelle · 3 years, 8 months ago
- acdd47d [RELEASE] Released version 2.4-dev12 by Willy Tarreau · 3 years, 8 months ago
- 060a761 OPTIM: task: automatically adjust the default runqueue-depth to the threads by Willy Tarreau · 3 years, 8 months ago
- befef70 BUG/MINOR: sample: Rename SenderComID/TargetComID to SenderCompID/TargetCompID by Daniel Corbett · 3 years, 8 months ago
- 4c75195 BUG/MEDIUM: resolvers: handle huge responses over tcp servers. by Emeric Brun · 3 years, 8 months ago
- 7bbc6c9 [RELEASE] Released version 2.4-dev11 by Willy Tarreau · 3 years, 8 months ago
- d7a988c CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 8 months ago
- f8b4292 DOC: fix originalto except clause on destination address by Amaury Denoyelle · 3 years, 8 months ago
- 9536ad7 DOC: spoe: Add a note about fragmentation support in HAProxy by Christopher Faulet · 3 years, 8 months ago
- 0de36ad CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 9 months ago
- 8ab65c2 [RELEASE] Released version 2.4-dev10 by Willy Tarreau · 3 years, 8 months ago
- ee17b97 DOC: scheduler: add a diagram showing the different queues and their usages by Willy Tarreau · 3 years, 8 months ago
- 5d1def6 MEDIUM: http-ana: Add IPv6 support for forwardfor and orignialto options by Christopher Faulet · 3 years, 8 months ago
- 74d7b6e DOC: Update the filters guide by Christopher Faulet · 3 years, 8 months ago
- 9a2cec4 DOC: Update the HTX API documentation by Christopher Faulet · 3 years, 8 months ago
- 61d095e DOC: muxes: add a diagram of the exchanges between muxes and outer world by Willy Tarreau · 3 years, 8 months ago
- 31dd393 [RELEASE] Released version 2.4-dev9 by Willy Tarreau · 3 years, 9 months ago
- e072458 DOC: DeviceAtlas documentation typo fix. by David Carlier · 3 years, 9 months ago
- 6616132 MINOR: listener: refine the default MAX_ACCEPT from 64 to 4 by Willy Tarreau · 3 years, 9 months ago
- 4327d0a MINOR: tasks: refine the default run queue depth by Willy Tarreau · 3 years, 9 months ago
- 0784db8 DOC: explain the relation between pool-low-conn and tune.idle-pool.shared by Willy Tarreau · 3 years, 9 months ago
- 019dbd7 BUILD/MEDIUM: da Adding pcre2 support. by David Carlier · 3 years, 9 months ago
- dc626ec [RELEASE] Released version 2.4-dev8 by Willy Tarreau · 3 years, 9 months ago
- 56fc5d9 MEDIUM: resolvers: add supports of TCP nameservers in resolvers. by Emeric Brun · 3 years, 9 months ago
- 9a4bbfe DOC: tune: explain the origin of block size for ssl.cachesize by William Dauchy · 3 years, 9 months ago
- 4b10302 MINOR: cfgparse: implement a simple if/elif/else/endif macro block handler by Willy Tarreau · 3 years, 9 months ago
- 49962b5 MINOR: peers/cli: do not dump the peers dictionaries by default on "show peers" by Willy Tarreau · 3 years, 9 months ago
- b4d3708 MINOR: http: add baseq sample fetch by Yves Lafon · 3 years, 9 months ago
- 7c0b4d8 MEDIUM: cfgparse: allow a proxy to designate the defaults section to use by Willy Tarreau · 3 years, 9 months ago
- 583b6de BUG/MINOR: server: Fix server-state-file-name directive by Christopher Faulet · 3 years, 9 months ago
- d1a7b85 MEDIUM: server: support {check,agent}_addr, agent_port in server state by William Dauchy · 3 years, 9 months ago
- 7cabc06 MEDIUM: cli: add agent-port command by William Dauchy · 3 years, 9 months ago
- b456e1f MEDIUM: cli: add check-addr command by William Dauchy · 3 years, 9 months ago
- d773a4e MINOR: doc: update http reuse for new eligilible connections by Amaury Denoyelle · 3 years, 9 months ago
- 826f3ab MINOR: stick-tables/counters: add http_fail_cnt and http_fail_rate data types by Willy Tarreau · 3 years, 9 months ago
- acf8459 CLEANUP: assorted typo fixes in the code and comments by Ilya Shipitsin · 3 years, 9 months ago
- 5d46fbd [RELEASE] Released version 2.4-dev7 by Willy Tarreau · 3 years, 9 months ago
- 4858fb2 MEDIUM: check: align agentaddr and agentport behaviour by William Dauchy · 3 years, 9 months ago
- fe03e7d MEDIUM: server: adding support for check_port in server state by William Dauchy · 3 years, 9 months ago
- 7eff06e MINOR: activity: add a new "show tasks" command to list currently active tasks by Willy Tarreau · 3 years, 9 months ago
- cfa7101 MINOR: activity: flush scheduler stats on "set profiling tasks on" by Willy Tarreau · 3 years, 9 months ago
- 1bd67e9 MINOR: activity: also report collected tasks stats in "show profiling" by Willy Tarreau · 3 years, 9 months ago
- 87ef323 DOC: management: fix "show resolvers" alphabetical ordering by Willy Tarreau · 3 years, 9 months ago
- d1ac2b9 MAJOR: htx: Remove the EOM block type and use HTX_FL_EOM instead by Christopher Faulet · 4 years ago
- 27c70ae DOC: Improve documentation of the various hdr() fetches by Tim Duesterhus · 3 years, 9 months ago
- 24c41d5 [RELEASE] Released version 2.4-dev6 by Willy Tarreau · 3 years, 10 months ago
- ef4e45c DOC: Rename '<var name>' to '<var>' in converter signature by Tim Duesterhus · 3 years, 10 months ago
- a308209 DOC: Remove space after comma in converter signature by Tim Duesterhus · 3 years, 10 months ago
- e095f31 MINOR: http: Add HTTP 501-not-implemented error message by Christopher Faulet · 4 years ago
- 8050efe MINOR: cli: give the show_fd helpers the ability to report a suspicious entry by Willy Tarreau · 3 years, 10 months ago
- 6ca8916 MINOR: cache: Do not store responses with an unknown encoding by Remi Tricot-Le Breton · 3 years, 10 months ago
- cdbcca9 DOC: fix some spelling issues over multiple files by Thayne McCombs · 3 years, 10 months ago
- 888b0ae MINOR: converter: adding support for url_enc by William Dauchy · 3 years, 10 months ago
- 421ed39 [RELEASE] Released version 2.4-dev5 by Willy Tarreau · 3 years, 10 months ago
- 92149f9 MEDIUM: stick-tables: Add srvkey option to stick-table by Thayne McCombs · 4 years ago
- e6cc5b5 MINOR: cache: Replace the "process-vary" option's expected values by Remi Tricot-Le Breton · 3 years, 11 months ago
- 04bf0cc MINOR: sample: add the xxh3 converter by Dragan Dosen · 3 years, 11 months ago
- 6d975f0 MINOR: check: do not ignore a connection header for http-check send by Amaury Denoyelle · 3 years, 11 months ago
- 4d71176 [RELEASE] Released version 2.4-dev4 by Willy Tarreau · 3 years, 11 months ago
- 2272d8a DOC: assorted typo fixes in the documentation by Ilya Shipitsin · 3 years, 11 months ago
- 3e67860 DOC: fix "smp_size" vs "sample_size" in "log" directive arguments by Jan Wagner · 3 years, 11 months ago
- dc32cd9 DOC: opentracing: add the OpenTracing filter section by Miroslav Zagorac · 3 years, 11 months ago
- 5853c0c MINOR: cache: Add a max-secondary-entries cache option by Remi Tricot-Le Breton · 3 years, 11 months ago
- a786c41 [RELEASE] Released version 2.4-dev3 by Willy Tarreau · 3 years, 11 months ago
- f7719a2 MINOR: stream: add timeout sample fetches by Amaury Denoyelle · 3 years, 11 months ago