summaryrefslogtreecommitdiff
path: root/net/gnet/patches
AgeCommit message (Collapse)AuthorFilesLines
2003-04-15Update to 2.0.0.wiz5-86/+20
* DNS bug fixes * FreeBSD compile fixes and UDP send bug fix * New functions: gnet_{udp,mcast}_socket_get_local_inetaddr * Build improvements: library is now named libgnet-MAJOR.MINOR, favors GLib 2 over GLib 1.2 * New Base64 module (by Alfred Reibenschuh) * Major documentation improvements * Some minor API renaming in Inetaddr and TcpSocket * IPv6 support * Server, Conn, URI, and Unix modules are no longer "experimental" * Header files are now in gnet-2.0 * gnet-config removed. Use pkg-config. * Many API changes * gnet_server_new() changed, but the prototype is the same. Make sure you are using the new version correctly.
2003-02-13correct some types to make this compile on alpha. Passes 3/4 tests so thisdmcmahill5-0/+121
is only a partial improvement.
2002-10-30Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE.rh1-11/+0
2002-10-16Update gnet to 1.1.7. Depends on glib2 now. Other changes are:rh1-0/+11
* Fixed major bug in IO channel code from 1.1.6 * IOChannels are non-buffering, non-encoded by default (for GLib 2.0) * examples are now build by default * gnet_inetaddr_list_interfaces() bug fix * FreeBSD compile fix (affected gnet_inetaddr_list_interfaces()) * New gnet_init() function. This should be called in main(). [1] * GNet now properly links to libgthread (if necessary) * More automated test cases * Several compile fixes and small bug fixes * Package now includes a buildlink2.mk