summaryrefslogtreecommitdiff
path: root/ext/cache/lib.rs
AgeCommit message (Expand)Author
2024-11-08fix(ext/cache): don't panic when creating cache (#26780)Divy Srivastava
2024-10-17refactor(ext/net): use concrete error type (#26227)Leo Kettmeir
2024-10-12refactor(ext/cache): use concrete error type (#26109)Leo Kettmeir
2024-09-04refactor(ext): align error messages (#25310)Ian Bull
2024-06-12fix: don't panic when cache is not available (#24175)Luca Casonato
2024-01-15chore(ext/cache): remove CachePutResource in preparation for resource rewrite...Matt Mastracci
2024-01-01chore: update copyright to 2024 (#21753)David Sherret
2023-09-23refactor: rewrite ops using i64/usize to op2 (#20647)Bartek Iwańczuk
2023-09-19refactor: rewrite BC, cache exts to op2 (#20486)Bartek Iwańczuk
2023-08-09refactor(ext/cache): Remove custom shutdown and use fast async ops (#20107)Matt Mastracci
2023-03-17perf(core) Reduce copying and cloning in extension initialization (#18252)Matt Mastracci
2023-03-17feat(core) deno_core::extension! macro to simplify extension registration (#1...Matt Mastracci
2023-03-09refactor: Split extension registration for runtime and snapshotting (#18095)Bartek Iwańczuk
2023-03-09refactor(core): Extension::builder_with_deps (#18093)Bartek Iwańczuk
2023-03-07refactor(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-07refactor: Use ES modules for internal runtime code (#17648)Leo Kettmeir
2023-02-05 refactor: rename `deno` specifiers to `internal` (#17655)Leo Kettmeir
2023-01-15refactor: clean up `unwrap` and `clone` (#17282)Yiyu Lin
2023-01-08feat(core): allow specifying name and dependencies of an Extension (#17301)Leo Kettmeir
2023-01-02chore: update copyright year to 2023 (#17247)David Sherret
2022-10-03chore(ext/cache): make helper functions public (#16117)Satya Rohith
2022-09-28feat: implement Web Cache API (#15829)Satya Rohith