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 @ 6e05faa3

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

Latest revisions

# Date Author Comment
6e05faa3 01/24/2013 01:12 PM isaacs

test: Add transform objectMode test

82f1d340 01/24/2013 11:47 AM Fedor Indutny

tls: make slab buffer's size configurable

see #4636

5d3c51d9 01/24/2013 10:49 AM isaacs

test: Add test for negative stream drain counter

782149dd 01/24/2013 10:49 AM isaacs

streams2: Handle sync read callbacks nicely

444bbd4f 01/24/2013 10:49 AM Raynos

streams: Support objects other than Buffers

We detect for non-string and non-buffer values in onread and
turn the stream into an "objectMode" stream.

If we are in "objectMode" mode then howMuchToRead will
always return 1, state.length will always have 1 appended...

4a7a98fd 01/24/2013 05:23 AM Ben Noordhuis

http: close connection on 204 and chunked encoding

This is similar to commit 2cbf458 but this time for 204 No Content
instead of 304 Not Modified responses.

When the user sends a 204 response with a Transfer-Encoding: chunked
header, suppress sending the zero chunk and force the connection to...

2cbf4586 01/22/2013 07:47 PM Ben Noordhuis

http: close connection on 304 and chunked encoding

Force the connection to close when the response is a 304 Not Modified
and the user has set a "Transfer-Encoding: chunked" header.

RFC 2616 mandates that 304 responses MUST NOT have a body but node.js
used to send out a zero chunk anyway to accommodate clients that don't...

2dd37389 01/19/2013 06:29 PM Ben Noordhuis

typed arrays: fix DataView endianness regression

Fix an off-by-one error introduced in 9fe3734 that caused a regression
in the default endianness used for writes in DataView::setGeneric().

Fixes #4626.

00abc243 01/19/2013 05:23 PM Fedor Indutny

child_process: remove .track option

Since net.Server's `connection` property is deprecated now, we don't
need API to track socket's state to keep `connection`s value up-to-date.

539bf1d7 01/18/2013 06:39 PM isaacs

console: Support formatting options in trace()

Fix #4589

View revisions

Also available in: Atom