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 @ aa3b4b4d

Name Size
  benchmark
  deps
  doc
  lib
  src
  test
  tools
.gitattributes 22 Bytes
.gitignore 808 Bytes
.mailmap 5.33 KB
AUTHORS 20.2 KB
BSDmakefile 61 Bytes
CONTRIBUTING.md 4.68 KB
ChangeLog 146 KB
LICENSE 38.9 KB
Makefile 11.3 KB
README.md 2.37 KB
android-configure 498 Bytes
common.gypi 8.56 KB
configure 21.4 KB
node.gyp 17.5 KB
vcbuild.bat 7.89 KB

Latest revisions

# Date Author Comment
aa3b4b4d 08/07/2014 05:36 AM Fedor Indutny

deps: update openssl to v1.0.1i

63a42682 08/05/2014 08:13 AM Jackson Tian

fs: fs.readFile should not throw uncaughtException

Reviewed-By: Fedor Indutny <>

e643fe4c 08/04/2014 09:19 PM Trevor Norris

dns: fix GetAddrInfo assert

The method GetAddrInfo() is used by more than just dns.lookup(), and in
those cases a third argument isn't passed. This caused the following
check to abort:

assert(args[3]->IsInt32());

Fixes: 4306786 "net: don't prefer IPv4 addresses during resolution"...

43067864 08/04/2014 07:57 PM cjihrig

net: don't prefer IPv4 addresses during resolution

Currently the address resolution family defaults to IPv4. Instead remove
the preference and instead resolve to a family suitable for the host.

Expose the getaddrinfo flags and allow them to be passed.

Add documentation about new flags....

7da63a10 08/04/2014 04:48 PM Julien Gilli

test: fix test-net-remote-address-port

Do not use first socket in second socket's connect handler. Probably a
copy/paste mistake.

Reviewed-by: Trevor Norris <>

20229d68 08/04/2014 04:39 PM Herman Lee

path: isAbsolute() should always return boolean

On Windows, path.isAbsolute() returns an empty string on failed cases.
This forces the return value to always be boolean.

Reviewed-by: Trevor Norris <>

962e6514 08/02/2014 12:14 PM Jackson Tian

process: improve process binding

Reviewed-By: Fedor Indutny <>

47a103a0 08/02/2014 07:07 AM Fedor Indutny

test: disable 0-dgram tests on darwin

fix #8023

37c2a528 08/02/2014 03:19 AM Lucio M. Tato

path: fix slice OOB in trim

Internal function trim(arr). 2nd parameter of slice() should be slice's
end index (not included). Because of function normalize() (called before
trim()), "start" is always zero so the bug for now has no effect, but
its a bug waiting to happen....

aab126bb 08/02/2014 03:07 AM Sam Roberts

test: assert cluster.disconnect is async

See joyent/node#8043, test passed on v0.11 already, but this makes the
test stronger.

Reviewed-by: Trevor Norris <>

View all revisions | View revisions

Also available in: Atom