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
/
runtime
/
inspector_server.rs
Age
Commit message (
Expand
)
Author
2023-05-14
refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...
Matt Mastracci
2023-04-22
refactor: rewrite tests to "fastwebsockets" crate (#18781)
Bartek Iwańczuk
2023-03-23
refactor: make version and user_agent &'static str (#18400)
Bartek Iwańczuk
2023-03-10
refactor: use `pin!` macro from std (#18110)
Yusuke Tanaka
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-05
refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)
Yiyu Lin
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-12
feat: add `--inspect-wait` flag (#17001)
Bartek Iwańczuk
2022-09-02
fix(repl): don't terminate on unhandled error events (#15548)
Nayeem Rahman
2022-01-15
chore: upgrade to rust 1.58 (#13377)
David Sherret
2022-01-07
chore: update copyright to 2022 (#13306)
Ryan Dahl
2021-12-28
refactor(core): cleanup Inspector implementation (#12962)
Bartek Iwańczuk
2021-12-17
fix: inspector prompts (#13123)
Bartek Iwańczuk
2021-08-25
refactor: cleanup Inspector and InspectorServer implementations (#11837)
Bartek Iwańczuk
2021-07-20
fix: panic for non-WS connections to inspector (#11466)
Bartek Iwańczuk
2021-06-30
feat(inspector): improve inspector prompt in Chrome Devtools (#11187)
Bartek Iwańczuk
2021-05-26
refactor: move JsRuntimeInspector to deno_core (#10763)
Bartek Iwańczuk