summaryrefslogtreecommitdiff
path: root/include/haproxy/resolvers.h
Commit message (Expand)AuthorAgeFilesLines
* CLEANUP: stats: rename all occurrences of stconn "cs" to "sc"Willy Tarreau2022-05-271-1/+1
* CLEANUP: conn_stream: tree-wide rename to stconn (stream connector)Willy Tarreau2022-05-271-2/+2
* MEDIUM: resolvers: create a "default" resolvers section at startupWilliam Lallemand2022-05-061-0/+1
* MEDIUM: tree-wide: Use CS util functions instead of SI onesChristopher Faulet2022-04-131-2/+2
* MEDIUM: resolvers: remove the last occurrences of the "safe" argumentWilly Tarreau2021-10-201-2/+2
* CLEANUP: resolvers: do not export resolv_purge_resolution_answer_records()Willy Tarreau2021-10-201-1/+0
* BUILD: resolvers: define missing types in resolvers.hWilly Tarreau2021-10-071-1/+6
* MEDIUM: resolvers: add a ref between servers and srv request or used SRV recordEmeric Brun2021-06-111-0/+1
* MEDIUM: resolvers: add a ref on server to the used A/AAAA answer itemEmeric Brun2021-06-111-1/+1
* BUG/MEDIUM: resolvers: Don't release resolution from a requester callbacksChristopher Faulet2021-03-121-1/+1
* MINOR: resolvers: Use a function to remove answers attached to a resolutionChristopher Faulet2021-03-121-0/+1
* MINOR: resolvers: new function find_srvrq_answer_record()Baptiste Assmann2021-03-121-0/+1
* MEDIUM: resolvers/dns: split dns.c into dns.c and resolvers.cEmeric Brun2021-02-131-0/+58