summaryrefslogtreecommitdiff
path: root/src
AgeCommit message (Expand)Author
2018-08-29src: use StackFrame::GetFrame with isolateMichaël Zasso
2018-08-28fs: make fs_event_wrap binding internalcjihrig
2018-08-28src: add missing `NODE_WANT_INTERNALS` guardsAnna Henningsen
2018-08-28src,deps: add isolate parameter to String::ConcatMichaël Zasso
2018-08-28n-api: remove idle_running from TsFnLars-Magnus Skog
2018-08-28src: use default parameters for CreateIsolateDataAnna Henningsen
2018-08-27child_process: make process_wrap binding internalcjihrig
2018-08-27src: move process.binding('async_wrap') internalDaniel Bevenius
2018-08-26src: fix NODE_OPTIONS parsing bugAnna Henningsen
2018-08-24process: add allowedNodeEnvironmentFlags propertyChristopher Hiller
2018-08-24crypto: move process.binding('tls_wrap') internalDaniel Bevenius
2018-08-24src: move process.binding('tcp_wrap') to internalDaniel Bevenius
2018-08-23src: implement query callbacks for vmTimothy Gu
2018-08-23vm: move process.binding('contextify') to internalBindingJames M Snell
2018-08-24crypto: move process.binding('crypto') to internalDaniel Bevenius
2018-08-23src: fix --without-ssl buildIan McKellar
2018-08-22src: move more to node_process.cc from node.ccJames M Snell
2018-08-23repl: tab auto complete big arraysRuben Bridgewater
2018-08-22src: refactor options parsingAnna Henningsen
2018-08-22os: add os.{get,set}Priority()cjihrig
2018-08-21perf_hooks: move strings to envJames M Snell
2018-08-20src: implement v8::Platform::CallDelayedOnWorkerThreadAlexey Kozyatinskiy
2018-08-20util,assert: improve performanceRuben Bridgewater
2018-08-19src: move process.binding('signal_wrap') to internalBindingJames M Snell
2018-08-19stream: move process.binding('stream_wrap') to internalBindingJames M Snell
2018-08-18v8: move process.binding('v8') to internalBindingJames M Snell
2018-08-18http: move process.binding('http_parser') to internalBindingJames M Snell
2018-08-18http2: move process.binding('http2') to internalBindingJames M Snell
2018-08-18src: encode 0x27 (') for special URLsTimothy Gu
2018-08-19src: implement the new EmbedderGraph::AddEdge()Joyee Cheung
2018-08-18doc: add doc for --loader optionSarat Addepalli
2018-08-18src: perform integrity checks on built-in code cacheJoyee Cheung
2018-08-17trace_events: add trace category enabled trackingJames M Snell
2018-08-16src: fix race on modpendingRyan Petrich
2018-08-16cli: fix flags on help outputGus Caplan
2018-08-16buffer: avoid overrun on UCS-2 string writeRod Vagg
2018-08-15test: remove harmony flagsRuben Bridgewater
2018-08-14inspector: tie objects lifetime to the thread they belong toEugene Ostroukhov
2018-08-13fs: 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-11src: fix integer overflow in GetNowAnatoli Papirovski
2018-08-11src: add READONLY_STRING_PROPERTY and simplify configJon Moss
2018-08-11crypto: 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