Commit graph

13 commits

Author SHA1 Message Date
minskim
816b563977 Update gnet to 2.0.5.
Changes:
  * Many Win32 fixes
  * Desciptor leak fixed in TCP sockets
  * GConn 100% CPU bug fix
  * Bug fix for URIs with high Latin-1 characters
  * IPv6 fix for inetaddr_get_canonical_name()
  * New echoserver-partyline example
  * Miscellaneous clean-ups
2004-03-03 15:59:56 +00:00
wiz
aa54752460 Update to 2.0.4:
* Minor memory leak fixed in internet addresses
* Compile and regression test fixes for 64-bit systems
* Compile fix for Solaris
2003-07-30 13:49:47 +00:00
wiz
a23a7cf3c9 Update to 2.0.3:
* Minor bug fix in TCP connect
* Win32 compile/bug fixes (note: additional work still needed)
2003-05-15 21:07:36 +00:00
wiz
f326240a89 Update to 2.0.2:
* RPM fixes (thanks Bas Mevissen!)
* Compile fixes for Sun compiler (thanks Ives Aerts!)
2003-05-07 12:43:46 +00:00
wiz
a09644f023 Update to 2.0.1:
* Compile fixes for Solaris and systems with no IPv6 support
2003-04-22 13:49:04 +00:00
wiz
5217c05abb Update to 2.0.0.
* 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-04-15 12:19:17 +00:00
wiz
0f28d8cc05 Update to 1.1.8:
* Compilation fixes
2003-03-04 14:03:04 +00:00
dmcmahill
3b04905aab correct some types to make this compile on alpha. Passes 3/4 tests so this
is only a partial improvement.
2003-02-13 00:29:52 +00:00
rh
e525650d57 Replace hand made patches for pkgconfig tempates with PKGCONFIG_OVERRIDE. 2002-10-30 03:09:25 +00:00
rh
dd1ad81aa4 Update gnet to 1.1.7. Depends on glib2 now. Other changes are:
* 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
2002-10-16 07:58:55 +00:00
jlam
1c57323789 Merge packages from the buildlink2 branch back into the main trunk that
have been converted to USE_BUILDLINK2.
2002-08-25 21:48:57 +00:00
wiz
1a4485ab32 Add RCS Id. 2002-07-02 12:56:53 +00:00
wiz
e6be83c435 Initial import of GNet-1.1.4:
GNet is a simple network library. It is written in C, object-oriented,
and built upon GLib. It is intended to be small, fast, easy-to-use,
and easy to port. GNet comes with documentation and examples.
2002-05-16 18:13:26 +00:00