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+
115import CAsyncDNSResolver
216import Dispatch
317import 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+
115import CAsyncDNSResolver
216import Dispatch
317
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+
115import CAsyncDNSResolver
216
317// 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+
115import CAsyncDNSResolver
216
317// 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+
115#ifndef C_ASYNC_RESOLVER_H
216#define C_ASYNC_RESOLVER_H
317
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+
115#ifndef __CARES_BUILD_H
216#define __CARES_BUILD_H
317
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+
115/* Generated from ares_config.h.cmake*/
216
317/* 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+
115@testable import AsyncDNSResolver
216import CAsyncDNSResolver
317import 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+
115@testable import AsyncDNSResolver
216import CAsyncDNSResolver
317import 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+
115@testable import AsyncDNSResolver
216import CAsyncDNSResolver
317import XCTest
You can’t perform that action at this time.
0 commit comments