- 0fbc16c DEBUG: resolvers: unstatify process_resolvers() to make it appear in profiling by Willy Tarreau · 2 years, 3 months ago
- b10b119 MINOR: resolvers: shut the warning when "default" resolvers is implicit by William Lallemand · 2 years, 3 months ago
- 6020c4e BUG/MINOR: mworker: does not create the "default" resolvers in wait mode by William Lallemand · 2 years, 3 months ago
- 866b88b BUG/MINOR: resolvers: return the correct value in resolvers_finalize_config() by William Lallemand · 2 years, 3 months ago
- c31577f MEDIUM: resolvers: continue startup if network is unavailable by William Lallemand · 2 years, 4 months ago
- 3bda807 BUG/MINOR: resolvers: shut off the warning for the default resolvers by William Lallemand · 2 years, 4 months ago
- e606c84 MINOR: resolvers: resolvers_destroy() deinit and free a resolver by William Lallemand · 2 years, 4 months ago
- 9b46fb4 BUG/MINOR: server: do not enable DNS resolution on disabled proxies by Willy Tarreau · 2 years, 6 months ago
- caff631 CLEANUP: stats: rename all occurrences of stconn "cs" to "sc" by Willy Tarreau · 2 years, 6 months ago
- cb086c6 REORG: stconn: rename conn_stream.{c,h} to stconn.{c,h} by Willy Tarreau · 2 years, 6 months ago
- 5edca2f REORG: rename cs_utils.h to sc_strm.h by Willy Tarreau · 2 years, 6 months ago
- 99615ed CLEANUP: stconn: rename cs_rx_room_{blk,rdy} to sc_{need,have}_room() by Willy Tarreau · 2 years, 6 months ago
- 8e7c6e6 CLEANUP: stconn: rename cs_appctx() to sc_appctx() by Willy Tarreau · 2 years, 6 months ago
- 40a9c32 CLEANUP: stconn: rename cs_{i,o}{b,c} to sc_{i,o}{b,c} by Willy Tarreau · 2 years, 6 months ago
- d0a06d5 CLEANUP: applet: use applet_put*() everywhere possible by Willy Tarreau · 2 years, 6 months ago
- 4596fe2 CLEANUP: conn_stream: tree-wide rename to stconn (stream connector) by Willy Tarreau · 2 years, 6 months ago
- 4315d17 BUG/MEDIUM: resolvers: Don't defer resolutions release in deinit function by Christopher Faulet · 2 years, 6 months ago
- 91b4726 MINOR: protocol: replace ctrl_type with xprt_type and clarify it by Willy Tarreau · 2 years, 6 months ago
- 0698c80 CLEANUP: applet: remove the unneeded appctx->owner by Willy Tarreau · 2 years, 7 months ago
- 12d5228 CLEANUP: resolvers/cli: remove the unneeded appctx->st2 from "show resolvers" by Willy Tarreau · 2 years, 7 months ago
- db933d6 CLEANUP: resolvers/cli: make "show resolvers" use a locally-defined context by Willy Tarreau · 2 years, 7 months ago
- 91cefca CLEANUP: stats/cli: take the "show stat" context definition out of the appctx by Willy Tarreau · 2 years, 7 months ago
- 4e047e7 BUG/MEDIUM: resolvers: make "show resolvers" properly yield by Willy Tarreau · 2 years, 7 months ago
- 7867f63 MEDIUM: resolvers: create a "default" resolvers section at startup by William Lallemand · 2 years, 7 months ago
- e7f5776 MINOR: resolvers: resolvers_new() create a resolvers with default values by William Lallemand · 2 years, 7 months ago
- 73edfe4 MINOR: resolvers: move the resolv.conf parser in parse_resolv_conf() by William Lallemand · 2 years, 7 months ago
- 106bd29 MINOR: resolvers: cleanup alert/warning in parse-resolve-conf by William Lallemand · 2 years, 7 months ago
- 0b7031b BUG/MINOR: resolvers: Fix memory leak in resolvers_deinit() by Tim Duesterhus · 2 years, 7 months ago
- 7e2e4f8 CLEANUP: tree-wide: remove 25 occurrences of unneeded fcntl.h by Willy Tarreau · 2 years, 7 months ago
- 6b0a0fb CLEANUP: tree-wide: Remove any ref to stream-interfaces by Christopher Faulet · 2 years, 8 months ago
- a0bdec3 MEDIUM: stream-int/conn-stream: Move blocking flags from SI to CS by Christopher Faulet · 2 years, 8 months ago
- 908628c MEDIUM: tree-wide: Use CS util functions instead of SI ones by Christopher Faulet · 2 years, 8 months ago
- 693b23b MEDIUM: tree-wide: Use unsafe conn-stream API when it is relevant by Christopher Faulet · 2 years, 9 months ago
- 86e1c33 MEDIUM: applet: Set the conn-stream as appctx owner instead of the stream-int by Christopher Faulet · 3 years ago
- 13a35e5 MAJOR: conn_stream/stream-int: move the appctx to the conn-stream by Christopher Faulet · 3 years ago
- 0a82cf4 BUG/MEDIUM: resolvers: Really ignore trailing dot in domain names by Christopher Faulet · 2 years, 10 months ago
- af93d2f BUG/MINOR: resolvers: Don't overwrite the error for invalid query domain name by Christopher Faulet · 3 years ago
- c1699f8 MEDIUM: resolvers: No longer store query items in a list into the response by Christopher Faulet · 3 years ago
- 80b2e34 BUG/MEDIUM: resolvers: Detach query item on response error by Christopher Faulet · 3 years ago
- f8642ee MEDIUM: resolvers: rename dns extra counters to resolvers extra counters by Emeric Brun · 3 years, 1 month ago
- d174f0e MINOR: resolvers/dns: split dns and resolver counters in dns_counter struct by Emeric Brun · 3 years, 1 month ago
- 0161d32 BUG/MINOR: resolvers: throw log message if trash not large enough for query by Emeric Brun · 3 years, 1 month ago
- c37caab BUG/MINOR: resolvers: fix sent messages were counted twice by Emeric Brun · 3 years, 1 month ago
- 9ed1a06 BUG/MEDIUM: resolvers: Track api calls with a counter to free resolutions by Christopher Faulet · 3 years, 1 month ago
- bce6db6 BUG/MEDIUM: resolvers: Don't recursively perform requester unlink by Christopher Faulet · 3 years, 1 month ago
- 14e7f29 MINOR: protocols: replace protocol_by_family() with protocol_lookup() by Willy Tarreau · 3 years, 1 month ago
- dbb0bb5 CLEANUP: resolvers: get rid of single-iteration loop in resolv_get_ip_from_response() by Willy Tarreau · 3 years, 1 month ago
- dcb696c MEDIUM: resolvers: hash the records before inserting them into the tree by Willy Tarreau · 3 years, 1 month ago
- 7893ae1 MEDIUM: resolvers: replace the answer_list with a (flat) tree by Willy Tarreau · 3 years, 1 month ago
- 6878f80 MEDIUM: resolvers: remove the last occurrences of the "safe" argument by Willy Tarreau · 3 years, 1 month ago
- f766ec6 MEDIUM: resolvers: use a kill list to preserve the list consistency by Willy Tarreau · 3 years, 1 month ago
- aae7320 CLEANUP: resolvers: replace all LIST_DELETE with LIST_DEL_INIT by Willy Tarreau · 3 years, 1 month ago
- 239675e CLEANUP: resolvers: simplify resolv_link_resolution() regarding requesters by Willy Tarreau · 3 years, 1 month ago
- 48664c0 CLEANUP: always initialize the answer_list by Willy Tarreau · 3 years, 1 month ago
- 25e0109 BUG/MEDIUM: resolvers: always check a valid item in query_list by Willy Tarreau · 3 years, 1 month ago
- 10c1a8c BUILD: resolvers: avoid a possible warning on null-deref by Willy Tarreau · 3 years, 1 month ago
- 2acc160 CLEANUP: resolvers: do not export resolv_purge_resolution_answer_records() by Willy Tarreau · 3 years, 1 month ago
- 2a67aa0 BUG/MAJOR: resolvers: add other missing references during resolution removal by Willy Tarreau · 3 years, 1 month ago
- 75cc653 MEDIUM: resolvers: replace bogus resolv_hostname_cmp() with memcmp() by Willy Tarreau · 3 years, 1 month ago
- 814889c MEDIUM: resolvers: lower-case labels when converting from/to DNS names by Willy Tarreau · 3 years, 1 month ago
- 7b232f1 BUG/MEDIUM: resolvers: fix truncated TLD consecutive to the API fix by Willy Tarreau · 3 years, 1 month ago
- cc8fd4c MINOR: resolvers: merge address and target into a union "data" by Willy Tarreau · 3 years, 1 month ago
- b4ca019 BUG/MEDIUM: resolvers: use correct storage for the target address by Willy Tarreau · 3 years, 1 month ago
- 875ee70 MINOR: resolvers: fix the resolv_dn_label_to_str() API about trailing zero by Willy Tarreau · 3 years, 1 month ago
- 85c15e6 BUG/MINOR: resolvers: do not reject host names of length 255 in SRV records by Willy Tarreau · 3 years, 1 month ago
- 947ae12 BUG/MEDIUM: resolver: make sure to always use the correct hostname length by Willy Tarreau · 3 years, 1 month ago
- bf9498a MINOR: resolvers: fix the resolv_str_to_dn_label() API about trailing zero by Willy Tarreau · 3 years, 1 month ago
- beeabf5 MINOR: task: provide 3 task_new_* wrappers to simplify the API by Willy Tarreau · 3 years, 2 months ago
- dd56520 BUG/MINOR: resolvers: mark servers with name-resolution as non purgeable by Amaury Denoyelle · 3 years, 3 months ago
- 1f92339 BUG/MINOR: resolvers: Use a null-terminated string to lookup in servers tree by Christopher Faulet · 3 years, 4 months ago
- d7bb234 BUG/MINOR: resolvers: Always attach server on matching record on resolution by Christopher Faulet · 3 years, 5 months ago
- e886dd5 BUG/MINOR: resolvers: Use resolver's lock in resolv_srvrq_expire_task() by Christopher Faulet · 3 years, 5 months ago
- dcac418 BUG/MEDIUM: resolvers: Add a task on servers to check SRV resolution status by Christopher Faulet · 3 years, 5 months ago
- 73001ab MINOR: resolvers: Remove server from named_servers tree when removing a SRV item by Christopher Faulet · 3 years, 5 months ago
- 11c6c39 MINOR: resolvers: Clean server in a dedicated function when removing a SRV item by Christopher Faulet · 3 years, 5 months ago
- 72faef3 MEDIUM: global: remove dead code from nbproc/bind_proc removal by Willy Tarreau · 3 years, 5 months ago
- 3406766 MEDIUM: resolvers: add a ref between servers and srv request or used SRV record by Emeric Brun · 3 years, 6 months ago
- bd78c91 MEDIUM: resolvers: add a ref on server to the used A/AAAA answer item by Emeric Brun · 3 years, 6 months ago
- 12ca658 BUG/MINOR: resolvers: answser item list was randomly purged or errors by Emeric Brun · 3 years, 6 months ago
- 1112430 MINOR: errors: specify prefix "config" for parsing output by Amaury Denoyelle · 3 years, 6 months ago
- ca14dd5 BUILD: resolvers: include tools.h by Willy Tarreau · 3 years, 7 months ago
- e4a617c MINOR: action: replace match_pfx by a keyword flags field by Amaury Denoyelle · 3 years, 7 months ago
- b205bfd CLEANUP: cli/tree-wide: properly re-align the CLI commands' help messages by Willy Tarreau · 3 years, 7 months ago
- 2b71810 CLEANUP: lists/tree-wide: rename some list operations to avoid some confusion by Willy Tarreau · 3 years, 7 months ago
- c8f3e45 MEDIUM: resolvers: add support of tcp address on nameserver line. by Emeric Brun · 3 years, 8 months ago
- ce44482 REORG: global: move initcall register code in a dedicated file by Amaury Denoyelle · 3 years, 8 months ago
- 70490eb CLEANUP: resolvers: use pool_zalloc() in resolv_link_resolution() by Willy Tarreau · 3 years, 8 months ago
- 30c0537 REORG: server: use flags for parse_server by Amaury Denoyelle · 3 years, 9 months ago
- db31b44 CLEANUP: resolvers: Perform unsafe loop on requester list when possible by Christopher Faulet · 3 years, 9 months ago
- e8674c7 MINOR: resolvers: Don't try to match immediatly renewed ADD items by Christopher Faulet · 3 years, 9 months ago
- 55c1c40 MINOR: resolvers: Use milliseconds for cached items in resolver responses by Christopher Faulet · 3 years, 9 months ago
- d83a6df BUG/MEDIUM: resolvers: Skip DNS resolution at startup if SRV resolution is set by Christopher Faulet · 3 years, 9 months ago
- 0efc099 BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacks by Christopher Faulet · 3 years, 9 months ago
- 6b117ae MINOR: resolvers: Directly call srvrq_update_srv_state() when possible by Christopher Faulet · 3 years, 9 months ago
- 1dec5c7 MINOR: resolvers: Use a function to remove answers attached to a resolution by Christopher Faulet · 3 years, 9 months ago
- 3e0600f BUG/MEDIUM: resolvers: Trigger a DNS resolution if an ADD item is obsolete by Christopher Faulet · 3 years, 9 months ago
- 6a8d11d MINOR: resolvers: new function find_srvrq_answer_record() by Baptiste Assmann · 3 years, 9 months ago
- 77f8606 BUG/MEDIUM: resolvers: Fix the loop looking for an existing ADD item by Christopher Faulet · 3 years, 9 months ago
- ab177ac BUG/MEDIUM: resolvers: Don't set an address-less server as UP by Christopher Faulet · 3 years, 9 months ago
- bca680b BUG/MINOR: resolvers: Unlink DNS resolution to set RMAINT on SRV resolution by Christopher Faulet · 3 years, 9 months ago