- Mar 16, 2012
-
-
Ben Noordhuis authored
The documentation implies that .removeAllListeners() leaves the listeners array untouched. Make it so.
-
Ben Noordhuis authored
simple/test-debugger-repl has a tendency to fail and leave behind a stray process that listens on common.PORT, making later tests fail with EADDRINUSE.
-
Nathan Rajlich authored
So that a 'config.gypi' file gets generated, which is required for the `process.config` object (see #2928).
-
Ben Noordhuis authored
Commit 19fd5301 broke the argv initialization logic that's used on linux and freebsd to update the process name (as displayed in tools like `top`). Fixes test/simple/test-setproctitle.js.
-
isaacs authored
Previously, setTimeout(fn, 0) would create a new Timer() object, which has a close() method (and is a bit slower). The recent change to more closely emulate browser setTimeout behavior dodges this path, so this assertion is no longer valid.
-
Ben Noordhuis authored
Follows browser behaviour by scheduling the callback on the next tick. Fixes #593.
-
Maciej Małecki authored
-
Maciej Małecki authored
-
Micheil Smith authored
-
Matt Ezell authored
Fix #2377: $PATH issues reported for MSI installer
-
- Mar 15, 2012
-
-
Shigeki Ohtsu authored
-
- Mar 14, 2012
-
-
Nathan Rajlich authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
* Upgrade v8 to 3.9.17 * Upgrade npm to 1.1.8 - Add support for os/cpu fields in package.json (Adam Blackburn) - Automatically node-gyp packages containing a binding.gyp - Fix failures unpacking in UNC shares - Never create un-listable directories - Handle cases where an optionalDependency fails to build * events: newListener emit correct fn when using 'once' (Roly Fentanes) * url: Ignore empty port component (Łukasz Walukiewicz) * module: replace 'children' array (isaacs) * tls: parse multiple values of a key in ssl certificate (Sambasiva Suda) * cluster: support passing of named pipes (Ben Noordhuis) * Windows: include syscall in fs errors (Bert Belder) * http: #2888 Emit end event only once (Igor Zinkovsky) * readline: add multiline support (Rlidwka) * process: add `process.hrtime()` (Nathan Rajlich) * net, http, https: add localAddress option (Dmitry Nizovtsev) * addon improvements (Nathan Rajlich) * build improvements (Ben Noordhuis, Sadique Ali, T.C. Hollingsworth, Nathan Rajlich) * add support for "SEARCH" request methods (Nathan Rajlich) * expose the zlib and http_parser version in process.versions (Nathan Rajlich)
-
isaacs authored
-
Nathan Rajlich authored
-
Nathan Rajlich authored
-
Nathan Rajlich authored
Before:
☮ ~ (master)⚡ node > asdf (^C again to quit) > sdcasd☮ ~ (master)⚡ Now:☮ ~/node (repl)⚡ ./node > asfs > sda > (^C again to quit) > scdsdc > sdcsdc > (^C again to quit) > sdc > (^C again to quit) >☮ ~/node (repl)⚡ ^ note that each new line above is a ctrl+c sequence -
Nathan Rajlich authored
It get's set to '' 1 line above, so we know that that's always 0.
-
Nathan Rajlich authored
-
Nathan Rajlich authored
This can happen when "SIGINT" is processed by the readline interface, or when the user types ".exit" into the REPL.
-
Nathan Rajlich authored
This is because it should emit an "exit" event when "SIGINT" is received from the readline interface, or when ".exit" is typed by the user.
-
Nathan Rajlich authored
Windows was seeing: "C:\\path\\to\\cwd/repl"
-
isaacs authored
-
Trent Mick authored
-
Artur Adib authored
-
isaacs authored
-
- Mar 13, 2012
-
-
Christian Ress authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
* Fix #472 Adds support for os/cpu fields in package.json (Adam Blackburn) * Don't use existing pkg if explicit * Install missing deps, even if they are in bundleDependencies * bundle node-gyp * Automatically node-gyp build stuff with a bindings.gyp * Fix #2230 Unpack in place. No folder renaming malarky * Never create un-listable directories * Fix cases where an optionalDependency fails to build * Always ignore .wafpickle-7 files * fix shrinkwrap test * Fix: bundleDependencies being re-installed unnecessarily
-
Nathan Rajlich authored
-
Ben Noordhuis authored
Including <zlib.h> may lead to false positives when the user specifies a bad path in `./configure --shared-zlib --shared-zlib-includes=/path/to/zlib`. If a zlib.h exists somewhere on the system include path (common on UNIX systems), the compiler will include that instead, possibly leading to header mismatch errors that are hard to debug.
-
Łukasz Walukiewicz authored
-
isaacs authored
-
- Mar 12, 2012
-
-
Yoshihiro Kikuchi authored
-
Nao Iizuka authored
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-