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-11-02inspector: harden IP address validation againTobias Nießen
2022-10-12Working on v16.18.1Juan José Arboleda
2022-10-122022-10-12, Version 16.18.0 'Gallium' (LTS)v16.18.0Juan José Arboleda
2022-10-11crypto: allow zero-length IKM in HKDF and in webcrypto PBKDF2Filip Skokan
2022-10-11crypto: allow zero-length secret KeyObjectFilip Skokan
2022-10-11node-api: add deprecation code of uncaught exceptionChengzhong Wu
2022-10-11crypto: use EVP_PKEY_CTX_set_dsa_paramgen_q_bits when availableDavid Benjamin
2022-10-11src: remove ParseIP() in cares_wrap.ccTobias Nießen
2022-10-11src: avoid using v8 on Isolate terminationSantiago Gimeno
2022-10-11src: remove <unistd.h> from node_os.ccTobias Nießen
2022-10-11tls: fix out-of-bounds read in ClientHelloParserTobias Nießen
2022-10-11src: avoid copy when creating BlobTobias Nießen
2022-10-11src: make ReqWrap weakRafael Gonzaga
2022-10-11src: make NearHeapLimitCallback() more robustJoyee Cheung
2022-10-11src: dump isolate stats when process exitsdaomingq
2022-10-11inspector: expose inspector.close on workersChengzhong Wu
2022-10-11v8: add setHeapSnapshotNearHeapLimittheanarkh
2022-10-11test: add more cases for parse-encodingTony Gorez
2022-10-11src: rename misleading arg in ClientHelloParserTobias Nießen
2022-10-11report: get stack trace with cross origin contextsChengzhong Wu
2022-10-11report: fix missing section javascriptHeap on OOMErrorlegendecas
2022-10-11src: expose environment RequestInterrupt apilegendecas
2022-10-11crypto: use actual option name in error messageTobias Nießen
2022-10-11os: add machine methodtheanarkh
2022-10-11inspector: prevent integer overflow in open()Tobias Nießen
2022-10-11report: expose report public native apisChengzhong Wu
2022-10-11tls: remove SecureContext setFreeListLengthTobias Nießen
2022-10-11report: print javascript stack on fatal errorlegendecas
2022-10-11src: fix cppgc incompatibility in v8Shelley Vohr
2022-10-11src: nest namespace report in namespace nodelegendecas
2022-10-11src: use a typed array internally for process._exitingDarshan Sen
2022-10-11crypto: add digest name to INVALID_DIGEST errorsTobias Nießen
2022-10-11src: improve error handling in CloneSSLCertsTobias Nießen
2022-10-11src: fix incorrect comments in cryptoTobias Nießen
2022-10-11src: avoid casting std::trunc(... / ...) to size_tTobias Nießen
2022-10-11src: add error handling to `uv_uptime` callJuan José Arboleda
2022-10-11node-api: avoid calling virtual methods in base's dtorChengzhong Wu
2022-10-11src: remove base64_select_table and base64_tableTobias Nießen
2022-10-11src: fix uv_err_name memory leaktheanarkh
2022-10-11src: make Endianness an enum classTobias Nießen
2022-10-11src: fix ssize_t error from nghttp2.hDarshan Sen
2022-10-11src: trace fs async apitheanarkh
2022-10-11src: simplify and optimize GetOpenSSLVersion()Tobias Nießen
2022-10-11src: simplify ECDH::GetCurves()Tobias Nießen
2022-10-11node-api: cleanup redundant static modifierslegendecas
2022-10-11src: remove KeyObjectData::symmetric_key_len_Tobias Nießen
2022-10-11src: fix multiple format string bugsTobias Nießen
2022-10-11crypto: improve RSA-PSS digest error messagesTobias Nießen
2022-10-11tls: use OpenSSL constant for client random sizeTobias Nießen
2022-10-11src: make minor improvements to SecureBufferTobias Nießen