Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
e8674c71840cd783d6ba1cc073c0d074aea09fd8
/
include
55c1c40
MINOR: resolvers: Use milliseconds for cached items in resolver responses
by Christopher Faulet
· Thu Mar 11 09:36:05 2021 +0100
0efc099
BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks
by Christopher Faulet
· Thu Mar 11 18:09:53 2021 +0100
5efdef2
MINOR: resolvers: Add function to change the srv status based on SRV resolution
by Christopher Faulet
· Thu Mar 11 18:03:21 2021 +0100
1dec5c7
MINOR: resolvers: Use a function to remove answers attached to a resolution
by Christopher Faulet
· Wed Mar 10 14:40:39 2021 +0100
6a8d11d
MINOR: resolvers: new function find_srvrq_answer_record()
by Baptiste Assmann
· Wed Mar 10 12:22:18 2021 +0100
99eb2cc
MINOR: actions: add a function to suggest an action ressembling a given word
by Willy Tarreau
· Fri Mar 12 11:59:24 2021 +0100
433b05f
MINOR: cfgparse/bind: suggest correct spelling for unknown bind keywords
by Willy Tarreau
· Fri Mar 12 10:14:07 2021 +0100
e2afcc4
MINOR: cfgparse: add cfg_find_best_match() to suggest an existing word
by Willy Tarreau
· Fri Mar 12 09:08:04 2021 +0100
ba2c445
MINOR: tools: add simple word fingerprinting to find similar-looking words
by Willy Tarreau
· Fri Mar 12 09:01:52 2021 +0100
133c8c4
CLEANUP: actions: the keyword must always be const from the rule
by Willy Tarreau
· Fri Mar 12 11:12:38 2021 +0100
77e3767
BUG/MINOR: proxy/session: Be sure to have a listener to increment its counters
by Christopher Faulet
· Fri Mar 12 09:16:27 2021 +0100
3b728a9
BUILD: atomic/arm64: force the register pairs to use in __ha_cas_dw()
by Willy Tarreau
· Fri Mar 12 06:06:14 2021 +0100
c0ed919
BUG/MINOR: connection: Missing QUIC initialization
by Frédéric Lécaille
· Wed Mar 10 11:51:38 2021 +0100
060a761
OPTIM: task: automatically adjust the default runqueue-depth to the threads
by Willy Tarreau
· Wed Mar 10 11:06:26 2021 +0100
befef70
BUG/MINOR: sample: Rename SenderComID/TargetComID to SenderCompID/TargetCompID
by Daniel Corbett
· Tue Mar 09 23:00:34 2021 -0500
4c75195
BUG/MEDIUM: resolvers: handle huge responses over tcp servers.
by Emeric Brun
· Mon Mar 08 16:41:29 2021 +0100
e89fae3
CLEANUP: stream: rename a few remaining occurrences of "stream *sess"
by Willy Tarreau
· Tue Mar 09 15:43:32 2021 +0100
c93638e
BUILD: connection: do not use VAR_ARRAY in struct tlv
by Willy Tarreau
· Tue Mar 09 10:15:16 2021 +0100
0182516
CLEANUP: config: make the cfg_keyword parsers take a const for the defproxy
by Willy Tarreau
· Tue Mar 09 09:53:46 2021 +0100
82a9274
BUILD: bug: refine HA_LINK_ERROR() to only be used on gcc and derivatives
by Willy Tarreau
· Tue Mar 09 10:08:05 2021 +0100
615f81e
MINOR: connection: Use a `struct ist` to store proxy_authority
by Tim Duesterhus
· Sat Mar 06 20:06:50 2021 +0100
002bd77
CLEANUP: connection: Use istptr / istlen for proxy_unique_id
by Tim Duesterhus
· Sat Mar 06 20:06:49 2021 +0100
e004c2b
CLEANUP: connection: Remove useless test for NULL before calling `pool_free()`
by Tim Duesterhus
· Sat Mar 06 20:06:48 2021 +0100
c44b8de
CLEANUP: connection: Use `VAR_ARRAY` in `struct tlv` definition
by Tim Duesterhus
· Sat Mar 06 20:06:47 2021 +0100
7b00e31
BUILD: Fix build when using clang without optimizing.
by Olivier Houchard
· Fri Mar 05 16:42:14 2021 +0100
eef7f7f
CLEANUP: server: reorder some fields in the server struct to respect cache lines
by Willy Tarreau
· Fri Mar 05 11:37:32 2021 +0100
d4e78d8
MINOR: server: move actconns to the per-thread structure
by Willy Tarreau
· Thu Mar 04 10:47:54 2021 +0100
430bf4a
MINOR: server: allocate a per-thread struct for the per-thread connections stuff
by Willy Tarreau
· Thu Mar 04 09:45:32 2021 +0100
198e92a
MINOR: server: add a global list of all known servers
by Willy Tarreau
· Fri Mar 05 10:23:32 2021 +0100
90e9b8c
CLEANUP: global: reorder some fields to respect cache lines
by Willy Tarreau
· Wed Mar 03 18:23:19 2021 +0100
cc2672f
MINOR: server: don't read curr_used_conns multiple times
by Willy Tarreau
· Wed Mar 03 18:12:11 2021 +0100
4f8cd43
MINOR: xprt: add new xprt_set_idle and xprt_set_used methods
by Willy Tarreau
· Tue Mar 02 17:27:58 2021 +0100
6fa8bcd
MINOR: task: add an application specific flag to the state: TASK_F_USR1
by Willy Tarreau
· Tue Mar 02 16:26:05 2021 +0100
144f84a
MEDIUM: task: extend the state field to 32 bits
by Willy Tarreau
· Tue Mar 02 16:09:26 2021 +0100
e0d5942
MINOR: task: move the nice field to the struct task only
by Willy Tarreau
· Tue Mar 02 16:06:38 2021 +0100
db4e238
MINOR: task: stop abusing the nice field to detect a tasklet
by Willy Tarreau
· Tue Mar 02 15:54:11 2021 +0100
06e69b5
REORG: tools: promote the debug PRNG to more general use as a statistical one
by Willy Tarreau
· Tue Mar 02 14:01:35 2021 +0100
6fa9225
CLEANUP: stream: explain why we queue the stream at the head of the server list
by Ubuntu
· Mon Mar 01 06:21:47 2021 +0000
f587003
MINOR: pools: double the local pool cache size to 1 MB
by Willy Tarreau
· Tue Mar 02 20:11:29 2021 +0100
0bae075
MEDIUM: pools: add CONFIG_HAP_NO_GLOBAL_POOLS and CONFIG_HAP_GLOBAL_POOLS
by Willy Tarreau
· Tue Mar 02 20:05:09 2021 +0100
f8fb4f7
MINOR: atomic: implement a more efficient arm64 __ha_cas_dw() using pairs
by Ubuntu
· Mon Mar 01 07:01:20 2021 +0000
46cca86
MINOR: atomic: add armv8.1-a atomics variant for cas-dw
by Willy Tarreau
· Mon Nov 30 18:58:16 2020 +0100
168fc53
BUG/MINOR: mt-list: always perform a cpu_relax call on failure
by Willy Tarreau
· Mon Mar 01 06:21:22 2021 +0100
958ae26
REORG: atomic: reimplement pl_cpu_relax() from atomic-ops.h
by Willy Tarreau
· Tue Mar 02 07:08:34 2021 +0100
8ede3db
MINOR: backend: handle reuse for conns with no server as target
by Amaury Denoyelle
· Tue Mar 02 14:38:53 2021 +0100
b28812a
BUILD: quic: Implicit conversion between SSL related enums.
by Frédéric Lécaille
· Tue Mar 02 10:28:04 2021 +0100
61cfdf4
CLEANUP: tree-wide: replace free(x);x=NULL with ha_free(&x)
by Willy Tarreau
· Sat Feb 20 10:46:51 2021 +0100
29e9326
CLEANUP: hlua: Use net_addr structure internally to parse and compare addresses
by Christopher Faulet
· Fri Feb 26 09:39:05 2021 +0100
5d1def6
MEDIUM: http-ana: Add IPv6 support for forwardfor and orignialto options
by Christopher Faulet
· Fri Feb 26 09:19:15 2021 +0100
9553de7
MINOR: tools: Add function to compare an address to a network address
by Christopher Faulet
· Fri Feb 26 09:12:50 2021 +0100
01f02a4
MINOR: tools: Add net_addr structure describing a network addess
by Christopher Faulet
· Thu Feb 25 18:50:02 2021 +0100
401135c
MINOR: task: add one extra tasklet class: TL_HEAVY
by Willy Tarreau
· Fri Feb 26 09:16:22 2021 +0100
d8aa21a
CLEANUP: server: rename srv_cleanup_{idle,toremove}_connections()
by Willy Tarreau
· Fri Feb 26 00:30:22 2021 +0100
74dea8c
MINOR: task: limit the number of subsequent heavy tasks with flag TASK_HEAVY
by Willy Tarreau
· Fri Feb 26 00:25:51 2021 +0100
69beaa9
REORG: server: Export and rename some functions updating server info
by Christopher Faulet
· Tue Feb 16 12:07:47 2021 +0100
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
Next »