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
/
cli
/
tests
/
testdata
/
workers
Age
Commit message (
Expand
)
Author
2022-01-20
chore: update copyright year (#13434)
Yoshiya Hinosawa
2022-01-09
fix: expose "Deno.memoryUsage()" in worker context (#13293)
Rodney van den Velden
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-22
chore: update deno_graph and deno_doc (#13173)
Kitson Kelly
2021-11-29
fix(workers): Make `worker.terminate()` not immediately kill the isolate (#12...
Andreu Botella
2021-11-16
fix(cli): short-circuit in prepare_module_load() (#12604)
Nayeem Rahman
2021-10-30
feat(test): better formatting for test elapsed time (#12610)
Bartek IwaĆczuk
2021-10-14
fix(cli/tests): move worker test assertions out of message handlers (#12439)
Nayeem Rahman
2021-10-13
fix(runtime/ops/worker_host): move permission arg parsing to Rust (#12297)
Nayeem Rahman
2021-10-11
refactor: integrate deno_graph into CLI (#12369)
Kitson Kelly
2021-10-07
tests: make worker test deterministic (#12361)
Nayeem Rahman
2021-10-01
fix(runtime/js/workers): throw errors instead of using an op (#12249)
Nayeem Rahman
2021-09-30
fix: worker environment permissions should accept an array (#12250)
David Sherret
2021-09-30
fix: Don't panic when a worker is closed in the reactions to a wasm operation...
Andreu Botella
2021-09-24
chore(workers): Test that closing a worker closes any child workers (#12215)
Andreu Botella
2021-09-22
fix(workers): Don't panic when a worker's parent thread stops running (#12156)
Andreu Botella
2021-09-06
Don't drop messages from workers that have already been closed (#11913)
Andreu Botella
2021-08-31
feat(workers): Make the `Deno` namespace configurable and unfrozen (#11888)
Andreu Botella
2021-08-11
chore: move test files to testdata directory (#11601)
David Sherret