summaryrefslogtreecommitdiff
path: root/runtime/inspector_server.rs
AgeCommit message (Expand)Author
2024-10-31fix: clamp smi in fast calls by default (#26506)Divy Srivastava
2024-10-24Revert "fix(runtime): send ws ping frames from inspector server (#263… (#26...Bartek Iwańczuk
2024-10-17fix(runtime): send ws ping frames from inspector server (#26352)Luca Casonato
2024-08-19feat: upgrade deno_core (#25042)snek
2024-05-08chore: enable clippy::print_stdout and clippy::print_stderr (#23732)David Sherret
2024-04-12fix(inspector): don't panic if port is not free (#22745)Bartek Iwańczuk
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-12-27refactor: simplify hyper, http, h2 deps (#21715)Bartek Iwańczuk
2023-12-26refactor: fastwebsockets renames (#21707)Bartek Iwańczuk
2023-12-23refactor: upgrade inspector server to Hyper 1.1 (#21599)Bartek Iwańczuk
2023-10-06fix(cli): Support using both `--watch` and `--inspect` at the same time (#20660)Jesper van den Ende
2023-08-23fix(ext/web): add stream tests to detect v8slice split bug (#20253)Matt Mastracci
2023-08-15fix(runtime): use host header for inspector websocket URL (#20171)Matt Mastracci
2023-08-10chore: upgrade fastwebsockets to 0.4.4 (#19089)Divy Srivastava
2023-05-14refactor(core): bake single-thread assumptions into spawn/spawn_blocking (#19...Matt Mastracci
2023-04-22refactor: rewrite tests to "fastwebsockets" crate (#18781)Bartek Iwańczuk
2023-03-23refactor: make version and user_agent &'static str (#18400)Bartek Iwańczuk
2023-03-10refactor: use `pin!` macro from std (#18110)Yusuke Tanaka
2023-01-27chore: upgrade to Rust 1.67 (#17548)David Sherret
2023-01-05refactor(cli,core,ext,rt): remove some unnecessary `clone` or `malloc` (#17274)Yiyu Lin
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-12-12feat: add `--inspect-wait` flag (#17001)Bartek Iwańczuk
2022-09-02fix(repl): don't terminate on unhandled error events (#15548)Nayeem Rahman
2022-01-15chore: upgrade to rust 1.58 (#13377)David Sherret
2022-01-07chore: update copyright to 2022 (#13306)Ryan Dahl
2021-12-28refactor(core): cleanup Inspector implementation (#12962)Bartek Iwańczuk
2021-12-17fix: inspector prompts (#13123)Bartek Iwańczuk
2021-08-25refactor: cleanup Inspector and InspectorServer implementations (#11837)Bartek Iwańczuk
2021-07-20fix: panic for non-WS connections to inspector (#11466)Bartek Iwańczuk
2021-06-30feat(inspector): improve inspector prompt in Chrome Devtools (#11187)Bartek Iwańczuk
2021-05-26refactor: move JsRuntimeInspector to deno_core (#10763)Bartek Iwańczuk