File tree Expand file tree Collapse file tree 11 files changed +154
-0
lines changed
CAsyncDNSResolver/include
Tests/AsyncDNSResolverTests Expand file tree Collapse file tree 11 files changed +154
-0
lines changed Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the SwiftAsyncDNSResolver open source project
4
+ //
5
+ // Copyright (c) 2020 Apple Inc. and the SwiftAsyncDNSResolver project authors
6
+ // Licensed under Apache License v2.0
7
+ //
8
+ // See LICENSE.txt for license information
9
+ // See CONTRIBUTORS.txt for the list of SwiftAsyncDNSResolver project authors
10
+ //
11
+ // SPDX-License-Identifier: Apache-2.0
12
+ //
13
+ //===----------------------------------------------------------------------===//
14
+
1
15
import CAsyncDNSResolver
2
16
import Dispatch
3
17
import Logging
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the SwiftAsyncDNSResolver open source project
4
+ //
5
+ // Copyright (c) 2020 Apple Inc. and the SwiftAsyncDNSResolver project authors
6
+ // Licensed under Apache License v2.0
7
+ //
8
+ // See LICENSE.txt for license information
9
+ // See CONTRIBUTORS.txt for the list of SwiftAsyncDNSResolver project authors
10
+ //
11
+ // SPDX-License-Identifier: Apache-2.0
12
+ //
13
+ //===----------------------------------------------------------------------===//
14
+
1
15
import CAsyncDNSResolver
2
16
import Dispatch
3
17
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the SwiftAsyncDNSResolver open source project
4
+ //
5
+ // Copyright (c) 2020 Apple Inc. and the SwiftAsyncDNSResolver project authors
6
+ // Licensed under Apache License v2.0
7
+ //
8
+ // See LICENSE.txt for license information
9
+ // See CONTRIBUTORS.txt for the list of SwiftAsyncDNSResolver project authors
10
+ //
11
+ // SPDX-License-Identifier: Apache-2.0
12
+ //
13
+ //===----------------------------------------------------------------------===//
14
+
1
15
import CAsyncDNSResolver
2
16
3
17
// MARK: - Async DNS resolver errors
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the SwiftAsyncDNSResolver open source project
4
+ //
5
+ // Copyright (c) 2020 Apple Inc. and the SwiftAsyncDNSResolver project authors
6
+ // Licensed under Apache License v2.0
7
+ //
8
+ // See LICENSE.txt for license information
9
+ // See CONTRIBUTORS.txt for the list of SwiftAsyncDNSResolver project authors
10
+ //
11
+ // SPDX-License-Identifier: Apache-2.0
12
+ //
13
+ //===----------------------------------------------------------------------===//
14
+
1
15
import CAsyncDNSResolver
2
16
3
17
// MARK: - Options for async DNS resolver
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the SwiftAsyncDNSResolver open source project
4
+ //
5
+ // Copyright (c) 2020 Apple Inc. and the SwiftAsyncDNSResolver project authors
6
+ // Licensed under Apache License v2.0
7
+ //
8
+ // See LICENSE.txt for license information
9
+ // See CONTRIBUTORS.txt for the list of SwiftAsyncDNSResolver project authors
10
+ //
11
+ // SPDX-License-Identifier: Apache-2.0
12
+ //
13
+ //===----------------------------------------------------------------------===//
14
+
1
15
#ifndef C_ASYNC_RESOLVER_H
2
16
#define C_ASYNC_RESOLVER_H
3
17
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the SwiftAsyncDNSResolver open source project
4
+ //
5
+ // Copyright (c) 2020 Apple Inc. and the SwiftAsyncDNSResolver project authors
6
+ // Licensed under Apache License v2.0
7
+ //
8
+ // See LICENSE.txt for license information
9
+ // See CONTRIBUTORS.txt for the list of SwiftAsyncDNSResolver project authors
10
+ //
11
+ // SPDX-License-Identifier: Apache-2.0
12
+ //
13
+ //===----------------------------------------------------------------------===//
14
+
1
15
#ifndef __CARES_BUILD_H
2
16
#define __CARES_BUILD_H
3
17
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the SwiftAsyncDNSResolver open source project
4
+ //
5
+ // Copyright (c) 2020 Apple Inc. and the SwiftAsyncDNSResolver project authors
6
+ // Licensed under Apache License v2.0
7
+ //
8
+ // See LICENSE.txt for license information
9
+ // See CONTRIBUTORS.txt for the list of SwiftAsyncDNSResolver project authors
10
+ //
11
+ // SPDX-License-Identifier: Apache-2.0
12
+ //
13
+ //===----------------------------------------------------------------------===//
14
+
1
15
/* Generated from ares_config.h.cmake*/
2
16
3
17
/* Define if building universal (internal helper macro) */
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the SwiftAsyncDNSResolver open source project
4
+ //
5
+ // Copyright (c) 2020 Apple Inc. and the SwiftAsyncDNSResolver project authors
6
+ // Licensed under Apache License v2.0
7
+ //
8
+ // See LICENSE.txt for license information
9
+ // See CONTRIBUTORS.txt for the list of SwiftAsyncDNSResolver project authors
10
+ //
11
+ // SPDX-License-Identifier: Apache-2.0
12
+ //
13
+ //===----------------------------------------------------------------------===//
14
+
1
15
@testable import AsyncDNSResolver
2
16
import CAsyncDNSResolver
3
17
import Dispatch
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the SwiftAsyncDNSResolver open source project
4
+ //
5
+ // Copyright (c) 2020 Apple Inc. and the SwiftAsyncDNSResolver project authors
6
+ // Licensed under Apache License v2.0
7
+ //
8
+ // See LICENSE.txt for license information
9
+ // See CONTRIBUTORS.txt for the list of SwiftAsyncDNSResolver project authors
10
+ //
11
+ // SPDX-License-Identifier: Apache-2.0
12
+ //
13
+ //===----------------------------------------------------------------------===//
14
+
1
15
@testable import AsyncDNSResolver
2
16
import CAsyncDNSResolver
3
17
import XCTest
Original file line number Diff line number Diff line change
1
+ //===----------------------------------------------------------------------===//
2
+ //
3
+ // This source file is part of the SwiftAsyncDNSResolver open source project
4
+ //
5
+ // Copyright (c) 2020 Apple Inc. and the SwiftAsyncDNSResolver project authors
6
+ // Licensed under Apache License v2.0
7
+ //
8
+ // See LICENSE.txt for license information
9
+ // See CONTRIBUTORS.txt for the list of SwiftAsyncDNSResolver project authors
10
+ //
11
+ // SPDX-License-Identifier: Apache-2.0
12
+ //
13
+ //===----------------------------------------------------------------------===//
14
+
1
15
@testable import AsyncDNSResolver
2
16
import CAsyncDNSResolver
3
17
import XCTest
You can’t perform that action at this time.
0 commit comments