summaryrefslogtreecommitdiff
path: root/src
Commit message (Expand)AuthorAgeFilesLines
* src: changed stdio_pipes_ to std::vectorSteven Auger2018-10-172-15/+13
* crypto: simplify internal state handlingTobias Nießen2018-10-171-14/+5
* crypto: simplify error handling in ECDH::NewTobias Nießen2018-10-171-1/+1
* src: update v8::Object::GetPropertyNames() usagecjihrig2018-10-171-1/+6
* src: remove OCB support ifdef OPENSSL_NO_OCBShelley Vohr2018-10-161-3/+8
* src: add deprecation warning to errname()Dolapo Toki2018-10-163-2/+17
* zlib: refactor zlib internalsAnna Henningsen2018-10-161-410/+518
* async_hooks: remove promise object from resourceAndreas Madsen2018-10-151-14/+2
* src: change macro to fnGino Notto2018-10-151-4/+6
* src: add default initializer in tls_wrapRichard Hoehn2018-10-152-13/+7
* buffer: move process.binding('buffer') to internalBindingWeijia Wang2018-10-151-1/+1
* src: use MallocedBuffer abstraction for buffersCody Hazelwood2018-10-151-15/+11
* src: use default initializers over settings fields on the constructorAndrew J D McCann2018-10-152-5/+3
* src: remove unused UVHandle methodsMarianneDr2018-10-155-20/+0
* crypto: move field initialization to classDiana Holland2018-10-152-18/+11
* src: move default assignment of async_id_ in async_wrap.hDavid Corona2018-10-152-2/+1
* src: change constructor behavior in stream_base-inl.hIan Sutherland2018-10-141-5/+4
* src: throw if functions used as constructors in node_crypto.ccBruce A. MacNaughton2018-10-141-4/+2
* src: reduce platform worker barrier lifetimeAli Ijaz Sheikh2018-10-122-10/+9
* crypto: fix length argument to snprintf()Ben Noordhuis2018-10-121-1/+1
* zlib: move process.binding('zlib') to internalBindingAnna Henningsen2018-10-121-1/+1
* zlib: generate error code names in C++Anna Henningsen2018-10-121-3/+22
* src: trace_event: secondary storage for metadataAli Ijaz Sheikh2018-10-127-24/+86
* src: fix bug in MallocedBuffer constructorTobias Nießen2018-10-111-1/+1
* src: improve SSL version extraction logicGireesh Punathil2018-10-113-38/+21
* src: revert removal of SecureContext `_external` getterVitaly Dyatlov2018-10-112-0/+22
* src: remove unused limits header from util-inl.hDaniel Bevenius2018-10-121-1/+0
* src: replace NO_RETURN with [[noreturn]]Refael Ackermann2018-10-113-12/+6
* vm: pass parsing_context to ScriptCompiler::CompileFunctionInContextDara Hayes2018-10-111-1/+1
* src: fix usage of deprecated v8::Date::NewMichaël Zasso2018-10-111-2/+5
* http2: make Http2Settings constructors delegateDaniel Bevenius2018-10-112-16/+12
* src: fix ToObject() usage in node_http_parser.cccjihrig2018-10-101-1/+2
* src: fix ToObject() usage in exceptions.cccjihrig2018-10-101-1/+3
* async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol2018-10-102-2/+17
* benchmark,doc,lib,src,test,tools: fix typosBrandon Smith2018-10-098-11/+11
* src: reduce variable scope in stream_base.cccjihrig2018-10-091-3/+1
* src: reduce variable scope in node_worker.cccjihrig2018-10-091-1/+1
* src: reduce variable scope in node_trace_writer.cccjihrig2018-10-091-3/+1
* src: reduce variable scope in node_url.cccjihrig2018-10-091-2/+2
* src: remove unneeded variables in node_crypto.cccjihrig2018-10-091-17/+8
* src: reduce variable scope in module_wrap.cccjihrig2018-10-091-8/+7
* src: reduce variable scope in cares_wrap.cccjihrig2018-10-091-7/+5
* icu: make process.binding('icu') internalcjihrig2018-10-081-1/+1
* src: fix ToObject() usage in node_crypto.cccjihrig2018-10-081-1/+2
* http2: add RFC 8441 extended connect protocol supportJames M Snell2018-10-083-0/+6
* crypto: remove node::crypto::CheckResultTobias Nießen2018-10-081-5/+0
* crypto: replace goto SSL_CTX_use_certificate_chainDaniel Bevenius2018-10-081-25/+14
* vm: add dynamic import supportGus Caplan2018-10-066-341/+460
* trace_events: destroy platform before tracingAli Ijaz Sheikh2018-10-065-14/+17
* src: ready background workers before bootstrapAli Ijaz Sheikh2018-10-052-2/+39