summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
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
2018-10-09src: remove unneeded variables in node_crypto.cccjihrig
2018-10-09src: reduce variable scope in module_wrap.cccjihrig
2018-10-09src: reduce variable scope in cares_wrap.cccjihrig
2018-10-08icu: make process.binding('icu') internalcjihrig
2018-10-08src: fix ToObject() usage in node_crypto.cccjihrig
2018-10-08http2: add RFC 8441 extended connect protocol supportJames M Snell
2018-10-08crypto: remove node::crypto::CheckResultTobias Nießen
2018-10-08crypto: replace goto SSL_CTX_use_certificate_chainDaniel Bevenius
2018-10-06vm: add dynamic import supportGus Caplan
2018-10-06trace_events: destroy platform before tracingAli Ijaz Sheikh
2018-10-05src: ready background workers before bootstrapAli Ijaz Sheikh
2018-10-05src: remove accidentally added src/txtJoyee Cheung
2018-10-05inspector: add virtual destructor to WorkerDelegateDaniel Bevenius
2018-10-05crypto: add virtual dtor to KeyPairGenerationConfigDaniel Bevenius
2018-10-05src: add virtual desctructor to Options classDaniel Bevenius
2018-10-04src: remove long-deprecated APIs without `Isolate*` argAnna Henningsen
2018-10-04src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-10-04src: clean up zlib write codeAnna Henningsen
2018-10-04src: use default parameters for `UVException()`Anna Henningsen
2018-10-04src: deprecate `UVException()` without `Isolate*`Anna Henningsen