Ecosyste.ms: OpenCollective

An open API service for software projects hosted on Open Collective.

github.com/denosaurs/deno_desktop

A secure JavaScript and TypeScript runtime
https://github.com/denosaurs/deno_desktop

chore: upgrade dprint (#3842)

c7a2a33ea1a3245bfc1b9af1db2282ef8e3f7ab3 authored almost 5 years ago
upgrade: Rust 1.41.0 (#3838)

af081d7449d73ff023b817a30c99236527567aac authored almost 5 years ago
bring back std/examples/xeval.ts (#3822)

97b2a0bb958549e298cd137778053210a05d85d8 authored almost 5 years ago
feat(std/node) Endianness (#3833)

3de9540ac6ae5ce051ccd9be69c1d6ef64663a26 authored almost 5 years ago
feat: deno install in Rust (#3806)

//std/installer couldn't be removed due to bug, but it's now deprecated.

de5c099b47bd1d2e528f1a10179f130a02f26f86 authored almost 5 years ago
Use tokio::main (#3831)

25b13c8917061c569e8f92da124b1b446dc223f0 authored almost 5 years ago
Remove --current-thread flag (#3830)

This flag was added to evaluate performance relative to tokio's threaded
runtime. Although it's...

2338e7679c8840314642dbf3ea838908f5f35d3c authored almost 5 years ago
Upgrade Rust crates (#3829)

51089836eb835d6b4cc03653dcb0b7a281017157 authored almost 5 years ago
Adjust dprint configuration to be closer to prettier (#3824)

8e3bc774f73ba4736c1fa1d32d1d66d66f8af95e authored almost 5 years ago
Try to fix docs.rs for cli crate (#3823)

e1b3a0769a09458855aeaedfc78176b90a1e0788 authored almost 5 years ago
Deno.makeTempDir() check permissions (#3810)

1c6c6c6d7f85c7f9a7c77489abba669d5dff22ab authored almost 5 years ago
feat: dprint formatter (#3820)

* rewrite fmt_test in Rust, remove tools/fmt_test.py
* remove //std/prettier

73a3cc21d0e7ceec1275078db125f57ce97725fb authored almost 5 years ago
Partial implementation of node os polyfill based on currently available Deno functionality (#3821)

f0a6062012c4e09553877c9feedb3fbc3d4625b9 authored almost 5 years ago
workers: proper TS libs, more spec-compliant APIs (#3812)

* split lib.deno_main.d.ts into:
- lib.deno.shared_globals.d.ts
- lib.deno.window.d.ts
...

161adfc51b750a7c8c62a898ea9948c2ad5b6cd9 authored almost 5 years ago
Upgrade rusty_v8 (#3816)

d14864c57cebbd1d5bc18b8a9e05e522eb9987b0 authored almost 5 years ago
dx: descriptive permission errors (#3808)

Before:
```
▶ target/debug/deno https://deno.land/std/examples/echo_server.ts
error: Uncaught...

f32c31a0eba90b6b1f711a2d5dfe182157d3ecb5 authored almost 5 years ago
refactor: isomorphic snapshot for CLI (#3728)

ac10d79d231d3b66b918764b9706597321850687 authored almost 5 years ago
Improve support of type definitions (#3755)

f604becaba0c747fdf8dd9d0d744c7bd19322e41 authored almost 5 years ago
lock: support lock-write for fetch command (#3787)

ec44be0760d647b3d005387d2f44ad0336d01024 authored almost 5 years ago
Remove dead code in cli/shell.rs (#3792)

9d98f0126c5e19704b273579acf40132a38ce43b authored almost 5 years ago
fix clippy warnings (#3798)

ba78ba69b010ec2dfb07456801f3393d96c17457 authored almost 5 years ago
feat: make eval support --v8-flags=... (#3797)

Closes #3796

97ed0c954d2ae2237bc4aa69ef053f41f99762eb authored almost 5 years ago
refactor: Modules and Loader trait (#3791)

* move is_dyn_import argument from Loader::resolve to Loader::load - it was always kind of stran...

c824eb5817db675be4d9966a0d1a43d90dfa61fd authored almost 5 years ago
Refactor error tracking and scope juggling in deno_core (#3783)

37a7b01d5cf555bbc57d74dc9e04000115ec4867 authored almost 5 years ago
add some tests for isSymbol in std/node/util_test (#3788)

c21e0008b5f8aa6431295a747caa69d3ccb3bfaa authored almost 5 years ago
Do not panic and improve error message on cache failure (#3784)

514cdd941c7c0e8166e9a6f06ee23ef8f7ef30d7 authored about 5 years ago
s/PinnedBuf/ZeroCopyBuf (#3782)

5e32c5ea448563be91017d71bab060c8a6bd90fe authored about 5 years ago
fix crate name in docs (#3778)

86726f88f1b6fd168fbd5b0d7e01b027cfc268ac authored about 5 years ago
fix cargo-publish-on-tag (#3781)

Also rename the "test" CI worker to "test_release"

3059558d41690bb0bc70abd65ac42577019a8072 authored about 5 years ago
Break out runtime lib to main and worker (#3771)

Co-authored-by: Bartek Iwańczuk <[email protected]>

950537e8ef6e54c409a7fcafa0b087e68988d9ef authored about 5 years ago
v0.31.0

8bc639a23e141d350e35ea112a4a9be2ea536fe6 authored about 5 years ago
Mark signal APIs as unstable (#3779)

fe427eedb17ee45e247a936143bf8fc29c55780f authored about 5 years ago
fix(std/http): update listenAndServe argument type (#3775)

allow same argument type for `listenAndServe` as `serve`.
fixes: #3774

11a29fdb44f5c07f4bc7aa49a136b695ee17f0c3 authored about 5 years ago
Add signal handlers (#3757)

bc89f04cbf5e7a8480331eea77e57a100c8179d7 authored about 5 years ago
Fix: take control buffer offset/length into account again (#3769)

a6a7253df9129b51255d45bf996d9a335c809ace authored about 5 years ago
Upgrade rusty_v8 to 0.2.0 (#3764)

9f1e4237a590f79fbb7748d9bfaea4a701f8f4f8 authored about 5 years ago
update readmes (#3765)

74e6eb14dd4697ba8bf52e044af0e7dfef49e441 authored about 5 years ago
refactor: remove Isolate.shared_response_buf optimization (#3759)

Op return values are no zero copied from Rust to JS.

5a658a2ff758faef4a3d864ba0b2324fa731dfcc authored about 5 years ago
fix typo

ceb7aae8ef8addd49d900fe3c677d5ec6e1f909f authored about 5 years ago
refactor: snapshotting (#3753)

63293a90e1503aa9c18ce5f89ebc6d5c066f09bf authored about 5 years ago
Reland "Create an old program to be used in snapshot." (#3747)

* read CLI assets from disk during snapshotting

bd9561f4de8f940ce6ed8b5eedfa84161a749c54 authored about 5 years ago
Remove cargo-package test (#3752)

The test still relies on crates published to crates.io, thus this test
prevents us from making ...

3c47718959fb38d51e34c64d423151b5326bae3a authored about 5 years ago
Change 'cargo publish' test to only do 'cargo package' (#3750)

It was found the cargo-package-dry-run test would fail when version
numbers are bumped because ...

a8bda560e238181d6c5b01affe328bee4503b9e8 authored about 5 years ago
Add github action for cargo publish (#3724)

92ceb8e3237c6a6e07c18bffdebf97b5ecaf8a56 authored about 5 years ago
Upgrade to rusty_v8 v0.1.1 (#3741)

8c3cd634a86e19cb8bff6891b9eccbfd4bc051ee authored about 5 years ago
Revert "Create an old program to be used in snapshot. (#3644)"

Ref #3712. This change allowed the deno_typescript crate to reference
cli/js/lib.deno_runtime.d...

fa7f34eb8cec07f4c68ca4e9c46a983bc3e2308f authored about 5 years ago
v0.30.1

This patch release is being done only to test crate publishing, hence
lack of release notes or p...

7fd50065a7d8a4c6ed1b1090703a7baaabdbd6aa authored about 5 years ago
feat: add AsyncUnref ops (#3721)

This is in order to support features like signal handlers, which
shouldn't prevent the program ...

9de8178c9b9bc21cc880ea81f163118408cc6c46 authored about 5 years ago
refactor: split cli::Worker (#3735)

* cli::Worker is base struct to create specialized workers
* add MainWorker
* add CompilerWork...

ecd1d3abb0cae9c7cbc1330cbaa035a5786e94d7 authored about 5 years ago
Revert "don't include assets in binary (#3661)"

Ref #3712

This reverts commit 32cbcfe4e9943a0318c497188e045d23c5f6703a.

229eb292f83dedbc32dc24f912841caf79a53e9c authored about 5 years ago
Update manual.md (#3734)

Updated the `Deno.bundle` description to actually use the `bundle`-function.

159ac525ae13816fec76395b0a6e7b1ab55dee1a authored about 5 years ago
change copyrights from 2019 to 2020 (#3733)

108294deeb0897199ebdf0af203ff8ddd457b1ef authored about 5 years ago
refactor: Rename JS entry functions (#3732)

5e2fd183ff1fe240ddbd864dbf1e6a0941fb4582 authored about 5 years ago
refactor: don't create new runtime for fs ops (#3730)

0cd605515c99458fa80cd4a1a3906f3db37a86ca authored about 5 years ago
Implemented alternative open mode in files (#3119)

Co-authored-by: Bartek Iwańczuk <[email protected]>

21cc9cb7a76d805fbb7b53583448aa101c294e71 authored about 5 years ago
refactor: split worker and worker host logic (#3722)

* split ops/worker.rs into ops/worker_host.rs and ops/web_worker.rs

* refactor js/workers.ts ...

7966bf14c062a05b1606a62c996890571454ecc8 authored about 5 years ago
refactor: reduce number of ErrorKind variants (#3662)

c90036ab88bb1ae6b9c87d5e368f56d8c8afab69 authored about 5 years ago
Fix bug in strace parser (#3720)

Co-authored-by: @kt3k

e83658138bff3605bd37c2b4ae4703081d884729 authored about 5 years ago
refactor: Improve path handling in permission checks (#3714)

7f80f9db3f4c3b064b230adfec7ff958fc195da6 authored about 5 years ago
Use globalThis to reference global scope (#3719)

Co-authored-by: Bartek Iwańczuk <[email protected]>

60b53fd6b6dc2af83a64c332b9f3a1926f43d631 authored about 5 years ago
stabilize net Addr (#3709)

Co-authored-by: xiaoxintang <[email protected]>

23e67eb5153bd26dbae471b27dc6a21a6d283b0b authored about 5 years ago
rename dial to connect and dialTLS to connectTLS (#3710)

34b99fec8edcff7d3b667f273afea69df15e4d5e authored about 5 years ago
std(yaml): correct sortKeys type (#3708)

4f1fa82d1d0458170039d4809c3879993659e560 authored about 5 years ago
v0.30.0

b2f01dcb50c68da2cab28b6bd64f4033e4ccf10e authored about 5 years ago
Debug strace issue (#3706)

020898762fa081113608504ab5012b2b27c70668 authored about 5 years ago
Mark various APIs in window.Deno as unstable (#3701)

59c674fed5f72eac1c046ebb4cc0a37c836665e3 authored about 5 years ago
std/http: allow response body to be string (#3705)

fc077cd315f3d2ea508f2aac39bc65d4ac6a5747 authored about 5 years ago
workers: minimal error handling and async module loading (#3665)

5fa056e53be6d17ab746629ea0eaa89fe817141b authored about 5 years ago
Auto cargo-publish on tags (#3704)

fix tools/cargo_publish.py

d7203092039d3c46ca8480ff8eecf612deb2b2f6 authored about 5 years ago
Fix compile and bundle api types (#3703)

35eb79610f4b451af1d4a9c286fd63875d28bca5 authored about 5 years ago
Upgrade crate deps (#3699)

Remove unused tokio-executor dep

aedf8721cf7f696326bbdcb23ea6a464c55f081c authored about 5 years ago
fix deno_core_http_bench (#3698)

d776ca8f2e02dea210b50b28a4e4c20f31eed1f6 authored about 5 years ago
Fix warnings on windows build (#3697)

ad6635fab50c523f5de92660956aa384ca76415d authored about 5 years ago
feat: support individual async handler for each op (#3690)

fe5662058e0c7767e7b2724451f9d5a3f133ffbf authored about 5 years ago
Upgrade to rusty_v8 v0.1.0 (#3691)

d8ad81d3fb5b4b9502ea021edfc99201538553e6 authored about 5 years ago
Add Deno.symbols and move internal fields for test (#3693)

0a78bfb836f520d3709a32c8a978d08d33198d83 authored about 5 years ago
add "deno fetch" benchmarks (#3688)

cad7b3e4fe4e368882628dbde8512f36d142098b authored about 5 years ago
fix: Resolve read/write whitelists from CWD (#3684)

f8d5f5b80e27c4d5eacd667072e993ebee819ff2 authored about 5 years ago
fix(ci) setup-python (#3687)

a478fd9f028745ef22f5cb558539010c604f0a8b authored about 5 years ago
perf: share http client in file fetcher (#3683)

1de02b0643bb21d89ce049943d2d2d27fb510ed0 authored about 5 years ago
feat(fs): add more unix-only fields to FileInfo (#3680)

91757f63fdc04f5844b58a8c0b76df601e84ac72 authored about 5 years ago
ci: bump Python to 2.7.17 for macOS (#3685)

5856d21a2eca75bad28108cb53066259fd7427fb authored about 5 years ago
doc: fix spaces of code in list (#3678)

34dc0ae280ba2838bbe29688ddcb16364d8d8bd1 authored about 5 years ago
Revert "feat(flags): script arguments come after '--'" (#3681)

Due to complaints about ergonomics and because it breaks shebang on
linux.

This reverts comm...

a4dde552de8fced4cfdff7f0127b51e1d2eabca5 authored about 5 years ago
feat(std/node): Added node timers builtin (#3634)

3eab20ce42458fced42dcd031958b07113322e0a authored about 5 years ago
fix: process hangs when fetch called (#3657)

Reverts 011d485

b310f32e39785987ddd3491e189aad06381d0139 authored about 5 years ago
fix curl.ts (#3677)

8a352f7260da2df17c0267d581183b07735d3a2b authored about 5 years ago
extend bencharks to 20s

702ff4283f06c83e5b68affdf39e7000eb91054c authored about 5 years ago
don't include assets in binary (#3661)

32cbcfe4e9943a0318c497188e045d23c5f6703a authored about 5 years ago
flag: upgrade std to v0.29.0 (#3659)

7ed018bb90db172f07c1edf9e349b81ff1fbf13d authored about 5 years ago
Create an old program to be used in snapshot. (#3644)

737ab94ea1bdf65eeef323ea37e84bcf430fb92c authored about 5 years ago
upgrade: tokio 0.2.9, reqwest 0.10.1 (#3653)

8fac8ab130b3cb8a93d7e0e37fa1ea6ea4cc2e4a authored about 5 years ago
Add gzip, brotli and ETag support for file fetcher (#3597)

1ea06f9c847ac7254138c91de2b2b9f72662e164 authored about 5 years ago
refactor: remove Isolate.current_send_cb_info and DenoBuf, port Isolate.shared_response_buf (#3643)

* remove Isolate.current_send_cb_info
* remove DenoBuf
* remove Isolate.shared_ab
* port Isol...

0d0ad360d32c55869ef0a4d89d97dd83f4628c87 authored about 5 years ago
Remove std/multipart (#3647)

since it overlaps with std/mime/multipart

9d5f0f2d23b40470c557c50257ca792e6cd1595c authored about 5 years ago
Upgrade to rusty_v8 v0.0.25 (#3645)

c4e8ed3c44d645ba9b788e7bf6d1bf98840079a6 authored about 5 years ago
v0.29.0

525784e5642cbd869c682a0fda595f55c785d607 authored about 5 years ago
feat: Deno.args now does not include script (#3628)

Previously Deno.args was ["script.js", "arg1", "arg2"]
Now it is just ["arg1", "arg2"]
BREAKIN...

d492c5abe3c7c0716b9695c8a40d0256569d2338 authored about 5 years ago
Remove xeval subcommand (#3630)

c50cab90a05d271013f741768d70c1eda6ef9a10 authored about 5 years ago
feat: Deno.create (#3629)

b71d5708c603b09714a1f539f92f82392b6ee33d authored about 5 years ago