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
/
ops.rs
Age
Commit message (
Expand
)
Author
2023-06-26
Revert "Reland "refactor(core): cleanup feature flags for js source i… (#19...
Bartek Iwańczuk
2023-06-25
Reland "refactor(core): cleanup feature flags for js source inclusion" (#19519)
Nayeem Rahman
2023-06-22
refactor(serde_v8): split ZeroCopyBuf into JsBuffer and ToJsBuffer (#19566)
Bartek Iwańczuk
2023-06-13
Revert "refactor(core): cleanup feature flags for js source inclusion… (#19...
Bartek Iwańczuk
2023-06-13
refactor(core): cleanup feature flags for js source inclusion (#19463)
Nayeem Rahman
2023-06-06
chore: upgrade to Rust 1.70.0 (#19345)
David Sherret
2023-04-19
tests: deflake 'check_sockopt' (#18763)
Bartek Iwańczuk
2023-04-18
test: fix flaky tcp tests (#18755)
Bartek Iwańczuk
2023-04-17
test: don't silently fail in check_sockopt (#18737)
Bartek Iwańczuk
2023-03-20
feat(ext/net): Add multicasting APIs to DatagramConn (#10706) (#17811)
Sam Gwilym
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-07
refactor(core): don't use Result in ExtensionBuilder::state (#18066)
Bartek Iwańczuk
2023-02-11
feat: add signal option to Deno.resolveDns (#17384)
Leo Kettmeir
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-11
fix: don't panic on resolveDns if unsupported record type is specified (#17336)
Leo Kettmeir
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-12-28
fix(ext/net): Remove unstable check from op_node_unstable_net_listen_udp (#17...
Kamil Ogórek
2022-12-14
feat: Stabilize Deno.TcpConn.setNoDelay() and Deno.TcpConn.setKeepAlive() (#1...
Bartek Iwańczuk
2022-11-27
perf(ops): Reenable fast unit result optimization (#16827)
Divy Srivastava
2022-11-10
feat: don't require --unstable flag for npm programs (#16520)
Bartek Iwańczuk
2022-10-26
feat(ext/net): reusePort for TCP on Linux (#16398)
Luca Casonato
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-10-24
feat(ext/net): add reuseAddress option for UDP (#13849)
Gianluca Oldani
2022-09-27
feat: Add requesting API name to permission prompt (#15936)
Bartek Iwańczuk
2022-09-19
chore: fix clippy warnings (#15944)
Ben Noordhuis
2022-09-16
upgrade deps (#15914)
Ryan Dahl
2022-08-21
chore: use Rust 1.63.0 (#15464)
Mathias Lafeldt
2022-07-01
chore: use Rust 1.62.0 (#15028)
Bartek Iwańczuk
2022-05-16
feat(ext/net): add `CAA` DNS record support in Deno.resolveDns() API (#14624)
Craig Morten
2022-05-15
feat(ext/net): support NAPTR records in Deno.resolveDns() API (#14613)
Craig Morten
2022-05-15
feat(ext/net): support full `SOA` record interface (#14617)
Craig Morten
2022-05-14
feat(ext/net): add support for SOA records in Deno.resolveDns() API (#14534)
Thanapat Chotipun
2022-05-03
feat(ext/net): add "NS" record support in Deno.resolveDns API (#14372)
Thanapat Chotipun
2022-03-15
cleanup(core): OpPair => OpDecl (#13952)
Aaron O'Mullan
2022-03-14
feat(ops): custom arity (#13949)
Aaron O'Mullan
2022-03-14
feat(core): codegen ops (#13861)
Divy Srivastava
2022-03-05
feat(ext/net): Use socket2 crate to create TcpListener (#13808)
Gianluca Oldani
2022-02-16
chore: make new TCP conn methods unstable (#13686)
Luca Casonato
2022-01-31
feat(ext/net): Add Conn.setNoDelay and Conn.setKeepAlive (#13103)
Yosi Pramajaya
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-14
fix(ext/net): make unix and tcp identical on close (#13075)
Ben Noordhuis
2021-11-29
feat(ext/net): enable sending to broadcast address (#12860)
Michael Busby
2021-11-26
feat(ext/net): ALPN support in `Deno.connectTls()` (#12786)
Yury Selivanov
2021-10-30
cleanup(ext/net): consistent op names (#12607)
Aaron O'Mullan
2021-10-10
feat: stabilize Deno.resolveDns (#12368)
Satya Rohith
2021-10-10
feat(ext/net): relevant errors for resolveDns (#12370)
Satya Rohith
2021-10-05
chore: various op cleanup (#12329)
Leo K
[next]