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
/
cache
/
lib.rs
Age
Commit message (
Expand
)
Author
2024-11-08
fix(ext/cache): don't panic when creating cache (#26780)
Divy Srivastava
2024-10-17
refactor(ext/net): use concrete error type (#26227)
Leo Kettmeir
2024-10-12
refactor(ext/cache): use concrete error type (#26109)
Leo Kettmeir
2024-09-04
refactor(ext): align error messages (#25310)
Ian Bull
2024-06-12
fix: don't panic when cache is not available (#24175)
Luca Casonato
2024-01-15
chore(ext/cache): remove CachePutResource in preparation for resource rewrite...
Matt Mastracci
2024-01-01
chore: update copyright to 2024 (#21753)
David Sherret
2023-09-23
refactor: rewrite ops using i64/usize to op2 (#20647)
Bartek Iwańczuk
2023-09-19
refactor: rewrite BC, cache exts to op2 (#20486)
Bartek Iwańczuk
2023-08-09
refactor(ext/cache): Remove custom shutdown and use fast async ops (#20107)
Matt Mastracci
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-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-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-15
refactor: clean up `unwrap` and `clone` (#17282)
Yiyu Lin
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-10-03
chore(ext/cache): make helper functions public (#16117)
Satya Rohith
2022-09-28
feat: implement Web Cache API (#15829)
Satya Rohith