BLIP/BLIPMessage.m
2008-07-13 * Fixed: Responses still pending when a connection closed were not calling their onComplete targets.
2008-06-19 Implemented new close protocol with 'bye' meta-message.
2008-05-30 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-29 Got it to build on iPhone. (Haven't tried running it yet.)
2008-05-24 Added a BLIP port of Apple's "CocoaEcho" sample code.
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