Activity

From 03/13/2012 to 04/11/2012

04/12/2012

09:26 PM Revision 04271a5e (main_repo): gyp: Apply 'argument too long' fix in another place
For some reason, aa5961a445acbd2b533ef870eb19733be7b7ede5 caused
'make test' to rebuild the entire project every time...
isaacs

04/11/2012

07:34 PM Revision 1c88c3b3 (main_repo): Disable OpenSSL UI
Bert Belder
07:34 PM Revision 916b5d1f (main_repo): test: merge tls-ext-key-usage into tls-securepair-client
Ben Noordhuis
07:34 PM Revision 6cbed959 (main_repo): test: fix openssl tests
Don't assume that the libcrypto and libssl that we're linked against is the same
version as the openssl command line ...
Ben Noordhuis
07:34 PM Revision 2639566c (main_repo): build: configure openssl
* compile with -DOPENSSL_NO_SOCK and -DOPENSSL_NO_DGRAM, we don't need it
* compile with -DOPENSSL_NO_GOST and -DOPEN...
Ben Noordhuis
07:34 PM Revision 30e7fb73 (main_repo): deps: upgrade openssl to 1.0.0f
Ben Noordhuis
07:34 PM Revision 0f9d2011 (main_repo): deps: reapply 0110c90 to bundled openssl
Ben Noordhuis
07:34 PM Revision 3694b691 (main_repo): deps: reapply 0a34755 to bundled openssl
Ben Noordhuis
07:34 PM Revision aa5961a4 (main_repo): gyp: fix 'argument list too long' build error
Ben Noordhuis
06:59 PM Revision e9dcfd4b (main_repo): Revert "deps: upgrade libuv to 3c41597"
This reverts commit 0db4dc0024eaa538bf4913d6bf256a18126de2ba.
This commit makes a lot of tests fail due to reference...
Ben Noordhuis
04:02 PM Revision 3ec84a11 (main_repo): Slab allocator: don't attempt to shrink a non-buffer
Bert Belder
02:16 PM Revision 9b7a6c52 (main_repo): configure: output a newline at the end of config.gypi
Nathan Rajlich
02:16 PM Revision fdeeabba (main_repo): configure: don't use "with" for Python 2.5 and older
Nathan Rajlich
09:35 PM Revision e0660740 (main_repo): Fix #3089 Build changelog.html for website
isaacs
09:34 PM Revision 3ba9519f (main_repo): Makefile: minor nit
isaacs
09:31 PM Revision 8b82abb9 (main_repo): Fix #3089 Build changelog.html for website
isaacs
09:22 PM Revision d0365fd2 (main_repo): Makefile: minor nit
isaacs

04/10/2012

05:39 PM Revision 7b71fd0c (main_repo): build: add comment explaining MACOSX_DEPLOYMENT_TARGET.
Nathan Rajlich
05:38 PM Revision 70a5b53e (main_repo): Re-apply "build: target OSX 10.5 when building on darwin"
This reverts commit 93eca95aece9804d22b012cc89487f4b0064a86d.
Fixes #3072 (once again).
Nathan Rajlich
05:32 PM Revision 0db4dc00 (main_repo): deps: upgrade libuv to 3c41597
Ben Noordhuis

04/09/2012

01:34 PM Revision e8067cb6 (main_repo): Now working on v0.6.16
isaacs
01:34 PM Revision 163d3cdf (main_repo): Merge branch 'v0.6.15-release' into v0.6
isaacs
12:03 PM Revision f160a45b (main_repo): 2012.04.09 Version 0.6.15 (stable)
* Update npm to 1.1.16
* Show licenses in binary installers.
* unix: add uv_fs_read64, uv_fs_write64 and uv_fs_ftru...
isaacs
12:03 PM Revision c75f71dd (main_repo): fs.WriteStream: Handle modifications to fs.open
If the fs.open method is modified via AOP-style extension, in between
the creation of an fs.WriteStream and the proce...
isaacs
11:39 AM Revision 06ada03e (main_repo): fs.WriteStream: Handle modifications to fs.open
If the fs.open method is modified via AOP-style extension, in between
the creation of an fs.WriteStream and the proce...
isaacs
01:31 AM Revision 93eca95a (main_repo): Revert "build: target OSX 10.5 when building on darwin"
This reverts commit b6d6a54f8057d0adad13d4bcc11eb3f443079ddc,
which fixed #3072, so we'll have to figure out another ...
isaacs

04/07/2012

07:53 PM Revision 45b772d8 (main_repo): fs.readFile: Emit 'close' if we don't expect a close later
This fixes a regression introduced by 40b7302 isaacs
07:37 PM Revision 08e2e570 (main_repo): Make rules for release blog post and email message
isaacs
07:29 PM Revision 57d72201 (main_repo): website: Add October Sky JS and Node.js Hispano
isaacs
07:20 PM Revision e81a5e9c (main_repo): Remove stray comment from LICENSE file
isaacs

04/06/2012

07:15 PM Revision ba055115 (main_repo): Windows: installer shows license agreement dialog
Bert Belder
07:15 PM Revision 13304194 (main_repo): Windows: add build step that generates license.rtf from LICENSE
Bert Belder
07:15 PM Revision c9f17305 (main_repo): Mac installer shows license
ref #3056 Ryan Dahl
07:15 PM Revision cf75619b (main_repo): Include text of licenses in LICENSE file
For easy inclusion in binary distributions. ref #3056 Ryan Dahl
07:15 PM Revision 331cd7c2 (main_repo): Fix links to libev and libeio licenses
Ryan Dahl
07:13 PM Revision 78eb174e (main_repo): readline: use StringDecoder for decoding "normal" data
The fix from #3059 was not handling multi-byte utf8 data properly. Nathan Rajlich
07:13 PM Revision 8652c110 (main_repo): test: make the ArrayStream in repl tests write a '\n'
This is more correct.
Fixes them from failing with the updated readline behavior.
Nathan Rajlich
07:13 PM Revision 8752ceef (main_repo): test: make repl-autolibs check that the callback was invoked
Nathan Rajlich
07:13 PM Revision e28f77cb (main_repo): readline: buffer data to only emit 'line' on '\n'
In "terminal: false" mode.
(And fire it multiple times if multiple lines arrive at once.)
This is necessary because...
Nathan Friedly
07:13 PM Revision aab7cb7d (main_repo): test: fix failing test-repl.js
Nathan Rajlich
07:13 PM Revision ca8dea83 (main_repo): repl: make the completer use newlines
Fixes the repl.complete() function when terminal is false, since it
is now explicitly looking for a '\n' char.
Nathan Rajlich
05:42 PM Revision 37ac5e52 (main_repo): Update npm to 1.1.16
isaacs
05:16 PM Revision b9bfb1bc (main_repo): child_process: Emit err rather than throw for IPC write failure
isaacs
09:18 PM Revision 0b57fee3 (main_repo): enable test-fs-largefile.js test
Igor Zinkovsky
09:14 PM Revision 1042a8d8 (main_repo): Please the compiler
Bert Belder
09:13 PM Revision 40b7302a (main_repo): fs.readFile: don't make the callback before the fd is closed
On Windows it is not possible to unlink() the read file in the callback.
This fixes #3051. A test is included.
Bert Belder
08:10 PM Revision f178f2ae (main_repo): upgrade libuv to d68b3d960b6d95bfc16027cecca2f3fa48bcc36f
Igor Zinkovsky

04/05/2012

07:44 PM Revision d73b257d (main_repo): docs: grammar and spelling on lib/cluster.js
Zachary Scott
07:30 PM Revision b6d6a54f (main_repo): build: target OSX 10.5 when building on darwin
Nathan Rajlich
07:03 PM Revision 052aaa4c (main_repo): windows: use 64bit offsets for uv_fs apis
Igor Zinkovsky

04/04/2012

12:14 PM Revision 3e885727 (main_repo): Windows: installer shows license agreement dialog
Bert Belder
12:14 PM Revision 2728dcc9 (main_repo): Windows: add build step that generates license.rtf from LICENSE
Bert Belder

04/03/2012

09:07 PM Revision 930fabe4 (main_repo): Disable V8 postmortem debugging on Windows
It is not supported by V8. Bert Belder

04/02/2012

07:49 PM Revision 30994aad (main_repo): Mac installer shows license
ref #3056 Ryan Dahl
07:49 PM Revision 55e971e3 (main_repo): Include text of licenses in LICENSE file
For easy inclusion in binary distributions. ref #3056 Ryan Dahl
05:53 PM Revision 92c0c695 (main_repo): build: define _DARWIN_USE_64_BIT_INODE=1 on OS X
Fixes a segmentation fault on some OS X systems due to sizeof(struct stat)
mismatches.
Fixes #2061.
Ben Noordhuis
05:44 PM Revision ffee8739 (main_repo): build: define _DARWIN_USE_64_BIT_INODE=1 on OS X
Fixes a segmentation fault on some OS X systems due to sizeof(struct stat)
mismatches.
Fixes #2061.
Ben Noordhuis
05:39 PM Revision 08109367 (main_repo): Fix links to libev and libeio licenses
Ryan Dahl
04:48 PM Revision 01d46f3a (main_repo): Fix #3052 Handle errors properly in zlib
isaacs

04/01/2012

08:14 PM Revision cc15299c (main_repo): build: add support for DTrace and postmortem
* fixes #2110
* includes V8 postmortem metadata in Solaris builds
* adds GYP support for DTrace probes and ustack hel...
Dave Pacheco

03/31/2012

07:50 PM Revision 7bdeed20 (main_repo): zlib: fix uninitialized variable compiler warning
Ben Noordhuis
07:44 PM Revision 0965d2d9 (main_repo): js2c: fix to support files other than ones ending with 2 char exte...
Previously this was basically hard-coded for *.js files, but now we
need to include the 'config.gypi' file in there a...
Nathan Rajlich
07:17 PM Revision a4a04f93 (main_repo): node: provide snprintf implementation on windows
_snprintf() doesn't zero-terminate the buffer on overflow. Ben Noordhuis
05:23 PM Revision dee8c515 (main_repo): node: don't check return value of unsetenv()
It returns void on some platforms, notably FreeBSD. Ben Noordhuis
04:37 PM Revision bc834c39 (main_repo): Alias _snprintf to snprintf, fix Windows build.
Ben Noordhuis
09:21 PM Revision 1e577f34 (main_repo): website: Consistency in the industry logos
isaacs
08:37 PM Revision 2726c22f (main_repo): Revert "tty: add keypress event for backwards-compat"
In this case, backwards compatibility is not worth the API
inconsistency. We can just document the change.
This rev...
isaacs

03/30/2012

04:54 PM Revision c26a0b5a (main_repo): doc: fix grammar error in cluster docs
Ben Noordhuis
03:59 PM Revision 90ce5b3d (main_repo): cluster: Rename 'death' back to 'exit'
isaacs
03:50 PM Revision 40718153 (main_repo): Revert "Re-add top-level v8::Locker"
The locker makes node crash in debug mode sometimes.
For example, test/simple/test-repl.js triggers it.
This reverts...
Bert Belder
03:24 PM Revision 7c02b5a5 (main_repo): udp_wrap: simplify AddressToJS() function
Ben Noordhuis
03:24 PM Revision 1ab95a53 (main_repo): udp_wrap: use new slab allocator
Ben Noordhuis
03:24 PM Revision 1e13a2d2 (main_repo): stream_wrap: use new slab allocator
Ben Noordhuis
03:24 PM Revision 08032efe (main_repo): core: add reusable slab allocator
Ben Noordhuis
03:24 PM Revision a58659cd (main_repo): core: add ROUND_UP() macro
Ben Noordhuis
03:24 PM Revision 9d1fde75 (main_repo): typed arrays: root JS objects in HandleScope with Local<>
Ben Noordhuis
03:24 PM Revision 036d907d (main_repo): tcp: root JS objects in HandleScope with Local<>
Ben Noordhuis
03:24 PM Revision 30059652 (main_repo): stat_watcher: root JS objects in HandleScope with Local<>
Ben Noordhuis
03:24 PM Revision 1a49df5f (main_repo): http: root JS objects in HandleScope with Local<>
Ben Noordhuis
03:24 PM Revision 9eacf939 (main_repo): crypto: root JS objects in HandleScope with Local<>
Ben Noordhuis
03:24 PM Revision 32b2964e (main_repo): udp: remove slab allocator
Ben Noordhuis
03:24 PM Revision f86359cc (main_repo): udp: root JS objects in HandleScope with Local<>
Ben Noordhuis
02:54 PM Revision 8d3278b9 (main_repo): Now working on 0.7.8
isaacs
02:54 PM Revision 69ae75c6 (main_repo): Merge branch 'v0.7.7-release'
isaacs
01:25 PM Revision 6aa7f6f7 (main_repo): upgrade libuv to ab8c3b85c1
Igor Zinkovsky
10:07 AM Revision 17524432 (main_repo): Fix Engrish in error messages.
Ben Noordhuis
08:52 AM Revision db0a1dc7 (main_repo): node: remove unused function
Ben Noordhuis
08:52 AM Revision 0f0557d7 (main_repo): stream_wrap: fix signedness compiler warnings
Ben Noordhuis
08:52 AM Revision 6986d931 (main_repo): crypto: fix signedness compiler warnings
Ben Noordhuis
08:52 AM Revision b82b4f29 (main_repo): buffer: fix signedness compiler warnings
Ben Noordhuis
08:52 AM Revision 8c97ad4c (main_repo): node: fix signedness compiler warnings
Ben Noordhuis
11:20 PM Revision 5cda2542 (main_repo): 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)
* re...
isaacs
11:20 PM Revision 9a70d999 (main_repo): Upgrade npm to 1.1.15
isaacs

03/29/2012

07:04 PM Revision 7abbda8b (main_repo): Make rules for release blog post and email message
isaacs
07:04 PM Revision 6ebe9e0c (main_repo): Upgrade V8 to 3.9.24.7
isaacs
04:15 PM Revision 304f1fcf (main_repo): tty: clarify that tty.setRawMode() has moved to process.stdin
Technically saying `tty.ReadStream#setRawMode()` is correct,
but since a typical use cannot instantiate `tty.ReadStre...
Nathan Rajlich
11:41 AM Revision 6aa75507 (main_repo): More logging in simple/test-eio-race
Travis-CI is failing on this test repeatedly, but other Linux systems
seem to be fine with it. Alter the logging so ...
isaacs
11:25 AM Revision 11770bf5 (main_repo): test: move pummel/test-tls-fragmentation to benchmark/
Said test takes over 90 seconds on my Core 2 Duo which is too long, even for
the pummel tests.
Ben Noordhuis
11:17 AM Revision d7c96cf2 (main_repo): tls: reduce memory overhead, reuse buffer
Instead of allocating a new 64KB buffer each time when checking if there is
something to transform, continue to use t...
Yosef Dinerstein
11:12 AM Revision daa6b95b (main_repo): test: move simple/test-crypto-dh to pummel/
The test is too slow / CPU intensive for the main test harness. Ben Noordhuis
11:11 AM Revision 5e7cb68b (main_repo): test: remove simple/test-module-load-list
Said test adds little value and only serves to annoy me when moving around
modules. It was broken anyway: it passed i...
Ben Noordhuis
08:22 AM Revision 44eb279e (main_repo): zlib: don't use C++ templates
Reduces the executable's size by a few kilobytes. ssuda
11:13 PM Revision 26b6da13 (main_repo): doc: change stability index of tty and readline to Unstable
Shigeki Ohtsu
11:13 PM Revision 238e12af (main_repo): tty: show deprecated warn of tty.setRawMode()
Shigeki Ohtsu
11:12 PM Revision b521ff3b (main_repo): tty: add keypress event for backwards-compat
Shigeki Ohtsu
10:54 PM Revision af90faf1 (main_repo): Patches floating on V8
isaacs
10:51 PM Revision 4b64542f (main_repo): Upgrade V8 to 3.9.24.6
isaacs
10:41 PM Revision 8a15147b (main_repo): Reapply "debug: Wait 50ms before running the main module"
This reapplies commit c781f17742170f2e127f9ee6652c56b406c30586
This reverts commit 00224771e32e4d051e5ea33b7e854f0031...
isaacs
10:36 PM Revision cda3b6ff (main_repo): Upgrade npm to 1.1.14
isaacs

03/28/2012

07:36 PM Revision b0316711 (main_repo): tty, readline: fix style errors
Ben Noordhuis
07:36 PM Revision 973bbecf (main_repo): typed arrays: prevent unaligned typed array views on top of buffers
Erik Lundin
07:31 PM Revision 285d8c65 (main_repo): buffer: align fast buffers on 8 byte boundary
Prevents alignment issues when people create a typed array from a buffer.
Unaligned loads or stores are less efficent...
Ben Noordhuis
04:57 PM Revision 67fc1daf (main_repo): typed arrays: add Uint8ClampedArray
Mikael Bourges-Sevenier
11:42 AM Revision 48bbdde6 (main_repo): repl: don't write a newline on the readline 'end' event
In the case of the input stream *actually* having been closed, then we
can't write to a closed socket.
Fixes test/si...
Nathan Rajlich
07:04 AM Revision eb1ff034 (main_repo): v8: Fix missing initialization of mark-compact flags.
R=svenpanne@chromium.org
Review URL: https://chromiumcodereview.appspot.com/9662056
Cherry-pick of https://v8.googl...
mstarzinger@chromium.org
09:00 PM Revision 208b2307 (main_repo): repl: add a 'useColors' option to the repl
This should only be minimally used, since the `terminal` value will usually be
what you are expecting. This option is...
Nathan Rajlich
08:49 PM Revision a33d1c95 (main_repo): repl: add test case verifying the repl options usage
Nathan Rajlich
08:39 PM Revision b187e96e (main_repo): repl: add a 'writer' option to the repl
Previously this was a module-level setting, meaning that all REPL instances
had to share the same writer function. Tu...
Nathan Rajlich
08:35 PM Revision 228ddddc (main_repo): repl: ensure that 'repl.ignoreUndefined' is a boolean
Nathan Rajlich
08:34 PM Revision e7065eaa (main_repo): repl: ensure that 'repl.useGlobal' is a boolean
Nathan Rajlich

03/27/2012

04:54 PM Revision f41901cd (main_repo): repl: make ^D emit an 'end' event on the readline instance
Also emit 'exit' on the repl when 'end' is emitted on the readline.
Fixes `node debug test/fixtures/breakpoints.js` ...
Nathan Rajlich
02:40 PM Revision 00224771 (main_repo): Revert "debug: Wait 50ms before running the main module"
This reverts commit c781f17742170f2e127f9ee6652c56b406c30586. Fedor Indutny
02:37 PM Revision 5e8c2b07 (main_repo): debugger: use v8 api to wait for a connection
Use v8::Debug::EnableAgent(_, _, true) to wait for incoming
debugger-client connection before emitting any break (or ...
Fedor Indutny
10:06 PM Revision 698e795a (main_repo): repl: fix 'terminal' mode autodetection on global repls
Fixes test/simple/test-force-repl.js Nathan Rajlich

03/26/2012

06:21 PM Revision aad12d0b (main_repo): readline: migrate ansi/vt100 logic from tty to readline
The overall goal here is to make readline more interoperable with other node
Streams like say a net.Socket instance, ...
Nathan Rajlich
12:21 PM Revision ab518ae5 (main_repo): readline: fix for terminals that insert newlines automatically
Fixes #2985. Alex Kocharin
08:03 AM Revision e7792e5d (main_repo): test: add test of tls.createServer(honorCipherOrder=true)
Shigeki Ohtsu

03/25/2012

06:25 PM Revision 0dd8e016 (main_repo): doc: document fs.createReadStream() encodings
Fixes #2700. Zachary Scott
06:20 PM Revision 83aae35b (main_repo): doc: fix markup in cluster docs
Andreas Madsen

03/24/2012

04:39 AM Revision 066789a6 (main_repo): Fix #3001 website update 'latest' links on publish
isaacs

03/23/2012

02:17 PM Revision a7dce478 (main_repo): Now working on v0.6.15
isaacs
02:16 PM Revision dbd0e2b3 (main_repo): Merge branch 'v0.6.14-release' into v0.6
isaacs
12:24 PM Revision 45159870 (main_repo): doc: fix default dgram multicast ttl to 1
Shigeki Ohtsu
12:11 PM Revision 75face61 (main_repo): doc: fix TLS cipher names
Shigeki Ohtsu
12:09 PM Revision 8727e5f2 (main_repo): test: add test of cleartextStream.getCipher() in tls
Shigeki Ohtsu
12:09 PM Revision 2cf5f040 (main_repo): doc: add cleartextStream.getCipher() in tls
Shigeki Ohtsu
11:01 AM Revision e513ffef (main_repo): 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 Cant...
isaacs
08:31 PM Revision d497bf84 (main_repo): doc: Remove extraneous index.html's from hyperlinks
isaacs
08:31 PM Revision 76f31faa (main_repo): Remove hard-coded version number from docs
isaacs
08:09 PM Revision 0dcc4331 (main_repo): don't crash when queued write fails
Igor Zinkovsky
08:02 PM Revision 249c3c16 (main_repo): Avoiding unnecessary ToString() calls
String::Utf8Value and String::AsciiValue constructors take Handle<Value>
So no need to convert to Handle<String>
ssuda

03/22/2012

07:44 PM Revision d2270843 (main_repo): Upgrade libuv to 8409a67
isaacs
07:43 PM Revision a7cd76bb (main_repo): Remove unused fast-list module from npm
isaacs
07:38 PM Revision 67f17780 (main_repo): Upgrade npm to 1.1.12
isaacs
07:20 PM Revision e1199fa3 (main_repo): tls: fix CryptoStream.setKeepAlive()
Shigeki Ohtsu
07:18 PM Revision d1255914 (main_repo): sunos: fix EMFILE on process.memoryUsage()
Bryan Cantrill
06:35 PM Revision ef046bf4 (main_repo): test: generate 1024-bit keys, pacify openssl 1.0.1
Lal Jérémy
10:52 AM Revision ea44d303 (main_repo): crypto: fix compile-time error with openssl <= 0.9.7e
Ben Noordhuis

03/21/2012

03:05 AM Revision feaa8a41 (main_repo): cmd: add a -i / --interactive flag to force the REPL
This is the only way to spawn a node child process in REPL mode, and will
also be needed to be able to use the REPL i...
Nathan Rajlich
10:48 PM Revision d2389f8f (main_repo): debug repl tests: Add visibility, remove test that times out
The 'Can't backtrace now' message takes over 10 seconds to return.
That's too much time to have to wait for a test, a...
isaacs
10:46 PM Revision c781f177 (main_repo): debug: Wait 50ms before running the main module
isaacs
10:42 PM Revision 81cd3a3c (main_repo): lint readline.js - single-quotes preferred
isaacs
08:59 PM Revision 4b1d4925 (main_repo): test: merge typed arrays tests
Merge simple/test-typed-arrays-typenames into simple/test-typed-arrays. Erik Lundin
08:59 PM Revision f2ebf246 (main_repo): test: fix simple/test-typed-arrays
* It incorrectly uses assert(a, b) instead of assert.equal(a, b), meaning all
relevant assertions will pass regardl...
Erik Lundin
08:46 PM Revision 7817f483 (main_repo): fixed booleans being treated as strings, resulting in missing node...
Johannes Wüller

03/20/2012

06:37 PM Revision 06a058d7 (main_repo): readline: row-agnostic multiline readline implementation
Fixes #2959. Alex Kocharin
06:37 PM Revision 8517089b (main_repo): Revert "readline: add multiline support"
This reverts commit 443071db5749603f816199b9ec8bc512fb441d98.
Patch was overly compilicated and made some incorrect ...
Nathan Rajlich
12:59 PM Revision 253ec6a6 (main_repo): process: don't use strdup()
file and cwd can be directly used from Utf8Value. ssuda
07:27 AM Revision 415bff26 (main_repo): repl: fix space autocompletion bug
Tapping <SP> + <TAB> would exit the REPL. Alex Kocharin
10:00 PM Revision 18240193 (main_repo): Expose http parse error codes
Currently http parse errors do not expose the error details available
from http_parser. This patch exposes the error ...
Felix Geisendörfer
09:58 PM Revision 891f9def (main_repo): No need to have NativeModule.require('fs') in Module._findPath()
Shigeki Ohtsu

03/19/2012

05:28 PM Revision dce86828 (main_repo): cluster: English language fixing
isaacs
05:22 PM Revision 94d337eb (main_repo): cluster: kill workers when master dies
This patch will kill the worker once it has lost its connection with the parent.
However if the worker are doing a su...
Andreas Madsen
04:29 PM Revision d927fbc9 (main_repo): cluster: add graceful disconnect support
This patch add a worker.disconnect() method there will stop the worker from accepting
new connections and then stop t...
Andreas Madsen
02:55 PM Revision ab32e9e0 (main_repo): child_process: emit 'channel closed' error instead of throwing
Andreas Madsen
12:59 PM Revision 89653cb3 (main_repo): Upgrade npm to 1.1.10
isaacs
12:21 PM Revision 7418905a (main_repo): debugger: breakOnException
Do not break automatically on exception, fixes #2926 Fedor Indutny
12:21 PM Revision b6cb6ce0 (main_repo): debugger: remove 'repl' command from builtinLibs
* It was displaying useless warning Fedor Indutny
12:21 PM Revision f61d4b7a (main_repo): debugger: exit process on repl exit
* When entering repl - clone 'SIGINT' listeners array (instead of using
existing), as it will be spliced in .removeAl...
Fedor Indutny
12:12 PM Revision d8c4ecea (main_repo): test: fix race in simple/test-cluster-master-error
Said test checks that the workers shut down when the master errors but it failed
intermittently. Insert a small delay...
Ben Noordhuis
09:24 AM Revision fb47a337 (main_repo): test: changed instances of == to ===
Your Name

03/17/2012

03:57 PM Revision 70e68893 (main_repo): build: make --openssl-use-sys a boolean option
Before you had to enter a truthy value like: --openssl-use-sys=1 Nathan Rajlich
02:11 PM Revision 81516938 (main_repo): Fix include logic was replacing https include with http
isaacs
02:11 PM Revision 7bee98ba (main_repo): Ignore 'making a build' artifacts
isaacs
02:07 PM Revision d9806200 (main_repo): Ignore 'making a build' artifacts
isaacs
02:07 PM Revision 851b3970 (main_repo): Fix include logic was replacing https include with http
isaacs
11:50 AM Revision 03077db4 (main_repo): test: HTTP responses with no content-length
Refs: #2952. koichik
11:22 AM Revision 44527e60 (main_repo): deps: upgrade http_parser to joyent/http-parser@b47c44d
Ben Noordhuis

03/16/2012

07:01 PM Revision 5abcdc96 (main_repo): build: fix configure with spaces in CC
Alex Xu
11:19 AM Revision 76a771b7 (main_repo): doc: Remove extraneous index.html's from hyperlinks
isaacs
11:13 AM Revision 46376888 (main_repo): Remove hard-coded version number from docs
isaacs
11:06 AM Revision ec735cbc (main_repo): Merge remote-tracking branch 'ry/v0.6' into merge-v0.6
Conflicts:
ChangeLog
deps/npm/AUTHORS
deps/npm/html/api/bin.html
deps/npm/html/api/bugs.html
deps/npm/html/api/c...
isaacs
11:01 AM Revision 534264d2 (main_repo): doc: Add condition to emit close event of net.Server
Shigeki Ohtsu
10:51 AM Revision 90b785c0 (main_repo): doc: fix # links from (and within) api/fs
Rod Vagg
10:42 AM Revision 6628a3b6 (main_repo): doc: fix # links from (and within) api/fs
Rod Vagg
08:23 PM Revision 0fb4fb47 (main_repo): Document ChildProcess exit/close event difference
isaacs
08:15 PM Revision 7cb0f5f8 (main_repo): install: update install.js to use `process.config`
Now that the node_prefix is available from within node, we can use it :) Nathan Rajlich
08:15 PM Revision 11d88237 (main_repo): process: add `process.config`
This is the JS representation of the `config.gypi` file that was used when
compiling node. With this information, you...
Nathan Rajlich
08:12 PM Revision 95fd5174 (main_repo): node.gyp: include the config.gypi file in the js2c inputs list
Nathan Rajlich
08:12 PM Revision bea2e158 (main_repo): js2c: fix to support files other than ones ending with 2 char exte...
Previously this was basically hard-coded for *.js files, but now we
need to include the 'config.gypi' file in there a...
Nathan Rajlich
08:07 PM Revision c7b8073a (main_repo): child_process: Separate 'close' event from 'exit'
Currently, a child process does not emit the 'exit' event until 'close' events
have been received on all three of the...
Charlie McConnell
08:01 PM Revision 928ea564 (main_repo): events: don't delete the listeners array in removeListener()
Nathan Rajlich

03/15/2012

07:25 PM Revision 761a82bc (main_repo): test: make .removeAllListeners() test more exhaustive
Also test removal of multiple listeners, it's a separate code path. Ben Noordhuis
07:20 PM Revision 78dc13fb (main_repo): events: don't delete the listeners array
The documentation implies that .removeAllListeners() leaves the listeners array
untouched. Make it so.
Ben Noordhuis
07:20 PM Revision f9aa01de (main_repo): test: don't let debugger listen on common.PORT
simple/test-debugger-repl has a tendency to fail and leave behind a stray
process that listens on common.PORT, making...
Ben Noordhuis
07:12 PM Revision dc752327 (main_repo): vcbuild: run the 'configure' script in vcbuild.bat
So that a 'config.gypi' file gets generated, which is
required for the `process.config` object (see #2928).
Nathan Rajlich
06:10 PM Revision 1a979986 (main_repo): process: fix process.title setter
Commit 19fd530 broke the argv initialization logic that's used on linux and
freebsd to update the process name (as di...
Ben Noordhuis
05:53 PM Revision 702b46c8 (main_repo): Fix invalid timer test
Previously, setTimeout(fn, 0) would create a new Timer() object,
which has a close() method (and is a bit slower). T...
isaacs
04:56 PM Revision 7fc835af (main_repo): timers: handle negative or non-numeric timeout values
Follows browser behaviour by scheduling the callback on the next tick.
Fixes #593.
Ben Noordhuis
04:48 PM Revision 9a356562 (main_repo): test: test if forks are spawned with parent's `process.execArgv`
Maciej Małecki
04:48 PM Revision 0113f5a7 (main_repo): test: test `process.execArgv`
Maciej Małecki
04:47 PM Revision 19fd5301 (main_repo): Expose original argv as process.execArgv for cluster and child_pro...
Micheil Smith
04:28 PM Revision 96e3be3a (main_repo): Added trailing backslash to npm path
Fix #2377: $PATH issues reported for MSI installer Matt Ezell
01:33 PM Revision b9bd2d3e (main_repo): Now working on v0.6.14
isaacs
01:32 PM Revision 9726a259 (main_repo): Merge branch 'v0.6.13-release' into v0.6
isaacs
11:45 AM Revision 9f7f86b5 (main_repo): 2012.03.15 Version 0.6.13 (stable)
* Windows: Many libuv test fixes (Bert Belder)
* Windows: avoid uv_guess_handle crash in when fd < 0 (Bert Belder)
...
isaacs
11:22 AM Revision 06bf0707 (main_repo): makefile: Fix 'make doc'
isaacs
11:18 AM Revision 571a5198 (main_repo): Upgrade libuv to 66a959c4052
isaacs

03/14/2012

07:44 PM Revision f631c1d7 (main_repo): Update npm to 1.1.9
isaacs
07:44 PM Revision ad5a108d (main_repo): Update uv to 5d21056
isaacs
07:44 PM Revision c834ef40 (main_repo): Doc highlight fix
Artur Adib
07:20 PM Revision c12a1dc5 (main_repo): path.exists*() as 2nd level head not 3rd
Rod Vagg
02:00 PM Revision d2fba2bf (main_repo): test: Fix path to require hello-world module
Shigeki Ohtsu
08:40 PM Revision 35043ad8 (main_repo): process: use NODE_STRINGIFY macro to set process.versions.uv
Nathan Rajlich

03/13/2012

05:03 PM Revision bda08bfa (main_repo): Now working on 0.7.7
isaacs
05:03 PM Revision 73c87469 (main_repo): Merge branch 'v0.7.6-release'
isaacs
04:02 PM Revision f06abda6 (main_repo): 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)
-...
isaacs
04:02 PM Revision 10dc129a (main_repo): Update npm to 1.1.8
isaacs
02:58 PM Revision 884a209c (main_repo): docs: document the repl "exit" event
Nathan Rajlich
02:58 PM Revision f9da776b (main_repo): process: listen for the "exit" even on the main repl
Nathan Rajlich
02:58 PM Revision f214758d (main_repo): repl: better SIGINT handling behavior
Before:
☮ ~ (master) ⚡ node
> asdf
(^C again to quit)
> sdcasd☮ ~ (master) ⚡
Now:
☮ ~/node (repl) ⚡ ./node
> asfs
...
Nathan Rajlich
02:58 PM Revision 6b5a34cd (main_repo): repl: remove redundant check of rli.rine.length
It get's set to '' 1 line above, so we know that that's always 0. Nathan Rajlich
02:58 PM Revision b7ddd301 (main_repo): repl: make sure the REPL always flushes with a newline
Nathan Rajlich
02:58 PM Revision 659d4494 (main_repo): repl: make REPLServer emit an "exit" event
This can happen when "SIGINT" is processed by the readline interface,
or when the user types ".exit" into the REPL.
Nathan Rajlich
02:58 PM Revision 4f63f9f3 (main_repo): repl: make REPLServer inherit from EventEmitter
This is because it should emit an "exit" event when "SIGINT" is received
from the readline interface, or when ".exit"...
Nathan Rajlich
02:58 PM Revision 109b16d4 (main_repo): repl: use path.resolve() for the module.filename
Windows was seeing: "C:\\path\\to\\cwd/repl" Nathan Rajlich
01:00 PM Revision 8b79a313 (main_repo): shebang should make file executable as well
isaacs
12:35 PM Revision 1cdadb1e (main_repo): issue #2697: have 'make install' set npm shebang to use its node
Trent Mick
12:30 PM Revision 1cecfee6 (main_repo): Doc highlight fix
Artur Adib
12:16 PM Revision 943c396b (main_repo): Fix merge conflict in doc/api/readline.markdown
isaacs
11:24 AM Revision c15e6905 (main_repo): Added destroy method to Zlib object in zlib.js module
Christian Ress
12:50 AM Revision 4e85257c (main_repo): Patches floating on V8
isaacs
12:46 AM Revision e4fc2cbf (main_repo): Upgrade v8 to 3.9.17
isaacs
12:34 AM Revision bcb0cc0b (main_repo): Upgrade npm to 1.1.6
* Fix #472 Adds support for os/cpu fields in package.json (Adam Blackburn)
* Don't use existing pkg if explicit
* Ins...
isaacs
 

Also available in: Atom