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
Age
Commit message (
Expand
)
Author
2021-10-08
fix(ext/ffi): missing "buffer" type definitions (#12371)
Divy Srivastava
2021-10-08
refactor: deduplicate `defineEventHandler` util (#12367)
Andreu Botella
2021-10-07
perf(fetch): fast path Uint8Array in extractBody() (#12351)
Aaron O'Mullan
2021-10-07
tests: make worker test deterministic (#12361)
Nayeem Rahman
2021-10-07
fix(runtime): Getting `navigator.hardwareConcurrency` on workers shouldn't th...
Andreu Botella
2021-10-07
feat(core): cleaner opcall stack traces (#12358)
Aaron O'Mullan
2021-10-07
fix(ext/ffi): don't panic in dlopen (#12344)
Divy Srivastava
2021-10-07
fix(runtime): don't equate SIGINT to SIGKILL on Windows (#12356)
Bert Belder
2021-10-06
bench(op_baseline): measure Deno.core.isProxy() (#12347)
Aaron O'Mullan
2021-10-06
Revert "fix(cli): ensure empty lines don't count towards coverage (#11957)" (...
Bartek Iwańczuk
2021-10-06
feat(compat): inject Node globals (#12342)
Bartek Iwańczuk
2021-10-06
fix(ext/crypto): key generation based on AES key length (#12146)
Divy Srivastava
2021-10-06
feat(ext/crypto): export spki for RSA (#12114)
Divy Srivastava
2021-10-06
fix(cli): ensure empty lines don't count towards coverage (#11957)
Casper Beyer
2021-10-05
Remove some unused benchmarks (#12315)
Ryan Dahl
2021-10-06
fix(ext/ffi): formatting dlopen errors on Windows (#12301)
Divy Srivastava
2021-10-06
feat(compat): add support for node: prefixed built-ins (#12337)
Bartek Iwańczuk
2021-10-06
feat(ext/ffi): add support for buffer arguments (#12335)
Bartek Iwańczuk
2021-10-05
perf(webidl): fix typo from #12286 (#12336)
Aaron O'Mullan
2021-10-05
feat(lint): add support for --watch flag (#11983)
CGQAQ
2021-10-05
feat(core): native binding names (#12290)
Aaron O'Mullan
2021-10-05
refactor(runtime): Worker bootstrap options (#12299)
Aaron O'Mullan
2021-10-05
chore: various op cleanup (#12329)
Leo K
2021-10-05
chore: merge v1.14.3 into main (#12327)
Bartek Iwańczuk
2021-10-05
feat(ext/ffi): Non-blocking FFI (#12274)
Divy Srivastava
2021-10-05
feat: add --compat flag to provide built-in Node modules (#12293)
Bartek Iwańczuk
2021-10-04
chore: remove No*Permissions structs (#12316)
Luca Casonato
2021-10-04
test: refactor lint tests into directories (#12317)
Bartek Iwańczuk
2021-10-04
perf(webidl): optimize createRecordConverter() (#12286)
Aaron O'Mullan
2021-10-04
refactor(core): split opcall into sync/async (#12312)
Aaron O'Mullan
2021-10-04
fix(core/runtime): sync_ops_cache if nuked Deno ns (#12302)
Aaron O'Mullan
2021-10-03
perf(core): use opcall() directly (#12310)
Aaron O'Mullan
2021-10-03
feat(web): Implement `DOMException`'s `stack` property. (#12294)
Andreu Botella
2021-10-03
fix(ext/crypto): missing Aes key typings (#12307)
Divy Srivastava
2021-10-02
fix(ext/net): should not panic when listening to unix abstract address (#12300)
Ahab
2021-10-02
feat(ext/crypto): decode RSAES-OAEP-params with default values (#12292)
Divy Srivastava
2021-10-01
feat(core): implement Deno.core.isProxy() (#12288)
Aaron O'Mullan
2021-10-01
fix(ext/crypto): use NotSupportedError for importKey() (#12289)
Divy Srivastava
2021-10-01
perf(fetch): optimize fillHeaders() key iteration (#12287)
Aaron O'Mullan
2021-10-01
feat(ext/crypto): implement wrapKey (#12125)
Divy Srivastava
2021-10-01
fix(runtime/js/workers): throw errors instead of using an op (#12249)
Nayeem Rahman
2021-10-01
fix(ext/crypto): decode id-RSASSA-PSS with default params (#12147)
Divy Srivastava
2021-10-01
perf(web): optimize byteLowerCase() (#12282)
Aaron O'Mullan
2021-10-01
tools(bench): rebootstrap (#12281)
Aaron O'Mullan
2021-09-30
fix(runtime/testing): format aggregate errors (#12183)
Casper Beyer
2021-09-30
fix: worker environment permissions should accept an array (#12250)
David Sherret
2021-09-30
chore: ensure first process in shared flock test does not enter and exit lock...
David Sherret
2021-09-30
perf(webidl): optimize createDictionaryConverter() (#12279)
Aaron O'Mullan
2021-09-30
fix: Don't panic when a worker is closed in the reactions to a wasm operation...
Andreu Botella
2021-09-30
perf(web): ~400x faster http header trimming (#12277)
Aaron O'Mullan
[next]