]>
git.saurik.com Git - apple/mdnsresponder.git/blob - mDNSCore/mDNSPlatformFunctions.h
8f07d59aac7c2195f71c728bb28fba359a0f8539
2 * Copyright (c) 2002-2003 Apple Computer, Inc. All rights reserved.
4 * @APPLE_LICENSE_HEADER_START@
6 * This file contains Original Code and/or Modifications of Original Code
7 * as defined in and that are subject to the Apple Public Source License
8 * Version 2.0 (the 'License'). You may not use this file except in
9 * compliance with the License. Please obtain a copy of the License at
10 * http://www.opensource.apple.com/apsl/ and read it before using this
13 * The Original Code and all software distributed under the License are
14 * distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
15 * EXPRESS OR IMPLIED, AND APPLE HEREBY DISCLAIMS ALL SUCH WARRANTIES,
16 * INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF MERCHANTABILITY,
17 * FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR NON-INFRINGEMENT.
18 * Please see the License for the specific language governing rights and
19 * limitations under the License.
21 * @APPLE_LICENSE_HEADER_END@
23 Change History (most recent first):
25 $Log: mDNSPlatformFunctions.h,v $
26 Revision 1.22.2.1 2003/12/05 00:03:34 cheshire
27 <rdar://problem/3487869> Use buffer size MAX_ESCAPED_DOMAIN_NAME instead of 256
29 Revision 1.22 2003/08/18 22:53:37 cheshire
30 <rdar://problem/3382647> mDNSResponder divide by zero in mDNSPlatformTimeNow()
32 Revision 1.21 2003/08/15 20:16:57 cheshire
33 Update comment for <rdar://problem/3366590> mDNSResponder takes too much RPRVT
35 Revision 1.20 2003/08/12 19:56:24 cheshire
38 Revision 1.19 2003/08/05 22:20:15 cheshire
39 <rdar://problem/3330324> Need to check IP TTL on responses
41 Revision 1.18 2003/07/22 23:57:20 cheshire
42 Move platform-layer function prototypes from mDNSClientAPI.h to mDNSPlatformFunctions.h where they belong
44 Revision 1.17 2003/07/19 03:15:15 cheshire
45 Add generic MemAllocate/MemFree prototypes to mDNSPlatformFunctions.h,
46 and add the obvious trivial implementations to each platform support layer
48 Revision 1.16 2003/07/02 21:19:46 cheshire
49 <rdar://problem/3313413> Update copyright notices, etc., in source code comments
51 Revision 1.15 2003/05/23 22:39:45 cheshire
52 <rdar://problem/3268151> Need to adjust maximum packet size for IPv6
54 Revision 1.14 2003/04/28 21:54:57 cheshire
57 Revision 1.13 2003/03/15 04:40:36 cheshire
58 Change type called "mDNSOpaqueID" to the more descriptive name "mDNSInterfaceID"
60 Revision 1.12 2003/02/21 01:54:08 cheshire
61 Bug #: 3099194 mDNSResponder needs performance improvements
62 Switched to using new "mDNS_Execute" model (see "Implementer Notes.txt")
64 Revision 1.11 2002/12/23 22:13:29 jgraessl
66 Reviewed by: Stuart Cheshire
67 Initial IPv6 support for mDNSResponder.
69 Revision 1.10 2002/09/21 20:44:49 zarzycki
72 Revision 1.9 2002/09/19 04:20:43 cheshire
73 Remove high-ascii characters that confuse some systems
75 Revision 1.8 2002/09/16 23:12:14 cheshire
78 Revision 1.7 2002/09/16 18:41:42 cheshire
79 Merge in license terms from Quinn's copy, in preparation for Darwin release
83 // Note: All moved to mDNSClientAPI.h