Change reconnect threshold to 3 failures
14 lines of code changed in 6 files:
Big changes (new version 2.7p8)
Grouped some globals into Inbound_Control,
Got rid of array of locks in each parsedname.
Fixed code for adding and removing connection_in's dynamically
Fixed a bug when a bad adapter would block further fake adapters.
Cleaned up DS9490 name scheme.
Got rid of "SimpleBusName"
Made sure all snprintf's are UCLIBC protected.
Stopped caching fake , tester and w1 directories.
427 lines of code changed in 37 files:
struct inbound_control to gather inbound connection info.
9 lines of code changed in 1 file:
Add browse resolve routines to add and remove a zerconf entry.
88 lines of code changed in 3 files:
Added support for excising an entry frin the linked inbound list -- allows dynamic appearance of w1 and browsed links.
129 lines of code changed in 6 files:
Add w1 to enum lists. Start of w1 support.
9 lines of code changed in 1 file:
init scripts bugs fixed.
5 lines of code changed in 4 files:
Added Avahi browse -- still needs to actually create a connection_in structure.
352 lines of code changed in 5 files:
Change display of announced services.
53 lines of code changed in 3 files:
Fix up default and ephemeral ports.
46 lines of code changed in 4 files:
Cleaned up announce and locked-in syndrome (cannot use an epheemral port if no announce implemented).
58 lines of code changed in 5 files:
Added Avahi announcing support. Also found a network ordering bug in the port number for both Bonjour and Avahi
1138 lines of code changed in 10 files:
Add 2 more dynamically loaded library handles (for avahi )
3 lines of code changed in 1 file:
fix a casting issue: sockaddr_in vs sockaddr. Merely a compiler warning.
2 lines of code changed in 1 file:
Added avahi defines for "publishing". Rather than grab all the header files, we use lot of void * for struct *.
304 lines of code changed in 2 files:
Added Global enum for zero-conf type.
5 lines of code changed in 2 files:
Fix so compiler warning about signed vs unsigned. No functional change.
9 lines of code changed in 1 file: