aboutsummaryrefslogtreecommitdiff
path: root/sysdeps/posix/getaddrinfo.c
AgeCommit message (Expand)Author
2022-03-23getaddrinfo: Refactor code for readabilitySiddhesh Poyarekar
2022-03-22gai_init: Avoid jumping from if condition to its else counterpartSiddhesh Poyarekar
2022-03-22gaiconf_init: Refactor some bits for readabilitySiddhesh Poyarekar
2022-03-22gethosts: Return EAI_MEMORY on allocation failureSiddhesh Poyarekar
2022-03-22gaih_inet: Split result generation into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: split loopback lookup into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: make gethosts into a functionSiddhesh Poyarekar
2022-03-22gaih_inet: separate nss lookup loop into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: Split nscd lookup code into its own function.Siddhesh Poyarekar
2022-03-22gaih_inet: Split simple gethostbyname into its own functionSiddhesh Poyarekar
2022-03-22gaih_inet: make numeric lookup a separate routineSiddhesh Poyarekar
2022-03-22gaih_inet: Simplify service resolutionSiddhesh Poyarekar
2022-03-22getaddrinfo: Fix leak with AI_ALL [BZ #28852]Siddhesh Poyarekar
2022-03-22gaih_inet: Simplify canon name resolutionSiddhesh Poyarekar
2022-03-22Simplify allocations and fix merge and continue actions [BZ #28931]Siddhesh Poyarekar
2022-01-01Update copyright dates with scripts/update-copyrightsPaul Eggert
2021-08-04gethosts: Remove unused argument _typeSiddhesh Poyarekar
2021-08-03gaiconf_init: Avoid double-free in label and precedence listsSiddhesh Poyarekar
2021-06-23hurd: Fix build after 52a5fe70a2Adhemerval Zanella
2021-06-22Use 64 bit time_t stat internallyAdhemerval Zanella
2021-03-09nss: fix nss_database_lookup2's alternate handling [BZ #27416]DJ Delorie
2021-01-02Update copyright dates with scripts/update-copyrightsPaul Eggert
2020-12-04nsswitch: use new internal API (callers)DJ Delorie
2020-10-09Remove stat wrapper functions, move them to exported symbolsAdhemerval Zanella
2020-09-11Remove internal usage of extensible stat functionsAdhemerval Zanella
2020-02-13nss: Add function types and NSS_DECLARE_MODULE_FUNCTIONS macro to <nss.h>Florian Weimer
2020-01-20getaddrinfo: Fix resource leak after strdup failure in gethosts [BZ #25425]Florian Weimer
2020-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2019-11-26sysdeps/posix/getaddrinfo: Return early on invalid address familyTim Rühsen
2019-11-26sysdeps/posix: Simplify if expression in getaddrinfoTim Rühsen
2019-09-07Prefer https to http for gnu.org and fsf.org URLsPaul Eggert
2019-05-15nss: Turn __nss_database_lookup into a compatibility symbolFlorian Weimer
2019-04-08resolv: Remove support for RES_USE_INET6 and the inet6 optionFlorian Weimer
2019-01-21CVE-2016-10739: getaddrinfo: Fully parse IPv4 address strings [BZ #20018]Florian Weimer
2019-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2018-05-23Switch IDNA implementation to libidn2 [BZ #19728] [BZ #19729] [BZ #22247]Florian Weimer
2018-02-15Fix -Os feof_unlocked linknamespace, localplt issues (bug 15105, bug 19463).Joseph Myers
2018-01-01Update copyright dates with scripts/update-copyrights.Joseph Myers
2017-10-01Hide internal idna functions [BZ #18822]H.J. Lu
2017-09-01getaddrinfo: Fix error handling in gethosts [BZ #21915] [BZ #21922]Florian Weimer
2017-09-01getaddrinfo: Return EAI_NODATA if gethostbyname2_r reports NO_DATA [BZ #21922]Florian Weimer
2017-09-01getaddrinfo: In gaih_inet, use h_errno for certain status values onlyFlorian Weimer
2017-09-01getaddrinfo: Properly set errno for NSS function lookup failureFlorian Weimer
2017-09-01getaddrinfo: Use &h_errno has the h_errno pointerFlorian Weimer
2017-09-01getaddrinfo: Use &errno has the errno pointerFlorian Weimer
2017-08-21Mark internal nss symbols with attribute_hidden [BZ #18822]H.J. Lu
2017-08-18Consolidate non cancellable close callAdhemerval Zanella
2017-08-08getaddrinfo: Remove unreachable return statement from gaih_inetFlorian Weimer
2017-08-03getaddrinfo: Release resolver context on error in gethosts [BZ #21885]Florian Weimer
2017-07-03resolv: Introduce struct resolv_context [BZ #21668]Florian Weimer