summaryrefslogtreecommitdiff
path: root/lib/internal/bootstrap_node.js
AgeCommit message (Expand)Author
2017-12-28process: do not directly schedule _tickCallback in _fatalExceptionAnatoli Papirovski
2017-12-27async_hooks: use typed array stack as fast pathAnna Henningsen
2017-12-19async_hooks: separate missing from default contextAndreas Madsen
2017-12-19async_hooks: rename initTriggerIdAndreas Madsen
2017-12-14events: remove reaches into _events internalsAnatoli Papirovski
2017-11-29process: add flag for uncaught exception abortAnna Henningsen
2017-11-28lib: add `process` to internal module wrapperAnna Henningsen
2017-11-24lib: remove use of Debug.MakeMirror()Ben Noordhuis
2017-11-20async_hooks: deprecate undocumented APIAndreas Madsen
2017-11-16async_hooks: add trace events to async_hooksAndreas Madsen
2017-11-15tty: fix 'resize' event regressionBen Noordhuis
2017-11-13build: runtime-deprecate requiring depsTimothy Gu
2017-11-13lib: guard inspector console using process varDaniel Bevenius
2017-10-29lib: setup IPC channel before consoleNikolai Vavilov
2017-10-25buffer: move setupBufferJS to internalBryan English
2017-10-18lib: pass internalBinding more implicitlyAnna Henningsen
2017-09-28http2: make --expose-http2 flag a non-opJames M Snell
2017-09-26async_hooks: consistent internal namingAndreas Madsen
2017-09-20inspector: break in eval scriptEugene Ostroukhov
2017-09-19lib: refactor console startupRuben Bridgewater
2017-09-07module: Allow runMain to be ESMBradley Farias
2017-08-30lib: simplify the readonly properties of icuJackson Tian
2017-08-30lib: remove the invalid command line optionsJackson Tian
2017-08-30lib: clean up usage of threwJackson Tian
2017-08-30async_hooks: emitAfter correctly on fatalExceptionTrevor Norris
2017-08-23perf_hooks: implementation of the perf timing APIJames M Snell
2017-08-23lib: instantiate console methods eagerlyBen Noordhuis
2017-08-17inspector: enable async stack tracesMiroslav Bajtoš
2017-08-14process: keep process prototype in inheritance chainJimmy Thomson
2017-08-07inspector: allow require in Runtime.evaluateJan Krems
2017-08-05inspector: fix console with inspector disabledTimothy Gu
2017-08-04http2: introducing HTTP/2James M Snell
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-07lib: remove excess indentationRich Trott
2017-07-07lib: use consistent indentation for ternariesRich Trott
2017-05-29inspector: --debug* deprecation and invalidationRefael Ackermann
2017-05-23cmd: support dash as stdin aliasEbrahim Byagowi
2017-05-11lib: add guard to originalConsoleDaniel Bevenius
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-05-09lib: remove useless default caughtJackson Tian
2017-05-04inspector: do not add 'inspector' propertyEugene Ostroukhov
2017-04-24errors: assign error code to bootstrap_node created errorJames M Snell
2017-04-21lib: remove _debugger.jsBen Noordhuis
2017-04-19module: standardize strip shebang behaviourSebastian Van Sande
2017-04-13src: use option parser for expose_internalsSam Roberts
2017-04-11src,test: debug is now an alias for inspectAli Ijaz Sheikh
2017-04-03lib: ensure --check flag works for piped-in codeTeddy Katz
2017-03-30inspector: use inspector API for "break on start"Eugene Ostroukhov
2017-03-29url: add ToObject method to native URL classJames M Snell
2017-03-28lib: add comment to script eval _tickCallbackGibson Fahnestock