summaryrefslogtreecommitdiff
path: root/cli/ops/net.rs
AgeCommit message (Expand)Author
2020-06-15unixpacket should also return byte length on send (#6291)Peter Evers
2020-06-13fix: DatagramConn.send should return bytes sent (#6265)Kermit Xuan
2020-06-10fix udp BorrowMutError (#6221)Ryan Dahl
2020-06-01feat(core): Ops can take several zero copy buffers (#4788)Valentin Anger
2020-05-29refactor: Split isolate and state using safe get_slot() (#5929)Ryan Dahl
2020-05-24Add unstable checks for unix transport (#5818)Valentin Anger
2020-04-28refactor: factor out datagram from Deno.listen(), make it unstable (#4968)Bartek Iwańczuk
2020-04-28BREAKING: address renamed to path in UnixAddr UnixConnectOptions UnixListenOp...Ali Hasani
2020-04-28Make shutdown unstable and async (#4940)Luca Casonato
2020-04-27Make unix sockets require allow-write (#4939)Luca Casonato
2020-04-23Rename deno_core::Isolate to deno_core::CoreIsolate (#4851)Ryan Dahl
2020-04-21Move resource_table from deno::State to deno_core::Isolate (#4834)Ryan Dahl
2020-04-18feat: startTLS (#4773)EnokMan
2020-04-17replace block_on in net interfaces (#4796)Bartek Iwańczuk
2020-04-15remove calls to futures::executor::block_on (#4760)Bartek Iwańczuk
2020-04-03clippy (#4618)Kitson Kelly
2020-03-23feat: Support Unix Domain Sockets (#4176)João Souto
2020-03-11Add waker to StreamResource to fix hang on close bugs (#4293)João Souto
2020-03-10refactor(cli/js/net): Cleanup iterable APIs (#4236)Nayeem Rahman
2020-03-05Allow BadResource errors to take a custom message (#4251)Ryan Dahl
2020-02-27replace impl Future with poll_fn for net.rs, process.rs, tls.rs (#4158)Bartek Iwańczuk
2020-02-25Clean up how we use opIds (#4118)Ryan Dahl
2020-02-23refactor: use OpError instead of ErrBox for errors in ops (#4058)Bartek Iwańczuk
2020-02-21feat: support UDP sockets (#3946)hazæ41
2020-02-08refactor: rename ThreadSafeState, use RefCell for mutable state (#3931)Bartek Iwańczuk
2020-02-07Add blanket impl for the 'Resource' trait (#3903)Bert Belder
2020-02-03refactor: Use Tokio's single-threaded runtime (#3844)Ryan Dahl
2020-01-24s/PinnedBuf/ZeroCopyBuf (#3782)Ryan Dahl
2020-01-18stabilize net Addr (#3709)Bartek Iwańczuk
2020-01-18rename dial to connect and dialTLS to connectTLS (#3710)Bartek Iwańczuk
2020-01-05Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)Ry Dahl
2020-01-04Use async at places, use &self instead of self: &Self (#3594)Gurwinder Singh
2020-01-02Happy new year! (#3578)Ry Dahl
2019-12-30upgrade: Tokio 0.2 (#3418)Bartek Iwańczuk
2019-12-02disable eager polling for ops (#3434)Bartek Iwańczuk
2019-11-16Use futures 0.3 API (#3358)Bartek Iwańczuk
2019-11-14refactor: per-worker resource table, take 2 (#3342)Bartek Iwańczuk
2019-11-13Revert "refactor: per-worker resource table (#3306)"Ryan Dahl
2019-11-13refactor: per-worker resource table (#3306)Bartek Iwańczuk
2019-11-07refactor: remove cli::resources::Resource (#3285)Bartek Iwańczuk
2019-11-07refactor: rewrite accept resources (#3271)Bartek Iwańczuk
2019-10-23refactor DenoPermissions.check_net & resolve_addr (#3182)EnokMan
2019-10-13fix: [tls] op_dial_tls is not registerd and broken (#3121)Yusuke Sakurai
2019-10-11Add init methods for each op module (#3087)Ryan Dahl
2019-09-20dial/listen API change (#3000)Ryan Dahl
2019-09-10fix: replace bad rid panics with errors (#2870)Bartek Iwańczuk
2019-08-27feat: implement Addr interface (#2821)Bartek Iwańczuk
2019-08-26bring back json ops (#2815)Bartek Iwańczuk
2019-08-24Revert json ops (#2814)Ryan Dahl
2019-08-24port more ops to JSON (#2809)Bartek Iwańczuk