Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
9233c2143718ef88efc3bcd5be1ab26a74c4c4da
9233c21
[RELEASE] Released version 2.3.3
by Willy Tarreau
· Fri Jan 08 21:19:40 2021 +0100
79f4360
BUG/MINOR: sample: fix concat() converter's corruption with non-string variables
by Willy Tarreau
· Fri Jan 08 16:08:43 2021 +0100
650f1f4
DOC: Add maintainers for the Prometheus exporter
by Christopher Faulet
· Fri Jan 08 14:39:04 2021 +0100
f3f767c
SCRIPTS: announce-release: fix typo in help message
by Thayne McCombs
· Thu Jan 07 21:36:27 2021 -0700
dab4ba6
DOC: fix some spelling issues over multiple files
by Thayne McCombs
· Thu Jan 07 21:24:41 2021 -0700
d97162c
MINOR: contrib/prometheus-exporter: export build_info
by William Dauchy
· Fri Jan 08 13:18:06 2021 +0100
11a4503
CLEANUP: cfgparse: replace "realloc" with "my_realloc2" to fix to memory leak on error
by Ilya Shipitsin
· Thu Jan 07 22:45:13 2021 +0500
cc0598a
BUILD: Makefile: exclude broken tests by default
by William Dauchy
· Thu Jan 07 17:10:51 2021 +0100
55ed7c4
MINOR: converter: adding support for url_enc
by William Dauchy
· Wed Jan 06 23:39:50 2021 +0100
c0a2ace
BUG/MINOR: srv: do not cleanup idle conns if pool max is null
by Amaury Denoyelle
· Wed Jan 06 14:28:51 2021 +0100
96a4ff1
BUG/MINOR: srv: do not init address if backend is disabled
by Amaury Denoyelle
· Wed Jan 06 14:28:50 2021 +0100
fa5c241
SCRIPTS: make announce release support preparing announces before tag exists
by Willy Tarreau
· Wed Jan 06 15:46:33 2021 +0100
d1754b6
SCRIPTS: improve announce-release to support different tag and versions
by Willy Tarreau
· Wed Jan 06 15:16:46 2021 +0100
e1c074e
BUG/MINOR: stats: Make stat_l variable used to dump a stat line thread local
by Christopher Faulet
· Wed Jan 06 07:41:56 2021 +0100
3326c6a
DOC: Improve the message printed when running `make` w/o `TARGET`
by Tim Duesterhus
· Tue Jan 05 18:10:41 2021 +0100
b4ae247
BUG/MINOR: tcpcheck: Report a L7OK if the last evaluated rule is a send rule
by Christopher Faulet
· Tue Jan 05 16:56:07 2021 +0100
f46d9cd
BUG/MINOR: cfgparse: Fail if the strdup() for `rule->be.name` for `use_backend` fails
by Tim Duesterhus
· Sun Jan 03 22:54:43 2021 +0100
a9a012d
BUG/MINOR: sink: Return an allocation failure in __sink_new if strdup() fails
by Tim Duesterhus
· Sun Jan 03 19:54:11 2021 +0100
ffc781b
MINOR: atomic: don't use ; to separate instruction on aarch64.
by Olivier Houchard
· Wed Dec 23 01:23:41 2020 +0100
e2802e7
BUILD: hpack: hpack-tbl-t.h uses VAR_ARRAY but does not include compiler.h
by Christian Ruppert
· Mon Nov 09 09:15:21 2020 +0100
6dca144
BUG/MEDIUM: mux_h2: Add missing braces in h2_snd_buf()around trace+wakeup
by Tim Duesterhus
· Mon Dec 21 19:40:16 2020 +0100
f2f5c4e
DOC: fix "smp_size" vs "sample_size" in "log" directive arguments
by Jan Wagner
· Thu Dec 17 22:22:32 2020 +0100
45b6d2d
BUG/MINOR: dns: SRV records ignores duplicated AR records
by Baptiste Assmann
· Wed Nov 25 08:17:59 2020 +0100
842976d
BUILD: ssl: fine guard for SSL_CTX_get0_privatekey call
by Ilya Shipitsin
· Sat Dec 19 03:12:12 2020 +0500
775c665
BUILD: plock: remove dead code that causes a warning in gcc 11
by Willy Tarreau
· Mon Dec 21 10:27:18 2020 +0100
361e90e
CONTRIB: debug: address "poll" utility build on non-linux platforms
by Willy Tarreau
· Mon Dec 21 08:43:50 2020 +0100
f877753
CONTRIB: halog: fix signed/unsigned build warnings on counts and timestamps
by Willy Tarreau
· Mon Dec 21 08:40:04 2020 +0100
9080ac0
CONTRIB: halog: mark the has_zero* functions unused
by Willy Tarreau
· Mon Dec 21 08:35:24 2020 +0100
6b20b8b
CONTRIB: halog: fix build issue caused by %L printf format
by Willy Tarreau
· Mon Dec 21 08:29:09 2020 +0100
43b1cfa
BUG/MEDIUM: mux-h1: Handle h1_process() failures on a pipelined request
by Christopher Faulet
· Fri Dec 18 15:13:47 2020 +0100
0d4da8c
BUG/MEDIUM: http-ana: Never for sending data in TUNNEL mode
by Christopher Faulet
· Tue Dec 15 13:32:55 2020 +0100
fe2d5b1
BUG/MINOR: mux-h1: Don't set CS_FL_EOI too early for protocol upgrade requests
by Christopher Faulet
· Mon Dec 07 18:21:27 2020 +0100
f25b487
BUILD: Makefile: have "make clean" destroy .o/.a/.s in contrib subdirs as well
by Willy Tarreau
· Wed Dec 16 14:14:38 2020 +0100
e7f81bc
BUILD: SSL: fine guard for SSL_CTX_add_server_custom_ext call
by Ilya Shipitsin
· Fri Nov 27 02:39:48 2020 +0500
f13c7db
REGTESTS: make use of HAPROXY_ARGS and pass -dM by default
by Willy Tarreau
· Wed Dec 16 10:39:20 2020 +0100
9f71469
BUG/MEDIUM: ssl/crt-list: bad behavior with "commit ssl cert"
by William Lallemand
· Tue Dec 15 14:57:46 2020 +0100
0881842
BUG/MEDIUM: lb-leastconn: Reposition a server using the right eweight
by Christopher Faulet
· Fri Dec 11 15:36:01 2020 +0100
7f955e6
BUG/MINOR: tools: Reject size format not starting by a digit
by Christopher Faulet
· Fri Dec 11 09:30:45 2020 +0100
761d1fb
BUG/MINOR: tools: make parse_time_err() more strict on the timer validity
by Christopher Faulet
· Fri Dec 11 09:23:07 2020 +0100
ac3b155
MINOR: tcpcheck: Only wait for more payload data on HTTP expect rules
by Christopher Faulet
· Wed Dec 09 18:45:47 2020 +0100
cc55453
BUG/MINOR: tcpcheck: Don't rearm the check timeout on each read
by Christopher Faulet
· Wed Dec 09 19:46:38 2020 +0100
18d9890
BUG/MINOR: http-check: Use right condition to consider HTX message as full
by Christopher Faulet
· Wed Dec 09 19:45:07 2020 +0100
4ce4adc
DOC: email change of the DeviceAtlas maintainer
by David Carlier
· Thu Dec 10 09:56:09 2020 +0000
30189a6
BUG/MEDIUM: spoa/python: Fixing references to None
by Gilchrist Dadaglo
· Tue Dec 08 14:37:14 2020 +0000
789fb20
BUG/MEDIUM: spoa/python: Fixing PyObject_Call positional arguments
by Gilchrist Dadaglo
· Tue Dec 08 14:37:13 2020 +0000
7dde8ae
BUG/MINOR: spoa/python: Cleanup ipaddress objects if initialization fails
by Gilchrist Dadaglo
· Tue Dec 08 14:37:12 2020 +0000
2efe413
BUG/MINOR: spoa/python: Cleanup references for failed Module Addobject operations
by Gilchrist Dadaglo
· Tue Dec 08 14:37:11 2020 +0000
d809b3c
DOC: spoa/python: Fixing typos in comments
by Gilchrist Dadaglo
· Tue Dec 08 14:37:10 2020 +0000
6426fb3
DOC: spoa/python: Rephrasing memory related error messages
by Gilchrist Dadaglo
· Tue Dec 08 14:37:09 2020 +0000
fad025b
DOC: spoa/python: Fixing typo in IP related error messages
by Gilchrist Dadaglo
· Tue Dec 08 14:37:08 2020 +0000
bd9abd2
BUG/MAJOR: spoa/python: Fixing return None
by Gilchrist Dadaglo
· Tue Dec 08 14:37:07 2020 +0000
00b831e
MEDIUM: ssl: fatal error with bundle + openssl < 1.1.1
by William Lallemand
· Fri Dec 04 15:45:02 2020 +0100
efcf138
MINOR: listener: now use a generic add_listener() function
by Willy Tarreau
· Fri Dec 04 15:03:36 2020 +0100
d7c746e
MINOR: listener: automatically set the port when creating listeners
by Willy Tarreau
· Fri Dec 04 14:49:11 2020 +0100
03cd01e
MINOR: protocol: add a ->set_port() helper to address families
by Willy Tarreau
· Fri Dec 04 14:43:36 2020 +0100
bcc5162
BUG/MINOR: mux-h1: Handle keep-alive timeout for idle frontend connections
by Christopher Faulet
· Tue Dec 01 11:42:53 2020 +0100
87c69e5
BUG/MINOR: listener: use sockaddr_in6 for IPv6
by Willy Tarreau
· Fri Dec 04 14:28:23 2020 +0100
e85c4cb
DOC/MINOR: Fix formatting in Management Guide
by Phil Scherer
· Wed Dec 02 19:36:08 2020 +0000
c5ab3f0
BUILD/MINOR: haproxy DragonFlyBSD affinity build update.
by David Carlier
· Wed Dec 02 21:14:51 2020 +0000
6b9c2b3
BUG/MAJOR: ring: tcp forward on ring can break the reader counter.
by Emeric Brun
· Wed Dec 02 17:02:09 2020 +0100
04cbfd7
BUG/MINOR: lua: warn when registering action, conv, sf, cli or applet multiple times
by Thierry Fournier
· Sat Nov 28 20:41:07 2020 +0100
b2239a7
MINOR: cli: add a function to look up a CLI service description
by Thierry Fournier
· Sat Nov 28 20:10:08 2020 +0100
4b5382d
MINOR: actions: add a function returning a service pointer from its name
by Thierry Fournier
· Sat Nov 28 19:32:14 2020 +0100
ab93f7c
MINOR: actions: Export actions lookup functions
by Thierry Fournier
· Sat Nov 28 17:40:24 2020 +0100
2b7983c
BUG/MINOR: lua: Some lua init operation are processed unsafe
by Thierry Fournier
· Sat Nov 28 16:08:02 2020 +0100
5a96467
BUG/MINOR: lua: Post init register function are not executed beyond the first one
by Thierry Fournier
· Sat Nov 28 11:02:58 2020 +0100
ad6e9c5
BUG/MINOR: lua: lua-load doesn't check its parameters
by Thierry Fournier
· Sun Nov 29 01:06:24 2020 +0100
518017f
BUG/MINOR: lua: missing "\n" in error message
by Thierry Fournier
· Sun Nov 29 00:55:53 2020 +0100
e4078ca
BUG/MINOR: mux-h2/stats: not all GOAWAY frames are errors
by Willy Tarreau
· Tue Dec 01 10:47:18 2020 +0100
ef8b864
BUG/MINOR: mux-h2/stats: make stream/connection proto errors more accurate
by Willy Tarreau
· Tue Dec 01 10:22:43 2020 +0100
a0338b9
BUG/MEDIUM: local log format regression.
by Emeric Brun
· Fri Nov 27 16:24:34 2020 +0100
3027cdc
BUG/MEDIUM: task: close a possible data race condition on a tasklet's list link
by Willy Tarreau
· Mon Nov 30 14:58:53 2020 +0100
9a0374a
MINOR: task: remove __tasklet_remove_from_tasklet_list()
by Willy Tarreau
· Mon Nov 30 14:52:11 2020 +0100
c4f3013
BUG/MEDIUM: lists: Lock the element while we check if it is in a list.
by Olivier Houchard
· Wed Nov 25 20:38:00 2020 +0100
367c1db
MINOR: plock: use an ARMv8 instruction barrier for the pause instruction
by Your Name
· Sat Nov 28 15:37:14 2020 +0000
d522db7
[RELEASE] Released version 2.3.2
by William Lallemand
· Sat Nov 28 16:51:33 2020 +0100
4b490b8
BUG/MINOR: http-fetch: Fix smp_fetch_body() when called from a health-check
by Christopher Faulet
· Wed Nov 25 08:08:08 2020 +0100
2616784
DOC: config: Move req.hdrs and req.hdrs_bin in L7 samples fetches section
by Christopher Faulet
· Tue Nov 24 17:13:24 2020 +0100
b51e037
BUG/MAJOR: tcpcheck: Allocate input and output buffers from the buffer pool
by Christopher Faulet
· Wed Nov 25 13:47:00 2020 +0100
6f45f03
MINOR: tcpcheck: Don't handle anymore in-progress send rules in tcpcheck_main
by Christopher Faulet
· Wed Nov 25 13:34:51 2020 +0100
b9492cf
BUG/MINOR: tcpcheck: Don't forget to reset tcp-check flags on new kind of check
by Christopher Faulet
· Wed Nov 25 16:43:12 2020 +0100
f9f0f94
DOC: Clarify %HP description in log-format
by Maciej Zdeb
· Thu Nov 26 10:45:52 2020 +0000
c66de52
DOC: better document the config file format and escaping/quoting rules
by Willy Tarreau
· Wed Nov 25 19:58:20 2020 +0100
46af74a
BUG/MAJOR: peers: fix partial message decoding
by Willy Tarreau
· Thu Nov 26 17:06:04 2020 +0100
e3db753
BUG/MEDIUM: http_act: Restore init of log-format list
by Maciej Zdeb
· Mon Nov 23 16:03:09 2020 +0000
c21f227
BUILD: Show the value of DEBUG= in haproxy -vv
by Tim Duesterhus
· Sat Nov 21 18:07:59 2020 +0100
f2fcbad
BUILD: Make DEBUG part of .build_opts
by Tim Duesterhus
· Sat Nov 21 18:07:58 2020 +0100
3666246
MINOR: http_act: Add -m flag for del-header name matching method
by Maciej Zdeb
· Fri Nov 20 13:58:48 2020 +0000
a3bd824
REGTESTS: converter: add url_dec test
by William Dauchy
· Sun Nov 15 14:04:43 2020 +0100
54880d5
REGTESTS: Add sample_fetches/cook.vtc
by Tim Duesterhus
· Fri Nov 13 19:36:47 2020 +0100
ea8e081
DOC: cache: Add new caching limitation information
by Remi Tricot-Le Breton
· Thu Nov 26 15:51:29 2020 +0100
87c2f25
MEDIUM: cache: Change caching conditions
by Remi Tricot-Le Breton
· Thu Nov 12 11:14:41 2020 +0100
bd2dc87
BUG/MAJOR: filters: Always keep all offsets up to date during data filtering
by Christopher Faulet
· Tue Nov 24 09:49:01 2020 +0100
5ae6bfc
DOC: better describes how to configure a fallback crt
by Joao Morais
· Tue Nov 24 08:24:30 2020 -0300
f77465c
BUG/MINOR: http_htx: Fix searching headers by substring
by Maciej Zdeb
· Fri Nov 20 12:12:24 2020 +0000
d5d6214
BUG/MAJOR: connection: reset conn->owner when detaching from session list
by Willy Tarreau
· Fri Nov 20 17:22:44 2020 +0100
4d41466
CLEANUP: connection: do not use conn->owner when the session is known
by Willy Tarreau
· Fri Nov 20 17:08:15 2020 +0100
caaa46c
DOC: clarify how to create a fallback crt
by Joao Morais
· Sat Nov 21 07:42:20 2020 -0300
49091e0
BUILD: makefile: enable crypt(3) for OpenBSD
by Matthieu Guegan
· Fri Nov 20 10:50:39 2020 +0100
7993ebc
BUG/MEDIUM: ssl/crt-list: fix error when no file found
by William Lallemand
· Fri Nov 20 18:26:09 2020 +0100
Next »