Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2021-06-14src: fix multiple AddLinkedBinding() callsAnna Henningsen
2021-06-09test: suppress warning in test_environment.ccDaniel Bevenius
2021-05-05doc: use `HEAD` instead of `master` for linksAntoine du Hamel
2021-04-13test: fix typo in gtest-all.ccIkko Ashimine
2021-04-02net: allow net.BlockList to use net.SocketAddress objectsJames M Snell
2021-03-30url: forbid pipe in URL hostDarshan Sen
2021-02-24test: fix typo in test_node_crypto.ccIkko Ashimine
2021-02-05src: refactor bookkeeping of bootstrap statusJoyee Cheung
2021-02-01src: expose BaseObject::kInternalFieldCount in post-mortem metadataJoyee Cheung
2021-01-30quic: remove quicJames M Snell
2021-01-19test: fix warning in test_environment.ccraisinten
2020-12-31src: fix leading backslash bug in URLraisinten
2020-12-24test: redirect stderr EnvironmentWithNoESMLoaderDaniel Bevenius
2020-12-21src: use correct microtask queue for checkpointsAnna Henningsen
2020-12-14src: use correct outer Context’s microtask queueAnna Henningsen
2020-12-13src: add way to get IsolateData and allocator from EnvironmentAnna Henningsen
2020-12-06vm: add `SafeForTerminationScope`s for SIGINT interruptionsAnna Henningsen
2020-11-21src: integrate URL::href() and use in inspectorDaijiro Wachi
2020-11-06test: update old comment style test_util.ccraisinten
2020-11-02src: clean up embedder APIAnna Henningsen
2020-10-26Revert "src: ignore GCC -Wcast-function-type for v8.h"Daniel Bevenius
2020-10-21src: mark/pop OpenSSL errors in NewRootCertStoreDaniel Bevenius
2020-10-13test: update url test for winDaijiro Wachi
2020-10-12url: file URL path normalizationDaijiro Wachi
2020-10-08crypto: refactoring internals, add WebCryptoJames M Snell
2020-10-03src: move all base64.h inline methods into -inl.h header fileAnna Henningsen
2020-09-26src: allow N-API addon in `AddLinkedBinding()`Anna Henningsen
2020-08-15test,doc: add missing uv_setup_args() callscjihrig
2020-08-11net: introduce net.BlockListJames M Snell
2020-08-10src: add SocketAddressLRU UtilityJames M Snell
2020-08-07src: fix linter failuresAnna Henningsen
2020-07-31quic: use OpenSSL built-in cert and hostname validationJames M Snell
2020-07-20src: add callback scope for native immediatesAnna Henningsen
2020-07-18bootstrap: build fast APIs in pre-executionJoyee Cheung
2020-07-14src,doc,test: remove String::New default parameterAnna Henningsen
2020-07-04lib: always initialize esm loader callbackMapShelley Vohr
2020-06-29src: allow embedders to disable esm loaderShelley Vohr
2020-06-16quic: initial QUIC implementationJames M Snell
2020-06-16src: add public APIs to manage v8::TracingControllerAnna Henningsen
2020-06-06process: use v8 fast api calls for hrtimeGus Caplan
2020-05-30src: avoid OOB read in URL parserAnna Henningsen
2020-05-22src: use enum for refed flag on native immediatesAnna Henningsen
2020-04-14src: ignore GCC -Wcast-function-type for v8.hDaniel Bevenius
2020-04-08src: initialize inspector before RunBootstrapping()Anna Henningsen
2020-04-02test: wait for message from parent in embedding cctestAnna Henningsen
2020-04-02src: move JSONWriter into its own fileAnna Henningsen
2020-04-02embedding: provide hook for custom process.exit() behaviourAnna Henningsen
2020-03-26src: enhance C++ sprintf utilityhimself65
2020-03-23test: use InitializeNodeWithArgs in cctestAnna Henningsen
2020-03-21test: add extended embedder cctestAnna Henningsen