2008-05-30Fixed 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> [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.

2008-05-29Got it to build on iPhone. (Haven't tried running it yet.)
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.)

2008-05-25Added -[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 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.

2008-05-25First public release.
Jens Alfke <jens@mooseyard.com> [Sun, 25 May 2008 12:33:50 -0700] rev 6
First public release.

2008-05-25More documentation. release_1
Jens Alfke <jens@mooseyard.com> [Sun, 25 May 2008 12:32:47 -0700] rev 5
More documentation.

2008-05-25More documentation.
Jens Alfke <jens@mooseyard.com> [Sun, 25 May 2008 10:28:26 -0700] rev 4
More documentation.

2008-05-24Added a BLIP port of Apple's "CocoaEcho" sample code.
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.

2008-05-24* Added more documentation.
Jens Alfke <jens@mooseyard.com> [Sat, 24 May 2008 17:25:06 -0700] rev 2
* Added more documentation.
* Minor API changes.

2008-05-24Added #imports of utility headers, so source files will compile without requiring a custom prefix (MYUtilities.pch.)
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.)

2008-05-23First checkin after breaking out of Cloudy
Jens Alfke <jens@mooseyard.com> [Fri, 23 May 2008 17:37:36 -0700] rev 0
First checkin after breaking out of Cloudy