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-11-29src,win: informative stack tracesRefael Ackermann
2018-11-29os: fix memory leak in `userInfo()`Anna Henningsen
2018-11-29test: verify `performance.timerify()` works w/ non-Node ContextsAnna Henningsen
2018-11-29n-api: make per-`Context`-ness of `napi_env` explicitAnna Henningsen
2018-11-29src: reduce duplication in tcp_wrap ConnectDaniel Bevenius
2018-11-29src: refactor deprecated v8::String::NewFromTwoByte callRomain Lanz
2018-11-29crypto: add SET_INTEGER_CONSANT macroDaniel Bevenius
2018-11-29src: refactor deprecated v8::Function::Call callRomain Lanz
2018-11-29crypto: strip unwanted space from openssl versionSam Roberts
2018-11-29src: fix CreatePlatform header param mismatchShelley Vohr
2018-11-29src: trace_event: secondary storage for metadataAli Ijaz Sheikh
2018-11-29src: initial large page (2M) supportSuresh Srinivas
2018-11-29async_hooks: add missing async_hooks destroys in AsyncResetBastian Krol
2018-11-29crypto: remove DiffieHellman.initialised_Tobias Nießen
2018-11-29src: changed stdio_pipes_ to std::vectorSteven Auger
2018-11-29crypto: simplify internal state handlingTobias Nießen
2018-11-29crypto: simplify error handling in ECDH::NewTobias Nießen
2018-11-29src: update v8::Object::GetPropertyNames() usagecjihrig
2018-11-29src: remove OCB support ifdef OPENSSL_NO_OCBShelley Vohr
2018-11-29zlib: refactor zlib internalsAnna Henningsen
2018-11-29src: change macro to fnGino Notto
2018-11-29src: add default initializer in tls_wrapRichard Hoehn
2018-11-29src: use MallocedBuffer abstraction for buffersCody Hazelwood
2018-11-29src: use default initializers over settings fields on the constructorAndrew J D McCann
2018-11-29src: remove unused UVHandle methodsMarianneDr
2018-11-29crypto: move field initialization to classDiana Holland
2018-11-29src: ready background workers before bootstrapAli Ijaz Sheikh
2018-11-29trace_events: destroy platform before tracingAli Ijaz Sheikh
2018-11-29src: move default assignment of async_id_ in async_wrap.hDavid Corona
2018-11-29crypto: fix length argument to snprintf()Ben Noordhuis
2018-11-29zlib: generate error code names in C++Anna Henningsen
2018-11-29src: fix bug in MallocedBuffer constructorTobias Nießen
2018-11-29src: improve SSL version extraction logicGireesh Punathil
2018-11-29src: revert removal of SecureContext `_external` getterVitaly Dyatlov
2018-11-29src: remove unused limits header from util-inl.hDaniel Bevenius
2018-11-29src: replace NO_RETURN with [[noreturn]]Refael Ackermann
2018-11-29vm: pass parsing_context to ScriptCompiler::CompileFunctionInContextDara Hayes
2018-11-29src: fix usage of deprecated v8::Date::NewMichaël Zasso
2018-11-29http2: make Http2Settings constructors delegateDaniel Bevenius
2018-11-29Working on v10.14.2Myles Borins
2018-11-292018-11-29, Version 10.14.1 'Dubnium' (LTS)v10.14.1Myles Borins
2018-11-28Working on v10.14.1Rod Vagg
2018-11-282018-11-27, Version 10.14.0 'Dubnium' (LTS)v10.14.0Rod Vagg
2018-11-27deps,http: http_parser set max header size to 8KBMatteo Collina
2018-10-30Working on v10.13.1Myles Borins
2018-10-302018-10-30 Version 10.13.0 'Dubnium' (LTS)v10.13.0Myles Borins
2018-10-29buffer: fix crash for invalid index typesAnna Henningsen
2018-10-11Working on v10.12.1Michaël Zasso
2018-10-102018-10-10, Version 10.12.0 (Current)v10.12.0Michaël Zasso
2018-10-10src: fix ToObject() usage in node_http_parser.cccjihrig