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

feat(flags): script arguments come after '--' (#3621)

2d5457df15d8c4a81362bb2d185b5c6013faa1d8 authored about 5 years ago by Ry Dahl <[email protected]>
Upgrade rusty_v8 to 0.0.24 [V8 8.1.108] (#3623)

7d2d442a77343a3c4ab6c638bd817e51c6cadd2e authored about 5 years ago by Ry Dahl <[email protected]>
Runtime Compiler API (#3442)

Also restructures the compiler TypeScript files to make them easier to
manage and eventually in...

d325566a7e2d736870990835dfe076a30a1b26ab authored about 5 years ago by Kitson Kelly <[email protected]>
refactor: module loading in EsIsolate (#3615)

* refactored RecursiveLoad - it was renamed to RecursiveModuleLoad, it does not take ownership o...

cbdf9c50095b86e72a8e0e715a02f6eb327f7c53 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
update pylintrc (#3618)

8466460311ce3522d598def7155144b082b2b9ad authored about 5 years ago by Ry Dahl <[email protected]>
Upgrade subcommands to 0.28.1 (#3620)

884462d615204d09f45c28048e45157ecc477a03 authored about 5 years ago by Ry Dahl <[email protected]>
fix: Deno.mkdir should conform to style guide (#3617)

d4bf0670ce02a7561f224085bef6827132335cd5 authored about 5 years ago by Ry Dahl <[email protected]>
core: factor out EsIsolate from Isolate (#3613)

ad9fd589d4131e847721323a730ba91161f1b95b authored about 5 years ago by Bartek Iwańczuk <[email protected]>
refactor: remove core/libdeno.rs (#3611)

8bf383710fc32efdbf2996abf5130bbd9aecacd1 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
error on warnings (#3612)

29df272133425ed5d9c54a584c60193fb3ad6086 authored about 5 years ago by Ry Dahl <[email protected]>
merge libdeno::DenoIsolate into core::Isolate (#3605)

870622d3ccb3589eeb72a439717edf7e40d9b093 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
doc: Add glib2.0 as a build prerequisite (#3608)

4e1a638bc53bbc0e73418271053e7ca2e6389a8e authored about 5 years ago by Nayeem Rahman <[email protected]>
Upgrade rust crates and modernize hyper_hello (#3606)

52a0f3a5ef7e83a3abe18263caef9a82ec003944 authored about 5 years ago by Bert Belder <[email protected]>
libdeno: don't pass pointers between core::Isolate and libdeno (#3602)

a29eeaf326681fc44eefa099ba04c525e5af5010 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
remove libdeno::UserDataScope (#3601)

c1d99ebeb99cce0bd061f8220f8980cc81bec3f5 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
Rename crates: 'deno' to 'deno_core' and 'deno_cli' to 'deno' (#3600)

76e44ddfd0d286335107de28bae06c6f962abf13 authored about 5 years ago by Ry Dahl <[email protected]>
Replace libdeno with rusty_v8 (#3556)

5f1df038fb1462607af3555fa7431c05ca484dce authored about 5 years ago by Ry Dahl <[email protected]>
perf: TextEncoder.encode improvement (#3596)

c41280a057c9ca300afe43f2cb4f576e050f8cde authored about 5 years ago by Luca Casonato <[email protected]>
Added textencoder benchmark (#3589)

0a900949c83503c2af75e8f1ea9bbbc6e947887d authored about 5 years ago by Luca Casonato <[email protected]>
Use async at places, use &self instead of self: &Self (#3594)

9f6bab6010abb26814d6d7a163db24fa5965d09c authored about 5 years ago by Gurwinder Singh <[email protected]>
Fix ws handshake with correctly empty search string (#3587)

70b1be6ff459ebd2bf57b7788ab7d66c1f375b29 authored about 5 years ago by Dreamacro <[email protected]>
fix(std/encoding/yaml): export parseAll (#3592)

cbc4bbc71f4e619747707b1b9649abedfa234145 authored about 5 years ago by uki00a <[email protected]>
v0.28.1

a61966a243cd5d09031fabd9a572a75aab8d2da8 authored about 5 years ago by Ryan Dahl <[email protected]>
chore: disable default reqwest features (#3586)

5e61af744789d068f4caf313a4e980c63a6c97fe authored about 5 years ago by Bartek Iwańczuk <[email protected]>
Fix link in PR template (#3583)

6dbf1c0eed6a77791cfc41308fab3bb3aa5ffc07 authored about 5 years ago by Waldir Pimenta <[email protected]>
Add missing year ranges to copyright notices (#3582)

2a36879e306a3f747b0946fc5c03ac6608447de4 authored about 5 years ago by Waldir Pimenta <[email protected]>
Happy new year! (#3578)

bfab4ed0dfa5e2034005133a257201c934bc3a80 authored about 5 years ago by Ry Dahl <[email protected]>
Remove unnecessary use of Pin, use ready! (#3576)

b0761138e5d2486c241ab8fdfa67fe2c2a0b621b authored about 5 years ago by Gurwinder Singh <[email protected]>
feat(std/http): make req.body a Reader (#3575)

5cf2eb7d184b9031d46f61a5031ac13a41f4560c authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
v0.28.0

328fef9cd6aa0ab3033380cabdf91b9779db5054 authored about 5 years ago by Ry Dahl <[email protected]>
fix typos (#3573)

d4f2fda62331164b09290f2df1500b948f2647a7 authored about 5 years ago by EnokMan <[email protected]>
cleanup after tokio upgrade (#3571)

tokio_util::run and tokio::run_on_current_thread should accept Future<Output=()> instead of Futu...

55add2d366c5b3e19bd91958f3e3a36b4439839d authored about 5 years ago by Gurwinder Singh <[email protected]>
refactor: move HttpBody to cli/http_util.rs (#3569)

4258ed262f6eed9b0ee123e1ba9c91f999f0b429 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
bump reqwest to 0.10.0 (#3567)

05dce9016500f8cb102acb7ad68c184aa1047dae authored about 5 years ago by Bartek Iwańczuk <[email protected]>
use shared HTTP client (#3563)

This commit moves HTTP client to lazy_static. Effectively HTTP client is shared by whole Deno pr...

011d485ce5214a90aa64d557d8acdc0697c8ed49 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
upgrade: Tokio 0.2 (#3418)

46d76a7562025374600a7f866dfc68c1b7e268e9 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
net: expose shutdown TS def (#3560)

df1665a8fc92168c3eb115a768ecfeccbe575e18 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
net: expose shutdown() and ShutdownMode (#3558)

176d1ff12e1984593282b58adf54f34f971be837 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Fix: allow reading into a 0-length array (#3329)

4d4908dde31316462acae5caec8dfcbbf7a244bd authored about 5 years ago by Alexandre Szymocha <[email protected]>
doc: Update and improve build instructions (#3547)

954a0c64e77aca31d2627562d432f164c68a50dc authored about 5 years ago by Nayeem Rahman <[email protected]>
Drop unnecessary Object.assign from createResolvable() (#3548)

43fb24f4cd6844a882ba2130cfb9f7d5bc301bdb authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Upgrades rust to 1.40.0 (#3542)

3bb15ceaeaf5cd349afcb2e2d43374efd420aaef authored about 5 years ago by Axetroy <[email protected]>
std: remove wildcard export in uuid module (#3540)

e88c801e76c16d4c0a92702e248cf811038ed4ab authored about 5 years ago by Axetroy <[email protected]>
feat: Add Deno.dir("executable") (#3526)

f07ffe89806392698fb8052691b2826f82f15bbe authored about 5 years ago by Nayeem Rahman <[email protected]>
fix: Use sync ops when clearing the console (#3533)

f4f4c6bcb435ffb7e1dd9383d8d39e9e36b1337a authored about 5 years ago by Nayeem Rahman <[email protected]>
fix(std/encoding/yaml): support document separator in parseAll (#3535)

80da2ac8dea9f2e77bd81273530b8f7ff42d8a93 authored about 5 years ago by Yoshiya Hinosawa <[email protected]>
feat: Return null on error in Deno.dir() (#3531)

b7b0668c782dd4bc92237d91116f033e57536238 authored about 5 years ago by Nayeem Rahman <[email protected]>
feat: Add missing mod.ts files in std (#3509)

std/archive/tar.ts:
- Remove FileReader.
- Remove FileWriter.

std/encoding/csv.ts:
- Exten...

e8d82a6348d4cf9fc6a023fe16bf75df7fea61b0 authored about 5 years ago by Nayeem Rahman <[email protected]>
docs(std/encoding/yaml): add usage document (#3529)

29562ed61ea42e46c86cef919f27033f6b3427b0 authored about 5 years ago by Yoshiya Hinosawa <[email protected]>
repl: do not crash on async op reject (#3527)

9ef0b18eb0b4c337ccfc8d0add36bec6b657262f authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
v0.27.0

fcae4a7c0dc74701f3b1919bfd76cfdc1a0321ed authored about 5 years ago by Ryan Dahl <[email protected]>
fix permission errors are swallowed by fs.copy() (#3504)

ef30d376db94bda24ed31947a1cc264b827705dc authored about 5 years ago by Axetroy <[email protected]>
fix code example (#3519)

1c09cc63c8b9c33842ee302c93aebc6593be8b15 authored about 5 years ago by Christian Bromann <[email protected]>
Reduce all directory functions to Deno.dir() (#3518)

077b6f7672b0d92edc9488622790d78fd8ab20c4 authored about 5 years ago by Ry Dahl <[email protected]>
Improve empty test case error messages (#3514)

ff6b514a7b1087e7e5f363305cce46b513a3e562 authored about 5 years ago by Yoshiya Hinosawa <[email protected]>
fix permission errors are swallowed by fs.emptyDir (#3501)

bb24fb74ffe0bb35649e0adbb1473458c8abf71f authored about 5 years ago by Axetroy <[email protected]>
feat: show detailed version with --version (#3507)

3115781e4316653ab3619e3d94bdbce01fca4ec2 authored about 5 years ago by Yoshiya Hinosawa <[email protected]>
upgrade: tokio 0.2 in deno_core_http_bench, take2 (#3435)

e1eb458cad8caf5a0f08ad1d44caba7d557daf92 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
std/node: better error message for read perm in require() (#3502)

33d2e3d53601c4e56e4ac56b75e336cf1152ad08 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Feat: Add more dir APIs for Deno (#3491)

de946989150d74204678da7f613a4e039d033e46 authored about 5 years ago by Axetroy <[email protected]>
Use async-await at few places, fix spelling mistake (#3499)

22a2afe5588ae71301db6b9a6000d241ef1e762a authored about 5 years ago by Gurwinder Singh <[email protected]>
fetch support URL instance as input (#3496)

83f95fb8dfaed42eee3e1e0cd3a6e9b94f05ef2d authored about 5 years ago by Axetroy <[email protected]>
Support utf8 in file_server (#3495)

7e116dd70d7c194f2967d64e7700aae0bb17100f authored about 5 years ago by 木杉 <[email protected]>
feat(file_server): add help & switch to flags (#3489)

d8e60309d2eed482a3a4c896e68a4a97e7f7b0d7 authored about 5 years ago by 木杉 <[email protected]>
flag: upgrade std to v0.26.0 (#3492)

8cf470474f34102871051e75ad5cb3bb457e74d1 authored about 5 years ago by Axetroy <[email protected]>
fix permission errors are swallowed by fs.exists (#3493)

8cf8a29d35d5832230034b3f9f6ce3cc67dba7c1 authored about 5 years ago by Axetroy <[email protected]>
file_server: get file and fileInfo concurrently (#3486)

df7d8288d984f703722fae161b7d32fae9ab3149 authored about 5 years ago by Weijia Wang <[email protected]>
fix: file_server swallowing permission errors (#3467)

7f27f649cca0e928a422aaa6182988087338e435 authored about 5 years ago by 木杉 <[email protected]>
benchmark: align deno_http and node_http response (#3484)

d146d45861708bcf1879563a545a2c8b8f96bd80 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
fix v8-flags example to manual (#3470)

ef174883985d764d727002be004a113968922013 authored about 5 years ago by dnalborczyk <[email protected]>
fix(std/http): close connection on .respond() error (#3475)

c3c69aff7e1df1a9480d2a5e9a0fa17cf3af6409 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
fix: Only swallow NotFound errors in std/fs/expandGlob() (#3479)

407195ea870a82f4341671d6718f813bd9a3b7ac authored about 5 years ago by Nayeem Rahman <[email protected]>
Fix release assets not being executable (#3480)

c93ae0b05a4c4fe5b43a9bd2b6430637b17979d0 authored about 5 years ago by Andy Hayden <[email protected]>
fix: decoding uri in file_server (#3187)

31ddfd5a42d658b92e954e44d3326a8e37ac9198 authored about 5 years ago by AleksandrukTad <[email protected]>
timer: due/now Math.max instead of min (#3477)

ec7f3ce1c27d7c2d231a75d6a4eea82867d7ad2b authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
Disable flaky plugin test on windows (#3474)

4b9953b6ac9d07f9d54f2f29c8fa33c0abcdc906 authored about 5 years ago by Ry Dahl <[email protected]>
fix(installer): installs to the wrong directory on Windows (#3462)

Close: #3443

90c5aadbca8b47fc43bd3ece80e007b1b546c402 authored about 5 years ago by 木杉 <[email protected]>
Replace deprecated GetContent with GetBackingStore (#3458)

50b6907bc332315eeb13c05bf687b990bc8dd936 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
fix: plugin ops should change op count metrics (#3455)

7144bbed34ee3d867c76a88398e6d73843385b34 authored about 5 years ago by Luca Casonato <[email protected]>
fix isolate tests (#3459)

Some tests were silently failing after #3358 and #3434 because pool.spawn_ok
was used which doe...

e02029c602cbef4c2c63d53a9d6bdab3ab2130fe authored about 5 years ago by Bartek Iwańczuk <[email protected]>
v0.26.0

0ce9011edc8ec53df47e3103ecca3069d385ce37 authored about 5 years ago by Ryan Dahl <[email protected]>
Revert "Synchronize deno and deno_std versions" (#3446)

Preventing release v0.26.0
This reverts commit 81efa9d938aa169d16e67762d336d75738375cd6.

e6228bc3c4d974cf9e67b00e0a14a09f94d8ef5e authored about 5 years ago by Ry Dahl <[email protected]>
feat: first pass at native plugins (#3372)

7c3b9b4f4f2f4ec8fdeb0e77bb853fd22ffaa476 authored about 5 years ago by Andy Finch <[email protected]>
fix depot_tools on macOS Catalina by upgrading it to 23247b9 (#3441)

Fixes: #3440
Fixes: #3153

214b3eb29aa9cce8a55a247b4bd816cbd19bfe6b authored about 5 years ago by Christian Moritz <[email protected]>
Timer/microtask ordering fix (#3439)

32937251315493ef2c3b42dd29340e8a34501aa4 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
feat: Add --no-remote, rename --no-fetch to --cached-only (#3417)

91da410fc3bfde76c3c8930c6f8bfd4d5f9b974e authored about 5 years ago by Nayeem Rahman <[email protected]>
remove duplicated argv member from ThreadSafeGlobalState (#3433)

ee013102ff4ce75c1068b6e771ed120fc32a849d authored about 5 years ago by Ry Dahl <[email protected]>
fix some typos in permissions (#3436)

00844b41428a73d3fb3fd06ba3e564b4e1e3c63c authored about 5 years ago by Andy Finch <[email protected]>
better html for file_server (#3423)

cfa4f540baac5beaf168de3e818c882ccbd95136 authored about 5 years ago by 木杉 <[email protected]>
disable eager polling for ops (#3434)

136b5e3da2c689b54b34c46fa41973e0ccca66ab authored about 5 years ago by Bartek Iwańczuk <[email protected]>
Update .gitignore

2ed3592def992a094d61d40db0569ac2fecb402f authored about 5 years ago by Vincent LE GOFF <[email protected]>
fix realpath behavior in windows (#3425)

537c6b3ed9a783b64bec0d41260c13ac84b7feb6 authored about 5 years ago by 木杉 <[email protected]>
synchronize deno and deno_std versions (#3415)

81efa9d938aa169d16e67762d336d75738375cd6 authored about 5 years ago by Axetroy <[email protected]>
Revert "update deno_core_http_bench to Tokio 0.2 (#3408)"

It seems this has caused CI to go red for an unknown reason.

This reverts commit 866dba8aa116...

a537c03df71da49c356bb56882be920e38d37558 authored about 5 years ago by Ry Dahl <[email protected]>
Tweaks to arg_hacks and add v8-flags to repl (#3409)

3451c5fb55528427a8417fbceea86dc187fc93c5 authored about 5 years ago by Kevin (Kun) "Kassimo" Qian <[email protected]>
update deno_core_http_bench to Tokio 0.2 (#3408)

866dba8aa116677143a354af7f3271e4f9c417e1 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
v0.25.0

2cd22b5437a375f0e33f26327101afb818a03802 authored about 5 years ago by Ryan Dahl <[email protected]>
better error messages for 'relative import path not prefixed with / or ./ or ../' (#3405)

9712e0c31582b5052e7e647f694af1f7bccad0b9 authored about 5 years ago by Bartek Iwańczuk <[email protected]>
feat: add ignore parser for std/prettier (#3399)

2a348144c6932f749dfa28b6b8590d6df1c083f2 authored about 5 years ago by Axetroy <[email protected]>
refactor: reorganize flags (#3389)

- Remove ability to specify run arguments like `--allow-net` after the
script argument. It's ...

c016684653df45c3c3bc88d79dfc295ea5c6426f authored about 5 years ago by Ry Dahl <[email protected]>