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
2024-10-31
fix: clamp smi in fast calls by default (#26506)
Divy Srivastava
2024-10-24
Revert "fix(runtime): send ws ping frames from inspector server (#263… (#26...
Bartek Iwańczuk
2024-10-17
fix(runtime): send ws ping frames from inspector server (#26352)
Luca Casonato
2024-08-19
feat: upgrade deno_core (#25042)
snek
2024-05-08
chore: enable clippy::print_stdout and clippy::print_stderr (#23732)
David Sherret
2024-04-12
fix(inspector): don't panic if port is not free (#22745)
Bartek Iwańczuk
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-12-27
refactor: simplify hyper, http, h2 deps (#21715)
Bartek Iwańczuk
2023-12-26
refactor: fastwebsockets renames (#21707)
Bartek Iwańczuk
2023-12-23
refactor: upgrade inspector server to Hyper 1.1 (#21599)
Bartek Iwańczuk
2023-10-06
fix(cli): Support using both `--watch` and `--inspect` at the same time (#20660)
Jesper van den Ende
2023-08-23
fix(ext/web): add stream tests to detect v8slice split bug (#20253)
Matt Mastracci
2023-08-15
fix(runtime): use host header for inspector websocket URL (#20171)
Matt Mastracci
2023-08-10
chore: upgrade fastwebsockets to 0.4.4 (#19089)
Divy Srivastava
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