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-10-10src: reduce variable scope in node_worker.cccjihrig
2018-10-10src: reduce variable scope in node_trace_writer.cccjihrig
2018-10-10src: reduce variable scope in node_url.cccjihrig
2018-10-10src: remove unneeded variables in node_crypto.cccjihrig
2018-10-10src: reduce variable scope in module_wrap.cccjihrig
2018-10-10src: reduce variable scope in cares_wrap.cccjihrig
2018-10-10src: fix ToObject() usage in node_crypto.cccjihrig
2018-10-10http2: add RFC 8441 extended connect protocol supportJames M Snell
2018-10-10crypto: remove node::crypto::CheckResultTobias Nießen
2018-10-10crypto: replace goto SSL_CTX_use_certificate_chainDaniel Bevenius
2018-10-07src: name EmbededderGraph edges and use class names for nodesJoyee Cheung
2018-10-07src: implement the new EmbedderGraph::AddEdge()Joyee Cheung
2018-10-07src: use JS inheritance for `AsyncWrap`Anna Henningsen
2018-10-07inspector: add virtual destructor to WorkerDelegateDaniel Bevenius
2018-10-07crypto: add virtual dtor to KeyPairGenerationConfigDaniel Bevenius
2018-10-07src: add virtual desctructor to Options classDaniel Bevenius
2018-10-05src: clean up zlib write codeAnna Henningsen
2018-10-04src: deprecate `UVException()` without `Isolate*`Anna Henningsen
2018-10-04src: deprecate V8 date conversion helpersAnna Henningsen
2018-10-04http2: set nghttp2_option_set_no_closed_streamsDavid Halls
2018-10-03build: encapsulate node/inspector gyp scafoldingRefael Ackermann
2018-10-03util: update definition of DISALLOW_COPY_AND_ASSIGN macroNitish Sakhawalkar
2018-10-03crypto: make PEM parsing RFC7468-compliantTobias Nießen
2018-10-03crypto: add support for PEM-level encryptionTobias Nießen
2018-10-03src: fix indentation for `AsyncResource`Anna Henningsen
2018-10-03crypto: replace gotosTobias Nießen
2018-10-03url: use foreach-style C++ loopTobias Nießen
2018-10-03src: remove unused using declarationsDaniel Bevenius
2018-10-03src: remove unused locale.hDaniel Bevenius
2018-10-03src: make req_wrap a unique_ptr in AfterConnectDaniel Bevenius
2018-10-03src: use unique_ptr for obj in SetWeak lambdaDaniel Bevenius
2018-10-03src: unique_ptrs in few lambdasGireesh Punathil
2018-10-03crypto: remove unnecessary calls to TLS_method()Daniel Bevenius
2018-10-03src: refactor crypto code with RAII cleanupGireesh Punathil
2018-10-03crypto: enable auto cert chaining for BoringSSLJeremy Apthorp
2018-09-27crypto: deduplicate cipher initialization codeTobias Nießen
2018-09-27worker: reduce `MessagePort` prototype to documented APIAnna Henningsen
2018-09-27worker: hide MessagePort init function behind symbolAnna Henningsen
2018-09-27src: simplify `MessagePort` construction code a bitAnna Henningsen
2018-09-27src: fix a typo in the commentGireesh Punathil
2018-09-25inspector: workers debuggingEugene Ostroukhov
2018-09-25cli: normalize `_` → `-` when parsing optionsAnna Henningsen
2018-09-25process: add `multipleResolves` eventRuben Bridgewater
2018-09-25inspector: implemented V8InspectorClient::resourceNameToUrlAlexey Kozyatinskiy
2018-09-25src: added URL::FromFilePath methodAlexey Kozyatinskiy
2018-09-25src: cache and resue isolate and contex pointersGireesh Punathil
2018-09-25src: use RAII cleanup in node_i18n.ccAnna Henningsen
2018-09-25src: define zlib constants in node_zlib.ccAnna Henningsen
2018-09-25src: make `ZCtx::Init()` non-staticAnna Henningsen
2018-09-25src: refactor zlib dictionary to STL vectorAnna Henningsen