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.
Sat, 11 May 2019 22:14:44 +0200 Always signal a disconnect after connection_do_close()
Frank Zschockelt <lm@freakysoft.de> [Sat, 11 May 2019 22:14:44 +0200] rev 735
Always signal a disconnect after connection_do_close()
Sat, 04 May 2019 18:24:41 +0200 Don't use compression API for GnuTLS >= 3.6.0
Frank Zschockelt <lm@freakysoft.de> [Sat, 04 May 2019 18:24:41 +0200] rev 734
Don't use compression API for GnuTLS >= 3.6.0 GnuTLS removed compression completely.
Sat, 04 May 2019 16:03:51 +0000 lm-resolver.c: limit conditional include to OS X
David H. Gutteridge <dhgutteridge@users.noreply.github.com> [Sat, 04 May 2019 16:03:51 +0000] rev 733
lm-resolver.c: limit conditional include to OS X Explicitly including arpa/nameser_compat.h is only necessary for OS X. It's unneeded on other OSes. Some, e.g. Linux and NetBSD, include nameser_compat.h from nameser.h anyway, so at minimum, it's redundant. In the case of NetBSD, this was causing build breakages on some architectures due to legacy code in nameser_compat.h being exposed before the inclusion of nameser.h, which sets dependent macros. committer: mcabber <lm@freakysoft.de>
(0) -300 -100 -10 tip