- Apr 11, 2012
-
-
isaacs authored
-
Nathan Rajlich authored
-
Nathan Rajlich authored
This reverts commit 93eca95a. Fixes #3072 (once again).
-
Ben Noordhuis authored
-
- Apr 09, 2012
-
-
isaacs authored
If the fs.open method is modified via AOP-style extension, in between the creation of an fs.WriteStream and the processing of its action queue, then the test of whether or not the method === fs.open will fail, because fs.open has been replaced. The solution is to save a reference to fs.open on the stream itself when the action is placed in the queue. This fixes isaacs/node-graceful-fs#6.
-
- Apr 07, 2012
-
-
Nathan Rajlich authored
The fix from #3059 was not handling multi-byte utf8 data properly.
-
Nathan Rajlich authored
This is more correct. Fixes them from failing with the updated readline behavior.
-
Nathan Rajlich authored
-
Nathan Rajlich authored
Fixes the repl.complete() function when terminal is false, since it is now explicitly looking for a '\n' char.
-
Nathan Rajlich authored
-
Nathan Friedly authored
In "terminal: false" mode. (And fire it multiple times if multiple lines arrive at once.) This is necessary because the Windows telnet client sends every single keystroke as it's typed. See: http://stackoverflow.com/questions/9962197/node-js-readline-not-waiting-for-a-full-line-on-socket-connections Closes #3059.
-
isaacs authored
-
- Apr 06, 2012
-
-
Zachary Scott authored
-
Nathan Rajlich authored
-
- Apr 05, 2012
-
-
Bert Belder authored
-
Bert Belder authored
-
- Apr 03, 2012
-
-
Bert Belder authored
It is not supported by V8.
-
Ryan Dahl authored
ref #3056
-
Ryan Dahl authored
For easy inclusion in binary distributions. ref #3056
-
Ben Noordhuis authored
Fixes a segmentation fault on some OS X systems due to sizeof(struct stat) mismatches. Fixes #2061.
-
Ryan Dahl authored
-
isaacs authored
-
- Apr 01, 2012
-
-
Dave Pacheco authored
* fixes #2110 * includes V8 postmortem metadata in Solaris builds * adds GYP support for DTrace probes and ustack helper * ustack helper derives constants dynamically from libv8_base.a * build with DTrace support by default on SunOS
-
Ben Noordhuis authored
-
Ben Noordhuis authored
_snprintf() doesn't zero-terminate the buffer on overflow.
-
Ben Noordhuis authored
It returns void on some platforms, notably FreeBSD.
-
Ben Noordhuis authored
-
- Mar 31, 2012
-
-
Ben Noordhuis authored
-
isaacs authored
-
Bert Belder authored
The locker makes node crash in debug mode sometimes. For example, test/simple/test-repl.js triggers it. This reverts commit 9a6012ed. Conflicts: src/node.cc
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-
Ben Noordhuis authored