summaryrefslogtreecommitdiffstats
path: root/mDNSResponder (follow)
Commit message (Collapse)AuthorAgeFilesLines
* mDNS: Avoid uninitialized memorySebastian Huber2014-11-042-3/+3
| | | | Use calloc() instead of malloc().
* mDNS: Use mutex for mDNSPosix platformSebastian Huber2014-01-302-0/+23
|
* mDNS: mDNSShared/mDNSDebug.cSebastian Huber2014-01-301-0/+4
| | | | Avoid reference to ProgramName.
* mDNS: mDNSShared/dnssd_clientshim.cSebastian Huber2014-01-301-1/+11
| | | | Fix typos. Include missing header files.
* mDNS: AnonInfoAnswersQuestion: Fix stack usageSebastian Huber2014-01-301-5/+10
| | | | | | | 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.
* mDNS: ImportSebastian Huber2014-01-30578-0/+195006
The sources can be obtained via: http://opensource.apple.com/tarballs/mDNSResponder/mDNSResponder-544.tar.gz