The data contained in this repository can be downloaded to your computer using one of several clients.
Please see the documentation of your version control software client for more information.

Please select the desired protocol below to get the URL.

This URL has Read-Only access.

Statistics
| Branch: | Revision:

main_repo / test @ 5e7e51c2

Name Size
  addons
  disabled
  fixtures
  gc
  internet
  message
  pummel
  simple
common.js 5.88 KB

Latest revisions

# Date Author Comment
5e7e51c2 01/28/2013 04:12 PM Bert Belder

cluster: support datagram sockets

e26622bd 01/28/2013 11:40 AM isaacs

stream: Correct Transform class backpressure

The refactor in b43e544140ccf68580c02e71c56d19b82e1e1d32 to use
stream.push() in Transform inadvertently caused it to immediately
consume all the written data, regardless of whether or not the readable
side was being consumed....

0d7a0216 01/28/2013 07:37 AM Fedor Indutny

net: initialize TCPWrap when receiving socket

TCPWrap::Initialize() and PipeWrap::Initialize() should be called before
any data will be read from received socket. But, because of lazy
initialization of these bindings, Initialize() method isn't called.

Init bindings manually upon socket receiving....

a39f669b 01/28/2013 06:41 AM Ben Noordhuis

test: move simple/test-http-dns-fail to test/internet

The test times out when the upstream DNS resolver takes too long to
respond.

See #4672.

acd0df4a 01/27/2013 04:01 PM Ben Noordhuis

test: fix pummel test out-of-memory errors

Fix the following OOM error in pummel/test-net-connect-memleak
and pummel/test-tls-connect-memleak:

FATAL ERROR: CALL_AND_RETRY_0 Allocation failed - process out of
memory

Commit v8/v8@91afd39 increases the size of the deoptimization table...

15508589 01/25/2013 05:25 PM isaacs

addon: Pass module object to NODE_MODULE init function

mainly to allow native addons to export single functions on
rather than being restricted to operating on an existing
object.

Init functions now receive exports as the first argument, like
before, but also the module object as the second argument, if they...

49175e6a 01/25/2013 05:59 AM Trevor Norris

buffer: clean up copy() asserts and tests

Argument checks were simplified by setting all undefined/NaN or out of
bounds values equal to their defaults.

Also copy() tests had a flaw that each buffer had the same bit pattern at
the same offset. So even if the copy failed, the bit-by-bit comparison...

16bbeccd 01/25/2013 05:58 AM Trevor Norris

buffer: slow buffer copy compatibility fix

Fix issue where SlowBuffers couldn't be passed as target to Buffer
copy().

Also included checks to see if Argument parameters are defined before
assigning their values. This offered ~3x's performance gain.

595b5974 01/24/2013 07:48 PM Andy Burke

Add bytesWritten to tls.CryptoStream

This adds a proxy for bytesWritten to the tls.CryptoStream. This
change makes the connection object more similar between HTTP and
HTTPS requests in an effort to avoid confusion.

See issue #4650 for more background information.

6e05faa3 01/24/2013 01:12 PM isaacs

test: Add transform objectMode test

View revisions

Also available in: Atom