]> git.ipfire.org Git - thirdparty/cups.git/history - backend/dnssd.c
Changelog.
[thirdparty/cups.git] / backend / dnssd.c
2012-12-11  mikeGenerate full 1284 device ID as needed (STR #3702)
2012-09-07  mikeStop using strcpy.
2012-05-21  mikeClean up some clang warnings.
2012-05-16  mikeHopefully the last of Avahi support - add code for...
2012-04-13  mikeImplement _HTTP_RESOLVE_FQDN option, use .local name...
2012-04-13  mikeReduce the timeout to 500ms; we need to give printers...
2012-04-13  mikeFix the priority mapping of protocols - avahi_simple_po...
2012-04-13  mikeMore cleanup.
2012-04-13  mikeCleanup.
2012-04-13  mikeOK, fix the missing "got_callback = 1" in browse_callba...
2012-04-13  mikeFix builds for Avahi-based dnssd backend; it's now...
2012-04-12  mikeEliminate the worst of the errors; need to fix up the...
2012-04-12  mikeMore Avahi integration from STR #3066 (Avahi code untes...
2012-03-23  mikeFix a bunch of issues reported by the latest Clang...
2012-02-13  mikeThe dnssd backend now prefers IPPS over IPP.
2011-09-26  mikeFix some minor Bonjour issues - wasn't reading to the...
2011-09-01  mikeFix browsing for ipps printers.
2011-06-05  mikeBump version to 1.5rc1.
2011-06-03  mikeAdd browsing for ipps printers and give them higher...
2011-05-20  mikeUse strcasecmp and strncasecmp emulation functions...
2011-05-12  mikeFix compiler warnings and clean up the Xcode project...
2011-01-17  mikeFix compiler warning.
2011-01-07  mikeRetry DNS-SD name resolutions (STR #3753)
2010-11-22  mikeMore localization work.
2009-08-07  mikeThe dnssd backend could crash (STR #3272)
2009-04-14  mikeIf we get canceled while resolving the device URI,...
2009-04-07  mikeCatch SIGTERM so we don't stop a queue because the...
2009-04-03  mikeMake changes to support "wide-area Bonjour" printing.
2009-03-16  mikeAdd 1284 Device ID (sometimes synthesized) for all...
2009-03-03  mikeDon't build unit tests unless requested.
2009-02-04  mikehttpAssembleURI*() did not escape backslashes in hostnames.
2008-10-07  mikeUse DNSServiceConstructFullName to construct fullName.
2008-08-29  mikeRename mdns backend to "dnssd".