mirror of
https://github.com/hickory-dns/hickory-dns.git
synced 2026-04-25 11:15:54 +03:00
[PR #68] [MERGED] Bfry/split client server #1218
Labels
No labels
blocked
breaking-change
bug
bug:critical
bug:tests
cleanup
compliance
compliance
compliance
crate:all
crate:client
crate:native-tls
crate:proto
crate:recursor
crate:resolver
crate:resolver
crate:rustls
crate:server
crate:util
dependencies
docs
duplicate
easy
easy
enhance
enhance
enhance
feature:dns-over-https
feature:dns-over-quic
feature:dns-over-tls
feature:dnsssec
feature:global_lb
feature:mdns
feature:tsig
features:edns
has workaround
ops
perf
platform:WASM
platform:android
platform:fuchsia
platform:linux
platform:macos
platform:windows
pull-request
question
test
tools
tools
trust
unclear
wontfix
No milestone
No project
No assignees
1 participant
Notifications
Due date
No due date set.
Dependencies
No dependencies set.
Reference
starred/hickory-dns#1218
Loading…
Add table
Add a link
Reference in a new issue
No description provided.
Delete branch "%!s()"
Deleting a branch is permanent. Although the deleted branch may continue to exist for a short time before it actually gets removed, it CANNOT be undone in most cases. Continue?
📋 Pull Request Information
Original PR: https://github.com/hickory-dns/hickory-dns/pull/68
Author: @bluejekyll
Created: 11/8/2016
Status: ✅ Merged
Merged: 11/9/2016
Merged by: @bluejekyll
Base:
master← Head:bfry/split_client_server📝 Commits (10+)
85b08fcinitial split of server2907f85split client and server crates11c1834create scripts for running tests across crates4aaf6c1fix target location in testsad878cdtrying different travis settings for getting kcov working49dbf44fix directory change in kcov setup388e36dfixing for loop for the kcov tests3e71c6dadded some env config for config tests1eea6b9adding back sudo settings, and additional coveralls merging config3c8b21efix exclude paths📊 Changes
128 files changed (+3855 additions, -2480 deletions)
View changed files
📝
.gitignore(+1 -0)📝
.travis.yml(+6 -6)📝
CHANGELOG.md(+5 -0)📝
Cargo.lock(+22 -2)📝
Cargo.toml(+2 -82)➕
client/Cargo.lock(+606 -0)➕
client/Cargo.toml(+59 -0)📝
client/build.rs(+0 -0)📝
client/src/client/client.rs(+0 -555)➕
client/src/client/client_connection.rs(+30 -0)📝
client/src/client/client_future.rs(+0 -521)📝
client/src/client/memoize_client_handle.rs(+0 -0)📝
client/src/client/mod.rs(+1 -6)📝
client/src/client/rc_future.rs(+0 -0)📝
client/src/client/retry_client_handle.rs(+0 -0)📝
client/src/client/secure_client_handle.rs(+0 -256)📝
client/src/error/client_error.rs(+0 -0)📝
client/src/error/decode_error.rs(+0 -0)📝
client/src/error/encode_error.rs(+0 -0)📝
client/src/error/lexer_error.rs(+0 -0)...and 80 more files
📄 Description
this fixes both #43 and #52
🔄 This issue represents a GitHub Pull Request. It cannot be merged through Gitea due to API limitations.