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
2018-05-02n-api: throw RangeError napi_create_typedarray()Jinho Bang
2018-05-02n-api: expose n-api version in process.versionsMichael Dawson
2018-05-02n-api: throw RangeError in napi_create_dataview() with invalid rangeJinho Bang
2018-05-02n-api: fix memory leak in napi_async_destroy()alnyan
2018-04-13src: fix abort when taking a heap snapshotBen Noordhuis
2018-04-13src: fix crypto.pbkdf2 callback error argumentBufoViridis
2018-04-13fs: fix stack overflow in fs.readdirSyncJoyee Cheung
2018-04-13src: fix util abortRuben Bridgewater
2018-03-30crypto: reuse variable instead of reevaluationTobias Nießen
2018-03-30async_hooks: clean up commentsAli Ijaz Sheikh
2018-03-30src: free memory before re-setting URLHost valueIvan Filenko
2018-03-30Working on v8.11.2Myles Borins
2018-03-302018-03-29, Version 8.11.1 'Carbon' (LTS)v8.11.1Myles Borins
2018-03-28Working on v8.11.1Myles Borins
2018-03-282018-03-28, Version 8.11.0 'Carbon' (LTS)v8.11.0Myles Borins
2018-03-28inspector: minor adjustmentsEugene Ostroukhov
2018-03-28inspector: check Host headerAli Ijaz Sheikh
2018-03-28src: drop CNNIC+StartCom certificate whitelistingBen Noordhuis
2018-03-28crypto: update root certificatesBen Noordhuis
2018-03-07Working on v8.10.1Gibson Fahnestock
2018-03-072018-03-06 Version 8.10.0 'Carbon' (LTS)v8.10.0Gibson Fahnestock
2018-02-20crypto: do not reach into OpenSSL internals for ThrowCryptoErrorDavid Benjamin
2018-02-19src: use uv_os_getpid() to get process idcjihrig
2018-02-19http2,perf_hooks: perf state using AliasedBufferKyle Farnung
2018-02-19dns: fix crash while setting server during queryXadillaX
2018-02-19src: add openssl-system-ca-path configure optionDaniel Bevenius
2018-02-18process: fix reading zero-length env vars on win32Anna Henningsen
2018-02-18Revert "src: update NODE_MODULE_VERSION to 59"Myles Borins
2018-02-18src: fix rename of entry frame in v8abbr.hgeek
2018-02-18src: update ustack offset identifiersgeek
2018-02-18src: update NODE_MODULE_VERSION to 59Michaël Zasso
2018-02-18crypto: remove leftover initializationMyles Borins
2018-02-18crypto: clear some SSL_METHOD deprecation warningsDavid Benjamin
2018-02-18crypto: make ALPN the same for OpenSSL 1.0.2 & 1.1.0David Benjamin
2018-02-18test: fix test-https-agent-session-eviction for 1.1David Benjamin
2018-02-18crypto: remove deprecated ECDH calls w/ OpenSSL 1.1David Benjamin
2018-02-18crypto: emulate OpenSSL 1.0 ticket scheme in 1.1David Benjamin
2018-02-18crypto: hard-code tlsSocket.getCipher().versionDavid Benjamin
2018-02-18crypto: add compat logic for "DSS1" and "dss1"David Benjamin
2018-02-18crypto: Make Hmac 1.1.0-compatibleDavid Benjamin
2018-02-18crypto: make SignBase compatible with OpenSSL 1.1.0David Benjamin
2018-02-18crypto: make Hash 1.1.0-compatibleDavid Benjamin
2018-02-18crypto: make CipherBase 1.1.0-compatibleDavid Benjamin
2018-02-18crypto: remove locking callbacks for OpenSSL 1.1.0David Benjamin
2018-02-18crypto: use RSA and DH accessorsDavid Benjamin
2018-02-18crypto: account for new 1.1.0 SSL APIsDavid Benjamin
2018-02-18crypto: remove unnecessary SSLerr callsDavid Benjamin
2018-02-18crypto: estimate kExternalSizeDavid Benjamin
2018-02-18crypto: make node_crypto_bio compat w/ OpenSSL 1.1David Benjamin
2018-02-18crypto: use X509_STORE_CTX_newDavid Benjamin