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-08-14inspector: tie objects lifetime to the thread they belong toEugene Ostroukhov
2018-08-14fs: readdir optionally returning type informationBryan English
2018-08-13perf_hooks: avoid memory leak on gc observerJames M Snell
2018-08-13http2: avoid race condition in OnHeaderCallbackJames M Snell
2018-08-12src: yield empty maybes for failed AsyncWrap::MakeCallback callsAnna Henningsen
2018-08-12src: remove unnecessary writes in tls_wrap.ccAnna Henningsen
2018-08-12src: avoid possible race during NodeBIO initializationAnna Henningsen
2018-08-12src: use smart pointers for NodeBIOAnna Henningsen
2018-08-12src: fix integer overflow in GetNowAnatoli Papirovski
2018-08-12src: add READONLY_STRING_PROPERTY and simplify configJon Moss
2018-08-12crypto: remove unused SSLWrap handle methodsJon Moss
2018-08-11fs: implement mkdir recursive (mkdirp)Benjamin Coe
2018-08-10src: remove old process.binding('trace_events').emitJames M Snell
2018-08-10trace_events,async_hooks: use intrinsic traceJames M Snell
2018-08-09src: move process.binding('uv') to internalBindingJames M Snell
2018-08-09trace_events: move trace_events to internalBindingJames M Snell
2018-08-09src: move process.binding('performance') to internalBindingJames M Snell
2018-08-09tls: preallocate SSL cipher arrayTobias Nießen
2018-08-09src: fix up doc comment for experimental-worker boolAnna Henningsen
2018-08-09worker: fix deadlock when calling terminate from exit handlerAnna Henningsen
2018-08-09v8: move serdes to internalBindingGus Caplan
2018-08-08crypto: simplify state failure handlingTobias Nießen
2018-08-08crypto: simplify Hmac::HmacUpdateTobias Nießen
2018-08-07src: remove calls to deprecated v8 functions (NumberValue)Ujjwal Sharma
2018-08-07trace_events: add node.promises category, rejection counterJames M Snell
2018-08-06dgram: implement socket.bind({ fd })Ouyang Yadong
2018-08-05src: remove unused env stringsJon Moss
2018-08-05process: use owner_symbol for `_getActive*`Anna Henningsen
2018-08-05lib,src: standardize `owner_symbol` for handlesAnna Henningsen
2018-08-05src: clean up PackageConfig pseudo-boolean fieldsAnna Henningsen
2018-08-04src: remove unused env->vm_parsing_context_symbolJon Moss
2018-08-02inspector: fixed V8InspectorClient::currentTimeMSAleksey Kozyatinskiy
2018-08-01src: rename PROVIDER_FSREQWRAP to PROVIDER_FSREQCALLBACKJon Moss
2018-08-01src,lib: rename FSReqWrap to FSReqCallbackJon Moss
2018-08-01src: clean up agent loop when exiting through destructorAnna Henningsen
2018-08-01src: use only one tracing write fs req at a timeAnna Henningsen
2018-08-01src: use unique_ptr for internal JSON trace writerAnna Henningsen
2018-08-01src: plug trace file file descriptor leakAnna Henningsen
2018-08-01src: initialize file trace writer on tracing threadAnna Henningsen
2018-08-01src: close tracing event loopAnna Henningsen
2018-08-01src: fix tracing if cwd or file path is inaccessibleAnna Henningsen
2018-08-01src: refactor default trace writer out of agentAnna Henningsen
2018-08-01src: refactor tracing agent codeAnna Henningsen
2018-08-01src: minor refactor of node_trace_events.ccAnna Henningsen
2018-08-01src: reduce unnecessary includesAnna Henningsen
2018-07-29src: rename WorkerThreadMain to PlatformWorkerThreadMichaël Zasso
2018-07-29src: use UTF-8 for naming interfaces in unixUjjwal Sharma
2018-07-29src: use kInternalized instead of kNormalUjjwal Sharma
2018-07-29src: remove calls to deprecated v8 functions (NewFromUtf8)Ujjwal Sharma
2018-07-28src: fix may be uninitialized warning in n-apiMichael Dawson