Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
18ad15f5c42f80d77306626af5771bb3d2cf5db8
18ad15f
REORG: mux-h1: extract flags and enums into mux_h1-t.h
by Christopher Faulet
· Thu Sep 15 10:51:26 2022 +0200
f8aaf8b
BUG/MEDIUM: mux-quic: fix crash on early app-ops release
by Amaury Denoyelle
· Wed Sep 14 16:23:47 2022 +0200
95fc737
MEDIUM: quic: separate path for rx and tx with set_encryption_secrets
by William Lallemand
· Wed Sep 14 17:54:05 2022 +0200
1c8f3b3
MINOR: httpclient: export httpclient_create_proxy()
by William Lallemand
· Wed Sep 14 14:34:39 2022 +0200
243c2d1
DOC: fix TOC in starter guide for subsection 3.3.8. Statistics
by Mathias Weiersmueller
· Sat Sep 10 19:45:51 2022 +0200
992ad62
MEDIUM: httpclient: allow to use another proxy
by William Lallemand
· Mon Sep 12 17:39:04 2022 +0200
54aec5f
MEDIUM: httpclient: httpclient_create_proxy() creates a proxy for httpclient
by William Lallemand
· Mon Sep 12 16:46:35 2022 +0200
23bc0b2
REGTESTS: ssl/log: test the log-forward with SSL
by William Lallemand
· Tue Sep 13 12:41:29 2022 +0200
d6e581d
BUG/MEDIUM: sink: bad init sequence on tcp sink from a ring.
by Emeric Brun
· Tue Sep 13 16:16:30 2022 +0200
ebf600a
REGTESTS: log: test the log-forward feature
by William Lallemand
· Tue Sep 13 10:34:36 2022 +0200
439be58
MINOR: flags/mux-h2: decode H2C and H2S flags
by Willy Tarreau
· Mon Sep 12 19:20:23 2022 +0200
6c0fadf
REORG: mux-h2: extract flags and enums into mux_h2-t.h
by Willy Tarreau
· Mon Sep 12 19:07:51 2022 +0200
799e541
MINOR: flags/fd: decode FD flags states
by Willy Tarreau
· Mon Sep 12 18:53:06 2022 +0200
a57786e
BUG/MINOR: listener: null pointer dereference suspected by coverity
by Aurelien DARRAGON
· Mon Sep 12 09:26:21 2022 +0200
187396e
CLEANUP: listener: function comment typo in stop_listener()
by Aurelien DARRAGON
· Sun Sep 11 16:19:49 2022 +0200
28bc152
REGTESTS: healthcheckmail: Relax matching on the healthcheck log message
by Christopher Faulet
· Mon Sep 12 09:58:47 2022 +0200
af5336f
BUG/MINOR: mux-h1: Increment open_streams counter when H1 stream is created
by Christopher Faulet
· Mon Sep 12 07:46:11 2022 +0200
af985e0
CLEANUP: pollers: remove dead code in the polling loop
by Willy Tarreau
· Mon Sep 12 09:35:44 2022 +0200
62bde43
BUILD: flags: fix the fallback macros for missing stdio
by Willy Tarreau
· Fri Sep 09 17:46:45 2022 +0200
233c0a5
BUILD: flags: fix build warning in some macros used by show_flags
by Willy Tarreau
· Fri Sep 09 17:35:05 2022 +0200
cddec0a
BUG/MINOR: stats: fixing stat shows disabled frontend status as 'OPEN'
by Aurelien DARRAGON
· Fri Sep 09 15:58:57 2022 +0200
d46f437
MINOR: proxy/listener: support for additional PAUSED state
by Aurelien DARRAGON
· Fri Sep 09 15:51:37 2022 +0200
0013288
MINOR: listener: small API change
by Aurelien DARRAGON
· Fri Sep 09 15:32:57 2022 +0200
7d00077
BUG/MEDIUM: proxy: ensure pause_proxy() and resume_proxy() own PROXY_LOCK
by Aurelien DARRAGON
· Thu Sep 08 14:35:35 2022 +0200
6edae6f
MINOR: flags/http_ana: use flag dumping to show http msg states
by Willy Tarreau
· Fri Sep 09 17:18:57 2022 +0200
5349779
MINOR: flags/htx: use flag dumping to show htx and start-line flags
by Willy Tarreau
· Fri Sep 09 16:59:29 2022 +0200
cdefa80
DEV: flags: remove the now useless intermediary functions
by Willy Tarreau
· Fri Sep 09 16:47:43 2022 +0200
a8db91f
DEV: flags: remove the now unused SHOW_FLAG() definition
by Willy Tarreau
· Fri Sep 09 16:36:37 2022 +0200
e2afad0
MINOR: flags/http_ana: use flag dumping for txn flags
by Willy Tarreau
· Fri Sep 09 16:31:37 2022 +0200
92a2d3c
MINOR: flags/task: use flag dumping for task state
by Willy Tarreau
· Fri Sep 09 16:19:33 2022 +0200
e9d1283
MINOR: flags/stream: use flag dumping for stream flags
by Willy Tarreau
· Fri Sep 09 16:10:40 2022 +0200
f4cb98c
MINOR: flags/stream: use flag dumping for stream error type
by Willy Tarreau
· Fri Sep 09 15:38:30 2022 +0200
4bab7d8
MINOR: flags/stconn: use flag dumping for stconn and sedesc flags
by Willy Tarreau
· Fri Sep 09 15:26:38 2022 +0200
9d9e101
MINOR: flags/connection: use flag dumping for connection flags
by Willy Tarreau
· Fri Sep 09 15:04:32 2022 +0200
cdc9ddc
MINOR: flags/channel: use flag dumping for channel flags and analysers
by Willy Tarreau
· Fri Sep 09 14:51:57 2022 +0200
7a955b5
MINOR: flags: implement a macro used to dump enums inside masks
by Willy Tarreau
· Fri Sep 09 16:05:10 2022 +0200
77acaf5
MINOR: flags: add a new file to host flag dumping macros
by Willy Tarreau
· Fri Sep 09 14:34:12 2022 +0200
20273ce
DEV: flags: add missing CO_FL_FDLESS connection flag
by Willy Tarreau
· Fri Sep 09 14:46:15 2022 +0200
c7ac174
DEV: flags: fix usage message to reflect available options
by Willy Tarreau
· Fri Sep 09 14:16:49 2022 +0200
b0ab121
CI: cirrus-ci: bump FreeBSD image to 13-1
by Ilya Shipitsin
· Thu Sep 08 21:45:16 2022 +0500
eea152e
BUG/MINOR: signals/poller: ensure wakeup from signals
by Matthias Wirth
· Fri Sep 09 10:21:00 2022 +0200
ef2d234
BUILD: udp-perturb: Add a make target for udp-perturb tool
by Frédéric Lécaille
· Thu Sep 08 20:47:28 2022 +0200
192093b
MINOR: dev/udp: Apply the corruption to both directions
by Frédéric Lécaille
· Thu Sep 08 20:38:59 2022 +0200
3dd79d3
MINOR: h3: Send the h3 settings with others streams (requests)
by Frédéric Lécaille
· Thu Sep 08 17:53:36 2022 +0200
befcf70
MINOR: h3: Missing connection argument for a TRACE_LEAVE() argument
by Frédéric Lécaille
· Thu Sep 08 16:04:55 2022 +0200
2eb5faa
MINOR: h3: Add the quic_conn object to h3 traces
by Frédéric Lécaille
· Thu Sep 08 16:03:13 2022 +0200
1c725aa
BUG/MINOR: h3: Crash when h3 trace verbosity is "minimal"
by Frédéric Lécaille
· Thu Sep 08 15:49:37 2022 +0200
3c1b81f
BUG/MINOR: quic: Trace fix about packet number space information.
by Frédéric Lécaille
· Thu Sep 08 09:52:14 2022 +0200
bb995ea
BUG/MINOR: quic: Speed up the handshake completion only one time
by Frédéric Lécaille
· Wed Sep 07 17:34:18 2022 +0200
43c891d
BUG/MINOR: signals/poller: set the poller timeout to 0 when there are signals
by William Lallemand
· Thu Sep 08 17:46:31 2022 +0200
e86bc35
MINOR: activity/cli: support sorting task profiling by total CPU time
by Willy Tarreau
· Thu Sep 08 16:38:10 2022 +0200
dc89b18
MINOR: activity/cli: support aggregating task profiling outputs
by Willy Tarreau
· Thu Sep 08 16:05:57 2022 +0200
64435aa
MINOR: tasks/activity: improve the caller-callee activity hash
by Willy Tarreau
· Wed Sep 07 18:54:30 2022 +0200
3d4cdb1
MEDIUM: tasks/activity: combine the called function with the caller
by Willy Tarreau
· Wed Sep 07 18:37:47 2022 +0200
41e701e
DEBUG: quic: export the few task handlers that often appear in task dumps
by Willy Tarreau
· Thu Sep 08 15:12:59 2022 +0200
0fbc16c
DEBUG: resolvers: unstatify process_resolvers() to make it appear in profiling
by Willy Tarreau
· Thu Sep 08 15:07:13 2022 +0200
a342387
CLEANUP: activity: make the number of sched activity entries more configurable
by Willy Tarreau
· Wed Sep 07 18:49:55 2022 +0200
a9a2384
CLEANUP: sched: remove duplicate code in run_tasks_from_list()
by Willy Tarreau
· Wed Sep 07 17:06:16 2022 +0200
e0e6d81
CLEANUP: task: move tid and wake_date into the common part
by Willy Tarreau
· Wed Sep 07 16:43:01 2022 +0200
2830d28
DEBUG: task: simplify the caller recording in DEBUG_TASK
by Willy Tarreau
· Tue Sep 06 11:11:47 2022 +0200
8d71abf
DEBUG: applet: instrument appctx_wakeup() to log the caller's location
by Willy Tarreau
· Tue Sep 06 14:45:55 2022 +0200
e08af9a
DEBUG: task: use struct ha_caller instead of arrays of file:line
by Willy Tarreau
· Tue Sep 06 10:25:49 2022 +0200
d2b2ad9
DEBUG: task: define a series of wakeup types for tasks and tasklets
by Willy Tarreau
· Tue Sep 06 15:01:55 2022 +0200
d96d214
CLEANUP: debug: use struct ha_caller for memstat
by Willy Tarreau
· Tue Sep 06 08:05:59 2022 +0200
7f2f1f2
MINOR: debug: add struct ha_caller to describe a calling location
by Willy Tarreau
· Tue Sep 06 07:55:44 2022 +0200
4c1bc01
CLEANUP: activity: make taskprof use ptr_hash()
by Willy Tarreau
· Wed Sep 07 11:27:25 2022 +0200
245d32f
CLEANUP: activity: make memprof use the generic ptr_hash() function
by Willy Tarreau
· Wed Sep 07 11:20:01 2022 +0200
4a39076
MINOR: tools: add generic pointer hashing functions
by Willy Tarreau
· Wed Sep 07 10:56:03 2022 +0200
6a28a30
MINOR: tasks: do not keep cpu and latency times in struct task
by Willy Tarreau
· Wed Sep 07 09:17:45 2022 +0200
beee600
BUG/MINOR: stream/sched: take into account CPU profiling for the last call
by Willy Tarreau
· Wed Sep 07 16:17:49 2022 +0200
1efddfa
MINOR: sched: store the current profile entry in the thread context
by Willy Tarreau
· Wed Sep 07 16:16:39 2022 +0200
62b5b96
BUG/MINOR: sched: properly account for the CPU time of dying tasks
by Willy Tarreau
· Wed Sep 07 15:11:25 2022 +0200
04e50b3
CLEANUP: task: rename ->call_date to ->wake_date
by Willy Tarreau
· Wed Sep 07 14:49:50 2022 +0200
768c2c5
MINOR: task: permanently enable latency measurement on tasklets
by Willy Tarreau
· Tue Sep 06 19:17:45 2022 +0200
0fae3a0
BUG/MINOR: task: make task_instant_wakeup() work on a task not a tasklet
by Willy Tarreau
· Tue Sep 06 16:31:30 2022 +0200
f27acd9
BUG/MINOR: task: always reset a new tasklet's call date
by Willy Tarreau
· Tue Sep 06 19:06:52 2022 +0200
3122c75
BUG/MINOR: quic: Wrong connection ID to thread ID association
by Frédéric Lécaille
· Wed Sep 07 15:06:52 2022 +0200
614742b
MINOR: quic: No TRACE_LEAVE() in retrieve_qc_conn_from_cid()
by Frédéric Lécaille
· Wed Sep 07 12:15:43 2022 +0200
449804e
MINOR: quic: Add traces about sent or resent TX frames
by Frédéric Lécaille
· Fri Sep 02 22:16:10 2022 +0200
70a6e63
MINOR: quic: add QUIC support when no client_hello_cb
by William Lallemand
· Wed Sep 07 11:21:34 2022 +0200
373ce73
BUILD: quic: fix the #ifdef in ssl_quic_initial_ctx()
by William Lallemand
· Wed Sep 07 11:11:59 2022 +0200
4b7938d
BUILD: ssl: fix the ifdef mess in ssl_sock_initial_ctx
by William Lallemand
· Wed Sep 07 10:54:17 2022 +0200
e6ec626
BUILD: quic: enable early data only with >= openssl 1.1.1
by William Lallemand
· Fri Sep 02 16:24:39 2022 +0200
d2be9d4
BUILD: quic: temporarly ignore chacha20_poly1305 for libressl
by William Lallemand
· Fri Sep 02 15:35:09 2022 +0200
844009d
BUILD: ssl: fix ssl_sock_switchtx_cbk when no client_hello_cb
by William Lallemand
· Fri Sep 02 15:27:32 2022 +0200
6d74e17
BUILD: quic: add some ifdef around the SSL_ERROR_* for libressl
by William Lallemand
· Thu Sep 01 16:15:10 2022 +0200
2be0ac5
BUG/MINOR: quic: Possible crash when verifying certificates
by Frédéric Lécaille
· Tue Sep 06 19:37:08 2022 +0200
a9e934b
BUG/MINOR: h1: Support headers case adjustment for TCP proxies
by Christopher Faulet
· Tue Sep 06 10:09:40 2022 +0200
4b5f302
MINOR: http-check: Remove support for headers/body in "option httpchk" version
by Christopher Faulet
· Mon Sep 05 09:05:17 2022 +0200
6aec1f3
BUG/MINOR: quic: Possible crash with "tls-ticket-keys" on QUIC bind lines
by Frédéric Lécaille
· Tue Sep 06 17:04:55 2022 +0200
025945f
BUG/MINOR: quic: Retransmitted frames marked as acknowledged
by Frédéric Lécaille
· Tue Sep 06 09:55:21 2022 +0200
2f105b8
BUILD: makefile: enable crypt(3) for NetBSD
by Brad Smith
· Sat Aug 13 00:57:31 2022 -0400
ef9d594
MINOR: Revert part of clarifying samples support per os commit
by Brad Smith
· Thu Aug 25 23:13:38 2022 -0400
3bb2b5d
[RELEASE] Released version 2.7-dev5
by Willy Tarreau
· Fri Sep 02 19:36:50 2022 +0200
6a03a0d
BUG/MINOR: http-act: initialize http fmt head earlier
by Willy Tarreau
· Fri Sep 02 19:19:01 2022 +0200
e6f389d
MINOR: mux-h1: provide a "show_sd" helper to output stream debugging info
by Willy Tarreau
· Fri Sep 02 16:32:31 2022 +0200
7079c0f
MINOR: mux-h1: split "show_fd" into connection and stream
by Willy Tarreau
· Fri Sep 02 16:11:28 2022 +0200
b4a4fee
MINOR: mux-quic: provide a "show_sd" helper to output stream debugging info
by Willy Tarreau
· Fri Sep 02 16:00:40 2022 +0200
7051f73
MINOR: mux-h2: insert line breaks in "show sess all" output for legibility
by Willy Tarreau
· Fri Sep 02 15:22:12 2022 +0200
bf4ec6f
MINOR: mux-h2: provide a "show_sd" helper to output stream debugging info
by Willy Tarreau
· Fri Sep 02 15:11:40 2022 +0200
Next »