gnet r451 - in trunk: . src



Author: tpm
Date: 2007-10-19 15:44:19 +0100 (Fri, 19 Oct 2007)
New Revision: 451
ViewCVS link: http://svn.gnome.org/viewcvs/gnet?rev=451&view=rev

Modified:
   trunk/ChangeLog
   trunk/NEWS
   trunk/configure.ac
   trunk/src/gnet.c
   trunk/src/inetaddr.c
Log:
	* NEWS:
	* src/gnet.c:
	* src/inetaddr.c:
	* configure.ac:
	  Remove fork()-and-pipe-based fallback for asynchronous DNS lookups,
	  which was used when GLib has been compiled without support for
	  threading, ie. G_THREADS_ENABLED was not defined.  This code is
	  unused in practice, pointless and I simply don't want to maintain it.
	  Also, it's 2007.  Besides, getting rid of this cruft might make it
	  a bit easier for someone to implement a non-thread async dns variant.
	  Lastly, fixes some cases where we didn't lock or free mutexes because
	  we checked against a non-existant G_THREADS_ENABLES define.






[Date Prev][Date Next]   [Thread Prev][Thread Next]   [Thread Index] [Date Index] [Author Index]