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
/
net
/
lib.rs
Age
Commit message (
Expand
)
Author
2024-11-17
chore: Make ext/net/tcp.rs public (#26891)
Benjamin Swerdlow
2024-11-04
refactor(runtime/permissions): use concrete error types (#26464)
Leo Kettmeir
2024-09-17
chore: upgrade deno_core (#25674)
Bartek Iwańczuk
2024-09-16
refactor(permissions): split up Descriptor into Allow, Deny, and Query (#25508)
David Sherret
2024-09-10
BREAKING(net): remove `Deno.ConnectTlsOptions.{certChain,certFile,privateKey}...
Asher Gomez
2024-07-09
fix(net): handle panic on Windows for Unix socket usage in Deno.serve() (#24...
Yazan AbdAl-Rahman
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
feat(ext/net): Refactor TCP socket listeners for future clustering mode (#23037)
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-27
perf: remove opAsync (#21690)
Matt Mastracci
2023-10-12
refactor: FeatureChecker integration in ext/ crates (#20797)
Bartek Iwańczuk
2023-10-04
refactor: use deno_core::FeatureChecker for unstable checks (#20765)
Bartek Iwańczuk
2023-06-06
chore: upgrade to Rust 1.70.0 (#19345)
David Sherret
2023-05-01
perf: lazily create RootCertStore (#18938)
David Sherret
2023-04-22
feat(ext/http): Rework Deno.serve using hyper 1.0-rc3 (#18619)
Matt Mastracci
2023-03-20
feat(ext/net): Add multicasting APIs to DatagramConn (#10706) (#17811)
Sam Gwilym
2023-03-17
perf(core) Reduce copying and cloning in extension initialization (#18252)
Matt Mastracci
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-09
refactor: Split extension registration for runtime and snapshotting (#18095)
Bartek Iwańczuk
2023-03-09
refactor(core): Extension::builder_with_deps (#18093)
Bartek Iwańczuk
2023-03-07
refactor(core): don't use Result in ExtensionBuilder::state (#18066)
Bartek Iwańczuk
2023-02-07
refactor: remove prefix from include_js_files & use extension name (#17683)
Leo Kettmeir
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-10-25
Revert "Revert "refactor(ext/net): clean up variadic network ops (#16… (#16...
Bartek Iwańczuk
2022-10-25
Revert "refactor(ext/net): clean up variadic network ops (#16392)" (#16417)
Bartek Iwańczuk
2022-10-24
refactor(ext/net): clean up variadic network ops (#16392)
Luca Casonato
2022-09-27
feat: Add requesting API name to permission prompt (#15936)
Bartek Iwańczuk
2022-08-21
feat(ops): V8 Fast Calls (#15291)
Divy Srivastava
2022-07-22
Revert "feat(ops): V8 Fast Calls (#15122)" (#15276)
Divy Srivastava
2022-07-22
feat(ops): V8 Fast Calls (#15122)
Divy Srivastava
2022-03-17
fix: cargo publish fails without absolute paths (#13993)
Ryan Dahl
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-14
chore: improve build times for `ext/` changes (#13927)
Divy Srivastava
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-11-09
feat(core): streams (#12596)
Aaron O'Mullan
2021-10-04
chore: remove No*Permissions structs (#12316)
Luca Casonato
2021-09-20
refactor(ext/net): make op_connect & op_connect_tls public (#12150)
Satya Rohith
2021-08-31
fix: move unstable declarations to deno.unstable (#11876)
Luca Casonato
2021-08-11
Rename extensions/ directory to ext/ (#11643)
Ryan Dahl