Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
ecfb9b9109ff803740153489f8571eec81dc8783
/
include
ecfb9b9
MEDIUM: server: Store parsed params of a server-state line in the tree
by Christopher Faulet
· Mon Feb 15 18:27:35 2021 +0100
6d87c58
CLEANUP: server: Rename state_line structure into server_state_line
by Christopher Faulet
· Mon Feb 15 17:09:33 2021 +0100
fcb53fb
CLEANUP: server: Rename state_line node to node instead of name_name
by Christopher Faulet
· Mon Feb 15 12:07:40 2021 +0100
b2285de
MINOR: tasks: also compute the tasklet latency when DEBUG_TASK is set
by Willy Tarreau
· Thu Feb 25 08:39:07 2021 +0100
45499c5
MINOR: task: make grq_total atomic to move it outside of the grq_lock
by Willy Tarreau
· Thu Feb 25 07:51:18 2021 +0100
c03fbeb
CLEANUP: task: re-merge __task_unlink_rq() with task_unlink_rq()
by Willy Tarreau
· Thu Feb 25 07:47:03 2021 +0100
e071f0e
MINOR: htx: Add function to reserve the max possible size for an HTX DATA block
by Christopher Faulet
· Wed Feb 03 12:11:31 2021 +0100
b4badf7
BUG/MINOR: resolvers: new callback to properly handle SRV record errors
by Baptiste Assmann
· Thu Nov 19 22:38:33 2020 +0100
5926e38
BUG/MINOR: fd: properly wait for !running_mask in fd_set_running_excl()
by Willy Tarreau
· Wed Feb 24 19:40:49 2021 +0100
9c6dbf0
CLEANUP: task: split the large tasklet_wakeup_on() function in two
by Willy Tarreau
· Wed Feb 24 17:51:38 2021 +0100
955a11e
MINOR: task: move the allocated tasks counter to the per-thread struct
by Willy Tarreau
· Wed Feb 24 17:03:30 2021 +0100
018564e
CLEANUP: task: move the tree root detection from __task_wakeup() to task_wakeup()
by Willy Tarreau
· Wed Feb 24 16:41:11 2021 +0100
1f3b141
CLEANUP: tasks: use a less confusing name for task_list_size
by Willy Tarreau
· Wed Feb 24 14:13:40 2021 +0100
2c41d77
MINOR: tasks: do not maintain the rqueue_size counter anymore
by Willy Tarreau
· Wed Feb 24 16:13:03 2021 +0100
9c7b808
MEDIUM: task: remove the tasks_run_queue counter and have one per thread
by Willy Tarreau
· Wed Feb 24 15:10:07 2021 +0100
49de685
MEDIUM: streams: do not use the streams lock anymore
by Willy Tarreau
· Wed Feb 24 13:46:12 2021 +0100
a698eb6
MINOR: streams: use one list per stream instead of a global one
by Willy Tarreau
· Wed Feb 24 10:37:01 2021 +0100
b981318
MINOR: stream: add an "epoch" to figure which streams appeared when
by Willy Tarreau
· Wed Feb 24 11:29:51 2021 +0100
98a9e1b
BUILD: SSL: introduce fine guard for RAND_keep_random_devices_open
by Ilya Shipitsin
· Fri Feb 19 23:42:53 2021 +0500
c6ba9a0
MINOR: sched: have one runqueue ticks counter per thread
by Willy Tarreau
· Sat Feb 20 12:49:54 2021 +0100
4d77bbf
MINOR: dynbuf: pass offer_buffers() the number of buffers instead of a threshold
by Willy Tarreau
· Sat Feb 20 12:02:46 2021 +0100
90f366b
MINOR: dynbuf: use regular lists instead of mt_lists for buffer_wait
by Willy Tarreau
· Sat Feb 20 11:49:49 2021 +0100
e8e5091
MINOR: dynbuf: make the buffer wait queue per thread
by Willy Tarreau
· Sat Feb 20 11:38:56 2021 +0100
ea2cdf5
MEDIUM: server: Don't introduce a new server-state file version
by Christopher Faulet
· Fri Feb 19 12:10:36 2021 +0100
8990b01
MINOR: connection: allocate dynamically hash node for backend conns
by Amaury Denoyelle
· Fri Feb 19 15:29:16 2021 +0100
5567f41
BUG/MEDIUM: lists: Avoid an infinite loop in MT_LIST_TRY_ADDQ().
by Olivier Houchard
· Thu Feb 18 23:55:30 2021 +0100
6616132
MINOR: listener: refine the default MAX_ACCEPT from 64 to 4
by Willy Tarreau
· Fri Feb 19 15:50:27 2021 +0100
4327d0a
MINOR: tasks: refine the default run queue depth
by Willy Tarreau
· Fri Feb 19 15:11:55 2021 +0100
c47d676
BUILD: ssl: introduce fine guard for OpenSSL specific SCTL functions
by Ilya Shipitsin
· Sat Feb 13 11:45:33 2021 +0500
8dd40fb
BUG/MINOR: sample: Always consider zero size string samples as unsafe
by Christopher Faulet
· Thu Feb 18 10:22:48 2021 +0100
ca9f60c
MINOR: tasks/debug: add some extra controls of use-after-free in DEBUG_TASK
by Willy Tarreau
· Thu Feb 18 14:38:49 2021 +0100
b23f042
MINOR: tasks: add DEBUG_TASK to report caller info in a task
by Willy Tarreau
· Tue Feb 16 18:44:00 2021 +0100
59b0fec
MINOR: lb/api: let callers of take_conn/drop_conn tell if they have the lock
by Willy Tarreau
· Wed Feb 17 16:01:37 2021 +0100
b9ad30a
Revert "MINOR: threads: change lock_t to an unsigned int"
by Willy Tarreau
· Wed Feb 17 15:45:01 2021 +0100
751153e
OPTIM: server: switch the actconn list to an mt-list
by Willy Tarreau
· Wed Feb 17 13:33:24 2021 +0100
ccea3c5
DEBUG: thread: add 5 extra lock labels for statistics and debugging
by Willy Tarreau
· Wed Feb 17 14:33:58 2021 +0100
4e9df27
BUG/MEDIUM: checks: don't needlessly take the server lock in health_adjust()
by Willy Tarreau
· Wed Feb 17 15:20:19 2021 +0100
36441f4
MINOR: connection: remove pointers for prehash in conn_hash_params
by Amaury Denoyelle
· Wed Feb 17 16:25:31 2021 +0100
aba5073
BUG/MAJOR: connection: prevent double free if conn selected for removal
by Amaury Denoyelle
· Tue Feb 16 15:16:17 2021 +0100
3679d0c
MINOR: stats: add helper to get status string
by William Dauchy
· Sun Feb 14 23:22:55 2021 +0100
655e14e
MEDIUM: stats: allow to select one field in `stats_fill_li_stats`
by William Dauchy
· Sun Feb 14 23:22:54 2021 +0100
fd647d5
MEDIUM: dns: adds code to support pipelined DNS requests over TCP.
by Emeric Brun
· Fri Feb 12 20:03:38 2021 +0100
c943799
MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.c
by Emeric Brun
· Fri Feb 12 19:42:55 2021 +0100
d26a623
MEDIUM: resolvers: split resolving and dns message exchange layers.
by Emeric Brun
· Mon Jan 04 13:32:20 2021 +0100
d3b4495
MINOR: resolvers: rework dns stats prototype because specific to resolvers
by Emeric Brun
· Wed Jan 06 16:01:02 2021 +0100
6a2006a
MINOR: resolvers: replace nameserver's resolver ref by generic parent pointer
by Emeric Brun
· Mon Jan 04 13:18:55 2021 +0100
d30e9a1
MINOR: resolvers: rework prototype suffixes to split resolving and dns.
by Emeric Brun
· Wed Dec 23 18:49:16 2020 +0100
456de77
MINOR: resolvers: renames resolvers DNS_UPD_* returncodes to RSLV_UPD_*
by Emeric Brun
· Wed Dec 23 18:17:31 2020 +0100
30c766e
MINOR: resolvers: renames resolvers DNS_RESP_* errcodes RSLV_RESP_*
by Emeric Brun
· Wed Dec 23 18:12:31 2020 +0100
21fbeed
MINOR: resolvers: renames some dns prefixed types using resolv prefix.
by Emeric Brun
· Wed Dec 23 18:01:04 2020 +0100
08622d3
MINOR: resolvers: renames some resolvers specific types to not use dns prefix
by Emeric Brun
· Wed Dec 23 17:41:43 2020 +0100
750fe79
MINOR: resolvers: renames type dns_resolvers to resolvers.
by Emeric Brun
· Wed Dec 23 16:51:12 2020 +0100
85914e9
MINOR: resolvers: renames some resolvers internal types and removes dns prefix
by Emeric Brun
· Wed Dec 23 16:38:06 2020 +0100
67f830d
BUG/MINOR: resolvers: fix attribute packed struct for dns
by Emeric Brun
· Wed Dec 23 15:55:03 2020 +0100
50c870e
BUG/MINOR: dns: add missing sent counter and parent id to dns counters.
by Emeric Brun
· Mon Jan 04 10:40:46 2021 +0100
e14b98c
MINOR: ring: adds new ring_init function.
by Emeric Brun
· Tue Jan 12 14:21:00 2021 +0100
49962b5
MINOR: peers/cli: do not dump the peers dictionaries by default on "show peers"
by Willy Tarreau
· Fri Feb 12 16:56:22 2021 +0100
e90904d
MEDIUM: proxy: store the default proxies in a tree by name
by Willy Tarreau
· Fri Feb 12 14:08:31 2021 +0100
0a0f6a7
MINOR: proxy: support storing defaults sections into their own tree
by Willy Tarreau
· Fri Feb 12 13:52:11 2021 +0100
80dc6fe
MINOR: proxy: add a new capability PR_CAP_DEF
by Willy Tarreau
· Fri Feb 12 09:43:33 2021 +0100
7d0c143
MINOR: cfgparse: move defproxy to cfgparse-listen as a static
by Willy Tarreau
· Fri Feb 12 12:29:28 2021 +0100
bb8669a
BUG/MINOR: server: parse_server() must take a const for the defproxy
by Willy Tarreau
· Fri Feb 12 12:15:05 2021 +0100
54fa7e3
BUG/MINOR: tcpcheck: proxy_parse_*check*() must take a const for the defproxy
by Willy Tarreau
· Fri Feb 12 12:09:38 2021 +0100
220fd70
BUG/MINOR: extcheck: proxy_parse_extcheck() must take a const for the defproxy
by Willy Tarreau
· Fri Feb 12 12:07:38 2021 +0100
a3320a0
MINOR: proxy: move the defproxy freeing code to proxy.c
by Willy Tarreau
· Fri Feb 12 10:38:49 2021 +0100
7683893
REORG: proxy: centralize the proxy allocation code into alloc_new_proxy()
by Willy Tarreau
· Fri Feb 12 08:49:47 2021 +0100
144289b
REORG: move init_default_instance() to proxy.c and pass it the defproxy pointer
by Willy Tarreau
· Fri Feb 12 08:19:01 2021 +0100
168a414
BUILD: proxy: add missing compression-t.h to proxy-t.h
by Willy Tarreau
· Fri Feb 12 08:46:01 2021 +0100
09f2e77
BUG/MINOR: tcpheck: the source list must be a const in dup_tcpcheck_var()
by Willy Tarreau
· Fri Feb 12 08:42:30 2021 +0100
016255a
BUG/MINOR: http-htx: defpx must be a const in proxy_dup_default_conf_errors()
by Willy Tarreau
· Fri Feb 12 08:40:29 2021 +0100
5bbc676
BUG/MINOR: stats: revert the change on ST_CONVDONE
by Willy Tarreau
· Fri Feb 12 11:49:25 2021 +0100
d1a7b85
MEDIUM: server: support {check,agent}_addr, agent_port in server state
by William Dauchy
· Thu Feb 11 22:51:26 2021 +0100
63e6cba
MEDIUM: server: add server-states version 2
by William Dauchy
· Thu Feb 11 22:51:25 2021 +0100
1921d20
MINOR: connection: use proxy protocol as parameter for srv conn hash
by Amaury Denoyelle
· Thu Jan 14 10:15:29 2021 +0100
d10a200
MINOR: connection: use src addr as parameter for srv conn hash
by Amaury Denoyelle
· Thu Feb 11 19:45:19 2021 +0100
01a287f
MINOR: connection: use dst addr as parameter for srv conn hash
by Amaury Denoyelle
· Thu Feb 11 16:46:53 2021 +0100
9b626e3
MINOR: connection: use sni as parameter for srv conn hash
by Amaury Denoyelle
· Wed Jan 06 17:03:27 2021 +0100
293dcc4
MINOR: backend: compare conn hash for session conn reuse
by Amaury Denoyelle
· Mon Jan 25 10:29:35 2021 +0100
1a58aca
MINOR: connection: use the srv pointer for the srv conn hash
by Amaury Denoyelle
· Fri Jan 22 16:47:46 2021 +0100
81c6f76
MINOR: connection: prepare hash calcul for server conns
by Amaury Denoyelle
· Mon Jan 18 14:57:50 2021 +0100
f232cb3
MEDIUM: connection: replace idle conn lists by eb trees
by Amaury Denoyelle
· Wed Jan 06 16:14:12 2021 +0100
5c7086f
MEDIUM: connection: protect idle conn lists with locks
by Amaury Denoyelle
· Mon Jan 11 09:21:52 2021 +0100
38cd986
BUG/MINOR: server: re-align state file fields number
by William Dauchy
· Mon Feb 08 23:53:29 2021 +0100
7b41654
MINOR: ssl: add SSL_SERVER_LOCK label in threads.h
by William Lallemand
· Wed Feb 10 16:17:19 2021 +0100
826f3ab
MINOR: stick-tables/counters: add http_fail_cnt and http_fail_rate data types
by Willy Tarreau
· Wed Feb 10 12:07:15 2021 +0100
e66ee1a
BUG/MINOR: intops: fix mul32hi()'s off-by-one
by Willy Tarreau
· Tue Feb 09 17:10:54 2021 +0100
3ce6eed
MEDIUM: ssl: add a rwlock for SSL server session cache
by William Lallemand
· Mon Feb 08 10:43:44 2021 +0100
acf8459
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· Sat Feb 06 22:29:08 2021 +0500
7bbf586
BUILD: ssl: fix typo in HAVE_SSL_CTX_ADD_SERVER_CUSTOM_EXT macro
by Ilya Shipitsin
· Sat Feb 06 18:55:27 2021 +0500
4acb99f
BUG/MINOR: xxhash: make sure armv6 uses memcpy()
by Willy Tarreau
· Thu Feb 04 17:02:39 2021 +0100
4858fb2
MEDIUM: check: align agentaddr and agentport behaviour
by William Dauchy
· Wed Feb 03 22:30:09 2021 +0100
1c921cd
BUG/MINOR: check: consitent way to set agentaddr
by William Dauchy
· Wed Feb 03 22:30:08 2021 +0100
fe03e7d
MEDIUM: server: adding support for check_port in server state
by William Dauchy
· Wed Feb 03 22:30:06 2021 +0100
69f118d
MEDIUM: check: remove checkport checkaddr flag
by William Dauchy
· Wed Feb 03 22:30:07 2021 +0100
eedb9b1
MINOR: stats: improve pending connections description
by William Dauchy
· Mon Feb 01 13:11:53 2021 +0100
7aa3271
MINOR: checks: Add function to get the result code corresponding to a status
by Christopher Faulet
· Mon Feb 01 13:11:50 2021 +0100
d597ec2
MINOR: listener: export manage_global_listener_queue()
by Willy Tarreau
· Fri Jan 29 14:29:06 2021 +0100
02922e1
MINOR: session: export session_expire_embryonic()
by Willy Tarreau
· Fri Jan 29 12:27:57 2021 +0100
fb5401f
MINOR: listener: export accept_queue_process
by Willy Tarreau
· Fri Jan 29 12:25:23 2021 +0100
3fb6a7b
MINOR: activity: declare a new structure to collect per-function activity
by Willy Tarreau
· Thu Jan 28 19:19:26 2021 +0100
Next »