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
/
ext
/
flash
/
lib.rs
Age
Commit message (
Expand
)
Author
2023-03-17
perf(core) Reduce copying and cloning in extension initialization (#18252)
Matt Mastracci
2023-03-17
feat(core) deno_core::extension! macro to simplify extension registration (#1...
Matt Mastracci
2023-03-16
chore: bump rusty_v8 to 0.65.0 (#18231)
Divy Srivastava
2023-03-09
refactor: Split extension registration for runtime and snapshotting (#18095)
Bartek Iwańczuk
2023-03-09
refactor(core): Extension::builder_with_deps (#18093)
Bartek Iwańczuk
2023-03-07
refactor(core): don't use Result in ExtensionBuilder::state (#18066)
Bartek Iwańczuk
2023-02-15
feat(flash): add 2nd param to handler to get remote address (#17633)
Leo Kettmeir
2023-02-07
refactor: remove prefix from include_js_files & use extension name (#17683)
Leo Kettmeir
2023-02-07
refactor: Use ES modules for internal runtime code (#17648)
Leo Kettmeir
2023-02-05
refactor: rename `deno` specifiers to `internal` (#17655)
Leo Kettmeir
2023-01-29
perf(ops): Remove unnecessary fast call fallback options usage (#17585)
Aapo Alasuutari
2023-01-27
chore: upgrade to Rust 1.67 (#17548)
David Sherret
2023-01-15
fix(ext/flash): Fix panic when JS caller doesn't consume request body (#16173)
Isaiah Gamble
2023-01-15
fix(ext/flash): Fix typo in 'chunked' flash ops (#17302)
Kamil Ogórek
2023-01-08
feat(core): allow specifying name and dependencies of an Extension (#17301)
Leo Kettmeir
2023-01-02
chore: update copyright year to 2023 (#17247)
David Sherret
2022-12-05
fix(ops): disallow auto-borrowing OpState across potential await point (#16952)
Divy Srivastava
2022-11-27
Revert "fix(ext/flash): graceful server startup/shutdown with unsettl… (#16...
Bartek Iwańczuk
2022-11-24
fix(ext/flash): graceful server startup/shutdown with unsettled promises in m...
Yusuke Tanaka
2022-11-22
Reland "perf(ext/flash): optimize response streaming" (#16660)
Divy Srivastava
2022-11-13
fix(ext/flash): revert #16383 (graceful server startup/shutdown) (#16610)
Yoshiya Hinosawa
2022-11-11
fix(ext/flash): graceful server startup/shutdown (#16383)
Divy Srivastava
2022-11-10
feat: don't require --unstable flag for npm programs (#16520)
Bartek Iwańczuk
2022-11-09
fix(ext/flash): revert #16284 and add test case (#16576)
Yoshiya Hinosawa
2022-10-20
chore: upgrade rusty_v8 to 0.54.0 (#16368)
Bartek Iwańczuk
2022-10-19
perf(ext/flash): optimize path response streams (#16284)
Divy Srivastava
2022-10-09
feat(core): improve resource read & write traits (#16115)
Luca Casonato
2022-09-30
refactor(ext/http): remove op_http_read (#16096)
Luca Casonato
2022-09-28
fix(ext/flash): reregister socket on partial read on Windows (#16076)
Divy Srivastava
2022-09-28
feat(ext/flash): add `reuseport` option on Linux (#16022)
Divy Srivastava
2022-09-27
feat: Add requesting API name to permission prompt (#15936)
Bartek Iwańczuk
2022-09-19
chore: fix clippy warnings (#15944)
Ben Noordhuis
2022-09-01
fix(ext/flash): retry write failures (#15591)
Divy Srivastava
2022-08-29
chore(ext/flash): typo in `lib.rs` (#15662)
pk
2022-08-26
fix(ext/flash): panic on AddrInUse (#15607)
Bartek Iwańczuk
2022-08-24
fix(unstable): Deno.serve() can parse hostnames (#15579)
Bartek Iwańczuk
2022-08-21
fix(unstable): better error for invalid hostname in Deno.serve() (#15529)
Bartek Iwańczuk
2022-08-21
fix(ext/flash): fix listening port (#15519)
Yoshiya Hinosawa
2022-08-21
feat(ops): V8 Fast Calls (#15291)
Divy Srivastava
2022-08-19
feat(unstable): change Deno.serve() API (#15498)
Bartek Iwańczuk
2022-08-19
fix(ext/flash): concurrent response streams (#15493)
Divy Srivastava
2022-08-18
feat(ext/flash): An optimized http/1.1 server (#15405)
Divy Srivastava