2008-06-19 | Jens Alfke | Implemented new close protocol with 'bye' meta-message. | changeset | files |
2008-06-19 | Jens Alfke | Work around crash-on-close by temporarily retaining the connection object. | changeset | files |
2008-06-11 | Jens Alfke | * Added a timeout property to TCPConnection. Set it before calling -open, if you want a shorter timeout than the default. | changeset | files |
2008-06-10 | Jens Alfke | Fixed: The -connection:failedToOpen: delegate method wasn't being called. | changeset | files |
2008-06-04 | Jens Alfke | Python: Optimized frame sending somewhat (frame buffers are generated on the fly as the socket has room.) | changeset | files |
2008-06-04 | Jens Alfke | Python implementation much improved. Can send requests now. Fully interoperable with Obj-C implementation's test cases. | changeset | files |