571 Commits (4643b8b6671607a7aff60cbbd0b384dcf2f6959e)

Author SHA1 Message Date
Jeremiah Senkpiel bf2cd225a8 process: resize stderr on SIGWINCH 10 years ago
Chris Dickinson 8cee8f54fc src: nix stdin _readableState.reading manipulation 10 years ago
Vladimir Kurchatkin a251657058 node: mark promises as handled as soon as possible 10 years ago
Ali Ijaz Sheikh 5759722cfa src: fix module search path for preload modules 10 years ago
Brendan Ashworth a65762cab6 src: remove old code 10 years ago
Ben Noordhuis 93a44d5228 src: fix deferred events not working with -e 10 years ago
Yosuke Furukawa 0a461e5360 src: fix preload when used with prior flags 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Chris Dickinson ca219b00d1 repl: fix for a+ fd clearing the file on read 10 years ago
Chris Dickinson 051d482b15 repl: fix _debugger by properly proxying repl 10 years ago
Brian White c7782c0af8 node: improve nextTick performance 10 years ago
Chris Dickinson 0450ce7db2 repl: add mode detection, cli persistent history 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Ali Ijaz Sheikh b6e22c4bd5 src: setup cluster workers before preloading 10 years ago
Ben Noordhuis 2903410aa8 src: don't lazy-load timer globals 10 years ago
Vladimir Kurchatkin 2db758c562 iojs: introduce internal modules 10 years ago
Fedor Indutny 9ae1a61214 node: ensure that streams2 won't `.end()` stdin 10 years ago
Ali Ijaz Sheikh 1514b82355 src: add -r/--require flags for preloading modules 10 years ago
Ben Noordhuis 2c6f79c08c src: don't error at startup when cwd doesn't exist 10 years ago
Ben Noordhuis f58e59649d lib: remove broken NODE_MODULE_CONTEXTS feature 10 years ago
Chris Dickinson 056ed4b0c9 src: revert -r/--require flags 10 years ago
Ali Ijaz Sheikh 7bde3f1a8f src: add -r/--require flags for preloading modules 10 years ago
Trevor Norris e0835c9cda node: improve performance of nextTick 10 years ago
Chris Dickinson 0af4c9ea74 src: fix domains + --abort-on-uncaught-exception 10 years ago
Petka Antonov 872702d9b7 node: implement unhandled rejection tracking 10 years ago
Sam Roberts e9eb2ec1c4 process: fix regression in unlistening signals 10 years ago
Yosuke Furukawa fd30eb2152 src: fix jslint errors 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Bert Belder 2b6a0f85f3 src: remove the tracing module entirely 10 years ago
Trevor Norris 8f41db6104 node: fix throws before timer module is loaded 10 years ago
Trevor Norris 0d60ab3efe src: remove Async Listener 10 years ago
Trevor Norris b1e9d330aa node: fix throws before timer module is loaded 10 years ago
Trevor Norris b6559553a4 src: remove Async Listener 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
Sam Roberts 743a009bad process: pid can be a string in process.kill() 11 years ago
Fedor Indutny ef46ca61b5 node: do not crash on IPC stdin 10 years ago
Ben Noordhuis 29d7fd6bb8 src: move debug agent from deps/ to src/ 10 years ago
Fedor Indutny 7a0cfe9b11 deps: re-implement debugger-agent 11 years ago
Fedor Indutny 6a610a0f67 deps: re-implement debugger-agent 11 years ago
Vladimir Kurchatkin 30bd7b672c node: support v8 microtask queue 11 years ago
Julien Gilli 90d1147b8b cluster: centralize removal from workers list. 11 years ago
Trevor Norris 807acf7f98 src: require EventEmitter via NativeModule 11 years ago
Jackson Tian 931cbc175f lib: don't use emitter.listeners(type).length 11 years ago
Sam Roberts 832ec1cd50 process: throw TypeError if kill pid not a number 11 years ago
Fedor Indutny b55c9d68aa configure: --v8-options option 11 years ago
Timothy J Fontaine 06453a94a7 src: domain should not replace nextTick function 11 years ago
Trevor Norris 6cbfcdad46 src: move AsyncListener from process to tracing 11 years ago
Trevor Norris d9e1e4c661 env: add watched_providers for AsyncListener 11 years ago
Trevor Norris c9abb59638 node: make AsyncListenerInst field more explicit 11 years ago
Fedor Indutny e796e11087 node: do not ever close stdio 11 years ago