- Apr 15, 2011
-
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Felix Geisendörfer authored
Implemented a new property for writable file streams that keeps track of the bytes written (not queued). This helps when you are piping another stream to a file, and would like to know how big the file is without having to issue another stat call. closes #930
-
- Apr 14, 2011
-
-
Theo Schlossnagle authored
fixes #873
-
Theo Schlossnagle authored
fixes #873
-
Theo Schlossnagle authored
Also, secureOptions flag was added (and passed through) and allows the context to have all supported SSL_OP_* set via createCredentials. All SSL_OP_ flags (outside of ALL) have been added to constants.
-
Ryan Dahl authored
Conflicts: src/platform_sunos.cc test/simple/test-os.js
-
Theo Schlossnagle authored
The secureProtocol option to building the SSL context was not being properly passed through in the credentials in the tls code. This is fixed.
-
Scott McWhirter authored
-
Scott McWhirter authored
-
Ryan Dahl authored
-
koichik authored
closes #916.
-
Felix Geisendörfer authored
Problem: Sometimes it is useful to read a file from a certain position to it's end. The current implementation was already perfectly capable of this, but decided to throw an error when the user tried to omit the end option. The only way to do this, was to pass {end: Infinity}. Solution: Automatically assume {end: Infinity} when omitted, and remove the previous exception thrown. Also updated the docs. closes #801.
-
- Apr 13, 2011
-
-
Ryan Dahl authored
Fixes GH-913.
-
Nick Campbell authored
Signed-off-by:Nick Campbell <nicholas.j.campbell@gmail.com>
-
Jakub Lekstan authored
Fixes the circular reference problem. Closes GH-822.
-
Ryan Dahl authored
Fixes GH-907.
-
Abe Fettig authored
Closes GH-867.
-
Felix Geisendörfer authored
This patch adds support for calling EventEmitter#removeAllListeners with no parameters in order to remove all listeners as once. See discussion: https://groups.google.com/forum/#!topic/nodejs-dev/Mcyal1ThTHY Closes GH-889.
-
- Apr 12, 2011
-
-
Ryan Dahl authored
Thanks Frederic. Closes GH-859.
-
koichik authored
-
koichik authored
-
Scott McWhirter authored
-
Scott McWhirter authored
-
Ryan Dahl authored
Closes GH-852.
-
Ben Weaver authored
* Always use `this.context` or `self.context`. * Move `resetContext` to `REPLServer.createContext`. * Add `REPLServer.resetContext`, memoize `context` here. * Memoize `exports.repl` in `start`. Closes GH-851.
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
- Apr 04, 2011
-
-
Ryan Dahl authored
Conflicts: src/node_version.h test/simple/test-buffer.js
-
- Apr 03, 2011
-
-
Ryan Dahl authored
-
- Apr 02, 2011
-
-
George Stagas authored
-
George Stagas authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
Ryan Dahl authored
-
isaacs authored
-
isaacs authored
However, this test is failing for some quite unrelated issue. Getting some odd "socket hangup" crashes, and only the first request ever makes it to the server.
-