TCP/TCPListener.m
2009-05-24 Misc. tweaks made while porting Chatty to use MYNetwork.
2009-05-16 * Fixed #9: compilation error with iPhone 3.0 SDK.
2009-05-06 * Merged part of Jim Roepke's changes -- the MYAddressLookup fixes and updated iPhone project.
2009-05-05 bug fixes and improvements to new bonjour classes and tcplistener, also added a static library target
2009-05-05 Fixed the release of an CFDataRef object under garbage collection.
2009-04-22 * Added MYBonjourBrowser and MYBonjourService.
2008-07-13 * Fixed: Responses still pending when a connection closed were not calling their onComplete targets.
2008-05-29 Got it to build on iPhone. (Haven't tried running it yet.)
2008-05-24 Added #imports of utility headers, so source files will compile without requiring a custom prefix (MYUtilities.pch.)
2008-05-23 First checkin after breaking out of Cloudy