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