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

Name Size
  benchmark
  deps
  doc
  lib
  src
  test
  tools
.gitattributes 22 Bytes
.gitignore 710 Bytes
.mailmap 5.33 KB
.travis.yml 158 Bytes
AUTHORS 18.4 KB
BSDmakefile 61 Bytes
CONTRIBUTING.md 4.36 KB
ChangeLog 130 KB
LICENSE 40.4 KB
Makefile 10.3 KB
README.md 2.09 KB
common.gypi 8.55 KB
configure 20.7 KB
node.gyp 16 KB
vcbuild.bat 7.89 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 <>

92518892 07/31/2014 02:59 PM Jakob Gillich

docs: fix non-string ignore note in path.resolve

Reviewed-By: Fedor Indutny <>

4f2b08c5 07/31/2014 02:12 PM Timothy J Fontaine

Now working on 0.10.31

98c69e89 07/31/2014 02:11 PM Timothy J Fontaine

Merge branch 'v0.10.30-release' into v0.10

bc0ff830 07/31/2014 01:24 PM Timothy J Fontaine

2014.07.31, Version 0.10.30 (Stable)

  • uv: Upgrade to v0.10.28
  • npm: Upgrade to v1.4.21
  • v8: Interrupts must not mask stack overflow.
  • Revert "stream: start old-mode read in a next tick" (Fedor Indutny)
  • buffer: fix sign overflow in `readUIn32BE` (Fedor Indutny)...
71698798 07/31/2014 12:31 PM Timothy J Fontaine

uv: Upgrade to v0.10.28

530af9cb 07/31/2014 12:26 PM Fedor Indutny

v8: Interrupts must not mask stack overflow.

Backport of https://codereview.chromium.org/339883002

1223cafe 07/31/2014 12:05 PM Timothy J Fontaine

npm: Upgrade to v1.4.21

View all revisions | View revisions

Also available in: Atom