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
2019-02-08src: nullcheck on trace controllerGireesh Punathil
2019-02-08src: allow --perf-prof-unwinding-info in NODE_OPTIONSTom Gallacher
2019-02-08src: allow --perf-basic-prof-only-functions in NODE_OPTIONSTom Gallacher
2019-02-08src: make watchdog async callback a lambdaGireesh Punathil
2019-02-08src: make deleted function public in agent.hgengjiawen
2019-02-08lib: use `internal/options` to query `--abort-on-uncaught-exception`Joyee Cheung
2019-02-07src: use bool instead of integer literal in connection_wrap.ccgengjiawen
2019-02-07src: refactor to nullptr in cpp codegengjiawen
2019-02-07src: clean unused code in agent.hgengjiawen
2019-02-07src: use NULL check macros to check nullptrZYSzys
2019-02-07src: fix compiler warnings in node_buffer.ccDaniel Bevenius
2019-02-06perf_hooks: only enable GC tracking when it's requestedJoyee Cheung
2019-02-06report: include information about event loop itselfAnna Henningsen
2019-02-06src: remove redundant method in node_worker.hgengjiawen
2019-02-06src: delete unreachable code in node_perf.hgengjiawen
2019-02-06src: move process.reallyExit impl into node_process_methods.ccJoyee Cheung
2019-02-06src: fix data type in node_crypto.ccgengjiawen
2019-02-06tls: in-line comments and other cleanupsSam Roberts
2019-02-06src: const_cast is necessary for 1.1.1, not 0.9.7Sam Roberts
2019-02-06src: refactor SSLError case statementSam Roberts
2019-02-06src: organize TLSWrap declarations by parentSam Roberts
2019-02-06src: remove unused TLWrap::EnableTrace()Sam Roberts
2019-02-06worker: add mutex lock to MessagePort ctorAnna Henningsen
2019-02-05src: split ownsProcessState off isMainThreadAnna Henningsen
2019-02-05src: add PrintLibuvHandleInformation debug helperAnna Henningsen
2019-02-05report: print libuv handle addresses as hexcjihrig
2019-02-05worker,etw: only enable ETW on the main threadAnna Henningsen
2019-02-05report: use libuv calls for OS and machine infocjihrig
2019-02-05crypto: don't crash X509ToObject on errorDavid Benjamin
2019-02-05crypto: fix malloc mixing in X509ToObjectDavid Benjamin
2019-02-05src: use `visibility("default")` exports on POSIXJeremy Apthorp
2019-02-04src: fix race condition in `~NodeTraceBuffer`Anna Henningsen
2019-02-04src: remove unimplemented method in node_http2.hgengjiawen
2019-02-04src: use nullptr in node_buffer.ccgengjiawen
2019-02-03src: remove main_isolateAnna Henningsen
2019-02-03src,lib: remove dead `process.binding()` codeAnna Henningsen
2019-02-03inspector,vm: remove --eval wrapperAnna Henningsen
2019-02-03src: handle errors while printing error objectsAnna Henningsen
2019-02-03src: use struct as arguments to node::AssertAnna Henningsen
2019-02-02tls: introduce client 'session' eventSam Roberts
2019-02-02src: remove unused AsyncResource constructor in node.hgengjiawen
2019-02-02src: remove unused method in js_stream.hgengjiawen
2019-02-02process: move DEP0062 (node --debug) to end-of-lifeJoyee Cheung
2019-02-02process: exit on --debug and --debug-brk after option parsingJoyee Cheung
2019-02-02process: expose process.features.inspectorJoyee Cheung
2019-02-02lib: save primordials during bootstrap and use it in builtinsJoyee Cheung
2019-02-02src: properly configure default heap limitsAli Ijaz Sheikh
2019-02-01report: separate release metadataRichard Lau
2019-02-01worker: refactor thread id managementAnna Henningsen
2019-02-01worker: throw for duplicates in transfer listAnna Henningsen