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-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
2018-01-26http, tls: better support for IPv6 addressesMattias Holmlund
2018-01-24crypto: add ocsp_request ClientHelloParser::ResetDaniel Bevenius
2018-01-24crypto: warn on invalid authentication tag lengthTobias Nießen
2018-01-24crypto: remove unused header in clienthello.hDaniel Bevenius
2018-01-24src: remove nonexistent method from header fileAnna Henningsen
2018-01-22tls: unconsume stream on destroyAnna Henningsen
2018-01-22src: fix inspector nullptr deref on abrupt exitBen Noordhuis
2018-01-22src: use correct OOB check for IPv6 parsingAnna Henningsen
2018-01-22src: make url host a proper C++ classAnna Henningsen
2018-01-22src: move url internals into anonymous namespaceAnna Henningsen
2018-01-22src: minor cleanups to node_url.ccAnna Henningsen
2018-01-19trace_events: stop tracing agent in process.exit()Andreas Madsen
2018-01-19async_hooks: use typed array stack as fast pathAnna Henningsen
2018-01-19async_hooks: use CHECK instead of throwing errorJon Moss
2018-01-19src: remove unused async hooks methodsAnna Henningsen
2018-01-19async_hooks: use scope for defaultTriggerAsyncIdAndreas Madsen
2018-01-19async_hooks: separate missing from default contextAndreas Madsen
2018-01-19async_hooks: rename initTriggerIdAndreas Madsen
2018-01-19async_wrap: add provider types for net serverAndreas Madsen
2018-01-19trace_events: add executionAsyncId to init eventsAndreas Madsen