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