Age | Commit message (Collapse) | Author | |
---|---|---|---|
2019-02-18 | resolv: Remove debugging code from compat-gethnamaddr.c | Florian Weimer | |
2017-07-03 | resolv: Introduce struct resolv_context [BZ #21668] | Florian Weimer | |
struct resolv_context objects provide a temporary resolver context which does not change during a name lookup operation. Only when the outmost context is created, the stub resolver configuration is verified to be current (at present, only against previous res_init calls). Subsequent attempts to obtain the context will reuse the result of the initial verification operation. struct resolv_context can also be extended in the future to store data which needs to be deallocated during thread cancellation. | |||
2016-12-31 | resolv: Deprecate the "inet6" option and RES_USE_INET6 [BZ #19582] | Florian Weimer | |
2016-12-30 | resolv: Turn historic name lookup functions into compat symbols | Florian Weimer | |
This change also removes the preprocessor-based function renaming. It also applied to tests in resolv/, which ended up running against the historic functions. _endhtent was not part of the ABI because it is not listed in the resolv/Versions file. |