Commits
User selector
Commit History
Commits on Oct 10, 2020
src: move node_binding to modern THROW_ERR*
Show description for 2310f67committedsrc: move node_contextify to modern THROW_ERR_*
Show description for eb322bbcommitted
Commits on Oct 8, 2020
crypto: refactoring internals, add WebCrypto
Show description for dae283dcommitted
Commits on Jul 3, 2020
crypto: move typechecking for timingSafeEqual into C++
Show description for 1d7be32authored andcommitted
Commits on Jun 25, 2020
worker: rename error code to be more accurate
Show description for 5ef5116authored andcommitted
Commits on Jun 16, 2020
quic: initial QUIC implementation
Show description for 5536044committed
Commits on Jun 14, 2020
worker: emit `'messagerror'` events for failed deserialization
Show description for e1ad548committedworker: allow passing JS wrapper objects via postMessage
Show description for 9129cf2committed
Commits on Jun 11, 2020
src: remove unused `ERR_TRANSFERRING_EXTERNALIZED_SHAREDARRAYBUFFER`
Show description for c4a33f7committed
Commits on May 7, 2020
wasi: prevent syscalls before start
Show description for c01544dauthored andcommitted
Commits on Apr 2, 2020
src: avoid using elevated v8 namespaces in node_errors.h
Show description for 04c9a98authored andcommitted
Commits on Mar 30, 2020
worker: runtime error on pthread creation
Show description for b6459ecauthored andcommitted
Commits on Mar 18, 2020
lib: add option to disable __proto__
Show description for 7a742eccommitted
Commits on Mar 13, 2020
esm: port loader code to JS
Show description for 605615ecommitted
Commits on Mar 9, 2020
src: handle NULL env scenario
Show description for e9fa5aeauthored andcommitted
Commits on Feb 18, 2020
module: package "exports" error refinements
Show description for 58de9b4committed
Commits on Jan 23, 2020
src: use custom fprintf alike to write errors to stderr
Show description for 32e7e81committedcrypto: assign and use ERR_CRYPTO_UNKNOWN_CIPHER
Show description for 8c313ceauthored andcommitted
Commits on Jan 21, 2020
crypto: add DH support to generateKeyPair
Show description for c6f8ea8committed
Commits on Jan 12, 2020
vm: add code cache support for SourceTextModule
Show description for b810e67committed
Commits on Dec 25, 2019
tls: add PSK support
Show description for f8d7e22authored andcommitted
Commits on Nov 28, 2019
src: cleanup unused headers
Show description for 7686b5aauthored andcommitted
Commits on Sep 25, 2019
src: add buildflag to force context-aware addons
Show description for 3c17f16authored andcommitted
Commits on Aug 29, 2019
crypto: don't expose openssl internals
Show description for 17a697cauthored andcommitted
Commits on Aug 2, 2019
module: exports error as MODULE_NOT_FOUND
Show description for 452b393authored andcommitted
Commits on Jul 23, 2019
module: implement "exports" proposal for CommonJS
Show description for dcb6929committed
Commits on Jun 19, 2019
src: refactor uncaught exception handling
Show description for a33c3c6committed
Commits on Jun 13, 2019
worker: make MessagePort constructor non-callable
Show description for 0640526authored andcommitted
Commits on Jun 10, 2019
worker: use DataCloneError for unknown native objects
Show description for 7bd2a3fcommitted
Commits on May 13, 2019
src: remove util-inl.h from header files
Show description for b6bfc19committed
Commits on Apr 26, 2019
src: move OnMessage to node_errors.cc
Show description for 744cdeccommitted
Commits on Apr 15, 2019
process: add --unhandled-rejections flag
Show description for 9dcc9b6committedsrc: print error before aborting
Show description for 2755471committed
Commits on Apr 12, 2019
src: replace FromJust() with Check() when possible
Show description for 060d901committed
Commits on Mar 30, 2019
crypto: decode missing passphrase errors
Show description for 2e2c015committed