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

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

Latest revisions

# Date Author Comment
6f043940 08/04/2014 03:00 PM Julien Gilli

timers: fix timers with non-integer delay hanging.

When backporting f8193ab into v0.10, a regression was introduced. Timers
with non-integer timeout could trigger a infinite recursion with 100%
cpu usage. This commit backports 93b0624 which fixes the regression....

2fd7ee12 08/02/2014 03:41 AM Sam Roberts

cluster: disconnect should not be synchronous

Callbacks in node are usually asynchronous, and should never be
sometimes synchronous, and sometimes asynchronous.

Reviewed-by: Trevor Norris <>

8e2cc69e 08/01/2014 04:01 PM James Halliday

stream: fix Readable.wrap objectMode falsy values

A streams1 stream will have its falsy values such as 0, false, or ""
eaten by the upgrade to streams2, even when objectMode is enabled.

Include test for said cases.

Reviewed-by: isaacs <>
Reviewed-by: Trevor Norris <>

befbbad0 07/31/2014 11:53 AM Julien Gilli

timers: backport f8193ab

Original commit message:

timers: use uv_now instead of Date.now
This saves a few calls to gettimeofday which can be expensive, and
potentially subject to clock drift. Instead use the loop time which
uses hrtime internally.
...
38f6fcd8 07/29/2014 04:34 AM Fedor Indutny

buffer: fix sign overflow in `readUIn32BE`

`|` operation takes precendence on `+`, which will result in
`new Buffer('ffffffff', 16).readUInt32BE(0)` returning `-1` instead of
`ffffffff`.

338ba2bc 07/23/2014 03:55 PM Fedor Indutny

test: fix test-https-foafssl

93390ffc 07/23/2014 03:51 PM Fedor Indutny

test: fix test-tls-server-verify

fix #7963

a96d6603 07/15/2014 04:38 AM Chris Dickinson

stream2: flush extant data on read of ended stream

A ReadableStream with a base64 StringDecoder backed by only
one or two bytes would fail to output its partial data before
ending. This fix adds a check to see if the `read` was triggered
by an internal `flow`, and if so, empties any remaining data....

11337db3 07/02/2014 04:46 PM Fedor Indutny

deps: cherry-pick eca441b2 from OpenSSL

Original commit message:

bn_exp.c: fix x86_64-specific crash with one-word modulus.
PR: #3397

Signed-off-by: Fedor Indutny <>

4128d4d2 06/30/2014 05:06 AM Fedor Indutny

Revert "stream: start old-mode read in a next tick"

This reverts commit 2efe4ab7616669448f873b0417e9aa81221324e2.

View revisions

Also available in: Atom