Mon, 13 Jun 2022 18:01:27 +0200 Merge pull request #46 from nekopsykose/fix-asyncns-addrinfo default tip master remote/master
Mikael Berthe <mikael@lilotux.net> [Mon, 13 Jun 2022 18:01:27 +0200] rev 745
Merge pull request #46 from nekopsykose/fix-asyncns-addrinfo fix macro define for freeaddrinfo with asyncns committer: GitHub <noreply@github.com>
Thu, 21 Apr 2022 20:23:32 +0200 fix macro define for freeaddrinfo with asyncns
psykose <alice@ayaya.dev> [Thu, 21 Apr 2022 20:23:32 +0200] rev 744
fix macro define for freeaddrinfo with asyncns previously, this define was only made in lm-asyncns-resolver.c, which does not propagate it to lm-resolver.c, where freeaddrinfo() is used. this means that when asyncns support is used, the standard libc freeaddrinfo() is called on an addrinfo acquired from asyncns_getaddrinfo, which is undefined behaviour, and leads to a segfault on musl libc.
Sat, 10 Jul 2021 09:37:34 +0200 Merge pull request #43 from ryandesign/patch-1
Mikael Berthe <mikael@lilotux.net> [Sat, 10 Jul 2021 09:37:34 +0200] rev 743
Merge pull request #43 from ryandesign/patch-1 Fix typo: GnuTSL -> GnuTLS committer: GitHub <noreply@github.com>
Fri, 09 Jul 2021 10:38:43 -0500 Fix typo: GnuTSL -> GnuTLS
Ryan Schmidt <git@ryandesign.com> [Fri, 09 Jul 2021 10:38:43 -0500] rev 742
Fix typo: GnuTSL -> GnuTLS committer: GitHub <noreply@github.com>
Mon, 25 Jan 2021 22:55:03 +0000 update tags
convert-repo [Mon, 25 Jan 2021 22:55:03 +0000] rev 741
update tags
Mon, 25 Jan 2021 20:59:00 +0100 Bump version to 1.5.4 1.5.4
Mikael Berthe <mikael@lilotux.net> [Mon, 25 Jan 2021 20:59:00 +0100] rev 740
Bump version to 1.5.4
Mon, 13 May 2019 22:09:10 +0200 g_type_class_add_private is deprecated since glib 2.58
Frank Zschockelt <lm@freakysoft.de> [Mon, 13 May 2019 22:09:10 +0200] rev 739
g_type_class_add_private is deprecated since glib 2.58
Sat, 11 May 2019 22:25:49 +0200 Fix getaddrinfo() handling in blocking resolver
Frank Zschockelt <lm@freakysoft.de> [Sat, 11 May 2019 22:25:49 +0200] rev 738
Fix getaddrinfo() handling in blocking resolver If getaddrinfo() fails, the first call setting the result will already free the resolver. Trying to access it afterwards will lead to a warning to the console from glib. getaddrinfo() shouldn't return NULL for the result list if it returns successful.
Sat, 11 May 2019 22:25:15 +0200 Handle G_IO_HUP and G_IO_NVAL when connecting
Frank Zschockelt <lm@freakysoft.de> [Sat, 11 May 2019 22:25:15 +0200] rev 737
Handle G_IO_HUP and G_IO_NVAL when connecting
Sat, 11 May 2019 22:15:56 +0200 Removed the last g_print calls
Frank Zschockelt <lm@freakysoft.de> [Sat, 11 May 2019 22:15:56 +0200] rev 736
Removed the last g_print calls The calls g_print() in lm-debug.c don't count, because the log handler is normally provided by the application.
(0) -300 -100 -10 tip