summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2017-11-17src: rename base-object -> base_objectDaniel Bevenius
2017-11-17src: rename async-wrap -> async_wrapDaniel Bevenius
2017-11-17src: use smart pointer instead of new and deleteFranziska Hinkelmann
2017-11-17src: use NODE_BUILTIN_MODULE_CONTEXT_AWARE() macroBen Noordhuis
2017-11-16src: perf_hooks: fix wrong sized deleteAli Ijaz Sheikh
2017-11-16async_hooks: add destroy event for gced AsyncResourcesSebastian Mayr
2017-11-16src: make ownership of stdio_pipes explicitFranziska Hinkelmann
2017-11-16async_hooks: add trace events to async_hooksAndreas Madsen
2017-11-16src: use unique pointer for tracing_agentFranziska Hinkelmann
2017-11-15src: use unique_ptr for requests in cryptoFranziska Hinkelmann
2017-11-15src: implement backtrace-on-abort for windowsAnna Henningsen
2017-11-15src: fix SetClientCertEngine() nullptr dereferenceBen Noordhuis
2017-11-15src: fix bad sizeof expressionBen Noordhuis
2017-11-15module: speed up package.json parsing moreBen Noordhuis
2017-11-14src: fix compiler warning in process.ppidcjihrig
2017-11-14src: turn inspector raw pointer into unique_ptrFranziska Hinkelmann
2017-11-14src: use unique_ptr in platform implementationFranziska Hinkelmann
2017-11-13src: explicitly register built-in modulesYihong Wang
2017-11-12http2: multiple smaller code cleanupsJames M Snell
2017-11-12src: explain implementation of vm moduleFranziska Hinkelmann
2017-11-12src: cancel pending delayed platform tasks on exitAnna Henningsen
2017-11-12src: prepare v8 platform for multi-isolate supportAnna Henningsen
2017-11-11tls: implement clientCertEngine optionjoelostrowski
2017-11-11src: use unrefed async for GC trackingAnna Henningsen
2017-11-11crypto: clear some SSL_METHOD deprecation warningsDavid Benjamin
2017-11-11crypto: make ALPN the same for OpenSSL 1.0.2 & 1.1.0David Benjamin
2017-11-11test: fix test-https-agent-session-eviction for 1.1David Benjamin
2017-11-11crypto: remove deprecated ECDH calls w/ OpenSSL 1.1David Benjamin
2017-11-11crypto: emulate OpenSSL 1.0 ticket scheme in 1.1David Benjamin
2017-11-11crypto: hard-code tlsSocket.getCipher().versionDavid Benjamin
2017-11-11crypto: add compat logic for "DSS1" and "dss1"David Benjamin
2017-11-11crypto: Make Hmac 1.1.0-compatibleDavid Benjamin
2017-11-11crypto: make SignBase compatible with OpenSSL 1.1.0David Benjamin
2017-11-11crypto: make Hash 1.1.0-compatibleDavid Benjamin
2017-11-11crypto: make CipherBase 1.1.0-compatibleDavid Benjamin
2017-11-11crypto: remove locking callbacks for OpenSSL 1.1.0David Benjamin
2017-11-11crypto: use RSA and DH accessorsDavid Benjamin
2017-11-11crypto: account for new 1.1.0 SSL APIsDavid Benjamin
2017-11-11crypto: remove unnecessary SSLerr callsDavid Benjamin
2017-11-11crypto: estimate kExternalSizeDavid Benjamin
2017-11-11crypto: make node_crypto_bio compat w/ OpenSSL 1.1David Benjamin
2017-11-11crypto: use X509_STORE_CTX_newDavid Benjamin
2017-11-11src: make StreamBase prototype accessors robustJoyee Cheung
2017-11-10src: add process.ppidcjihrig
2017-11-10src: add openssl-system-ca-path configure optionDaniel Bevenius
2017-11-09src: fix UB in InternalModuleReadFile()Ben Noordhuis
2017-11-09fs: expose realpath(3) bindingsBen Noordhuis
2017-11-07src: CHECK() for argument overflow in Spawn()cjihrig
2017-11-07src: fix -Wunused-result warningBen Noordhuis
2017-11-07src: fix -Winconsistent-missing-override warningBen Noordhuis