Activity

From 09/16/2012 to 10/15/2012

10/15/2012

05:59 PM Revision cca15e8e (main_repo): test: disable global variable check for "test-repl-options.js"
Previously, the "global" mode of REPLs was broken when created after another
non-global REPL (they would end up shari...
Nathan Rajlich
05:55 PM Revision 1205734e (main_repo): configure: turn on VFPv3 on ARMv7
Fixes a V8 build error caused by missing arm_fpu and arm_neon settings.
This is a back-port of commit bbf6b4e from t...
Ben Noordhuis
05:40 PM Revision 28b0cc08 (main_repo): Revert "Disable OpenSSL UI"
This reverts commit 1c88c3b3b56c6047180e116c5614dad2b13995f9.
It breaks the "read a password from stdin" functionali...
Ben Noordhuis

10/14/2012

08:47 AM Revision a7b59387 (main_repo): docs: fix copy and paste error
Jan Lehnardt

10/13/2012

07:16 PM Revision 4b238b4c (main_repo): Merge remote-tracking branch 'origin/v0.8'
Conflicts:
AUTHORS
ChangeLog
deps/uv/test/runner-win.c
doc/api/process.markdown
lib/repl.js
src/node_crypto.cc
...
Nathan Rajlich
06:57 PM Revision 47643d2e (main_repo): typed arrays: remove unnecessary special-casing
Uint32Value() on undefined is equal to 0, no need to special case it. Dean McNamee
06:54 PM Revision 93efc7f7 (main_repo): typed arrays: simplify typed array get() and set()
Instead of duplicating V8's logic (including clamping), just simply call into
V8's Get() and Set() methods, which han...
Dean McNamee
09:17 AM Revision 4a23add9 (main_repo): doc: rectify http.ClientResponse close/end events
* The 'close' event doesn't emit an error object.
* It's possible for a 'close' event to come after an 'end' event, ...
Ben Noordhuis
08:55 PM Revision 2fbf0612 (main_repo): crypto: sort return value of getCiphers/getHashes
Ben Noordhuis
08:55 PM Revision 14a6c4ef (main_repo): crypto: add crypto.getHashes()
Ben Noordhuis

10/12/2012

07:49 PM Revision f53441ab (main_repo): crypto: add crypto.getCiphers()
Returns a list of, unsurprisingly, the available ciphers. Ben Noordhuis
07:37 PM Revision b1e78cef (main_repo): repl: ensure each REPL instance gets its own "context"
Before there was this weird module-scoped "context" variable which seemingly
shared the "context" of subsequent REPL ...
Nathan Rajlich
07:27 PM Revision 61978f57 (main_repo): dgram: remove stale code
Ben Noordhuis
06:54 PM Revision 323bbdb0 (main_repo): doc: set default background color to white
Max Ogden
02:46 PM Revision 85090734 (main_repo): lint
isaacs
11:57 AM Revision 58db21e6 (main_repo): Now working on 0.8.13
isaacs
11:57 AM Revision b3536ae0 (main_repo): blog: Post about 0.8.12
isaacs
11:56 AM Revision d4116228 (main_repo): Merge branch 'v0.8.12-release' into v0.8
isaacs

10/11/2012

07:46 PM Revision 061f2075 (main_repo): string_decoder: Add 'end' method, do base64 properly
isaacs
05:34 PM Revision 38c72d4e (main_repo): 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_f...
isaacs
05:11 PM Revision 218f08db (main_repo): npm: Upgrade to 1.1.63
isaacs
11:32 AM Revision 99b2368a (main_repo): doc: Reduce crypto stability to 2-Unstable
isaacs
08:36 AM Revision d7c45ea7 (main_repo): deps: upgrade libuv to 47b2cd3
Ben Noordhuis

10/10/2012

07:05 PM Revision 6a128e03 (main_repo): buffer: report proper retained size in profiler
Make buffers report the proper retained size in heap snapshots.
Before this commit, Buffer objects would show up in ...
Ben Noordhuis
05:40 PM Revision 4eb5399b (main_repo): util: add a "customInspect" option to `util.inspect()`
For disabling calling the custom `inspect()` function when defined on an object
that is being inspected.
Nathan Rajlich
05:14 PM Revision e3ee289c (main_repo): Update AUTHORS and .mailmap
Ben Noordhuis
04:31 PM Revision 07774e6b (main_repo): util: make `inspect()` accept an "options" argument
Consolidates all the formatting options into an "options" object argument.
This is so that we don't have to be consta...
Nathan Rajlich
11:18 AM Revision 87518f1e (main_repo): uv: upgrade to b0c1a38
Bert Belder
08:17 PM Revision 58232903 (main_repo): deps: upgrade libuv to cb03e3b
Ben Noordhuis

10/09/2012

10:38 AM Revision 0ad00585 (main_repo): https: fix renegotation attack protection
Listen for the 'clientError' event that is emitted when a renegotation attack
is detected and close the connection.
...
Ben Noordhuis
10:32 AM Revision 7394e89f (main_repo): tls: remove dead code
Remove dead code. Forgotten in 76ddf06. Ben Noordhuis
10:23 AM Revision c668185a (main_repo): cluster: make 'listening' handler see actual port
Make the 'listening' event handler in the master process see the actual port
that the worker bound to when the worker...
Aaditya Bhatia
10:18 AM Revision 8bd4590a (main_repo): buffer: include encoding value in exception when invalid
Encoding failures can be somewhat confusing, especially when they are due to
control flow frameworks auto-filling par...
Ricky Ng-Adam

10/08/2012

06:47 PM Revision 5288ed75 (main_repo): windows: use USERPROFILE to get the user's home dir
Fixes #3461
Close #3462
Close #4093
Bert Belder
06:46 PM Revision eec8c2ed (main_repo): crypto: fix -Wtautological-compare warning
Ben Noordhuis
04:58 PM Revision be5a8e24 (main_repo): doc: consistent use of the callback argument
Andreas Madsen
08:23 PM Revision 76ddf06f (main_repo): tls: don't use a timer to track renegotiations
It makes tls.createSecurePair(null, true) hang until the timer expires.
Using a timer here is silly. Use a timestamp...
Ben Noordhuis

10/07/2012

06:44 PM Revision 16a9dac8 (main_repo): deps: upgrade libuv to 40134c3
Ben Noordhuis
06:26 PM Revision da1f4832 (main_repo): test: write to temp dir, not fixtures dir
Ben Noordhuis
05:22 PM Revision 8c5f269f (main_repo): Fix -Wsizeof-array-argument compiler warning.
Andrew Paprocki
02:33 PM Revision 7611c7cd (main_repo): repl: dynamically lookup the require extensions for tab complete
Removes 2 TODO items Nathan Rajlich

10/06/2012

06:46 PM Revision 621caa7b (main_repo): Update LICENSE file.
Ben Noordhuis
06:44 PM Revision ee77a6a9 (main_repo): deps: upgrade libuv to b9ed1a6
Ben Noordhuis
09:33 PM Revision 59c166cf (main_repo): repl: move "isSyntaxError()" definition to the bottom
fixes lint "line length too long" error Nathan Rajlich

10/05/2012

07:48 PM Revision f826b326 (main_repo): doc: document the custom "inspect()" function behavior
Closes #3361. Nathan Rajlich

10/04/2012

05:18 AM Revision fbb0ee6f (main_repo): buffer: fix byteLength with UTF-16LE
Fixes #4075. koichik
08:40 PM Revision 836a06fc (main_repo): Revert "http: make http.ServerResponse emit 'end'"
This reverts commit 790d651f0dfae13f1e2b799820ab18ac09f251b7.
This makes Duplex streams unworkable, and would only e...
isaacs

10/03/2012

04:18 PM Revision bf0bc356 (main_repo): doc: better example for process.hrtime()
Fixes #3984. Alex Kocharin
01:57 PM Revision 016afe21 (main_repo): streams: fix pipe is destructed by 'end' from destination
koichik
07:38 AM Revision b0d04ffb (main_repo): doc: stream: clarify meaning of 'drain' some more
Courtesy of Lee Coltrane (@coltrane). Ben Noordhuis

10/02/2012

06:49 PM Revision f624be40 (main_repo): doc: stream: clarify meaning of 'drain' event
Ben Noordhuis
08:50 AM Revision 109f8e27 (main_repo): node_http_parser: fix whitespace errors
Ben Noordhuis

10/01/2012

05:30 PM Revision b90c1502 (main_repo): doc: Correct stream.write fd mention
No streams actually work this way. isaacs
04:10 PM Revision 41e53e55 (main_repo): path: add platform specific path delimiter
Closes #3728
Closes #4071
Paul Serby
02:36 PM Revision 3b7312d2 (main_repo): repl: make "end of input" JSON.parse() errors throw in the REPL
Nathan Rajlich
01:47 AM Revision f1722a28 (main_repo): repl: make invalid RegExp modifiers throw in the REPL
Fixes #4012. Nathan Rajlich

09/30/2012

06:47 PM Revision fa912c24 (main_repo): blog: s/LibUV/libuv/
isaacs
01:34 PM Revision d3e818cf (main_repo): blog: LXJS talk by @piscisaureus
isaacs

09/28/2012

01:42 PM Revision 3053f4d2 (main_repo): test: Fix stdin message tests
isaacs
12:55 PM Revision 5a005670 (main_repo): test: Fix simple/test-http-client-timeout-agent
Merge breakage. isaacs
12:47 PM Revision ae40f1c4 (main_repo): 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/proce...
isaacs
02:58 AM Revision d68c02e3 (main_repo): debugger: test repeating last command
* debugger: Add NODE_FORCE_READLINE environment variable, handle
`SIGINT`'s sent to process while in this mode.
Fedor Indutny
02:21 AM Revision 8ac1a736 (main_repo): Fixed a bug with last command repeating in debugger
Alex Kocharin
08:57 PM Revision b38277be (main_repo): http: add response.headersSent property
Boolean property getter. True if headers was sent, false otherwise. Pavel Lang

09/27/2012

04:28 PM Revision 33a5c8a8 (main_repo): http: handle multiple Proxy-Authenticate values
Just as the 'WWW-Authenticate' HTTP header the 'Proxy-Authenticate' header might
be received several times as well. C...
thewilli
04:25 PM Revision c08320c9 (main_repo): doc: Make the CLA more simple/sane
1. Emails should go to @isaacs, not emily.
2. Ask for the electronic signature first, not the printed faxed thing.
isaacs
01:25 PM Revision dcc01df9 (main_repo): blog: Post about 0.8.11
isaacs
01:25 PM Revision 9877b8f4 (main_repo): Now working on 0.8.12
isaacs
01:24 PM Revision a9429052 (main_repo): Merge branch 'v0.8.11-release' into v0.8
isaacs
12:39 PM Revision e1f39468 (main_repo): 2012.09.27, Version 0.8.11 (Stable)
* fs: Fix stat() size reporting for large files (Ben Noordhuis) isaacs

09/26/2012

07:11 PM Revision ac17dc17 (main_repo): http: handle multiple Proxy-Authenticate values
Just as the 'WWW-Authenticate' HTTP header the 'Proxy-Authenticate' header might
be received several times as well. C...
thewilli

09/25/2012

07:57 PM Revision b5db5fc9 (main_repo): test: pick another CNAME record to test dns queries
Google.com no longer has a CNAME record. Bert Belder
07:20 PM Revision ec03c47c (main_repo): fs: fix stat() reporting for large files
Use Number::New(), not Integer::New(). Large values won't fit in an Integer.
Apply to the size, ino and blocks fields.
Ben Noordhuis
06:37 PM Revision 8ca44f99 (main_repo): blog: Post about v0.8.10
isaacs
06:36 PM Revision 37869f1c (main_repo): Now working on 0.8.11
isaacs
06:33 PM Revision 02897bd8 (main_repo): Merge branch 'v0.8.10-release' into v0.8
isaacs
04:48 PM Revision 0bc273da (main_repo): 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 mm...
isaacs
04:48 PM Revision d05d6a35 (main_repo): openssl: fix compilation issues on SmartOS x64
the SunOS linker is more strict than usual, so we have to be more
correct.
Bert Belder
02:15 PM Revision ea2ceb73 (main_repo): test: Fix premature close in test-http-client-timeout-agent
isaacs
02:09 PM Revision 411d4608 (main_repo): tls: lint
cc @indutny >_< isaacs
02:08 PM Revision 2a9a5e23 (main_repo): domain: Remove stray console.log
isaacs
11:51 AM Revision e0e9f0c1 (main_repo): openssl: use optimized asm code on x86 and x64
Bert Belder
11:51 AM Revision 202ecbc9 (main_repo): openssl: generate asm code with a Makefile
Ben Noordhuis
11:51 AM Revision 62c3879c (main_repo): openssl: add 'clean' target to asm Makefile
Bert Belder
11:51 AM Revision 823e807b (main_repo): openssl: add generated asm code
Bert Belder
11:51 AM Revision 66638a44 (main_repo): openssl: disable HT sidechannel attack mitigation
It used to be off before. It's extremely unlikely that such an attack
would be a viable attack against node. And it m...
Bert Belder
11:51 AM Revision d2fb5075 (main_repo): openssl: revert empty_OPENSSL_cpuid_setup.patch
Bert Belder
11:51 AM Revision 09ac9d0b (main_repo): openssl: fix perlasm issue
When perlasm generates MASM code it sets the assembler target to 468.
In this mode MASM refuses to assemble the CPUID...
Bert Belder
11:51 AM Revision 3568edf7 (main_repo): openssl: add optimized bignum x64 asm code for windows
Bert Belder
11:37 AM Revision 7651228a (main_repo): tls: use slab allocator
Fedor Indutny
11:29 AM Revision 83d39c8d (main_repo): npm: upgrade to 1.1.62
isaacs
08:42 AM Revision a1ba29d1 (main_repo): test: fix failing due to too early timeout
Shigeki Ohtsu
08:38 AM Revision d5e9895c (main_repo): doc: put API table of contents in alphabetical order
Adam Blackburn

09/24/2012

06:50 PM Revision 5691e8ac (main_repo): windows: fix typo in node.gyp
Bert Belder
02:48 PM Revision 0f2ed2bc (main_repo): http: make the client "res" object gets the same domain as "req"
Fixes #4046. Nathan Rajlich

09/22/2012

10:49 PM Revision 4a267074 (main_repo): repl: make invalid RegExps throw in the REPL
Fixes #2746. Nathan Rajlich
09:53 PM Revision f536eb17 (main_repo): uv: upgrade to 39ca621
Bert Belder
09:51 PM Revision 4165f736 (main_repo): v8: loosen artificial mmap constraint
Fixes #4010. Bryan Cantrill
09:49 PM Revision 17ef062d (main_repo): handle_wrap: don't abort if wrap == NULL
After a disconnect, the internal pointer of the parent/child channel is set to
NULL. That's not an error so don't abo...
Ben Noordhuis
09:49 PM Revision 5070eccf (main_repo): child_process: don't die when disconnect event exists
Andreas Madsen
09:49 PM Revision 86d4cf71 (main_repo): test: possible ipc.ref() regression
Andreas Madsen
09:48 PM Revision 84221fd1 (main_repo): events: add 'removeListener' event
Ben Noordhuis
09:48 PM Revision 56668f54 (main_repo): events: speed up .removeAllListeners()
Ben Noordhuis
09:48 PM Revision b7fd55e9 (main_repo): events: speed up newListener/removeListener events
Ben Noordhuis
09:48 PM Revision 212466be (main_repo): child_process: make .fork()'d child auto-exit
A child process created with .fork() needed to call `process.exit()` explicitly
because the communication channel wit...
Ben Noordhuis
09:48 PM Revision d0e6c3f5 (main_repo): test: add common.mustCall function
Verifies that the callback gets invoked <n> times during the lifetime of the
test script.
Ben Noordhuis
08:57 PM Revision 7bd84de5 (main_repo): v8: loosen artificial mmap constraint
Fixes #4010. Bryan Cantrill

09/21/2012

12:22 PM Revision 04005716 (main_repo): domain: Properly exit() on domain disposal
This addresses #4034. There are two problems happening:
1. The domain is not exited automatically when calling disp...
isaacs
08:22 PM Revision 017009f8 (main_repo): v8: fix postmortem metadata generation
Bryan Cantrill

09/20/2012

07:52 PM Revision d77c24de (main_repo): V8: reapply floating patches
isaacs
07:52 PM Revision 3411a03d (main_repo): V8: Upgrade to 3.13.7.1
isaacs
07:51 PM Revision cc1b09d6 (main_repo): test: add tests for postmortem and DTrace support
Bryan Cantrill

09/19/2012

08:38 AM Revision bbf6b4ec (main_repo): configure: turn on VFPv3 on ARMv7
Fixes a V8 build error caused by missing arm_fpu and arm_neon settings. Ben Noordhuis
07:22 AM Revision c4aedf8a (main_repo): doc: zlib: document flush() and reset() methods
Ben Noordhuis

09/18/2012

02:58 AM Revision 63ff449d (main_repo): crypto: bring module into modern age
Introduce 'buffer' encoding, allow returning and giving buffers as
arguments of 'crypto' routines.
Fix #3278
Fedor Indutny
02:57 AM Revision 3301c90f (main_repo): authors: add @tasogarepg to AUTHORS
Fedor Indutny
02:56 AM Revision 21c4b9a9 (main_repo): debugger: fix --debug-brk
tasogarepg
09:34 PM Revision d406a825 (main_repo): Now working on v0.9.3
isaacs
09:34 PM Revision 7fcb7b4d (main_repo): Merge branch 'v0.9.2-release'
isaacs
09:33 PM Revision 43a2b291 (main_repo): blog: Post for 0.9.2
isaacs
08:54 PM Revision 6e205588 (main_repo): 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 (Fedo...
isaacs
08:54 PM Revision 9423aa99 (main_repo): openssl: fix the Windows x64 build
Bert Belder
08:54 PM Revision 22974a1a (main_repo): openssl: Set flags to properly build on sunos
isaacs
08:13 PM Revision 90a62539 (main_repo): openssl: fix the Windows x64 build
Bert Belder

09/17/2012

06:49 PM Revision 15101163 (main_repo): test: fs.watch filename support on Darwin
isaacs
06:36 PM Revision b788c5e7 (main_repo): uv: Upgrade to 778144f0
joyent/libuv@778144f0b5bc14fe55d79854d0a67124ceaa4b22 isaacs
04:59 PM Revision fb6c314b (main_repo): configure: always use shlex instead of split
Use shlex module instead of builtin string split to parse CC. Alex Xu
01:44 PM Revision 7144be70 (main_repo): url: Go much faster by using Url class
V8 loves it when JavaScript pretends to be a Classic inheritance
type of language.
Before:
$ ./node benchmark/url.j...
isaacs
11:52 AM Revision 39a0836d (main_repo): fs: fix watchFile() missing deletion events
Make sure the deletion event gets reported in the following scenario:
1. Watch a file.
2. The initial stat() goe...
Ben Noordhuis
10:05 AM Revision a08271c7 (main_repo): doc: fix three typos
Robin Lee
01:20 AM Revision 96ca59fb (main_repo): process: fix setuid() and setgid() error reporting
Zero errno before calling getgrnam_r() or getpwnam_r(). If errno had previously
been clobbered, node would report the...
Ben Noordhuis
 

Also available in: Atom