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
path: root/src
AgeCommit message (Expand)Author
2022-10-06src,worker: fix race of WorkerHeapSnapshotTakerywave620
2022-10-05src: remove UncheckedMalloc(0) workaroundTobias Nießen
2022-10-05src: deduplicate setting RSA OAEP labelTobias Nießen
2022-10-05src: implement GetDetachedness() in MemoryRetainerNodeJoyee Cheung
2022-10-04src: avoid X509_free in loops in crypto_x509.ccTobias Nießen
2022-10-04test_runner: add --test-name-pattern CLI flagcjihrig
2022-10-04vm: make ContextifyContext a BaseObjectJoyee Cheung
2022-10-04src: refactor BaseObject methodsJoyee Cheung
2022-10-04esm: remove specifier resolution flagGeoffrey Booth
2022-10-03src: use OnScopeLeave instead of multiple free()Tobias Nießen
2022-10-03node-api: create reference only when neededGerhard Stöbich
2022-09-29crypto: use EVP_PKEY_CTX_set_dsa_paramgen_q_bits when availableDavid Benjamin
2022-09-29src: remove ParseIP() in cares_wrap.ccTobias Nießen
2022-09-28dns: support dns module in the snapshotJoyee Cheung
2022-09-27src: create BaseObject with node::RealmChengzhong Wu
2022-09-25src: restore IS_RELEASE to 0Bryan English
2022-09-232022-09-23, Version 14.20.1 'Fermium' (LTS)Bryan English
2022-09-23crypto: fix weak randomness in WebCrypto keygenBen Noordhuis
2022-09-23src: fix IPv4 non routable validationRafaelGSS
2022-09-21src: avoid using v8 on Isolate terminationSantiago Gimeno
2022-09-20node-api: add deprecation code of uncaught exceptionChengzhong Wu
2022-09-18src: remove <unistd.h> from node_os.ccTobias Nießen
2022-09-17lib: enable global WebCrypto by defaultAntoine du Hamel
2022-09-15tls: fix out-of-bounds read in ClientHelloParserTobias Nießen
2022-09-15src: avoid copy when creating BlobTobias Nießen
2022-09-14src: make ReqWrap weakRafael Gonzaga
2022-09-14src: make NearHeapLimitCallback() more robustJoyee Cheung
2022-09-13src: dump isolate stats when process exitsdaomingq
2022-09-13inspector: expose inspector.close on workersChengzhong Wu
2022-09-13bootstrap: generate bootstrapper arguments in BuiltinLoaderJoyee Cheung
2022-09-10test_runner: support using `--inspect` with `--test`Moshe Atlow
2022-09-08v8: add setHeapSnapshotNearHeapLimittheanarkh
2022-09-07src: consolidate environment cleanup queuelegendecas
2022-09-06bootstrap: remove unused global parameter in per-context scriptsJoyee Cheung
2022-09-06test: add more cases for parse-encodingTony Gorez
2022-09-05src: use automatic memory mgmt in SecretKeyGenTobias Nießen
2022-09-05cli: add `--watch`Moshe Atlow
2022-09-04src: use V8 entropy source if RAND_bytes() != 1Tobias Nießen
2022-09-04src: rename misleading arg in ClientHelloParserTobias Nießen
2022-09-03crypto: add digest name to INVALID_DIGEST errorsTobias Nießen
2022-09-02report: get stack trace with cross origin contextsChengzhong Wu
2022-09-02report: fix missing section javascriptHeap on OOMErrorlegendecas
2022-09-01src: improve error handling in CloneSSLCertsTobias Nießen
2022-09-01src: fix incorrect comments in cryptoTobias Nießen
2022-09-01src: avoid casting std::trunc(... / ...) to size_tTobias Nießen
2022-09-01src: expose environment RequestInterrupt apilegendecas
2022-09-01src: simplify enable_if logic of `ToStringHelper::BaseConvert`Feng Yu
2022-08-31src: add error handling to `uv_uptime` callJuan José Arboleda
2022-08-31src: introduce node::RealmChengzhong Wu
2022-08-31node-api: avoid calling virtual methods in base's dtorChengzhong Wu