CVS commit: src/external/apache2/mDNSResponder/dist/mDNSCore

2018-04-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 11 18:33:21 UTC 2018 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: mDNS.c Log Message: instead of short-circuiting the test, set auto target host on by default. To generate a diff of this commit: cv

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSCore

2018-04-11 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Wed Apr 11 18:33:48 UTC 2018 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: DNSCommon.c DNSCommon.h mDNSEmbeddedAPI.h Log Message: Add the location of the last lock to help debugging. To generate

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSCore

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 19:13:27 UTC 2018 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: mDNS.c Log Message: When we advertise interfaces, don't skip if we are not autotargetting services yet. It is the chicken and the egg

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSCore

2018-04-07 Thread Christos Zoulas
Module Name:src Committed By: christos Date: Sat Apr 7 19:09:12 UTC 2018 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: mDNSDebug.h Log Message: Allow overriding checking for debug functions To generate a diff of this commit: cvs rdiff -u -r1.1.1.4 -r

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSCore

2015-10-15 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Oct 15 15:58:34 UTC 2015 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: mDNS.c Log Message: Revert prior. Instead just send the diagnostic to debugf instead of syslog as it's not really that interesting. To

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSCore

2015-10-15 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Oct 15 10:29:57 UTC 2015 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: mDNS.c Log Message: If scheduling a probe or response is in the past or exactly now, schedule it for now + 1 to avoid log file spam about

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSCore

2015-10-15 Thread Roy Marples
Module Name:src Committed By: roy Date: Thu Oct 15 10:24:33 UTC 2015 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: DNSCommon.c Log Message: Revert r1.5 now that the time calculations are using a monotonic clock. To generate a diff of this commit: cvs

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSCore

2014-11-24 Thread Jared D. McNeill
Module Name:src Committed By: jmcneill Date: Tue Nov 25 02:29:57 UTC 2014 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: DNSCommon.c Log Message: Change the "mDNSPlatformRawTime went backwards" message from LogMsg to debugf. It's not that interesting, as

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSCore

2011-06-07 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Tue Jun 7 20:04:32 UTC 2011 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: mDNS.c Log Message: Add () that match operator order. To generate a diff of this commit: cvs rdiff -u -r1.1.1.1 -r1.2 \ src/extern

CVS commit: src/external/apache2/mDNSResponder/dist/mDNSCore

2011-02-17 Thread Joerg Sonnenberger
Module Name:src Committed By: joerg Date: Thu Feb 17 17:14:56 UTC 2011 Modified Files: src/external/apache2/mDNSResponder/dist/mDNSCore: DNSDigest.c Log Message: clang is more restrict matching input and output constraints. Input is long, but used are only the lower 32bit.