summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-10-232018-10-23, Version 11.0.0 (Current)James M Snell
2018-10-22crypto: strip unwanted space from openssl versionSam Roberts
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-21src: use more explicit return type in Sign::SignFinal()Anna Henningsen
2018-10-20src,test: add public wrapper for Environment::GetCurrentShelley Vohr
2018-10-20tls: load NODE_EXTRA_CA_CERTS at startupOuyang Yadong
2018-10-20crypto: remove DiffieHellman.initialised_Tobias Nießen
2018-10-20crypto: reduce memory usage of SignFinalTobias Nießen
2018-10-18src: initial large page (2M) supportSuresh Srinivas
2018-10-17src: add trace events for env.ccJames M Snell
2018-10-18crypto: DRY Diffie-Hellman initialization codeBen Noordhuis
2018-10-17src: changed stdio_pipes_ to std::vectorSteven Auger
2018-10-17crypto: simplify internal state handlingTobias Nießen
2018-10-17crypto: simplify error handling in ECDH::NewTobias Nießen
2018-10-17src: update v8::Object::GetPropertyNames() usagecjihrig
2018-10-16src: remove OCB support ifdef OPENSSL_NO_OCBShelley Vohr
2018-10-16src: add deprecation warning to errname()Dolapo Toki
2018-10-16zlib: refactor zlib internalsAnna Henningsen
2018-10-15async_hooks: remove promise object from resourceAndreas Madsen
2018-10-15src: change macro to fnGino Notto
2018-10-15src: add default initializer in tls_wrapRichard Hoehn
2018-10-15buffer: move process.binding('buffer') to internalBindingWeijia Wang
2018-10-15src: use MallocedBuffer abstraction for buffersCody Hazelwood
2018-10-15src: use default initializers over settings fields on the constructorAndrew J D McCann
2018-10-15src: remove unused UVHandle methodsMarianneDr
2018-10-15crypto: move field initialization to classDiana Holland
2018-10-15src: move default assignment of async_id_ in async_wrap.hDavid Corona
2018-10-14src: change constructor behavior in stream_base-inl.hIan Sutherland
2018-10-14src: throw if functions used as constructors in node_crypto.ccBruce A. MacNaughton
2018-10-12src: reduce platform worker barrier lifetimeAli Ijaz Sheikh
2018-10-12crypto: fix length argument to snprintf()Ben Noordhuis
2018-10-12zlib: move process.binding('zlib') to internalBindingAnna Henningsen
2018-10-12zlib: generate error code names in C++Anna Henningsen
2018-10-12src: trace_event: secondary storage for metadataAli Ijaz Sheikh
2018-10-11src: fix bug in MallocedBuffer constructorTobias Nießen
2018-10-11src: improve SSL version extraction logicGireesh Punathil
2018-10-11src: revert removal of SecureContext `_external` getterVitaly Dyatlov
2018-10-12src: remove unused limits header from util-inl.hDaniel Bevenius
2018-10-11src: replace NO_RETURN with [[noreturn]]Refael Ackermann
2018-10-11vm: pass parsing_context to ScriptCompiler::CompileFunctionInContextDara Hayes
2018-10-11src: fix usage of deprecated v8::Date::NewMichaël Zasso
2018-10-11http2: make Http2Settings constructors delegateDaniel Bevenius
2018-10-10src: fix ToObject() usage in node_http_parser.cccjihrig
2018-10-10src: fix ToObject() usage in exceptions.cccjihrig
2018-10-10async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-10-09benchmark,doc,lib,src,test,tools: fix typosBrandon Smith
2018-10-09src: reduce variable scope in stream_base.cccjihrig
2018-10-09src: reduce variable scope in node_worker.cccjihrig
2018-10-09src: reduce variable scope in node_trace_writer.cccjihrig
2018-10-09src: reduce variable scope in node_url.cccjihrig