Mercurial
MYNetwork
/ file revisions
summary
|
shortlog
|
changelog
|
graph
|
tags
|
branches
|
file
| revisions |
annotate
|
diff
|
rss
(0)
tip
TCP/TCPConnection.m
2009-05-16
Yuck -- [TCPConnection initToBonjourService:] was releasing the wrong object, the BonjourService, causing it to dealloc and eventually crash. Fixes #10.
file
|
diff
|
annotate
2009-05-16
* Fixed #9: compilation error with iPhone 3.0 SDK.
file
|
diff
|
annotate
2009-05-05
Fixed a double release in a garbage collected environment.
file
|
diff
|
annotate
2009-04-29
Added -[TCPConnection initToBonjourService:] since MYBonjourService no longer vends an NSNetService.
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-12-02
Added iPhone demo project
file
|
diff
|
annotate
2008-07-13
* Fixed link error in BLIPClient target.
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-19
Work around crash-on-close by temporarily retaining the connection object.
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-10
Fixed: The -connection:failedToOpen: delegate method wasn't being called.
file
|
diff
|
annotate
2008-05-29
Got it to build on iPhone. (Haven't tried running it yet.)
file
|
diff
|
annotate
2008-05-25
Added -[TCPConnection initToNetService:] to make it easier to use with Bonjour. This allowed me to simplify BLIPEchoClient quite a lot.
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