Activity

From 12/10/2013 to 01/08/2014

01/08/2014

04:08 PM Revision 0afdfae0 (main_repo): configure: always set `arm_float_abi`
When not specified as a configure flag, and not derived from system
configuration, `arm_float_abi` should be set to `...
Fedor Indutny
03:00 PM Revision 730e511b (main_repo): child_process: better error reporting for exec
Report path to executable and argv on error, stderr is not enough in
many cases.
fix #6796
Fedor Indutny
02:40 PM Revision 4800310f (main_repo): deps: fix openssl assembly error on ia32 win32
`x86masm.pl` was mistakenly using .486 instruction set, why `cpuid` (and
perhaps others) are requiring .686 .
Fedor Indutny
02:39 PM Revision fc7e217a (main_repo): doc: fix typo in cluster page
Lorenz Leutgeb

01/07/2014

05:43 PM Revision 39059860 (main_repo): deps: update openssl to 1.0.1f
Fedor Indutny
05:05 PM Revision 30b3bc2f (main_repo): uv: Upgrade to v0.10.22
Timothy J Fontaine
02:35 PM Revision f057c704 (main_repo): build: unconditionally disable -Werror
Forcibly disable -Werror, the old { 'werror': '' } hack in node.gyp
no longer works with newer versions of V8.
We su...
Ben Noordhuis
08:02 PM Revision 1be93659 (main_repo): npm: Upgrade to 1.3.23
isaacs

01/05/2014

10:44 AM Revision b922b5e9 (main_repo): stream: writes may return false but forget to emit drain
If a write is above the highWaterMark, _write still manages to
fully send it synchronously, _writableState.length wil...
ayanamist
08:15 AM Revision e1f4f6aa (main_repo): doc: Add forward secrecy section to TLS docs
This fixes confusion connected to comparison of ECDH
with RSA and wrong information on forward secrecy.
Lorenz Leutgeb
07:42 AM Revision 92b64170 (main_repo): crypto: introduce .setEngine(engine, [flags])
Fedor Indutny

01/04/2014

07:48 PM Revision a40b4636 (main_repo): node: properly check uid when adding AsyncListener
Instead of checking the uid on the array index of the queue, instead the
object property "uid" was checked on the que...
Trevor Norris

01/03/2014

04:20 PM Revision d9fc6af3 (main_repo): node: change AsyncListener API
There was a flaw in the old API that has been fixed. Now the
asyncListener callback is now the "create" object proper...
Trevor Norris

01/01/2014

07:28 PM Revision 13eb17f4 (main_repo): Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
07:24 PM Revision aa56d9d3 (main_repo): blog: Post for v0.11.10
Timothy J Fontaine
07:21 PM Revision c3e26d64 (main_repo): Now working on 0.11.11
Timothy J Fontaine
07:20 PM Revision c039bc3a (main_repo): Merge branch 'v0.11.10-release'
Timothy J Fontaine

12/31/2013

06:37 PM Revision 66931791 (main_repo): 2013.12.31, Version 0.11.10 (Unstable)
* http_parser: update to 2.2
* uv: Upgrade to v0.11.17
* v8: Upgrade to 3.22.24.10
* buffer: optimize writeInt* me...
Timothy J Fontaine
06:02 PM Revision 5ce4f3ec (main_repo): v8: Upgrade to 3.22.24.10
Timothy J Fontaine
05:57 PM Revision 08c83bb1 (main_repo): Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
05:52 PM Revision 5a8de857 (main_repo): doc: document that `process.send` is synchronous
Ref #2598 Maciej Małecki
05:48 PM Revision ffb718b5 (main_repo): doc: clarify process on exit safe usage
Timothy J Fontaine
05:38 PM Revision 39172320 (main_repo): docs: process.on('exit') receives exit code
The fact that the "exit" event passes the exit code as an argument
as omitted from the documentation. This adds the e...
Ron Korving
05:30 PM Revision bddea032 (main_repo): dns: add resolveSoa and 'SOA' rrtype
You can now query for SOA records by either passing 'SOA' to `resolve`
or by using the new `resolveSoa`
Tuğrul Topuz
04:56 PM Revision 13de0f1d (main_repo): Merge remote-tracking branch 'upstream/v0.10'
Conflicts:
lib/cluster.js
lib/dgram.js
lib/net.js
Timothy J Fontaine
02:57 PM Revision 6f8aa24d (main_repo): test: fix test-cluster-eaccess to work on windows
Timothy J Fontaine
02:43 PM Revision cb1646f4 (main_repo): test: fix assumption of worker exit on disconnect
Master was disconnecting its workers as soon as they both started up.
Meanwhile, the workers were trying to listen. I...
Sam Roberts
02:43 PM Revision 876d3bd8 (main_repo): cluster: do not synchronously emit 'setup' event
This is a problem present in both v0.10, and v0.11, where the 'setup'
event is synchronously emitted by `cluster.setu...
Sam Roberts
02:43 PM Revision dce35146 (main_repo): cluster: only forcibly exit worker on unclean exit
Fix inadvertent v0.11 changes to the definition of suicide, particularly
the relationship between suicide state, the ...
Sam Roberts
02:43 PM Revision 6f40abe2 (main_repo): cluster: disconnect callback should always occur
Fixes issue in 0.11 where callback doesn't occur if worker count is
currently zero. In 0.10 callback occurs after wo...
Sam Roberts
02:43 PM Revision 3c649703 (main_repo): cluster: replace erroneous comma with semicolon
Sam Roberts
01:33 PM Revision 8590f810 (main_repo): uv: Upgrade to v0.11.17
Timothy J Fontaine
12:47 PM Revision 3e9f2e61 (main_repo): cluster: report more errors to workers
Some errors for listening and binding to a socket were not properly
delivered to workers.
fix #6767
Fedor Indutny
04:46 AM Revision 58d6ca3a (main_repo): doc: Fix doc heading for 'response' event
Add colon to event heading to ensure it matches other events.
Fixes joyent/node#5687
Benjamin Waters

12/30/2013

06:55 PM Revision 3dcb71f9 (main_repo): Merge remote-tracking branch 'upstream/v0.10'
Timothy J Fontaine
06:52 PM Revision cb5da7b4 (main_repo): deps: update gyp to 828ce09
Fedor Indutny
05:58 PM Revision 7ced966a (main_repo): timers: setImmediate v8 optimization fix
Prevent v8 disabling optimization for scenario "bad value context for
arguments value".
Solves #6631
Signed-off-by:...
pflannery
02:44 PM Revision 34b9280d (main_repo): doc: Fix missing backtick in debugger doc
Dav Glass
02:41 PM Revision 8d3bc88b (main_repo): querystring: remove `name` from `stringify()`
QueryString.stringify() allowed a fourth argument that was used as a
conditional in the return value, but was undocum...
Yorkie

12/28/2013

07:58 AM Revision d2d56d04 (main_repo): build: add settings for VS 2013 to vcbuild.bat
Search for VS2013 compiler 1st, before falling back to older ones. This
allows compiling using the latest VS2013.
Lev Gimelfarb

12/27/2013

11:06 AM Revision 96dffb12 (main_repo): deps: update gyp to 828ce09
Fedor Indutny

12/26/2013

12:17 PM Revision 8c4b2c35 (main_repo): doc: Missing word 'are' in documentation
Fix simple spelling mistake in documentation.
fix #5808
Benjamin Waters
10:15 PM Revision 7f82faee (main_repo): npm: Upgrade to v1.3.22
isaacs

12/23/2013

06:08 AM Revision 055f7e9d (main_repo): src: only access stack of non-null errors
Avoid segmentation fault when `null` is thrown Vladimir Kurchatkin

12/21/2013

09:57 PM Revision 82098bb9 (main_repo): util: introduce CHECK_EQ/CHECK_NE
Fedor Indutny

12/20/2013

04:44 PM Revision 87cde442 (main_repo): Revert "util: more strict check for bool/number/string"
This reverts commit 95ee84fabe0b028ef964cc1032cd56a6cf89cb0e. Trevor Norris
04:03 PM Revision 7c3643b7 (main_repo): tls: reintroduce socket.encrypted
Just a property that is always `true` for TLS sockets.
fix #6735
Fedor Indutny
04:01 PM Revision 2ca69051 (main_repo): buffer: optimize writeInt* methods
Remove unnecessary encoding within writeInt* Paul Loyd
03:47 PM Revision 54da818e (main_repo): events: move EE c'tor guts to EventEmitter.init
After landing 6ed861d it is no longer possible to reliably monkey-patch
the EventEmitter constructor. However there's...
Bert Belder
02:03 PM Revision 55b0bd63 (main_repo): build: install common.gypi along with headers
node-gyp requires this file T.C. Hollingsworth
11:40 AM Revision f030d842 (main_repo): test: fix flaky unit test test-fs-realpath.js
The test was not performing proper cleanup and so it would
fail if run more than one time on the same machine.
Alexis Campailla
10:23 AM Revision ea18aecc (main_repo): test: case insensitve path comparison on Windows
Windows needs case insensitive comparison when it comes to
path strings.
Alexis Campailla
08:55 AM Revision 7ffe2ad6 (main_repo): http: parse the status message in a http response.
Cam Swords
08:33 AM Revision a35a2f01 (main_repo): deps: update http_parser to 2.2
Main changes:
* Added support for http statusMessage
Fedor Indutny

12/19/2013

05:59 PM Revision a15c44b1 (main_repo): doc: describe the local domain path on Windows
The UNIX domain is also known as the LOCAL domain (AF_LOCAL), and
node/libuv implements it on Windows using named pip...
Sam Roberts
12:33 PM Revision 5b96d6ba (main_repo): Merge remote-tracking branch 'upstream/v0.10'
Conflicts:
ChangeLog
deps/uv/AUTHORS
deps/uv/ChangeLog
deps/uv/src/version.c
deps/v8/src/log-utils.cc
src/node_...
Timothy J Fontaine
12:05 PM Revision f84c7a27 (main_repo): blog: Post for v0.10.24
Timothy J Fontaine
12:05 PM Revision 00e28ee6 (main_repo): Now working on 0.10.25
Timothy J Fontaine
12:03 PM Revision 696ae46f (main_repo): Merge branch 'v0.10.24-release' into v0.10
Timothy J Fontaine
06:43 AM Revision 59fb0185 (main_repo): crypto: remove unnecessary OpenSSL_add_all_digests
`OpenSSL_add_all_algorithms` implicitly adds both digests and
ciphers. No need in calling `OpenSSL_add_all_digests` a...
Yorkie
03:51 AM Revision 2394b974 (main_repo): deps: v8 apply temporary fix until backport
Fix node.js debug build with a temporary v8 fix until the v8 team will
backport the fix from the more recent version ...
Fedor Indutny
03:44 AM Revision 9be6470b (main_repo): windows: fix dns lookup of localhost with ipv6
Removing a hack intended to shortcut the resolution of 'localhost'
but which doesn't work for ipv6.
This was introduc...
Alexis Campailla

12/18/2013

06:49 PM Revision b7fd6bc8 (main_repo): 2013.12.18, Version 0.10.24 (Stable)
* uv: Upgrade to v0.10.21
* npm: upgrade to 1.3.21
* v8: backport fix for CVE-2013-{6639|6640}
* build: unix insta...
Timothy J Fontaine
06:42 PM Revision 9371be0a (main_repo): uv: Upgrade to v0.10.21
Timothy J Fontaine
06:36 PM Revision 2eaef9f6 (main_repo): cluster, v8: fix --logfile=%p.log
The %p is replaced with the current PID. This used to work in node.js
v0.9.7 but it seems to have been lost somewher...
Ben Noordhuis
06:16 PM Revision cdc038ce (main_repo): vm: fix race condition in timeout
Eliminate a race condition between uv_async_send and the closing of the
corresponding handle.
Also made errors in Wa...
Alexis Campailla
06:06 PM Revision 32478acf (main_repo): build: unix install node and dep library headers
Restores functionality from v0.8 where module authors may not be
relying on gyp for building their modules.
Timothy J Fontaine
08:58 AM Revision 95ee84fa (main_repo): util: more strict check for bool/number/string
Yorkie

12/17/2013

05:33 PM Revision 2a741f2d (main_repo): npm: upgrade to 1.3.21
isaacs
12:04 PM Revision e10c223e (main_repo): npm: upgrade to 1.3.20
The 1.3.19 release had a critical bug: any packages published with it
could not be installed, because the shasum woul...
isaacs
02:09 AM Revision 97738994 (main_repo): npm: Upgrade to 1.3.19
isaacs

12/15/2013

05:24 AM Revision 8a79cca8 (main_repo): crypto: comment change on disabling compression
This is a comment change, where it originally says disabling TLS
Compression protects against BEAST attack. But in fa...
Ahamed Nafeez

12/13/2013

06:16 PM Revision 8803aa3a (main_repo): deps: update v8 to 3.22.24.9
Fedor Indutny
06:03 PM Revision 6b4dc613 (main_repo): Merge branch 'v0.10'
Conflicts:
deps/v8/src/elements-kind.cc
deps/v8/src/elements-kind.h
deps/v8/src/hydrogen-instructions.h
deps/v8/s...
Fedor Indutny
05:55 PM Revision 39e2426b (main_repo): v8: backport fix for CVE-2013-{6639|6640}
Quoting CVE-2013-6639:
The DehoistArrayIndex function in hydrogen-dehoist.cc in Google V8
before 3.22.24.7, ...
jkummerow@chromium.org
01:35 PM Revision f61d9405 (main_repo): uv: Upgrade to v0.11.16
Fedor Indutny

12/12/2013

02:32 PM Revision 069dd07a (main_repo): Merge remote-tracking branch 'upstream/v0.10'
Conflicts:
AUTHORS
ChangeLog
deps/uv/.mailmap
deps/uv/ChangeLog
deps/uv/build.mk
deps/uv/src/unix/darwin.c
dep...
Timothy J Fontaine
12:38 PM Revision 1d5e7974 (main_repo): module: only cache package main
Wyatt Preul
12:31 PM Revision 4d548966 (main_repo): test: use s_client instead of curl
fixes #6647 Lalit Kapoor
01:11 AM Revision bb1575b4 (main_repo): Now working on 0.10.24
Timothy J Fontaine
01:11 AM Revision 7dca8d71 (main_repo): blog: Post for v0.10.23
Timothy J Fontaine
01:11 AM Revision 593672c3 (main_repo): Merge branch 'v0.10.23-release' into v0.10
Timothy J Fontaine
12:20 AM Revision 0462bc23 (main_repo): 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 ...
Timothy J Fontaine
11:41 PM Revision 4bc2ec90 (main_repo): doc: fix typos in node.1
Nicolas Kaiser
11:39 PM Revision f89a7185 (main_repo): doc: mention `binary` as deafult for Hash strings
Mathias Bynens
11:29 PM Revision 04d52270 (main_repo): doc: "finish" event is on the writable stream
Gabriel Farrell
11:24 PM Revision 910bc3c0 (main_repo): uv: Upgrade v0.10.20
Timothy J Fontaine
11:06 PM Revision 4ec189b2 (main_repo): gyp: update to 78b26f7
Timothy J Fontaine

12/11/2013

01:20 PM Revision a22de4f7 (main_repo): npm: Upgrade to 1.3.17
isaacs
12:21 PM Revision 6f3d6038 (main_repo): gyp: build openssl-cli tool and use it in tests
fix #6663 Fedor Indutny
12:21 PM Revision 153784b3 (main_repo): openssl: fix keypress requirement in apps on win32
Original source:
http://openssl.6102.n7.nabble.com/PATCH-s-client-Fix-keypress-requirement-with-redirected-input-on-...
Fedor Indutny
01:16 AM Revision c5d49ba9 (main_repo): test: test-os fix win32 localhost assumption
The test is expecting an invalid result for the loopback
interface network mask, but this issue was fixed in
libuv co...
Alexis Campailla
01:13 AM Revision ceea1e84 (main_repo): test: test-os win32 adhere standard tmp resolution
The test is making the wrong assumptions about the
value of os.tmpdir() on Windows
Alexis Campailla

12/10/2013

02:36 PM Revision ba706bac (main_repo): Merge branch 'v0.10'
Conflicts:
src/node_file.cc
Fedor Indutny
02:17 PM Revision f16edd26 (main_repo): fs: report correct path when EEXIST
When `symlink`, `link` or `rename` report EEXIST, ENOTEMPTY or EPERM -
the destination file name should be included i...
Fedor Indutny
02:06 PM Revision 1e066e4a (main_repo): Merge branch 'v0.10'
Conflicts:
lib/tls.js
src/node_crypto.cc
src/node_crypto.h
Fedor Indutny
01:56 PM Revision 4a2792cd (main_repo): tls: emit 'end' on .receivedShutdown
NOTE: Also removed `.receivedShutdown` method of `Connection` it wasn't
documented anywhere, and was rewritten with `...
Fedor Indutny
01:28 PM Revision c17449df (main_repo): tls_wrap: bump kClearOutChunkSize to 16kb
Fedor Indutny
01:11 PM Revision 92bbd60a (main_repo): build: only whole archive on static v8 builds
Closes #6629 Timothy J Fontaine
01:08 PM Revision 78cd4533 (main_repo): test: make fs-watch-recursive less racy
FSEventStream may emit events that happened right before it has started.
Ignore changes emitted for the directory its...
Fedor Indutny
12:33 PM Revision 259d4496 (main_repo): src: only access stack of defined errors
Avoid segmentation fault when `undefined` is thrown Vladimir Kurchatkin
11:09 AM Revision f9e3364a (main_repo): test: fix create-file test fixture
This was failing if the file didn't already exist.
Fixes unit tests on Windows:
* test\simple\test-http-curl-chunk-...
Alexis Campailla
 

Also available in: Atom