Mercurial
MYNetwork
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
branches
|
file
| revisions |
annotate
|
diff
|
rss
(0)
tip
BLIP/BLIPTest.m
2009-07-24
* The BLIPConnection receivedRequest: delegate method now returns BOOL. If the method returns NO (or if the method isn't implemented in the delegate), that means it didn't handle the message at all; an error will be returned to the sender.
file
|
diff
|
annotate
2009-05-05
Fixed the leak of SecIdentityRef objects in a while loop.
file
|
diff
|
annotate
2009-05-04
Cleaned up a few leaks found by clang checker.
file
|
diff
|
annotate
2009-04-28
Fixed two CF memory leaks. (Fixes issue #5)
file
|
diff
|
annotate
2009-04-22
* Added MYBonjourBrowser and MYBonjourService.
file
|
diff
|
annotate
2008-07-13
* Fixed: Responses still pending when a connection closed were not calling their onComplete targets.
file
|
diff
|
annotate
2008-06-23
Implemented BLIP 1.1 (explicit 'bye' message)
file
|
diff
|
annotate
2008-06-19
Implemented new close protocol with 'bye' meta-message.
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
* Initial checkin of BLIP.py. (Receiving seems to work.)
file
|
diff
|
annotate
2008-05-29
Got it to build on iPhone. (Haven't tried running it yet.)
file
|
diff
|
annotate
2008-05-24
* Added more documentation.
file
|
diff
|
annotate
2008-05-24
Added #imports of utility headers, so source files will compile without requiring a custom prefix (MYUtilities.pch.)
file
|
diff
|
annotate
2008-05-23
First checkin after breaking out of Cloudy
file
|
diff
|
annotate
(0)
tip