- Jan 12, 2011
-
-
Ryan Dahl authored
Conflicts: deps/libeio/config.h.in
-
Ryan Dahl authored
-
isaacs authored
-
Ryan Dahl authored
-
isaacs authored
This is mostly working, but not completely ideal for two reasons. 1. Rather than emitting an error on the ChildProcess object when the setgid/setuid fails, it is simply printing the error to stderr and exiting. The same happens with the cwd, so that's not completely terrible. 2. I don't have a good test for this. It fails with an EPERM if you try to change the uid or gid as a non-root user.
-
Ryan Dahl authored
-
- Jan 11, 2011
- Jan 09, 2011
- Jan 08, 2011
-
-
Mihai Călin Bazon authored
-
Ryan Dahl authored
But only after control has been inverted.
-
- Jan 07, 2011
-
-
Ryan Dahl authored
results in slow bench
-
Ryan Dahl authored
-
Bert Belder authored
Because path.resolve is more elegant and windows-safe.
-
Bert Belder authored
-
Bert Belder authored
Removes path.normalizeArray() and path.split()
-
isaacs authored
It breaks argv[0] on posix systems, and makes it so that npm can't determine whether node was run from an explicit location, or via "node", so the configs default improperly. If on windows, don't do this behavior. On posix, go back to the old behavior.
-
Ryan Dahl authored
Towards windows compatibility.
-
Ryan Dahl authored
-
- Jan 06, 2011
-
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Bert Belder authored
Now the path module can be adapted to support windows paths without breaking the url module. It also allows the undocumented keepBlanks flag to be removed from path.join and path.normalizeArray.
-
Bert Belder authored
-
- Jan 05, 2011
-
-
Bert Belder authored
-
Ryan Dahl authored
-
Bert Belder authored
This reverts commit 131546e7. Doesn't work on windows, coming back soon.
-
Bert Belder authored
-
-