2008-06-11* Added a timeout property to TCPConnection. Set it before calling -open, if you want a shorter timeout than the default.
Jens Alfke <jens@mooseyard.com> [Wed, 11 Jun 2008 14:58:38 -0700] rev 16
* Added a timeout property to TCPConnection. Set it before calling -open, if you want a shorter timeout than the default.
* Made the utility function BLIPMakeError public.

2008-06-10Fixed: The -connection:failedToOpen: delegate method wasn't being called.
Jens Alfke <jens@mooseyard.com> [Tue, 10 Jun 2008 16:14:20 -0700] rev 15
Fixed: The -connection:failedToOpen: delegate method wasn't being called.

2008-06-04Python: Optimized frame sending somewhat (frame buffers are generated on the fly as the socket has room.)
Jens Alfke <jens@mooseyard.com> [Wed, 04 Jun 2008 21:09:45 -0700] rev 14
Python: Optimized frame sending somewhat (frame buffers are generated on the fly as the socket has room.)

2008-06-04Python implementation much improved. Can send requests now. Fully interoperable with Obj-C implementation's test cases.
Jens Alfke <jens@mooseyard.com> [Wed, 04 Jun 2008 17:11:20 -0700] rev 13
Python implementation much improved. Can send requests now. Fully interoperable with Obj-C implementation's test cases.

2008-06-03BLIP.py working for listener side (it talks to the Obj-C BLIPConnectionTester.)
Jens Alfke <jens@mooseyard.com> [Tue, 03 Jun 2008 22:24:21 -0700] rev 12
BLIP.py working for listener side (it talks to the Obj-C BLIPConnectionTester.)

2008-06-03* Initial checkin of BLIP.py. (Receiving seems to work.)
Jens Alfke <jens@mooseyard.com> [Tue, 03 Jun 2008 16:56:33 -0700] rev 11
* Initial checkin of BLIP.py. (Receiving seems to work.)
* FIXED: Abbreviation list in BLIPProperties was messed up.
* Renamed some instance variables to use 'request' instead of 'query'.
* Test client doesn't throw an assertion-failure now when the number of unresponded requests exceeds 100.

2008-06-01Copied 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> [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.

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.