Jens Alfke <jens@mooseyard.com> [Sun, 01 Jun 2008 14:04:22 -0700] rev 10
Copied the necessary Google Toolbox source files into the MYUtilities project, so people don't have to download a separate library.
Jens Alfke <jens@mooseyard.com> [Fri, 30 May 2008 13:54:38 -0700] rev 9
Fixed a serious bug - a race condition where a data buffer in the writer's queue could be dealloced (not the NSData, but its bytes themselves) before the writer sent it, resulting in an EFAULT error.
Jens Alfke <jens@mooseyard.com> [Thu, 29 May 2008 16:40:36 -0700] rev 8
Got it to build on iPhone. (Haven't tried running it yet.)
Jens Alfke <jens@mooseyard.com> [Sun, 25 May 2008 13:43:03 -0700] rev 7
Added -[TCPConnection initToNetService:] to make it easier to use with Bonjour. This allowed me to simplify BLIPEchoClient quite a lot.
Jens Alfke <jens@mooseyard.com> [Sun, 25 May 2008 12:33:50 -0700] rev 6
First public release.
Jens Alfke <jens@mooseyard.com> [Sun, 25 May 2008 12:32:47 -0700] rev 5
More documentation.
Jens Alfke <jens@mooseyard.com> [Sun, 25 May 2008 10:28:26 -0700] rev 4
More documentation.
Jens Alfke <jens@mooseyard.com> [Sat, 24 May 2008 21:26:09 -0700] rev 3
Added a BLIP port of Apple's "CocoaEcho" sample code.
Jens Alfke <jens@mooseyard.com> [Sat, 24 May 2008 17:25:06 -0700] rev 2
* Added more documentation.
* Minor API changes.
Jens Alfke <jens@mooseyard.com> [Sat, 24 May 2008 13:26:02 -0700] rev 1
Added #imports of utility headers, so source files will compile without requiring a custom prefix (MYUtilities.pch.)