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 / AUTHORS @ ce82d6b8

History | View | Annotate | Download (18.2 KB)

# Date Author Comment
ce82d6b8 06/09/2014 01:04 PM Timothy J Fontaine

2014.06.05, Version 0.10.29 (Stable)

  • openssl: to 1.0.1h (CVE-2014-0224)
  • npm: upgrade to 1.4.10
  • utf8: Prevent Node from sending invalid UTF-8 (Felix Geisendörfer)
    - NOTE this introduces a breaking change, previously you could construct
    invalid UTF-8 and invoke an error in a client that was expecting valid...
cb7911f7 05/01/2014 05:04 PM Timothy J Fontaine

2014.05.01, Version 0.10.27 (Stable)

  • npm: upgrade to v1.4.8
  • openssl: upgrade to 1.0.1g
  • uv: update to v0.10.27
  • dns: fix certain txt entries (Fedor Indutny)
  • assert: Ensure reflexivity of deepEqual (Mike Pennisi)
  • child_process: fix deadlock when sending handles (Fedor Indutny)...
31c510ca 02/18/2014 05:55 PM Timothy J Fontaine

2014.02.18, Version 0.10.26 (Stable)

  • uv: Upgrade to v0.10.25 (Timothy J Fontaine)
  • npm: upgrade to 1.4.3 (isaacs)
  • v8: support compiling with VS2013 (Fedor Indutny)
  • cares: backport TXT parsing fix (Fedor Indutny)
  • crypto: throw on SignFinal failure (Fedor Indutny)...
bc2f31ae 01/23/2014 12:03 AM Timothy J Fontaine

2014.01.23, Version 0.10.25 (Stable)

  • uv: Upgrade to v0.10.23
  • npm: Upgrade to v1.3.24
  • v8: Fix enumeration for objects with lots of properties
  • child_process: fix spawn() optional arguments (Sam Roberts)
  • cluster: report more errors to workers (Fedor Indutny)...
0462bc23 12/12/2013 12:20 AM Timothy J Fontaine

2013.12.12, Version 0.10.23 (Stable)

  • uv: Upgrade to v0.10.20 (Timothy J Fontaine)
  • npm: Upgrade to 1.3.17 (isaacs)
  • gyp: update to 78b26f7 (Timothy J Fontaine)
  • build: include postmortem symbols on linux (Timothy J Fontaine)
  • crypto: Make Decipher._flush() emit errors. (Kai Groner)...
cbff8f09 11/12/2013 03:22 PM Timothy J Fontaine

2013.11.12, Version 0.10.22 (Stable)

  • npm: Upgrade to 1.3.14
  • uv: Upgrade to v0.10.19
  • child_process: don't assert on stale file descriptor events (Fedor Indutny)
  • darwin: Fix "Not Responding" in Mavericks activity monitor (Fedor Indutny)
  • debugger: Fix bug in sb() with unnamed script (Maxim Bogushevich)...
6b5e6a5a 09/24/2013 05:10 PM Timothy J Fontaine

2013.09.24, Version 0.10.19 (Stable)

  • uv: Upgrade to v0.10.17
  • npm: upgrade to 1.3.11
  • readline: handle input starting with control chars (Eric Schrock)
  • configure: add mips-float-abi (soft, hard) option (Andrei Sedoi)
  • stream: objectMode transforms allow falsey values (isaacs)...
469a4a50 08/21/2013 06:00 PM Timothy J Fontaine

2013.08.21, Version 0.10.17 (Stable)

  • uv: Upgrade v0.10.14
  • http_parser: Do not accept PUN/GEM methods as PUT/GET (Chris Dickinson)
  • tls: fix assertion when ssl is destroyed at read (Fedor Indutny)
  • stream: Throw on 'error' if listeners removed (isaacs)...
50b4c905 08/16/2013 11:32 AM isaacs

2013.08.16, Version 0.10.16 (Stable)

  • v8: back-port fix for CVE-2013-2882
  • npm: Upgrade to 1.3.8
  • crypto: fix assert() on malformed hex input (Ben Noordhuis)
  • crypto: fix memory leak in randomBytes() error path (Ben Noordhuis)
  • events: fix memory leak, don't leak event names (Ben Noordhuis)...
fdf57f81 07/25/2013 02:49 PM Timothy J Fontaine

2013.07.25, Version 0.10.14 (Stable)

  • uv: Upgrade to v0.10.13
  • npm: Upgrade to v1.3.5
  • os: Don't report negative times in cpu info (Ben Noordhuis)
  • fs: Handle large UID and GID (Ben Noordhuis)
  • url: Fix edge-case when protocol is non-lowercase (Shuan Wang)...
e32660a9 07/09/2013 04:51 PM Timothy J Fontaine

2013.07.09, Version 0.10.13 (Stable)

  • uv: Upgrade to v0.10.12
  • npm: Upgrade to 1.3.2
  • windows: get proper errno (Ben Noordhuis)
  • tls: only wait for finish if we haven't seen it (Timothy J Fontaine)
  • http: Dump response when request is aborted (isaacs)...
a088cf4f 06/18/2013 12:50 PM isaacs

2013.06.18, Version 0.10.12 (Stable)

  • npm: Upgrade to 1.2.32
  • readline: make `ctrl + L` clear the screen (Yuan Chuan)
  • v8: add setVariableValue debugger command (Ben Noordhuis)
  • net: Do not destroy socket mid-write (isaacs)
  • v8: fix build for mips32r2 architecture (Andrei Sedoi)...
d9d5bc46 06/13/2013 01:35 PM isaacs

2013.06.13, Version 0.10.11 (Stable)

  • uv: upgrade to 0.10.11
  • npm: Upgrade to 1.2.30
  • openssl: add missing configuration pieces for MIPS (Andrei Sedoi)
  • Revert "http: remove bodyHead from 'upgrade' events" (isaacs)
  • v8: fix pointer arithmetic undefined behavior (Trevor Norris)...
878ffdbe 05/30/2013 01:31 PM isaacs

2013.05.30, Version 0.10.9 (Stable)

  • npm: Upgrade to 1.2.24
  • uv: Upgrade to v0.10.9
  • repl: fix JSON.parse error check (Brian White)
  • tls: proper .destroySoon (Fedor Indutny)
  • tls: invoke write cb only after opposite read end (Fedor Indutny)
  • tls: ignore .shutdown() syscall error (Fedor Indutny)
30d9e9fd 05/24/2013 06:06 PM isaacs

2013.05.24, Version 0.10.8 (Stable)

  • v8: update to 3.14.5.9
  • uv: upgrade to 0.10.8
  • npm: Upgrade to 1.2.23
  • http: remove bodyHead from 'upgrade' events (Nathan Zadoks)
  • http: Return true on empty writes, not false (isaacs)
  • http: save roundtrips, convert buffers to strings (Ben Noordhuis)...
d2fdae19 05/17/2013 04:59 PM isaacs

2013.05.17, Version 0.10.7 (Stable)

  • uv: upgrade to v0.10.7
  • npm: Upgrade to 1.2.21
  • crypto: Don't ignore verify encoding argument (isaacs)
  • buffer, crypto: fix default encoding regression (Ben Noordhuis)
  • timers: fix setInterval() assert (Ben Noordhuis)
5deb1672 05/14/2013 04:51 PM isaacs

2013.05.14, Version 0.10.6 (Stable)

  • module: Deprecate require.extensions (isaacs)
  • stream: make Readable.wrap support objectMode, empty streams (Daniel Moore)
  • child_process: fix handle delivery (Ben Noordhuis)
  • crypto: Fix performance regression (isaacs)...
deeaf8fa 04/23/2013 04:27 PM isaacs

2013.04.23, Version 0.10.5 (Stable)

  • uv: Upgrade to 0.10.5 (isaacs)
  • build: added support for Visual Studio 2012 (Miroslav Bajtoš)
  • http: Don't try to destroy nonexistent sockets (isaacs)
  • crypto: LazyTransform on properties, not methods (isaacs)
    ...
9712aa9f 04/11/2013 12:39 PM isaacs

2013.04.11, Version 0.10.4 (Stable)

  • uv: Upgrade to 0.10.4
  • npm: Upgrade to 1.2.18
  • v8: Avoid excessive memory growth in JSON.parse (Fedor Indutny)
  • child_process, cluster: fix O(n*m) scan of cmd string (Ben Noordhuis)
  • net: fix socket.bytesWritten Buffers support (Fedor Indutny)...
d4982f6f 04/03/2013 01:30 PM isaacs

2013.04.03, Version 0.10.3 (Stable)

  • npm: Upgrade to 1.2.17
  • child_process: acknowledge sent handles (Fedor Indutny)
  • etw: update prototypes to match dtrace provider (Timothy J Fontaine)
  • dtrace: pass more arguments to probes (Dave Pacheco)
  • build: allow building with dtrace on osx (Dave Pacheco)...
1e0de9c4 03/28/2013 03:07 PM isaacs

2013.03.28, Version 0.10.2 (Stable)

  • npm: Upgrade to 1.2.15
  • uv: Upgrade to 0.10.3
  • tls: handle SSL_ERROR_ZERO_RETURN (Fedor Indutny)
  • tls: handle errors before calling C++ methods (Fedor Indutny)
  • tls: remove harmful unnecessary bounds checking (Marcel Laverdet)...
c274d164 03/20/2013 09:15 PM isaacs

2013.03.21, Version 0.10.1 (Stable)

  • npm: upgrade to 1.2.15
  • crypto: Improve performance of non-stream APIs (Fedor Indutny)
  • tls: always reset this.ssl.error after handling (Fedor Indutny)
  • tls: Prevent mid-stream hangs (Fedor Indutny, isaacs)
  • net: improve arbitrary tcp socket support (Ben Noordhuis)...
8019800c 03/19/2013 03:07 PM Bert Belder

Update .mailmap and AUTHORS

163ca274 03/10/2013 08:36 PM isaacs

2013.03.11, Version 0.10.0 (Stable)

  • npm: Upgrade to 1.2.14
  • core: Append filename properly in dlopen on windows (isaacs)
  • zlib: Manage flush flags appropriately (isaacs)
  • domains: Handle errors thrown in nested error handlers (isaacs)
  • buffer: Strip high bits when converting to ascii (Ben Noordhuis)...
0debf5a8 03/06/2013 04:06 PM isaacs

2013.03.06, Version 0.9.12 (Unstable)

  • stream: Allow strings in Readable.push/unshift (isaacs)
  • stream: Remove bufferSize option (isaacs)
  • stream: Increase highWaterMark on large reads (isaacs)
  • stream: _write: takes an encoding argument (isaacs)
    ...
83392403 03/01/2013 01:59 PM isaacs

2013.03.01, Version 0.9.10 (Unstable)

  • V8: downgrade 3.14.5
  • openssl: update to 1.0.1e
  • darwin: Make process.title work properly (Ben Noordhuis)
  • fs: Support mode/flag options to read/append/writeFile (isaacs)
  • stream: _read() no longer takes a callback (isaacs)...
cb87920b 02/28/2013 10:58 AM Ben Noordhuis

Merge remote-tracking branch 'origin/v0.8'

Conflicts:
AUTHORS
ChangeLog
deps/uv/src/unix/pipe.c
lib/http.js
src/node_version.h

530d8c05 02/25/2013 04:07 PM isaacs

2013.02.25, Version 0.8.21 (Stable)

  • http: Do not free the wrong parser on socket close (isaacs)
  • http: Handle hangup writes more gently (isaacs)
  • zlib: fix assert on bad input (Ben Noordhuis)
  • test: add TAP output to the test runner (Timothy J Fontaine)...
54d20ffb 02/19/2013 04:23 PM isaacs

2013.02.19, Version 0.9.10 (Unstable)

  • V8: Upgrade to 3.15.11.15
  • npm: Upgrade to 1.2.12
  • fs: Change default WriteStream config, increase perf (isaacs)
  • process: streamlining tick callback logic (Trevor Norris)
  • stream_wrap, udp_wrap: add read-only fd property (Ben Noordhuis)...
d75e3979 02/18/2013 01:21 PM isaacs

Merge remote-tracking branch 'ry/v0.8' into master

Conflicts:
AUTHORS
ChangeLog
lib/http.js
src/node_version.h
test/simple/test-http-header-response-splitting.js

e10c7557 02/15/2013 01:50 PM isaacs

2013.02.15, Version 0.8.20 (Stable)

  • npm: Upgrade to v1.2.11
  • http: Do not let Agent hand out destroyed sockets (isaacs)
  • http: Raise hangup error on destroyed socket write (isaacs)
  • http: protect against response splitting attacks (Bert Belder)
4b9f0d19 02/07/2013 12:11 PM isaacs

2013.02.07, Version 0.9.9 (Unstable)

  • tls: port CryptoStream to streams2 (Fedor Indutny)
  • typed arrays: only share ArrayBuffer backing store (Ben Noordhuis)
  • stream: make Writable#end() accept a callback function (Nathan Rajlich)
  • buffer: optimize 'hex' handling (Ben Noordhuis)...
5cc3569f 02/06/2013 07:29 PM isaacs

Merge remote-tracking branch 'ry/v0.8' into master

Conflicts:
AUTHORS
ChangeLog
deps/npm/html/api/bin.html
deps/npm/html/api/bugs.html
deps/npm/html/api/commands.html
deps/npm/html/api/config.html
deps/npm/html/api/deprecate.html
deps/npm/html/api/docs.html...

53978bdf 02/06/2013 11:46 AM isaacs

2013.02.06, Version 0.8.19 (Stable)

  • npm: Upgrade to v1.2.10
  • zlib: pass object size hint to V8 (Ben Noordhuis)
  • zlib: reduce memory consumption, release early (Ben Noordhuis)
  • buffer: slow buffer copy compatibility fix (Trevor Norris)
  • zlib: don't assert on malformed dictionary (Ben Noordhuis)...
5f2f8400 01/24/2013 12:15 PM isaacs

2013.01.24, Version 0.9.8 (Unstable)

  • npm: Upgrade to v1.2.3
  • V8: Upgrade to 3.15.11.10
  • streams: Support objects other than Buffers (Jake Verbaten)
  • buffer: remove float write range checks (Trevor Norris)
  • http: close connection on 304/204 responses with chunked encoding (Ben Noordhuis)...
3d7818fc 01/18/2013 03:58 PM isaacs

Merge remote-tracking branch 'ry/v0.8' into master

Conflicts:
AUTHORS
ChangeLog
src/node_version.h
test/simple/test-buffer.js

2c4eef0d 01/18/2013 03:15 PM isaacs

2013.01.18, Version 0.8.18 (Stable)

  • npm: Upgrade to v1.2.2
  • dns: make error message match errno (Dan Milon)
  • tls: follow RFC6125 more stricly (Fedor Indutny)
  • buffer: reject negative SlowBuffer offsets (Ben Noordhuis)
  • install: add simplejson fallback (Chris Dent)...
9e7bebeb 01/18/2013 02:04 PM isaacs

2013.01.18, Version 0.9.7 (Unstable)

  • V8: Upgrade to 3.15.11.7
  • npm: Upgrade to 1.2.2
  • punycode: Upgrade to 1.2.0 (Mathias Bynens)
  • repl: make built-in modules available by default (Felix Böhm)
  • windows: add support for '_Total' perf counters (Scott Blomquist)...
9313fdc7 01/11/2013 01:49 PM isaacs

2013.01.11, Version 0.9.6 (Unstable)

  • V8: update to 3.15.11.5
  • node: remove ev-emul.h (Ben Noordhuis)
  • path: make basename and extname ignore trailing slashes (Bert Belder)
  • typed arrays: fix sunos signed/unsigned char issue (Ben Noordhuis)
  • child_process: Fix {stdio:'inherit'} regression (Ben Noordhuis)...
97db62b4 01/11/2013 01:18 PM isaacs

Merge remote-tracking branch 'ry/v0.8' into master

Conflicts:
AUTHORS
ChangeLog
Makefile
src/node_version.h

c50c33e9 01/09/2013 07:55 PM isaacs

2012.01.09, Version 0.8.17 (Stable)

  • npm: Upgrade to v1.2.0
    - peerDependencies (Domenic Denicola)
    - node-gyp v0.8.2 (Nathan Rajlich)
    - Faster installs from github user/project shorthands (Nathan Zadoks)
  • typed arrays: fix 32 bit size/index overflow (Ben Noordhuis)...
01994e81 12/29/2012 07:54 PM isaacs

2012.12.30, Version 0.9.5 (Unstable)

  • assert: improve support for new execution contexts (lukebayes)
  • domain: use camelCase instead of snake_case (isaacs)
  • domain: Do not use uncaughtException handler (isaacs)
  • fs: make 'end' work with ReadStream without 'start' (Ben Noordhuis)...
d86d83c7 12/21/2012 03:15 PM isaacs

2012.12.21, Version 0.9.4 (Unstable)

  • streams: Update all streaming interfaces to use new classes (isaacs)
  • node: remove idle gc (Ben Noordhuis)
  • http: protect against response splitting attacks (Bert Belder)
  • fs: Raise error when null bytes detected in paths (isaacs)...
77ed12fe 12/13/2012 07:57 PM isaacs

Merge remote-tracking branch 'ry/v0.8' into master

Conflicts:
AUTHORS
ChangeLog
deps/uv/test/test-spawn.c
deps/uv/uv.gyp
src/cares_wrap.cc
src/node.cc
src/node_version.h
test/simple/test-buffer.js
tools/gyp/pylib/gyp/common.py
tools/install.py

1c9c6277 12/13/2012 02:49 PM isaacs

2012.12.13, Version 0.8.16 (Stable)

  • npm: Upgrade to 1.1.69
  • fs: fix WriteStream/ReadStream fd leaks (Ben Noordhuis)
  • crypto: fix leak in GetPeerCertificate (Fedor Indutny)
  • buffer: Don't double-negate numeric buffer arg (Trevor Norris)
  • net: More accurate IP address validation and IPv6 dotted notation. (Joshua Erickson)
fdf91afb 11/26/2012 11:39 AM isaacs

2012.11.26, Version 0.8.15 (Stable)

  • npm: Upgrade to 1.1.66 (isaacs)
  • linux: use /proc/cpuinfo for CPU frequency (Ben Noordhuis)
  • windows: map WSAESHUTDOWN to UV_EPIPE (Ben Noordhuis)
  • windows: map ERROR_GEN_FAILURE to UV_EIO (Bert Belder)
  • unix: do not set environ unless one is provided (Charlie McConnell)...
ff4c9748 10/25/2012 02:46 PM isaacs

2012.10.25, Version 0.8.13 (Stable)

  • V8: Upgrade to 3.11.10.25
  • npm: Upgrade to 1.1.65
  • url: parse hostnames that start with - or _ (Ben Noordhuis)
  • repl: Fix Windows 8 terminal issue (Bert Belder)
  • typed arrays: use signed char for signed int8s (Aaron Jacobs)...
1ed4c677 10/24/2012 12:21 PM isaacs

2012.10.24, Version 0.9.3 (Unstable)

  • V8: Upgrade to 3.13.7.4
  • crypto: Default to buffers instead of binary strings (isaacs, Fedor Indutny)
  • crypto: add getHashes() and getCiphers() (Ben Noordhuis)
  • unix: add custom thread pool, remove libeio (Ben Noordhuis)...
38c72d4e 10/11/2012 05:34 PM isaacs

2012.10.12, Version 0.8.12 (Stable)

  • npm: Upgrade to 1.1.63
  • crypto: Reduce stability index to 2-Unstable (isaacs)
  • windows: fix handle leak in uv_fs_utime (Bert Belder)
  • windows: fix application crashed popup in debug version (Bert Belder)
  • buffer: report proper retained size in profiler (Ben Noordhuis)...
e3ee289c 10/10/2012 05:14 PM Ben Noordhuis

Update AUTHORS and .mailmap

ae40f1c4 09/28/2012 12:47 PM isaacs

Merge remote-tracking branch 'ry/v0.8' into v0.8-merge

Conflicts:
AUTHORS
ChangeLog
deps/openssl/openssl.gyp
deps/uv/src/unix/linux/linux-core.c
deps/uv/src/unix/process.c
deps/uv/src/unix/stream.c
deps/v8/src/arm/builtins-arm.cc
deps/v8/src/arm/code-stubs-arm.cc...

0bc273da 09/25/2012 04:48 PM isaacs

2012.09.25, Version 0.8.10 (Stable)

  • npm: Upgrade to 1.1.62
  • repl: make invalid RegExps throw in the REPL (Nathan Rajlich)
  • v8: loosen artificial mmap constraint (Bryan Cantrill)
  • process: fix setuid() and setgid() error reporting (Ben Noordhuis)
    ...
3301c90f 09/18/2012 02:57 AM Fedor Indutny

authors: add @tasogarepg to AUTHORS

6e205588 09/17/2012 08:54 PM isaacs

2012.09.17, Version 0.9.2 (Unstable)

  • http_parser: upgrade to ad3b631
  • openssl: upgrade 1.0.1c
  • darwin: use FSEvents to watch directory changes (Fedor Indutny)
  • unix: support missing API on NetBSD (Shigeki Ohtsu)
  • unix: fix EMFILE busy loop (Ben Noordhuis)...
bf16d928 08/27/2012 08:54 PM Bert Belder

Merge branch 'v0.8'

Conflicts:
ChangeLog
deps/openssl/openssl.gyp
src/node_version.h

a299c97b 08/22/2012 02:03 PM isaacs

2012.08.22, Version 0.8.8 (Stable)

  • V8: upgrade to 3.11.10.19
  • npm: upgrade to 1.1.59
  • windows: fix uninitialized memory access in uv_update_time() (Bert Belder)
  • unix, windows: fix memory corruption in fs-poll.c (Ben Noordhuis)
  • unix: fix integer overflow in uv_hrtime (Tim Holy)...
a177f55b 08/17/2012 07:05 AM Ben Noordhuis

Merge remote-tracking branch 'origin/v0.8'

Conflicts:
ChangeLog
src/node_version.h
test/message/stdin_messages.out
tools/install.py

f640c5d3 08/15/2012 06:52 PM isaacs

2012.08.15, Version 0.8.7 (Stable)

  • npm: Upgrade to 1.1.49
  • website: download page (Golo Roden)
  • crypto: fix uninitialized memory access in openssl (Ben Noordhuis)
  • buffer, crypto: fix buffer decoding (Ben Noordhuis)
  • build: compile with -fno-tree-vrp when gcc >= 4.0 (Ben Noordhuis)...
0544a586 08/07/2012 02:56 PM isaacs

2012.08.07, Version 0.8.6 (Stable)

  • npm: Upgrade to v1.1.48
  • Add 'make binary' to build binary tarballs for all Unixes (Nathan Rajlich)
  • zlib: Emit 'close' on destroy(). (Dominic Tarr)
  • child_process: Fix stdout=null when stdio=['pipe'] (Tyler Neylon)...
3bf1846b 08/03/2012 07:23 PM isaacs

Merge remote-tracking branch 'ry/v0.8'

Conflicts:
ChangeLog
deps/uv/src/unix/sunos.c
deps/uv/test/test-tcp-unexpected-read.c
src/node_version.h

9b86a445 08/02/2012 04:56 PM isaacs

2012.08.02, Version 0.8.5 (Stable)

  • node: tag Encode and friends NODE_EXTERN (Ben Noordhuis)
  • fs: fix ReadStream / WriteStream missing callback (Gil Pedersen)
  • fs: fix readFileSync("/proc/cpuinfo") regression (Ben Noordhuis)
  • installer: don't assume bash is installed (Ben Noordhuis)...
e5498331 07/26/2012 02:58 PM isaacs

Merge remote-tracking branch 'ry/v0.8'

Conflicts:
AUTHORS
ChangeLog
src/node_version.h

f98562fc 07/24/2012 08:06 PM isaacs

2012.07.25, Version 0.8.4 (Stable)

  • V8: Upgrade to 3.11.10.17
  • npm: Upgrade to 1.1.45
  • net: fix Socket({ fd: 42 }) api (Ben Noordhuis)
  • readline: Remove event listeners on close (isaacs)
  • windows: correctly prep long path for fs.exists(Sync) (Bert Belder)...
f9b237f4 07/20/2012 02:08 PM isaacs

2012.07.20, Version 0.9.0 (Unstable)

  • punycode: update to v1.1.1 (Mathias Bynens)
  • c-ares: upgrade to 1.9.0 (Saúl Ibarra Corretgé)
  • dns: ignore rogue DNS servers reported by windows (Saúl Ibarra Corretgé)
  • unix: speed up uv_async_send() (Ben Noordhuis)...
60bf2d6c 07/19/2012 01:01 PM isaacs

2012.07.19, Version 0.8.3 (Stable)

  • V8: upgrade to 3.11.10.15
  • npm: Upgrade to 1.1.43
  • net: fix net.Server.listen({fd:x}) error reporting (Ben Noordhuis)
  • net: fix bogus errno reporting (Ben Noordhuis)
  • build: Move npm shebang logic into an npm script (isaacs)...
d2e40f66 07/11/2012 09:30 PM Bert Belder

Merge branch 'v0.6' into v0.8

2a8380ce 07/09/2012 11:28 AM Bert Belder

Update AUTHORS

f4369d76 07/09/2012 10:55 AM Bert Belder

Add a .mailmap file, and clean up AUTHORS somewhat

  • A mailmap makes it easier to keep track of contributors.
  • Changes to the AUTHORS file:
    - fix misspellings
    - add missing/incomplete names
    - remove duplicate mentions
  • No names were added to or removed from the AUTHORS list.
2134aa3d 06/29/2012 05:11 AM isaacs

2012.06.29, Version 0.8.1 (stable)

  • V8: upgrade to v3.11.10.12
  • npm: upgrade to v1.1.33
    - Support for parallel use of the cache folder
    - Retry on registry timeouts or network failures (Trent Mick)
    - Reduce 'engines' failures to a warning
    - Use new zsh completion if aviailable (Jeremy Cantrell)...
38250f9a 06/21/2012 08:09 PM Joe Shaw

authors: update email address

Closes #3507.

8d9766a9 06/11/2012 11:19 AM isaacs

2012.06.11, Version 0.7.10 (unstable)

  • Roll V8 back to 3.9.24.31
  • build: x64 target should always pass -m64 (Robert Mustacchi)
  • add NODE_EXTERN to node::Start (Joel Brandt)
  • repl: Warn about running npm commands (isaacs)
  • slab_allocator: fix crash in dtor if V8 is dead (Ben Noordhuis)...
debf552e 06/05/2012 08:46 PM isaacs

2012.06.06 Version 0.6.19 (stable)

  • npm: upgrade to 1.1.24
  • fs: no end emit after createReadStream.pause() (Andreas Madsen)
  • vm: cleanup module memory leakage (Marcel Laverdet)
  • unix: fix loop starvation under high network load (Ben Noordhuis)
  • unix: remove abort() in ev_unref() (Ben Noordhuis)...
782277f1 05/28/2012 11:03 PM isaacs

2012.05.28, Version 0.7.9 (unstable)

  • Upgrade V8 to 3.11.1
  • Upgrade npm to 1.1.23
  • uv: rework reference counting scheme (Ben Noordhuis)
  • uv: add interface for joining external event loops (Bert Belder)
  • repl, readline: Handle Ctrl+Z and SIGCONT better (Nathan Rajlich)...
01d146c2 05/04/2012 06:12 PM isaacs

Merge remote-tracking branch 'ry/v0.6' into v0.6-merge

Conflicts:
ChangeLog
Makefile
deps/npm/AUTHORS
deps/npm/html/api/bin.html
deps/npm/html/api/bugs.html
deps/npm/html/api/commands.html
deps/npm/html/api/config.html
deps/npm/html/api/deprecate.html...

ab60efb5 05/04/2012 01:57 PM isaacs

Update Authors

a1d19396 04/30/2012 04:09 PM isaacs

2012.04.30 Version 0.6.16 (stable)

  • Upgrade V8 to 3.6.6.25
  • Upgrade npm to 1.1.19
  • Windows: add mappings for UV_ENOENT (Bert Belder)
  • linux: add IN_MOVE_SELF to inotify event mask (Ben Noordhuis)
  • unix: call pipe handle connection cb on accept() error (Ben Noordhuis)...
ecca7525 04/18/2012 02:57 PM isaacs

Merge remote-tracking branch 'ry/v0.6' into master

Conflicts:
AUTHORS
ChangeLog
LICENSE
Makefile
deps/http_parser/test.c
deps/npm/AUTHORS
deps/npm/html/api/bin.html
deps/npm/html/api/bugs.html
deps/npm/html/api/commands.html
deps/npm/html/api/config.html...

c2b47097 04/18/2012 12:37 PM isaacs

2012.04.18, Version 0.7.8, (unstable)

  • Upgrade V8 to 3.9.24.9
  • Upgrade OpenSSL to 1.0.0f
  • Upgrade npm to 1.1.18
  • Show licenses in Binary installers
  • Domains (isaacs)
  • readline: rename "end" to "close" (Nathan Rajlich)
  • tcp: make getsockname() return address family as string (Shigeki Ohtsu)...
5cda2542 03/29/2012 11:20 PM isaacs

2012.03.30, Version 0.7.7 (unstable)

  • Upgrade V8 to 3.9.24.7
  • Upgrade npm to 1.1.15
  • Handle Emoji characters properly (Erik Corry, Bert Belder)
  • readline: migrate ansi/vt100 logic from tty to readline (Nathan Rajlich)
  • readline: Fix multiline handling (Alex Kocharin)...
e513ffef 03/23/2012 11:01 AM isaacs

2012.03.22 Version 0.6.14 (stable)

  • net: don't crash when queued write fails (Igor Zinkovsky)
  • sunos: fix EMFILE on process.memoryUsage() (Bryan Cantrill)
  • crypto: fix compile-time error with openssl 0.9.7e (Ben Noordhuis)
  • unix: ignore ECONNABORTED errors from accept() (Ben Noordhuis)...
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...
73806b56 02/22/2012 11:58 PM isaacs

Add new authors

186960fe 02/21/2012 03:04 PM isaacs

Add Håvard Stranden to AUTHORS file

3817b12f 02/21/2012 03:03 PM isaacs

Add Håvard Stranden to AUTHORS file

31721da4 02/18/2012 12:46 PM isaacs

Merge remote-tracking branch 'ry/v0.6' into v0.6-merge

Conflicts:
AUTHORS
ChangeLog
Makefile
doc/about/index.html
doc/api/tls.markdown
doc/community/index.html
doc/index.html
doc/logos/index.html
doc/template.html
lib/http.js
lib/tls.js
src/node_version.h...

1eb1fe32 02/17/2012 03:39 PM isaacs

2012.02.17 Version 0.6.11 (stable)

  • http: allow multiple WebSocket RFC6455 headers (Einar Otto Stangvik)
  • http: allow multiple WWW-Authenticate headers (Ben Noordhuis)
  • windows: support unicode argv and environment variables (Bert Belder)
  • tls: mitigate session renegotiation attacks (Ben Noordhuis)...
de21de92 02/14/2012 05:34 PM isaacs

2012.02.14, Version 0.7.4 (unstable)

  • Upgrade V8 to 3.9.5
  • Upgrade npm to 1.1.1
  • build: Detect host_arch better (Karl Skomski)
  • debugger: export `debug_port` to `process` (Fedor Indutny)
  • api docs: CSS bug fixes (isaacs)
  • build: use -fPIC for native addons on UNIX (Nathan Rajlich)...
f19e20d3 01/27/2012 07:32 PM isaacs

2012.01.27, Version 0.6.9 (stable)

  • dgram: Bring back missing functionality for Unix (Dan VerWeire, Roman Shtylman, Ben Noordnuis)
    - Note: Windows UDP support not yet complete.
  • http: Fix parser memory leak (koichik)
  • zlib: Fix #2365 crashes on invalid input (Nicolas LaCasse)...
d18cebaf 01/19/2012 09:29 PM isaacs

2012.01.19, Version 0.6.8 (stable)

  • Update V8 to 3.6.6.19
  • Numeric key hash collision fix for V8 (Erik Corry, Fedor Indutny)
  • Add missing TTY key translations for F1-F5 on Windows (Brandon Benvie)
  • path.extname bugfix with . and .. paths (Bert Belder)...
d5a189ac 01/06/2012 07:31 PM isaacs

2012.01.06, Version 0.6.7 (stable)

  • V8 hash collision fix (Breaks MIPS) (Bert Belder, Erik Corry)
  • Upgrade V8 to 3.6.6.15
  • Upgrade npm to 1.1.0-beta-10 (isaacs)
  • many doc updates (Ben Noordhuis, Jeremy Martin, koichik, Dave Irvine,
    Seong-Rak Choi, Shannen, Adam Malcontenti-Wilson, koichik)...
9a059ea6 12/15/2011 01:55 PM isaacs

2011.12.14, Version 0.6.6 (stable)

  • npm update to 1.1.0-beta-4 (Isaac Z. Schlueter)
  • cli: fix output of --help (Ben Noordhuis)
  • new website
  • pause/resume semantics for stdin (Isaac Z. Schlueter)
  • Travis CI integration (Maciej Małecki)
  • child_process: Fix bug regarding closed stdin (Ben Noordhuis)...
170f2add 11/11/2011 05:56 PM Ryan Dahl

Bump version to v0.6.1

865b0778 11/05/2011 02:48 AM Ryan Dahl

Bump version to v0.6.0

3961b5a1 10/26/2011 02:00 PM Zachary Scott

docs: update email address

220e61c1 10/21/2011 09:46 PM Ryan Dahl

Bump version to v0.5.10

3bd9b08f 10/10/2011 09:18 PM Ryan Dahl

Bump version to v0.5.9

55824116 09/16/2011 08:54 PM Ryan Dahl

Bump version to v0.5.7

f1996ffe 08/26/2011 04:16 PM Ryan Dahl

Merge remote branch 'origin/v0.4'

Conflicts:
AUTHORS
ChangeLog
doc/api/stdio.markdown
doc/index.html
doc/template.html
lib/net.js
src/node_version.h
test/simple/test-child-process-customfd-bounded.js
test/simple/test-console-not-call-toString.js

a745d19c 08/17/2011 09:18 PM Ryan Dahl

Bump version to v0.4.11

08ffce1a 07/22/2011 06:55 AM Ryan Dahl

Bump version to v0.5.2