index
:
deno.git
main
Unnamed repository; edit this file 'description' to name the repository.
User &
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
ext
/
kv
/
remote.rs
Age
Commit message (
Expand
)
Author
2024-11-18
feat(ext/fetch): Make fetch client parameters configurable (#26909)
Yusuke Tanaka
2024-11-15
feat(ext/fetch): allow embedders to use `hickory_dns_resolver` instead of def...
Sahand Akbarzadeh
2024-11-04
refactor(runtime/permissions): use concrete error types (#26464)
Leo Kettmeir
2024-07-18
Reland "refactor(fetch): reimplement fetch with hyper instead of reqwest" (#2...
Bartek Iwańczuk
2024-07-13
Revert "refactor(fetch): reimplement fetch with hyper instead of reqwest (#24...
Ryan Dahl
2024-07-13
refactor(fetch): reimplement fetch with hyper instead of reqwest (#24237)
Sean McArthur
2024-07-02
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24388)
Bartek Iwańczuk
2024-06-19
Revert "chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)" (#24262)
Bartek Iwańczuk
2024-06-13
chore: upgrade to reqwest 0.12.4 and rustls 0.22 (#24056)
Bartek Iwańczuk
2024-06-06
refactor: remove `PermissionsContainer` in deno_runtime (#24119)
David Sherret
2024-05-09
refactor(ext/tls): Implement required functionality for later SNI support (#2...
Matt Mastracci
2024-04-08
refactor(ext/tls): use cppgc to deduplicate the tls key loading code (#23289)
Matt Mastracci
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-23
feat(unstable): only allow http2 for kv remote backend (#21616)
Heyang Zhou
2023-12-05
feat(unstable): kv.watch() (#21147)
Luca Casonato
2023-10-31
chore: update ext/kv to use denokv_* crates (#20986)
Luca Casonato
2023-10-30
chore: remove usage of chrono::Utc::now() (#20995)
Divy Srivastava
2023-09-27
feat(ext/kv): support key expiration in remote backend (#20688)
Heyang Zhou
2023-09-26
fix(kv_queues): graceful shutdown (#20627)
Igor Zinkovsky
2023-09-03
fix(ext/kv): add a warning for listenQueue if used with remote KV (#20341)
Igor Zinkovsky
2023-08-26
chore: update to Rust 1.72 (#20258)
林炳权
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-08-22
feat(ext/kv): connect to remote database (#20178)
Heyang Zhou