Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
Show all changes
27 commits
Select commit Hold shift + click to select a range
6c57cbb
start work on notify
tertsdiepraam Oct 16, 2024
133ac3c
continue on notify
tertsdiepraam Oct 16, 2024
b5979bd
various fixes to notify
tertsdiepraam Oct 24, 2024
5cc4f19
notify: incorporate feedback from @mozzieongit
tertsdiepraam Oct 30, 2024
f30fd58
notify: update outdated terminology
tertsdiepraam Oct 30, 2024
5d1fe6b
notify: fix up comment
tertsdiepraam Oct 30, 2024
fc7cfe8
update: fix up error message
tertsdiepraam Oct 30, 2024
c256bb1
notify: temporarily remove -I because it's not supported
tertsdiepraam Oct 30, 2024
21023bd
notify: imports compliant with domain's CONTRIBUTING.md
tertsdiepraam Oct 31, 2024
7a41ff5
notify: improve error message for TSIG parsing
tertsdiepraam Nov 4, 2024
2538723
Merge branch 'main' into notify
tertsdiepraam Nov 20, 2024
53c7b53
start testing notify!
tertsdiepraam Nov 20, 2024
f0308ff
stelline tests for notify
tertsdiepraam Nov 21, 2024
d03a964
notify: implement ldns argument parsing
tertsdiepraam Nov 21, 2024
c48b2ce
fix CI
tertsdiepraam Nov 21, 2024
d142133
cargo fmt
tertsdiepraam Nov 21, 2024
daed978
update last occurrence of rust 1.78
tertsdiepraam Nov 21, 2024
05cfaa4
fix lazy_static to 1.0.2 for minimal-versions
tertsdiepraam Nov 22, 2024
86d2a30
Merge branch 'main' into notify
tertsdiepraam Nov 22, 2024
48aa34a
bring up to date with initial-nsec3-hash
tertsdiepraam Nov 22, 2024
e53b3d5
imports more in domain style
tertsdiepraam Nov 22, 2024
6c9d881
notify (and other ldns utils): add support for printing version to env
tertsdiepraam Nov 25, 2024
88ebc8e
Merge branch 'main' into notify
tertsdiepraam Nov 26, 2024
578155b
notify: simplify with Box<dyn SendRequest<_>>
tertsdiepraam Nov 27, 2024
42d24b3
Merge branch 'main' into notify
tertsdiepraam Nov 29, 2024
a914e20
Merge branch 'main' into notify
tertsdiepraam Dec 2, 2024
3375eae
notify: improve help and error messages
tertsdiepraam Dec 2, 2024
File filter

Filter by extension

Filter by extension


Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
4 changes: 2 additions & 2 deletions .github/workflows/ci.yml
Original file line number Diff line number Diff line change
Expand Up @@ -9,7 +9,7 @@ jobs:
strategy:
matrix:
os: [ubuntu-latest, windows-latest, macOS-latest]
rust: [1.78.0, stable, beta, nightly]
rust: [1.79.0, stable, beta, nightly]
env:
RUSTFLAGS: "-D warnings"
# We use 'vcpkg' to install OpenSSL on Windows.
Expand Down Expand Up @@ -52,7 +52,7 @@ jobs:
- name: Install Rust
uses: hecrj/setup-rust-action@v2
with:
rust-version: "1.78.0"
rust-version: "1.79.0"
- name: Install OpenSSL
run: sudo apt-get install -y libssl-dev
- name: Install nightly Rust
Expand Down
206 changes: 203 additions & 3 deletions Cargo.lock

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

Loading