- Jul 31, 2010
-
-
Ryan Dahl authored
Review URL: http://codereview.chromium.org/3045016
-
Ryan Dahl authored
-
Ben Noordhuis authored
-
Ryan Dahl authored
-
- Jul 30, 2010
-
-
Ryan Dahl authored
-
- Jul 29, 2010
-
-
Ben Noordhuis authored
Stops Valgrind from complaining about uninitialized memory access.
-
- Jul 28, 2010
- Jul 27, 2010
-
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Matt Ranney authored
Change scope to context in REPL docs.
-
Ryan Dahl authored
support for - long messages - spaces in header fields
-
Ryan Dahl authored
-
Benjamin Kramer authored
Also silences a compiler warning about deprecated conversion from const char* to char*.
-
Benjamin Kramer authored
& has higher precedence than ==, making this a noop. Use the less error-prone S_IS* macros instead. Found by clang.
-
Benjamin Kramer authored
The old definition was off by one byte on BSD. Also simplify ADDRESS_TO_JS because sun_path is always zero-terminated now.
-
Ryan Dahl authored
-
Chandra Sekar S authored
-
Ryan Dahl authored
-
- Jul 26, 2010
-
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Dmitry Baranovskiy authored
Added ability to pass offset to buffer write and toString methods as a string, i.e. '2' and encoding as anything
-
Dmitry Baranovskiy authored
Fixed format, so it wouldn’t blow up if %d argument is null or undefined + ensure that numbers will be numbers
-
- Jul 24, 2010
-
-
Ryan Dahl authored
There might be an off-by-one on the returned value.
-
Ryan Dahl authored
-
Ryan Dahl authored
-
isaacs authored
Before there was this comment: Can't strip trailing slashes since module.js incorrectly thinks dirname('/a/b/') should yield '/a/b' instead of '/a'. But now, such thinking is corrected. -
Andrew Naylor authored
-
- Jul 22, 2010
-
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Chandra Sekar S authored
-
- Jul 21, 2010
-
-
Peter Griess authored
- Buffer.toString('ascii', 0, 0) incorrectly returns the entire contents of the buffer. Fix this. - Provide similar behavior to Buffer.write() and Buffer.copy() when dealing with 0-length in valid and invalid byte ranges. -
Sam Shull authored
-
Robert Keizer authored
-
isaacs authored
This way, require("/foo") will work if there is a "foo.js", or a file named simply "foo" with no extension.
-
- Jul 20, 2010