summaryrefslogtreecommitdiff
path: root/mDNSResponder (follow)
AgeCommit message (Collapse)Author
2014-11-04mDNS: Avoid uninitialized memorySebastian Huber
Use calloc() instead of malloc().
2014-01-30mDNS: Use mutex for mDNSPosix platformSebastian Huber
2014-01-30mDNS: mDNSShared/mDNSDebug.cSebastian Huber
Avoid reference to ProgramName.
2014-01-30mDNS: mDNSShared/dnssd_clientshim.cSebastian Huber
Fix typos. Include missing header files.
2014-01-30mDNS: AnonInfoAnswersQuestion: Fix stack usageSebastian Huber
The mDNSexport is normally defined to be empty, thus mDNSStorage is a huge stack variable (roughly 50KiB) with random data. Asuming a global mDNSStorage variable in the mDNSCore makes no sense.
2014-01-30mDNS: ImportSebastian Huber
The sources can be obtained via: http://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-544.tar.gz