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