Mercurial
MYNetwork
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
branches
|
file
| revisions |
annotate
|
diff
|
rss
(0)
tip
Python/BLIP.py
2009-07-03
Fixed bug which caused PyBLIP to stop sending responses while the connection was closing.
file
|
diff
|
annotate
2009-07-02
Removed unnecessary files. Toned down logging. Added null logging handler to BLIP so client code doesn't have to use logging. Modified test drivers to work against Cocoa versions.
file
|
diff
|
annotate
2009-06-23
Moved _handleCloseRequest to a new method. Added warning messages.
file
|
diff
|
annotate
2009-06-23
Connections opened by listeners now close correctly.
file
|
diff
|
annotate
2009-06-23
BROKEN COMMIT. Majority of code to handle closing has been added. Listeners do not close correctly.
file
|
diff
|
annotate
2008-06-11
* Added a timeout property to TCPConnection. Set it before calling -open, if you want a shorter timeout than the default.
file
|
diff
|
annotate
2008-06-04
Python: Optimized frame sending somewhat (frame buffers are generated on the fly as the socket has room.)
file
|
diff
|
annotate
2008-06-04
Python implementation much improved. Can send requests now. Fully interoperable with Obj-C implementation's test cases.
file
|
diff
|
annotate
2008-06-03
BLIP.py working for listener side (it talks to the Obj-C BLIPConnectionTester.)
file
|
diff
|
annotate
2008-06-03
* Initial checkin of BLIP.py. (Receiving seems to work.)
file
|
diff
|
annotate
(0)
tip