Commits


Use some more specific data types (e. g. pid_t vs. int), make "SPLint" happy :-)


Removed unnecessary #define of "LOCAL", now use plain C "static" instead.


Renamed "Rendezvous" to "Zeroconf".


Remove INT, LONG, BOOLEAN, STATIC, CONST, CHAR datatypes. use stdbool.h / inttypes.h if available.


Don't use a POSIX thread for the Howl "run loop".


Added support for the Howl (http://www.porchdogsoft.com/products/howl/) Rendezvous API, in addition to the API of Apple (Mac OS X).


Fixed up bad test during unregistering of services.


- Added new source module "rendezvous".