859 Commits (eb995d682201018b2a47c44e921848cfa31486a2)

Author SHA1 Message Date
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
Fedor Indutny e2c9040995 src: do not leak handles on debug and exit 10 years ago
Ben Noordhuis 364cc7e08a src: remove NODE_INVALID_UTF8 environment variable 10 years ago
Petka Antonov 4ae64b2626 src: extract node env init out of process init 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
Ben Noordhuis b5f25a963c src: ensure that file descriptors 0-2 are valid 10 years ago
Ben Noordhuis a956791f69 src: fix typo in error message 10 years ago
Ben Noordhuis 38dc0cd8f4 src: switch from QUEUE to intrusive list 10 years ago
Vladimir Kurchatkin 8aed9d6610 src: cleanup `Isolate::GetCurrent()` 10 years ago
Glen Keane 5e825d1073 tracing: add lttng support for tracing on linux 10 years ago
Ben Noordhuis 96ffcb9a21 src: reduce cpu profiler overhead 10 years ago
Bert Belder bc2c85ceef fs: improve error messages 10 years ago
Fedor Indutny c6367e7f2a node: speed up ParseEncoding 10 years ago
Ben Noordhuis dd47a8c785 src: set default signal dispositions at start-up 10 years ago
Ben Noordhuis 63ae1d203a src: rework early debug signal handling 10 years ago
Ben Noordhuis 5756f92f46 src: do platform-specific initialization earlier 10 years ago
Johan Bergström c0a9d1bc74 versions: add http-parser patchlevel 10 years ago
Ben Noordhuis 7d462479f6 src: s/node/io.js/ in `iojs --help` message 10 years ago
Cheng Zhao 22e1aea8a0 src: set node_is_initialized in node::Init 10 years ago
toastynerd 9419e1fb69 src: fix inconsistency between a check and error 10 years ago
Ben Noordhuis e8ad773b56 src: remove --noharmony_classes again 10 years ago
Jongyeol Choi daf9562d91 doc: change to iojs from node in the usage message 10 years ago
Shigeki Ohtsu 8440cacb10 src: fix documentation url in help message 10 years ago
Johan Bergström 01736ddc00 process: reintroduce ares to versions 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 4e58211bb7 src: disable harmony object literals 10 years ago
Ben Noordhuis a2751e3e1e src: disable harmony classes 10 years ago
Vladimir Kurchatkin 9f45799dd2 build: fix `process.platform` 10 years ago
Caitlin Potter be2404e0d3 core: throw TypeError if chdir() args are wrong 10 years ago
Bert Belder e1fe270fd7 src: prefix ARCH and PLATFORM with NODE_ 10 years ago
Trevor Norris cbf76c1f2f src: pass Isolate to node::Utf8Value constructor 10 years ago
Trevor Norris d553386623 src: pass Isolate to additional locations 10 years ago
Ben Noordhuis 56fde66c46 src: redo unaligned access workaround 10 years ago
Ben Noordhuis a60056df3c src: fix addon loader regression 10 years ago
Trevor Norris b9e6032d0e async-wrap: add event hooks 10 years ago
Trevor Norris a1da024cab node, async-wrap: remove MakeDomainCallback 10 years ago
Trevor Norris 0d60ab3efe src: remove Async Listener 10 years ago
Bert Belder 9483bfe6e3 node.cc: use nullptr instead of NULL 10 years ago
Trevor Norris a38b917821 node.cc: fix bad assert 10 years ago
Trevor Norris 709fc160e5 async-wrap: add event hooks 10 years ago
Trevor Norris 42df679c45 node, async-wrap: remove MakeDomainCallback 10 years ago
Trevor Norris b6559553a4 src: remove Async Listener 10 years ago
Thorsten Lorenz 0fe7a0d024 modules: adding load linked modules feature 10 years ago
Trevor Norris e67db0191d node: fix bad assert 10 years ago
Thorsten Lorenz c131c1f920 modules: adding load linked modules feature 10 years ago
Ben Noordhuis 8ba39b0189 src: turn two global vars into local vars 10 years ago
Saúl Ibarra Corretgé e46cbaa06d core: fix usage of uv_cwd 10 years ago
Nikolai Vavilov b105f6f741 src: fix comparison of WCHAR with nullptr 10 years ago