KNOWN_BUGS
author Michał Kępień <github@kempniu.pl>
Tue, 25 Sep 2018 21:52:25 +0200
changeset 723 c4953bf0a53d
parent 590 bcbd229a80cb
child 726 ea6aaf57f344
permissions -rw-r--r--
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).
Ignore whitespace changes - Everywhere: Within whitespace: At end of lines:
590
bcbd229a80cb Added File Listing Known Bugs
Jayson Vantuyl <jvantuyl@engineyard.com>
parents:
diff changeset
     1
No IPv6 Support
bcbd229a80cb Added File Listing Known Bugs
Jayson Vantuyl <jvantuyl@engineyard.com>
parents:
diff changeset
     2
Currently Leak Resolver Objects Due To Messy Allocation Path