11336 Commits (02f12ab666a0bc9f4352c174ca0a8993e6a1ab2a)
 

Author SHA1 Message Date
Phillip Lamplugh dbccf8d3ed doc: fix spelling error in feature flags 10 years ago
Jackson Tian a2ea16838f debugger: don't spawn child process in remote mode 10 years ago
Roman Reiss 955c1508da test: reduce sequential/test-fs-watch flakiness 10 years ago
Ben Noordhuis 36f017afaf js2c: fix module id generation on windows 10 years ago
Ben Noordhuis 2903410aa8 src: don't lazy-load timer globals 10 years ago
Jeremiah Senkpiel 5e609e9324 Revert "doc: clarify real name requirement" 10 years ago
Bert Belder 08acf1352c win,node-gyp: make delay-load hook optional 10 years ago
Jeremiah Senkpiel 776b73b243 timers: cleanup interval handling 10 years ago
Roman Reiss caf0b36de3 timers: assure setTimeout callback only runs once 10 years ago
Fedor Indutny 2ccc8f3970 tls_wrap: fix this incredibly stupid leak 10 years ago
Fedor Indutny e74b5d278c tls_wrap: fix BIO leak on SSL error 10 years ago
Vladimir Kurchatkin 2db758c562 iojs: introduce internal modules 10 years ago
Brendan Ashworth 45814216ee doc: fix format docs discrepancy 10 years ago
Brian White 8a945814dd string_decoder: optimize write() 10 years ago
Bert Belder 3d46fefe0c win,node-gyp: allow node.exe/iojs.exe to be renamed 10 years ago
Olov Lassus c9207f7fc2 fs: fix corruption in writeFile and writeFileSync 10 years ago
Roman Reiss 4e9bf93e9c doc: clarify real name requirement 10 years ago
Roman Reiss e84dd5f651 doc: document repl on-demand module loading 10 years ago
Mayhem 1832743e18 lib: add missing `new` for errors lib/*.js 10 years ago
Alex Yursha 7dd5e824be assert: simplify logic of testing buffer equality 10 years ago
cjihrig 269e46be37 deps: make node-gyp work with io.js 10 years ago
Forrest L Norvell b542fb94a4 deps: upgrade npm to 2.7.3 10 years ago
Ben Noordhuis 2e5b87a147 src: remove unnecessary environment lookups 10 years ago
Ben Noordhuis 7e88a9322c src: make accessors immune to context confusion 10 years ago
Rod Vagg 20c4498e76 Working on v1.6.3 10 years ago
Rod Vagg 33c57354aa 2015-03-23 io.js v1.6.2 Release 10 years ago
Connor Peet 849319a260 util: Check input to util.inherits 10 years ago
Johan Bergström fe4434b77a deps: upgrade v8 to 4.1.0.25 10 years ago
Ben Noordhuis 9705a34e96 test: move sequential/test-signal-unregister 10 years ago
Ben Noordhuis 10a9c00563 test: fix timing issue in signal test 10 years ago
Ben Noordhuis cf081a4712 vm: fix crash on fatal error in debug context 10 years ago
Rod Vagg d8f383ba3f doc: update AUTHORS list 10 years ago
Mathieu Darse bc9c1a5a7b doc: fix typo in CHANGELOG 10 years ago
Fedor Indutny 9ae1a61214 node: ensure that streams2 won't `.end()` stdin 10 years ago
Brendan Ashworth 999fbe9d96 test: fix crypto-binary-default bad crypto check 10 years ago
Ben Noordhuis 99c79f8d41 doc: call js function in null context 10 years ago
Ben Noordhuis 55abf34be5 doc: don't use `using namespace v8` 10 years ago
Ben Noordhuis c4e1b82120 doc: replace v8::Handle<T> with v8::Local<T> 10 years ago
Ben Noordhuis 2f1b78347c doc: remove unnecessary v8::HandleScopes 10 years ago
Ben Noordhuis 409d413363 doc: remove uses of v8::Isolate::GetCurrent() 10 years ago
Ben Noordhuis 2b3b2d392f test: add setTimeout/setInterval multi-arg tests 10 years ago
Ben Noordhuis 33fea6ed5f lib: don't penalize setInterval() common case 10 years ago
Ben Noordhuis 31da9758a0 lib: don't penalize setTimeout() common case 10 years ago
Fedor Indutny b64983d77c src: reset signal handler to SIG_DFL on FreeBSD 10 years ago
Michaël Zasso 6fc5e95354 module: allow require('.') 10 years ago
Rod Vagg a0d32ff5ae Working on v1.6.2 10 years ago
Rod Vagg 4b91d502b1 2015-03-20 io.js v1.6.1 Release 10 years ago
Jeremiah Senkpiel c9aec2b716 querystring: fix broken stringifyPrimitive 10 years ago
Jeremiah Senkpiel a89f5c2156 querystring: parse numbers correctly 10 years ago
cjihrig 8de78e470d path: reduce type checking on some methods 10 years ago