2009-04-29 |
More work on Bonjour classes. They now support registering services.
|
file | diff | annotate |
2009-04-26 |
* Fixed path type of MYUtilities folder ref; this fixes issue #2.
|
file | diff | annotate |
2009-04-27 |
Rewrote the Bonjour classes, using the low-level <dns_sd.h> API. They're now subclasses of MYDNSService.
|
file | diff | annotate |
2009-04-24 |
* Refactored MYPortMapper to use a new abstract base class MYDNSService; that way I can re-use it later for implementing Bonjour.
|
file | diff | annotate |
2009-04-22 |
* Added MYBonjourBrowser and MYBonjourService.
|
file | diff | annotate |
2008-07-13 |
Merged 1.0 final into 1.1 branch.
|
file | diff | annotate |
2008-07-13 |
* Fixed: Responses still pending when a connection closed were not calling their onComplete targets.
|
file | diff | annotate |
2008-07-13 |
* Fixed link error in BLIPClient target.
|
file | diff | annotate |
2008-06-03 |
* Initial checkin of BLIP.py. (Receiving seems to work.)
|
file | diff | annotate |
2008-06-01 |
Copied the necessary Google Toolbox source files into the MYUtilities project, so people don't have to download a separate library.
|
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-25 |
More documentation.
|
file | diff | annotate |
2008-05-24 |
Added a BLIP port of Apple's "CocoaEcho" sample code.
|
file | diff | annotate |
2008-05-24 |
* Added more documentation.
|
file | diff | annotate |
2008-05-23 |
First checkin after breaking out of Cloudy
|
file | diff | annotate |