11222 Commits (3d46fefe0cb5abf45bb6a21e5d0a377c58f0f896)
 

Author SHA1 Message Date
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
Johan Bergström 3b9eab9779 build: make check aliases test 10 years ago
Ben Noordhuis 4c731042d4 configure: use cc and c++ as defaults on os x 10 years ago
Ben Noordhuis 2034137385 smalloc: don't mix malloc() and new char[] 10 years ago
Chris Dickinson 465552142f Working on v1.6.1 10 years ago
Chris Dickinson 8e3a9d8de0 2015-03-19 io.js v1.6.0 Release 10 years ago
Shigeki Ohtsu a84ea66b35 deps: upgrade to openssl-1.0.1m 10 years ago
Aleksanteri Negru-Vode 3bc445f6c2 doc: fix a broken collaborator github link 10 years ago
Thorsten Lorenz 813a536126 buffer: removing duplicate code 10 years ago
Ali Ijaz Sheikh 1514b82355 src: add -r/--require flags for preloading modules 10 years ago
Rod Vagg f600111d82 test: cache lazy properties, fix style nits 10 years ago
Fedor Indutny 3038b8ee6a test: double timeout in tls-wrap-timeout.js 10 years ago
Jeremiah Senkpiel dd37fb4c48 build: remove incorrect argument in vcbuild.bat 10 years ago
Ben Noordhuis 2b2e48a4b9 lib: don't error in repl when cwd doesn't exist 10 years ago
Ben Noordhuis 2c6f79c08c src: don't error at startup when cwd doesn't exist 10 years ago