summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2023-04-20refactor(ext/websocket): use fastwebsockets client (#18725)Divy Srivastava
2023-04-20refactor(ext/node): remove polyfills/_core.ts (#18766)Yoshiya Hinosawa
2023-04-20refactor(ext/webidl): remove option bags from "makeException" (#18679)Bartek Iwańczuk
2023-04-19fix(compile): write bytes directly to output file (#18777)David Sherret
2023-04-19refactor(core): remove PhantomData from IdentityHasher (#18770)Bartek Iwańczuk
2023-04-19fix(test/coverage): exclude test files (#18748)Levente Kurusa
2023-04-19chore(tools/release): make things a bit more obvious (#18753)Levente Kurusa
2023-04-19fix(ext/node): implement asymmetric keygen (#18651)Divy Srivastava
2023-04-19fix(ext/node): improve vm.runInThisContext (#18767)Yoshiya Hinosawa
2023-04-19fix(ext/node): add crypto.sign|verify methods (#18765)Yoshiya Hinosawa
2023-04-19refactor(core): return better error for non-existent async ops (#18772)Bartek Iwańczuk
2023-04-19tests: deflake 'check_sockopt' (#18763)Bartek Iwańczuk
2023-04-19tests: disable another flaky test (#18762)Bartek Iwańczuk
2023-04-19refactor(core): store v8::Global<v8::Context> in an Rc (#18749)Bartek Iwańczuk
2023-04-19chore: disable flaky Node compat tests (#18760)Bartek Iwańczuk
2023-04-18test: fix flaky tcp tests (#18755)Bartek Iwańczuk
2023-04-18test: fix flaky worker test (#18754)Bartek Iwańczuk
2023-04-18chore: forward v1.32.5 release commit to main (#18758)denobot
2023-04-18refactor(node/crypto): scrypt polyfill to rust (#18746)Levente Kurusa
2023-04-18chore(ext/node): restore http_test from std (#18747)Yoshiya Hinosawa
2023-04-18fix(ext/node): implement crypto.createVerify (#18703)Yoshiya Hinosawa
2023-04-18fix(path): Remove non node symbols (#18630)Ryan Clements
2023-04-18docs(core): fix example link (#18731)Oleh Martsokha
2023-04-18fix(ext/node): add req.socket.remoteAddress (#18733)Yoshiya Hinosawa
2023-04-18fix(ext/node): polyfill response._implicitHeader method (#18738)Yoshiya Hinosawa
2023-04-17refactor(npm): add CliNodeResolver (#18742)David Sherret
2023-04-18chore: update node compat config (#18736)Yoshiya Hinosawa
2023-04-17chore(ext/fs): decouple fs trait from deno_core (#18732)Luca Casonato
2023-04-17refactor(tests): Watcher test timeout (#18459)Cre3per
2023-04-17test: don't silently fail in check_sockopt (#18737)Bartek Iwańczuk
2023-04-17docs(readme): Update readme (#18677)Andy Jiang
2023-04-16fix(lsp): ensure language server status works on unix (#18727)David Sherret
2023-04-16bench: add benchmark for deferred async ops (#18722)Bartek Iwańczuk
2023-04-16Revert "perf(core): immediately schedule another tick if there are un… (#18...Bartek Iwańczuk
2023-04-15feat(kv): AtomicOperation#sum (#18704)Ryan Dahl
2023-04-14chore: fix running node tests in parallel on Windows (#18711)David Sherret
2023-04-14refactor: add `TypeChecker` struct (#18709)David Sherret
2023-04-14chore: remove node_modules folder being created in testdata directory (#18708)David Sherret
2023-04-14fix(core): Use safe primordials wrappers (#18687)Kenta Moriuchi
2023-04-14refactor: break up `ProcState` (#18707)David Sherret
2023-04-14fix(ext/websocket): Avoid write deadlock that requires read_frame to complete...Divy Srivastava
2023-04-14chore: upgrade hyper to 0.14.26 (#18693)Bartek Iwańczuk
2023-04-14perf(core): immediately schedule another tick if there are unpolled ops (#18611)Bartek Iwańczuk
2023-04-14refactor(core): limit number of boundary crossings between Rust and V8 (#18652)Bartek Iwańczuk
2023-04-13refactor(cli): add `Emitter` struct (#18690)David Sherret
2023-04-13refactor(cli): move runTests() and runBenchmarks() to rust (#18563)Nayeem Rahman
2023-04-13chore: bump child_process_test timeouts for slow CI (#18689)David Sherret
2023-04-13refactor: upgrade to deno_npm 0.3.0 (#18671)David Sherret
2023-04-13ci: don't run wpt tests on debug (#18688)David Sherret
2023-04-13chore: add test duration to WPT (#18680)Bartek Iwańczuk