Sat, 04 May 2019 16:00:37 +0000 Fix compilation without deprecated OpenSSL 1.1 APIs
Rosen Penev <rosenp@gmail.com> [Sat, 04 May 2019 16:00:37 +0000] rev 732
Fix compilation without deprecated OpenSSL 1.1 APIs committer: mcabber <lm@freakysoft.de>
Sat, 13 Oct 2018 10:58:32 +0200 Merge pull request #36 from kempniu/fix-falling-back-to-another-resolver-result-when-connecting
Mikael Berthe <mikael@lilotux.net> [Sat, 13 Oct 2018 10:58:32 +0200] rev 731
Merge pull request #36 from kempniu/fix-falling-back-to-another-resolver-result-when-connecting Fix falling back to another resolver result when connecting committer: GitHub <noreply@github.com>
Fri, 12 Oct 2018 10:24:24 +0200 Fix falling back to another resolver result when connecting
Michał Kępień <github@kempniu.pl> [Fri, 12 Oct 2018 10:24:24 +0200] rev 730
Fix falling back to another resolver result when connecting
Fri, 28 Sep 2018 22:03:46 +0200 Bump minimum GLib version
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Sep 2018 22:03:46 +0200] rev 729
Bump minimum GLib version See PR #35.
Fri, 28 Sep 2018 16:18:19 +0200 Merge pull request #35 from kempniu/move-away-from-g_type_class_add_private
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Sep 2018 16:18:19 +0200] rev 728
Merge pull request #35 from kempniu/move-away-from-g_type_class_add_private Move away from g_type_class_add_private() committer: GitHub <noreply@github.com>
Fri, 28 Sep 2018 16:18:09 +0200 Merge pull request #34 from kempniu/support-connecting-to-ipv6-servers
Mikael Berthe <mikael@lilotux.net> [Fri, 28 Sep 2018 16:18:09 +0200] rev 727
Merge pull request #34 from kempniu/support-connecting-to-ipv6-servers Support connecting to IPv6 servers committer: GitHub <noreply@github.com>
Wed, 26 Sep 2018 22:33:57 +0200 Support connecting to IPv6 servers
Michał Kępień <github@kempniu.pl> [Wed, 26 Sep 2018 22:33:57 +0200] rev 726
Support connecting to IPv6 servers
Thu, 27 Sep 2018 21:38:25 +0200 Move away from g_type_class_add_private()
Michał Kępień <github@kempniu.pl> [Thu, 27 Sep 2018 21:38:25 +0200] rev 725
Move away from g_type_class_add_private() g_type_class_add_private() will be deprecated in GLib 2.58. Replace: - g_type_class_add_private() with G_DEFINE_TYPE_WITH_PRIVATE() - G_TYPE_INSTANCE_GET_PRIVATE() with *_get_instance_private()
Wed, 26 Sep 2018 21:45:08 +0200 Merge pull request #33 from kempniu/GIOCondition-is-a-bit-field
Mikael Berthe <mikael@lilotux.net> [Wed, 26 Sep 2018 21:45:08 +0200] rev 724
Merge pull request #33 from kempniu/GIOCondition-is-a-bit-field GIOCondition is a bit field committer: GitHub <noreply@github.com>
Tue, 25 Sep 2018 21:52:25 +0200 GIOCondition is a bit field
Michał Kępień <github@kempniu.pl> [Tue, 25 Sep 2018 21:52:25 +0200] rev 723
GIOCondition is a bit field Use bitwise AND instead of equality checks when processing a GIOCondition value passed to a GIOChannel callback since it may be a bitwise combination of multiple enum values (e.g. G_IO_OUT | G_IO_ERR).
Sun, 14 May 2017 12:12:09 +0200 Merge pull request #31 from tmp170422/patch-2
Mikael Berthe <mikael@lilotux.net> [Sun, 14 May 2017 12:12:09 +0200] rev 722
Merge pull request #31 from tmp170422/patch-2 An apparent typo in lm-sasl.c:532 committer: GitHub <noreply@github.com>
Sun, 14 May 2017 12:18:32 +0300 An apparent typo
tmp170422 <tmp131110@ya.ru> [Sun, 14 May 2017 12:18:32 +0300] rev 721
An apparent typo committer: GitHub <noreply@github.com>
Mon, 08 May 2017 10:49:15 +0200 Merge pull request #29 from tmp170422/patch-1
Mikael Berthe <mikael@lilotux.net> [Mon, 08 May 2017 10:49:15 +0200] rev 720
Merge pull request #29 from tmp170422/patch-1 Fix domain names with wildcard CN committer: GitHub <noreply@github.com>
Sat, 22 Apr 2017 19:29:32 +0300 Fix a typo
tmp170422 <tmp131110@ya.ru> [Sat, 22 Apr 2017 19:29:32 +0300] rev 719
Fix a typo committer: GitHub <noreply@github.com>
Sat, 22 Apr 2017 18:30:57 +0300 Fix an issue with wildcard domain names in CN
tmp170422 <tmp131110@ya.ru> [Sat, 22 Apr 2017 18:30:57 +0300] rev 718
Fix an issue with wildcard domain names in CN When CN contains wildcards, the SAN list would be checked against corrupt server name. committer: GitHub <noreply@github.com>
Sat, 08 Apr 2017 19:07:29 +0200 Merge pull request #28 from MikePetullo/master
Mikael Berthe <mikael@lilotux.net> [Sat, 08 Apr 2017 19:07:29 +0200] rev 717
Merge pull request #28 from MikePetullo/master Allow explicit disable of libidn at configure time committer: GitHub <noreply@github.com>
Fri, 24 Mar 2017 18:29:31 -0400 Allow explicit disable of libidn at configure time
W. Michael Petullo <mike@flyn.org> [Fri, 24 Mar 2017 18:29:31 -0400] rev 716
Allow explicit disable of libidn at configure time Signed-off-by: W. Michael Petullo <mike@flyn.org>
Sun, 29 Jan 2017 21:10:56 +0100 retry gnutls handshake on GNUTLS_E_INTERRUPTED
Frank Zschockelt <lm@freakysoft.de> [Sun, 29 Jan 2017 21:10:56 +0100] rev 715
retry gnutls handshake on GNUTLS_E_INTERRUPTED
Sun, 29 Jan 2017 21:08:55 +0100 retry gnu tls handshake on GNUTLS_E_AGAIN
Klement Sekera <klement.sekera@gmail.com> [Sun, 29 Jan 2017 21:08:55 +0100] rev 714
retry gnu tls handshake on GNUTLS_E_AGAIN committer: Frank Zschockelt <lm@freakysoft.de>
Sun, 29 Jan 2017 20:53:08 +0100 Return the correct enum lm_message_get_sub_type
Frank Zschockelt <lm@freakysoft.de> [Sun, 29 Jan 2017 20:53:08 +0100] rev 713
Return the correct enum lm_message_get_sub_type
Mon, 21 Mar 2016 01:45:37 +0200 lm-asyncns-resolver: Fix resolver uninitialization
Mykhailo Danylenko <risbea@gmail.com> [Mon, 21 Mar 2016 01:45:37 +0200] rev 712
lm-asyncns-resolver: Fix resolver uninitialization * Hopefully fix crash, when resolver CB gets called on non-existing object, if there's some problem with DNS and library user destroys LM instance before DNS timeout. * This introduces freeze, if underlying libasyncns uses pthreads instead of forking, but that is a bug in libasyncns, that will be hopefully fixed by upstream. Not reported yet.
Sat, 19 Mar 2016 16:49:15 +0200 Remove dummy files from sources list
Mykhailo Danylenko <risbea@gmail.com> [Sat, 19 Mar 2016 16:49:15 +0200] rev 711
Remove dummy files from sources list
Sat, 19 Mar 2016 16:39:49 +0200 LmMessageNode: Expose attributes member
Mykhailo Danylenko <risbea@gmail.com> [Sat, 19 Mar 2016 16:39:49 +0200] rev 710
LmMessageNode: Expose attributes member * New typedef: LmMessageNodeAttribute
Sat, 19 Mar 2016 16:38:54 +0200 autogen: Fix option name in help
Mykhailo Danylenko <risbea@gmail.com> [Sat, 19 Mar 2016 16:38:54 +0200] rev 709
autogen: Fix option name in help
Sun, 28 Feb 2016 18:55:03 +0000 update tags
convert-repo [Sun, 28 Feb 2016 18:55:03 +0000] rev 708
update tags
Sun, 28 Feb 2016 19:26:55 +0100 Merge pull request #25 from mbiebl/dist-autogen
Mikael <mikael@lilotux.net> [Sun, 28 Feb 2016 19:26:55 +0100] rev 707
Merge pull request #25 from mbiebl/dist-autogen Include autogen.sh in dist tarball
Sun, 28 Feb 2016 15:56:07 +0100 Include autogen.sh in dist tarball
Michael Biebl <biebl@debian.org> [Sun, 28 Feb 2016 15:56:07 +0100] rev 706
Include autogen.sh in dist tarball It is convenient to have autogen.sh in the dist tarball in case one needs to regenerate the build system.
Sat, 13 Feb 2016 12:16:45 +0100 Bumped version to 1.5.3 1.5.3
Frank Zschockelt <lm@freakysoft.de> [Sat, 13 Feb 2016 12:16:45 +0100] rev 705
Bumped version to 1.5.3
Sat, 13 Feb 2016 12:16:45 +0100 Deprecate MD5 fingerprints for SHA256
Frank Zschockelt <lm@freakysoft.de> [Sat, 13 Feb 2016 12:16:45 +0100] rev 704
Deprecate MD5 fingerprints for SHA256
Thu, 11 Feb 2016 21:01:04 +0100 Fix coding style
Frank Zschockelt <lm@freakysoft.de> [Thu, 11 Feb 2016 21:01:04 +0100] rev 703
Fix coding style
(0) -300 -100 -50 -30 tip