Skip to content
Open
Show file tree
Hide file tree
Changes from 24 commits
Commits
Show all changes
51 commits
Select commit Hold shift + click to select a range
a9e0d7b
feat(fetch_tls): add new TLS abstraction crate
martintmk May 22, 2026
1746395
fixes
martintmk May 23, 2026
04aea94
cleanup and improvements
martintmk May 25, 2026
87eb858
cleanup grammar
martintmk May 25, 2026
fded4d2
adop fetch_tls in fetch_hyper
martintmk May 25, 2026
978017d
Update builder.rs
martintmk May 25, 2026
4554be8
Update Cargo.lock
martintmk May 25, 2026
6c3dc82
cleanup
martintmk May 25, 2026
d0d89bb
icons
martintmk May 25, 2026
868a964
Update options.rs
martintmk May 25, 2026
4837e5d
docs
martintmk May 25, 2026
f21272a
Update backend.rs
martintmk May 25, 2026
d6dca63
Update Cargo.toml
martintmk May 26, 2026
86e814e
fixes
martintmk May 26, 2026
75f5087
Update Cargo.toml
martintmk May 26, 2026
58c39e0
Update Cargo.toml
martintmk May 26, 2026
527b651
approve external types
martintmk May 26, 2026
9e67a94
Update connector.rs
martintmk May 26, 2026
4cf881a
fixes
martintmk May 28, 2026
a594aaa
latest version
martintmk May 28, 2026
747bce5
fixes and code coverage
martintmk May 30, 2026
ee57f85
fixes
martintmk May 30, 2026
3f355e0
Merge remote-tracking branch 'origin/main' into fetch_tls
martintmk May 30, 2026
a85ec96
Update Cargo.lock
martintmk May 30, 2026
abbd884
alpn handling
martintmk May 31, 2026
b89eaf8
fixes
martintmk May 31, 2026
2303d90
Update alpn.rs
martintmk May 31, 2026
e91bd7b
Update options.rs
martintmk May 31, 2026
b16bc8f
improvements
martintmk Jun 1, 2026
f7c78bd
cleanup
martintmk Jun 1, 2026
71a398f
Potential fix for pull request finding
martintmk Jun 1, 2026
1a2c176
Update Cargo.toml
martintmk Jun 1, 2026
9ccda45
cleanup
martintmk Jun 2, 2026
f29a8c1
refine docs
martintmk Jun 2, 2026
d105e4a
Update alpn.rs
martintmk Jun 2, 2026
a7697ed
Update connector.rs
martintmk Jun 2, 2026
f845e9d
Update client_identity.rs
martintmk Jun 2, 2026
95b6e8d
Merge remote-tracking branch 'origin/main' into fetch_tls
martintmk Jun 2, 2026
6751028
regenrate
martintmk Jun 2, 2026
6bdf130
Update lib.rs
martintmk Jun 2, 2026
38b11c5
cleanup
martintmk Jun 2, 2026
4d734d9
tests
martintmk Jun 2, 2026
15bebcd
Update native_tls.rs
martintmk Jun 2, 2026
8adf426
release fetch_tls
martintmk Jun 2, 2026
f04cc32
Update client_identity.rs
martintmk Jun 2, 2026
7512917
symcrypt is not used
martintmk Jun 2, 2026
7e434f0
auto backend
martintmk Jun 2, 2026
8989efd
Merge remote-tracking branch 'origin/main' into fetch_tls
martintmk Jun 2, 2026
61d270e
rebase
martintmk Jun 2, 2026
5b7cf26
Merge remote-tracking branch 'origin/main' into fetch_tls
martintmk Jun 2, 2026
2f161a3
Update CHANGELOG.md
martintmk Jun 2, 2026
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
5 changes: 5 additions & 0 deletions .spelling
Original file line number Diff line number Diff line change
Expand Up @@ -556,3 +556,8 @@ addressability
bumpable
dereferenceable
NonNull
crypto
rustls
TLS
verifier
Verifier
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
Expand Up @@ -13,6 +13,7 @@ Please see each crate's change log below:
- [`data_privacy_macros`](./crates/data_privacy_macros/CHANGELOG.md)
- [`data_privacy_macros_impl`](./crates/data_privacy_macros_impl/CHANGELOG.md)
- [`fetch_hyper`](./crates/fetch_hyper/CHANGELOG.md)
- [`fetch_tls`](./crates/fetch_tls/CHANGELOG.md)
- [`fundle`](./crates/fundle/CHANGELOG.md)
- [`fundle_macros`](./crates/fundle_macros/CHANGELOG.md)
- [`fundle_macros_impl`](./crates/fundle_macros_impl/CHANGELOG.md)
Expand Down
Loading
Loading