MYNetwork.xcodeproj/project.pbxproj
2009-04-29 More work on Bonjour classes. They now support registering services.
2009-04-26 * Fixed path type of MYUtilities folder ref; this fixes issue #2.
2009-04-27 Rewrote the Bonjour classes, using the low-level <dns_sd.h> API. They're now subclasses of MYDNSService.
2009-04-24 * Refactored MYPortMapper to use a new abstract base class MYDNSService; that way I can re-use it later for implementing Bonjour.
2009-04-22 * Added MYBonjourBrowser and MYBonjourService.
2008-07-13 Merged 1.0 final into 1.1 branch.
2008-07-13 * Fixed: Responses still pending when a connection closed were not calling their onComplete targets.
2008-07-13 * Fixed link error in BLIPClient target.
2008-06-03 * Initial checkin of BLIP.py. (Receiving seems to work.)
2008-06-01 Copied the necessary Google Toolbox source files into the MYUtilities project, so people don't have to download a separate library.
2008-05-25 Added -[TCPConnection initToNetService:] to make it easier to use with Bonjour. This allowed me to simplify BLIPEchoClient quite a lot.
2008-05-25 More documentation.
2008-05-24 Added a BLIP port of Apple's "CocoaEcho" sample code.
2008-05-24 * Added more documentation.
2008-05-23 First checkin after breaking out of Cloudy