Gitiles
Code Review
Sign In
git01.mediatek.com
/
haproxy
/
70ab3c96794275a8036c155c6324f2144a0d0b12
/
src
/
resolvers.c
043b3c1
BUG/MINOR: resolvers: default resolvers fails when network not configured
by William Lallemand
· Mon Dec 18 12:35:35 2023 +0100
06e9c81
MEDIUM: resolvers: Stop scheduling resolution during stopping stage
by Christopher Faulet
· Tue May 16 18:28:57 2023 +0200
7b3d38a
MEDIUM: tree-wide: Change sc API to specify required free space to progress
by Christopher Faulet
· Fri May 05 11:28:45 2023 +0200
f4258bd
MINOR: stats: Use the applet API to write data
by Christopher Faulet
· Fri May 05 10:59:39 2023 +0200
69530f5
MEDIUM: clock: replace timeval "now" with integer "now_ns"
by Willy Tarreau
· Fri Apr 28 09:16:15 2023 +0200
eed5da1
MINOR: clock: do not use now.tv_sec anymore
by Willy Tarreau
· Fri Apr 28 07:39:44 2023 +0200
89aeabf
BUG/MINOR: resolvers: Use sc_need_room() to wait more room when dumping stats
by Christopher Faulet
· Fri Apr 28 08:49:32 2023 +0200
1307cd4
CLEANUP: Stop checking the pointer before calling `ring_free()`
by Tim Duesterhus
· Sat Apr 22 17:47:35 2023 +0200
fe83f58
CLEANUP: Stop checking the pointer before calling `task_free()`
by Tim Duesterhus
· Sat Apr 22 17:47:34 2023 +0200
c18e244
CLEANUP: Stop checking the pointer before calling `pool_free()`
by Tim Duesterhus
· Sat Apr 22 17:47:33 2023 +0200
5220a8c
BUG/MEDIUM: resolvers: Force the connect timeout for DNS resolutions
by Christopher Faulet
· Tue Apr 11 08:04:04 2023 +0200
142cc1b
BUG/MINOR: resolvers: Wakeup DNS idle task on stopping
by Christopher Faulet
· Tue Apr 11 07:58:27 2023 +0200
52ec6f1
BUG/MEDIUM: resolvers: Properly stop server resolutions on soft-stop
by Christopher Faulet
· Tue Mar 14 14:41:55 2023 +0100
e5958d0
BUG/MEDIUM: stats: fix resolvers dump
by Aurelien DARRAGON
· Thu Feb 02 17:27:27 2023 +0100
51dbb4c
BUG/MINOR: resolvers: Wait the resolution execution for a do_resolv action
by Christopher Faulet
· Wed Jan 11 10:31:10 2023 +0100
819d48b
BUG/MEDIUM: resolvers: Use tick_first() to update the resolvers task timeout
by Christopher Faulet
· Wed Dec 14 10:26:25 2022 +0100
6f86eaa
CLEANUP: assorted typo fixes in the code and comments
by Ilya Shipitsin
· Wed Nov 30 16:22:42 2022 +0500
fdecaf6
BUG/MINOR: resolvers: do not run the timeout task when there's no resolution
by Willy Tarreau
· Mon Nov 21 19:15:22 2022 +0100
2364b39
BUG/MINOR: resolvers: Set port before IP address when processing SRV records
by Christopher Faulet
· Thu Nov 03 16:41:46 2022 +0100
68a61b6
BUG/MINOR: resolvers: Don't wait periodic resolution on healthcheck failure
by Christopher Faulet
· Mon Oct 24 08:59:59 2022 +0200
eaabf06
BUG/MEDIUM: resolvers: Remove aborted resolutions from query_ids tree
by Christopher Faulet
· Tue Sep 27 10:43:24 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
b10b119
MINOR: resolvers: shut the warning when "default" resolvers is implicit
by William Lallemand
· Wed Aug 24 14:50:32 2022 +0200
6020c4e
BUG/MINOR: mworker: does not create the "default" resolvers in wait mode
by William Lallemand
· Wed Aug 24 11:15:08 2022 +0200
866b88b
BUG/MINOR: resolvers: return the correct value in resolvers_finalize_config()
by William Lallemand
· Wed Aug 24 09:58:31 2022 +0200
c31577f
MEDIUM: resolvers: continue startup if network is unavailable
by William Lallemand
· Tue Jul 26 10:50:09 2022 +0200
3bda807
BUG/MINOR: resolvers: shut off the warning for the default resolvers
by William Lallemand
· Mon Jul 18 14:12:17 2022 +0200
e606c84
MINOR: resolvers: resolvers_destroy() deinit and free a resolver
by William Lallemand
· Mon Jul 18 14:09:58 2022 +0200
9b46fb4
BUG/MINOR: server: do not enable DNS resolution on disabled proxies
by Willy Tarreau
· Fri Jun 10 11:11:44 2022 +0200
caff631
CLEANUP: stats: rename all occurrences of stconn "cs" to "sc"
by Willy Tarreau
· Fri May 27 10:17:46 2022 +0200
cb086c6
REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h}
by Willy Tarreau
· Fri May 27 09:47:12 2022 +0200
5edca2f
REORG: rename cs_utils.h to sc_strm.h
by Willy Tarreau
· Fri May 27 09:25:10 2022 +0200
99615ed
CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room()
by Willy Tarreau
· Wed May 25 07:29:36 2022 +0200
8e7c6e6
CLEANUP: stconn: rename cs_appctx() to sc_appctx()
by Willy Tarreau
· Wed May 18 17:58:02 2022 +0200
40a9c32
CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c}
by Willy Tarreau
· Wed May 18 15:55:18 2022 +0200
d0a06d5
CLEANUP: applet: use applet_put*() everywhere possible
by Willy Tarreau
· Wed May 18 15:07:19 2022 +0200
4596fe2
CLEANUP: conn_stream: tree-wide rename to stconn (stream connector)
by Willy Tarreau
· Tue May 17 19:07:51 2022 +0200
4315d17
BUG/MEDIUM: resolvers: Don't defer resolutions release in deinit function
by Christopher Faulet
· Tue May 24 18:10:42 2022 +0200
91b4726
MINOR: protocol: replace ctrl_type with xprt_type and clarify it
by Willy Tarreau
· Fri May 20 16:36:46 2022 +0200
0698c80
CLEANUP: applet: remove the unneeded appctx->owner
by Willy Tarreau
· Wed May 11 14:09:57 2022 +0200
12d5228
CLEANUP: resolvers/cli: remove the unneeded appctx->st2 from "show resolvers"
by Willy Tarreau
· Thu May 05 16:38:13 2022 +0200
db933d6
CLEANUP: resolvers/cli: make "show resolvers" use a locally-defined context
by Willy Tarreau
· Thu May 05 15:39:02 2022 +0200
91cefca
CLEANUP: stats/cli: take the "show stat" context definition out of the appctx
by Willy Tarreau
· Tue May 03 17:08:29 2022 +0200
4e047e7
BUG/MEDIUM: resolvers: make "show resolvers" properly yield
by Willy Tarreau
· Thu May 05 16:00:45 2022 +0200
7867f63
MEDIUM: resolvers: create a "default" resolvers section at startup
by William Lallemand
· Thu May 05 19:02:59 2022 +0200
e7f5776
MINOR: resolvers: resolvers_new() create a resolvers with default values
by William Lallemand
· Thu May 05 18:27:48 2022 +0200
73edfe4
MINOR: resolvers: move the resolv.conf parser in parse_resolv_conf()
by William Lallemand
· Thu May 05 17:36:09 2022 +0200
106bd29
MINOR: resolvers: cleanup alert/warning in parse-resolve-conf
by William Lallemand
· Thu May 05 17:20:08 2022 +0200
0b7031b
BUG/MINOR: resolvers: Fix memory leak in resolvers_deinit()
by Tim Duesterhus
· Tue Apr 26 23:28:47 2022 +0200
7e2e4f8
CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h
by Willy Tarreau
· Tue Apr 26 10:30:35 2022 +0200
6b0a0fb
CLEANUP: tree-wide: Remove any ref to stream-interfaces
by Christopher Faulet
· Mon Apr 04 11:29:28 2022 +0200
a0bdec3
MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS
by Christopher Faulet
· Mon Apr 04 07:51:21 2022 +0200
908628c
MEDIUM: tree-wide: Use CS util functions instead of SI ones
by Christopher Faulet
· Fri Mar 25 16:43:49 2022 +0100
693b23b
MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant
by Christopher Faulet
· Mon Feb 28 09:09:05 2022 +0100
86e1c33
MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int
by Christopher Faulet
· Mon Dec 20 17:09:39 2021 +0100
13a35e5
MAJOR: conn_stream/stream-int: move the appctx to the conn-stream
by Christopher Faulet
· Mon Dec 20 15:34:16 2021 +0100
0a82cf4
BUG/MEDIUM: resolvers: Really ignore trailing dot in domain names
by Christopher Faulet
· Fri Jan 28 17:47:57 2022 +0100
af93d2f
BUG/MINOR: resolvers: Don't overwrite the error for invalid query domain name
by Christopher Faulet
· Thu Dec 02 10:05:02 2021 +0100
c1699f8
MEDIUM: resolvers: No longer store query items in a list into the response
by Christopher Faulet
· Wed Dec 01 15:07:26 2021 +0100
80b2e34
BUG/MEDIUM: resolvers: Detach query item on response error
by Christopher Faulet
· Wed Dec 01 10:18:08 2021 +0100
f8642ee
MEDIUM: resolvers: rename dns extra counters to resolvers extra counters
by Emeric Brun
· Fri Oct 29 17:59:18 2021 +0200
d174f0e
MINOR: resolvers/dns: split dns and resolver counters in dns_counter struct
by Emeric Brun
· Fri Oct 29 17:30:41 2021 +0200
0161d32
BUG/MINOR: resolvers: throw log message if trash not large enough for query
by Emeric Brun
· Fri Oct 29 16:44:49 2021 +0200
c37caab
BUG/MINOR: resolvers: fix sent messages were counted twice
by Emeric Brun
· Fri Oct 29 16:28:33 2021 +0200
9ed1a06
BUG/MEDIUM: resolvers: Track api calls with a counter to free resolutions
by Christopher Faulet
· Tue Nov 02 16:25:05 2021 +0100
bce6db6
BUG/MEDIUM: resolvers: Don't recursively perform requester unlink
by Christopher Faulet
· Fri Oct 29 10:38:15 2021 +0200
14e7f29
MINOR: protocols: replace protocol_by_family() with protocol_lookup()
by Willy Tarreau
· Wed Oct 27 17:41:07 2021 +0200
dbb0bb5
CLEANUP: resolvers: get rid of single-iteration loop in resolv_get_ip_from_response()
by Willy Tarreau
· Fri Oct 22 08:34:14 2021 +0200
dcb696c
MEDIUM: resolvers: hash the records before inserting them into the tree
by Willy Tarreau
· Thu Oct 21 08:18:01 2021 +0200
7893ae1
MEDIUM: resolvers: replace the answer_list with a (flat) tree
by Willy Tarreau
· Thu Oct 21 07:39:57 2021 +0200
6878f80
MEDIUM: resolvers: remove the last occurrences of the "safe" argument
by Willy Tarreau
· Wed Oct 20 14:07:31 2021 +0200
f766ec6
MEDIUM: resolvers: use a kill list to preserve the list consistency
by Willy Tarreau
· Mon Oct 18 16:46:38 2021 +0200
aae7320
CLEANUP: resolvers: replace all LIST_DELETE with LIST_DEL_INIT
by Willy Tarreau
· Tue Oct 19 22:01:36 2021 +0200
239675e
CLEANUP: resolvers: simplify resolv_link_resolution() regarding requesters
by Willy Tarreau
· Tue Oct 19 11:59:25 2021 +0200
48664c0
CLEANUP: always initialize the answer_list
by Willy Tarreau
· Tue Oct 19 11:29:21 2021 +0200
25e0109
BUG/MEDIUM: resolvers: always check a valid item in query_list
by Willy Tarreau
· Tue Oct 19 11:17:33 2021 +0200
10c1a8c
BUILD: resolvers: avoid a possible warning on null-deref
by Willy Tarreau
· Wed Oct 20 17:29:28 2021 +0200
2acc160
CLEANUP: resolvers: do not export resolv_purge_resolution_answer_records()
by Willy Tarreau
· Tue Oct 19 11:16:11 2021 +0200
2a67aa0
BUG/MAJOR: resolvers: add other missing references during resolution removal
by Willy Tarreau
· Mon Oct 18 16:49:14 2021 +0200
75cc653
MEDIUM: resolvers: replace bogus resolv_hostname_cmp() with memcmp()
by Willy Tarreau
· Fri Oct 15 08:53:44 2021 +0200
814889c
MEDIUM: resolvers: lower-case labels when converting from/to DNS names
by Willy Tarreau
· Fri Oct 15 07:45:38 2021 +0200
7b232f1
BUG/MEDIUM: resolvers: fix truncated TLD consecutive to the API fix
by Willy Tarreau
· Fri Oct 15 08:09:25 2021 +0200
cc8fd4c
MINOR: resolvers: merge address and target into a union "data"
by Willy Tarreau
· Thu Oct 14 22:52:04 2021 +0200
b4ca019
BUG/MEDIUM: resolvers: use correct storage for the target address
by Willy Tarreau
· Thu Oct 14 22:30:38 2021 +0200
875ee70
MINOR: resolvers: fix the resolv_dn_label_to_str() API about trailing zero
by Willy Tarreau
· Thu Oct 14 08:05:25 2021 +0200
85c15e6
BUG/MINOR: resolvers: do not reject host names of length 255 in SRV records
by Willy Tarreau
· Thu Oct 14 08:00:38 2021 +0200
947ae12
BUG/MEDIUM: resolver: make sure to always use the correct hostname length
by Willy Tarreau
· Thu Oct 14 08:11:48 2021 +0200
bf9498a
MINOR: resolvers: fix the resolv_str_to_dn_label() API about trailing zero
by Willy Tarreau
· Thu Oct 14 07:49:49 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
dd56520
BUG/MINOR: resolvers: mark servers with name-resolution as non purgeable
by Amaury Denoyelle
· Thu Aug 26 15:35:59 2021 +0200
1f92339
BUG/MINOR: resolvers: Use a null-terminated string to lookup in servers tree
by Christopher Faulet
· Thu Jul 22 14:29:26 2021 +0200
d7bb234
BUG/MINOR: resolvers: Always attach server on matching record on resolution
by Christopher Faulet
· Thu Jun 24 15:16:48 2021 +0200
e886dd5
BUG/MINOR: resolvers: Use resolver's lock in resolv_srvrq_expire_task()
by Christopher Faulet
· Fri Jun 18 09:05:49 2021 +0200
dcac418
BUG/MEDIUM: resolvers: Add a task on servers to check SRV resolution status
by Christopher Faulet
· Tue Jun 15 16:17:17 2021 +0200
73001ab
MINOR: resolvers: Remove server from named_servers tree when removing a SRV item
by Christopher Faulet
· Tue Jun 15 16:14:37 2021 +0200
11c6c39
MINOR: resolvers: Clean server in a dedicated function when removing a SRV item
by Christopher Faulet
· Tue Jun 15 16:08:48 2021 +0200
72faef3
MEDIUM: global: remove dead code from nbproc/bind_proc removal
by Willy Tarreau
· Tue Jun 15 08:36:30 2021 +0200
3406766
MEDIUM: resolvers: add a ref between servers and srv request or used SRV record
by Emeric Brun
· Fri Jun 11 10:48:45 2021 +0200
bd78c91
MEDIUM: resolvers: add a ref on server to the used A/AAAA answer item
by Emeric Brun
· Fri Jun 11 10:08:05 2021 +0200
12ca658
BUG/MINOR: resolvers: answser item list was randomly purged or errors
by Emeric Brun
· Thu Jun 10 15:25:25 2021 +0200
Next »