Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
340ef2502eae2a37781e460d3590982c0e437fbd
/
src
dbf7802
REORG: listener: move bind_conf_alloc() and listener_state_str() to listener.c
by Willy Tarreau
· Wed Oct 06 09:05:08 2021 +0200
dced3eb
MINOR: thread/debug: replace nsec_now() with now_mono_time()
by Willy Tarreau
· Tue Oct 05 18:48:23 2021 +0200
407ef89
REORG: thread: uninline the lock-debugging code
by Willy Tarreau
· Tue Oct 05 18:39:27 2021 +0200
f14d190
REORG: pools: uninline the UAF allocator and force-inline the rest
by Willy Tarreau
· Tue Oct 05 18:14:11 2021 +0200
5d9ddc5
BUILD: tree-wide: add several missing activity.h
by Willy Tarreau
· Wed Oct 06 19:54:09 2021 +0200
410e259
BUILD: mworker: mworker-prog needs time.h for the 'now' variable
by Willy Tarreau
· Wed Oct 06 19:31:06 2021 +0200
6cd007d
BUILD: tcp_sample: include missing errors.h and session-t.h
by Willy Tarreau
· Wed Oct 06 19:01:21 2021 +0200
0d1dd0e
BUILD: cfgparse-ssl: add missing errors.h
by Willy Tarreau
· Wed Oct 06 19:00:49 2021 +0200
b7fc4c4
BUILD: tree-wide: add missing http_ana.h from many places
by Willy Tarreau
· Wed Oct 06 18:56:42 2021 +0200
63617db
BUILD: idleconns: include missing ebmbtree.h at several places
by Willy Tarreau
· Wed Oct 06 18:23:40 2021 +0200
74f2456
BUILD: ssl_ckch: include ebpttree.h in ssl_ckch.c
by Willy Tarreau
· Wed Oct 06 17:54:12 2021 +0200
8db34cc
BUILD: peers: need to include eb{32/mb/pt}tree.h
by Willy Tarreau
· Wed Oct 06 17:53:19 2021 +0200
b555eb1
BUILD: vars: need to include xxhash
by Willy Tarreau
· Wed Oct 06 17:11:51 2021 +0200
0ce6dc0
BUILD: http_rules: requires http_ana-t.h for REDIRECT_*
by Willy Tarreau
· Wed Oct 06 16:38:53 2021 +0200
286631a
BUILD: sample: include openssl-compat
by Willy Tarreau
· Wed Oct 06 11:29:03 2021 +0200
1df2042
BUILD: httpclient: include missing ssl_sock-t
by Willy Tarreau
· Wed Oct 06 11:28:24 2021 +0200
2753940
BUILD: hlua: needs to include stream-t.h
by Willy Tarreau
· Wed Oct 06 09:12:44 2021 +0200
397ad41
BUILD: extcheck: needs to include stream-t.h
by Willy Tarreau
· Wed Oct 06 09:11:54 2021 +0200
2476ff1
BUG/MEDIUM: sample: properly verify that variables cast to sample
by Willy Tarreau
· Wed Oct 06 15:30:52 2021 +0200
168e8de
MINOR: sample: provide a generic var-to-sample conversion function
by Willy Tarreau
· Wed Oct 06 15:29:00 2021 +0200
4034e2c
CLEANUP: sample: uninline sample_conv_var2smp_str()
by Willy Tarreau
· Wed Oct 06 15:20:18 2021 +0200
d9be599
CLEANUP: sample: rename sample_conv_var2smp() to *_sint
by Willy Tarreau
· Wed Oct 06 15:19:05 2021 +0200
80527bc
CLEANUP: server: always include the storage for SSL settings
by Willy Tarreau
· Wed Oct 06 14:48:37 2021 +0200
746e6f3
MINOR: httpclient/lua: supports headers via named arguments
by William Lallemand
· Wed Oct 06 10:57:44 2021 +0200
ef574b2
BUG/MINOR: httpclient/lua: does not process headers when failed
by William Lallemand
· Tue Oct 05 16:19:31 2021 +0200
2a87900
MINOR: httpclient: destroy checks if a client was started but not stopped
by William Lallemand
· Tue Oct 05 15:50:45 2021 +0200
4d60184
BUG/MEDIUM: httpclient/lua: crash because of b_xfer and get_trash_chunk()
by William Lallemand
· Thu Sep 30 10:07:57 2021 +0200
f77f1de
MINOR: httpclient/lua: implement garbage collection
by William Lallemand
· Tue Sep 28 19:10:38 2021 +0200
b8b1370
MINOR: httpclient: test if started during stop_and_destroy()
by William Lallemand
· Tue Sep 28 12:15:37 2021 +0200
ecb83e1
MINOR: httpclient: stop_and_destroy() ask the applet to autokill
by William Lallemand
· Tue Sep 28 11:00:43 2021 +0200
739f90a
MINOR: httpclient: set HTTPCLIENT_F_ENDED only in release
by William Lallemand
· Tue Sep 28 10:10:07 2021 +0200
03f5a1c
MINOR: httpclient: destroy() must free the headers and the ists
by William Lallemand
· Mon Sep 27 15:17:47 2021 +0200
d347588
BUG/MEDIUM: http-ana: Clear request analyzers when applying redirect rule
by Christopher Faulet
· Mon Oct 04 14:16:46 2021 +0200
d28b2b2
BUG/MEDIUM: filters: Fix a typo when a filter is attached blocking the release
by Christopher Faulet
· Mon Oct 04 07:50:13 2021 +0200
6dfab11
REORG: sched: move idle time calculation from time.h to task.h
by Willy Tarreau
· Thu Sep 30 17:53:22 2021 +0200
6136989
MINOR: time: uninline report_idle() and move it to task.c
by Willy Tarreau
· Thu Sep 30 08:52:11 2021 +0200
beeabf5
MINOR: task: provide 3 task_new_* wrappers to simplify the API
by Willy Tarreau
· Fri Oct 01 18:23:30 2021 +0200
6a2a912
CLEANUP: tasks: remove the long-unused work_lists
by Willy Tarreau
· Fri Oct 01 18:30:14 2021 +0200
7a96999
MINOR: tasks: catch TICK_ETERNITY with BUG_ON() in __task_queue()
by Willy Tarreau
· Thu Sep 30 16:38:09 2021 +0200
cb59e0b
BUG/MINOR: tcp-rules: Stop content rules eval on read error and end-of-input
by Christopher Faulet
· Thu Sep 30 14:56:30 2021 +0200
eaba25d
BUG/MINOR: tcpcheck: Don't use arg list for default proxies during parsing
by Christopher Faulet
· Thu Sep 30 16:22:51 2021 +0200
35926a1
MINOR: arg: Be able to forbid unresolved args when building an argument list
by Christopher Faulet
· Thu Sep 30 08:48:56 2021 +0200
e3957f8
BUG/MAJOR: lua: use task_wakeup() to properly run a task once
by Willy Tarreau
· Thu Sep 30 16:17:37 2021 +0200
12c0270
BUG/MEDIUM: lua: fix wakeup condition from sleep()
by Willy Tarreau
· Thu Sep 30 16:12:31 2021 +0200
9543d5a
MINOR: ssl: Store the last SSL error code in case of read or write failure
by Remi Tricot-Le Breton
· Wed Sep 29 18:56:53 2021 +0200
1fe0fad
MINOR: ssl: Rename ssl_bc_hsk_err to ssl_bc_err
by Remi Tricot-Le Breton
· Wed Sep 29 18:56:52 2021 +0200
61944f7
MINOR: ssl: Set connection error code in case of SSL read or write fatal failure
by Remi Tricot-Le Breton
· Wed Sep 29 18:56:51 2021 +0200
da3adeb
BUG/MEDIUM: mux-h1/mux-fcgi: Reject messages with unknown transfer encoding
by Christopher Faulet
· Tue Sep 28 09:50:07 2021 +0200
545fbba
MINOR: h1: Change T-E header parsing to fail if chunked encoding is found twice
by Christopher Faulet
· Tue Sep 28 09:36:25 2021 +0200
92cafb3
MINOR: http: Add 422-Unprocessable-Content error message
by Christopher Faulet
· Tue Sep 28 08:48:51 2021 +0200
f56e846
BUG/MINOR: mux-h1/mux-fcgi: Sanitize TE header to only send "trailers"
by Christopher Faulet
· Tue Sep 28 10:56:36 2021 +0200
631c7e8
MEDIUM: h1: Force close mode for invalid uses of T-E header
by Christopher Faulet
· Mon Sep 27 09:47:03 2021 +0200
e136bd1
MEDIUM: mux-h1: Reject HTTP/1.0 GET/HEAD/DELETE requests with a payload
by Christopher Faulet
· Tue Sep 21 18:44:55 2021 +0200
b3230f7
MINOR: mux-h1: Be able to set custom status code on parsing error
by Christopher Faulet
· Tue Sep 21 18:38:20 2021 +0200
36e46aa
MINOR: mux-h1: Set error code if possible when MUX_EXIT_STATUS is returned
by Christopher Faulet
· Tue Sep 28 11:45:05 2021 +0200
a015b3e
MINOR: log: Try to get the status code when MUX_EXIT_STATUS is retrieved
by Christopher Faulet
· Tue Sep 28 11:36:28 2021 +0200
2d5d4e0
MINOR: init: extract the setup and end of threads to their own functions
by Willy Tarreau
· Tue Sep 28 10:36:57 2021 +0200
fb641d7
MEDIUM: init: de-uglify the per-thread affinity setting
by Willy Tarreau
· Tue Sep 28 10:15:47 2021 +0200
2a30f4d
CLEANUP: init: remove useless test against MAX_THREADS in affinity loop
by Willy Tarreau
· Tue Sep 28 09:56:44 2021 +0200
51ec03a
MINOR: config: use a standard parser for the "nbthread" keyword
by Willy Tarreau
· Wed Sep 22 11:55:22 2021 +0200
614e683
BUG/MEDIUM: httpclient: replace ist0 by istptr
by William Lallemand
· Sun Sep 26 18:12:43 2021 +0200
4a4e663
Revert "head-truc"
by William Lallemand
· Fri Sep 24 19:13:04 2021 +0200
7d21836
head-truc
by William Lallemand
· Fri Sep 24 16:51:55 2021 +0200
eaf16fc
CLEANUP: slz: Mark `reset_refs` as static
by Tim Duesterhus
· Mon Sep 20 19:59:42 2021 +0200
79416cb
BUG/MINOR: httpclient/lua: return an error on argument check
by William Lallemand
· Fri Sep 24 14:51:44 2021 +0200
d7df73a
MINOR: httpclient/lua: implement the headers in the response object
by William Lallemand
· Thu Sep 23 17:54:00 2021 +0200
3956c4e
MINOR: httpclient/lua: httpclient:get() API in lua
by William Lallemand
· Tue Sep 21 16:25:15 2021 +0200
1123dde
MINOR: httpclient: httpclient_ended() returns 1 if the client ended
by William Lallemand
· Tue Sep 21 10:58:10 2021 +0200
518878e
MINOR: httpclient: httpclient_data() returns the available data
by William Lallemand
· Tue Sep 21 10:45:34 2021 +0200
b6b1cde
CLEANUP: stats: Fix some alignment mistakes
by Thierry Fournier
· Fri Sep 24 00:03:07 2021 +0200
e9ed63e
MINOR: stats: Enable dark mode on stat web page
by Thierry Fournier
· Thu Sep 23 23:59:49 2021 +0200
9a006f9
BUG/MINOR: http-ana: increment internal_errors counter on response error
by Dragan Dosen
· Tue Sep 21 13:02:09 2021 +0200
564e39c
MINOR: stream-int: Notify mux when the buffer is not stuck when calling rcv_buf
by Christopher Faulet
· Tue Sep 21 15:50:55 2021 +0200
2bc364c
BUG/MEDIUM: stream-int: Defrag HTX message in si_cs_recv() if necessary
by Christopher Faulet
· Tue Sep 21 15:22:12 2021 +0200
4697c92
MINOR: htx: Add an HTX flag to know when a message is fragmented
by Christopher Faulet
· Tue Sep 21 15:39:30 2021 +0200
68a14db
MINOR: stream-int: Set CO_RFL transient/persistent flags apart in si_cs_rcv()
by Christopher Faulet
· Tue Sep 21 15:14:57 2021 +0200
7833596
BUG/MEDIUM: stream: Stop waiting for more data if SI is blocked on RXBLK_ROOM
by Christopher Faulet
· Thu Sep 23 14:46:32 2021 +0200
df99408
BUG/MEDIUM: stream-int: Notify stream that the mux wants more room to xfer data
by Christopher Faulet
· Thu Sep 23 14:17:20 2021 +0200
46e058d
BUG/MEDIUM: mux-h1: Adjust conditions to ask more space in the channel buffer
by Christopher Faulet
· Mon Sep 20 07:47:27 2021 +0200
216d335
BUG/MINOR: h1-htx: Fix a typo when request parser is reset
by Christopher Faulet
· Thu Sep 23 15:38:26 2021 +0200
cde9112
MINOR: quic: fix qcc subs initialization
by Amaury Denoyelle
· Wed Sep 22 15:28:27 2021 +0200
cd28b27
MEDIUM: quic: implement mux release/conn free
by Amaury Denoyelle
· Wed Sep 22 14:48:32 2021 +0200
414cac5
MINOR: quic: define close handler
by Amaury Denoyelle
· Wed Sep 22 11:14:37 2021 +0200
865b078
MINOR: quic: Crash upon too big packets receipt
by Frédéric Lécaille
· Thu Sep 23 07:33:20 2021 +0200
3230bcf
MINOR: quic: Possible endless loop in qc_treat_rx_pkts()
by Frédéric Lécaille
· Wed Sep 22 15:15:46 2021 +0200
310d1bd
MINOR: quic: RX packets memory leak
by Frédéric Lécaille
· Wed Sep 22 15:10:49 2021 +0200
ebc3fc1
CLEANUP: quic: Remove useless inline functions
by Frédéric Lécaille
· Wed Sep 22 08:34:21 2021 +0200
8526f14
MINOR: quic: Wake up the xprt from mux
by Frédéric Lécaille
· Mon Sep 20 17:58:22 2021 +0200
1d40240
MINOR: quic: Implement qc_process_mux()
by Frédéric Lécaille
· Mon Sep 20 17:53:17 2021 +0200
d2ba096
MINOR: quic: Stream FIN bit fix in qcs_push_frame()
by Frédéric Lécaille
· Mon Sep 20 17:50:03 2021 +0200
1c482c6
MINOR: quic: Wake up the mux upon ACK receipt
by Frédéric Lécaille
· Mon Sep 20 16:59:51 2021 +0200
513b4f2
MINOR: quic: Implement quic_conn_subscribe()
by Frédéric Lécaille
· Mon Sep 20 15:23:17 2021 +0200
153194f
MINOR: mux_quic: Export the mux related flags
by Frédéric Lécaille
· Mon Sep 20 15:11:51 2021 +0200
acd43a5
MINOR: quic: Add useful trace about pktns discarding
by Frédéric Lécaille
· Mon Sep 20 11:18:24 2021 +0200
8c27de7
MINOR: quic: Initial packet number spaced not discarded
by Frédéric Lécaille
· Mon Sep 20 11:00:46 2021 +0200
2cb130c
MINOR: quic: Constantness fixes for frame builders/parsers.
by Frédéric Lécaille
· Fri Sep 17 17:05:44 2021 +0200
dc2593e
MINOR: quic: Wrong packet flags settings during frame building
by Frédéric Lécaille
· Fri Sep 17 16:57:14 2021 +0200
156a59b
MINOR: quic: Confusion between TX/RX for the frame builders
by Frédéric Lécaille
· Fri Sep 17 16:51:51 2021 +0200
578a789
MINOR: mux_quic: move qc_process() code to qc_send()
by Frédéric Lécaille
· Mon Sep 13 16:13:00 2021 +0200
785d3bd
MINOR: quic: Make use of buffer structs to handle STREAM frames
by Frédéric Lécaille
· Fri Sep 10 09:13:39 2021 +0200
Next »