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 / src @ f06abda6

Latest revisions

# Date Author Comment
f06abda6 03/13/2012 04:02 PM isaacs

2012.03.13, Version 0.7.6 (unstable)

  • Upgrade v8 to 3.9.17
  • Upgrade npm to 1.1.8
    - Add support for os/cpu fields in package.json (Adam Blackburn)
    - Automatically node-gyp packages containing a binding.gyp
    - Fix failures unpacking in UNC shares
    - Never create un-listable directories...
9701f1c4 03/12/2012 06:29 PM Nathan Rajlich

process: expose the zlib version in use in process.versions

531eba18 03/12/2012 06:22 PM Ben Noordhuis

zlib: fix include of zlib.h

Including <zlib.h> may lead to false positives when the user specifies a bad
path in `./configure --shared-zlib --shared-zlib-includes=/path/to/zlib`. If
a zlib.h exists somewhere on the system include path (common on UNIX systems),...

4472f7bb 03/11/2012 09:23 PM Ben Noordhuis

http: use HTTP_METHOD_MAP macro

36761b20 03/09/2012 06:22 PM Nathan Rajlich

process: expose the http_parser version in process.versions

ff4a9d38 03/09/2012 06:14 PM Ben Noordhuis

core: use proper #include directives

8c02f9b7 03/09/2012 05:57 PM Ben Noordhuis

buffer: throw from constructor if length > kMaxLength

Throw, don't abort. `new Buffer(0x3fffffff + 1)` used to bring down the process
with the following error message:

FATAL ERROR: v8::Object::SetIndexedPropertiesToExternalArrayData() length
exceeds max acceptable value...
2589d556 03/09/2012 05:31 PM Ben Noordhuis

core: add ThrowError(), ThrowTypeError(), ThrowRangeError()

296b7a58 03/09/2012 12:42 PM Ben Noordhuis

cluster: support passing of named pipes

Fixes triggered assertion:

Assertion failed: (0 && "bad address family"), function GetPeerName,
file ../src/tcp_wrap.cc, line 237.

Fixes #2870.

31ad1d29 03/07/2012 09:14 PM Bert Belder

Merge branch 'v0.6'

View revisions

Also available in: Atom