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>
(0) -300 -100 -10 +10 tip