- Oct 11, 2012
-
-
Isaac Z. Schlueter authored
* 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) * buffer: fix byteLength with UTF-16LE (koichik) * repl: make "end of input" JSON.parse() errors throw in the REPL (Nathan Rajlich) * repl: make invalid RegExp modifiers throw in the REPL (Nathan Rajlich) * http: handle multiple Proxy-Authenticate values (Willi Eggeling)
-
Isaac Z. Schlueter authored
-
Isaac Z. Schlueter authored
-
- Oct 10, 2012
-
-
Ben Noordhuis authored
Make buffers report the proper retained size in heap snapshots. Before this commit, Buffer objects would show up in the heap profiler as being only a few hundred bytes large, even if the actual buffer was many megabytes.
-
Bert Belder authored
-
- Oct 08, 2012
-
-
Ben Noordhuis authored
-
Andreas Madsen authored
-
- Oct 07, 2012
-
-
Andrew Paprocki authored
-
- Oct 06, 2012
-
-
Nathan Rajlich authored
fixes lint "line length too long" error
-
- Oct 05, 2012
-
-
Nathan Rajlich authored
Closes #3361.
-
- Oct 04, 2012
-
-
Koichi Kobayashi authored
Fixes #4075.
-
- Oct 03, 2012
-
-
Alex Kocharin authored
Fixes #3984.
-
Ben Noordhuis authored
Courtesy of Lee Coltrane (@coltrane).
-
- Oct 02, 2012
-
-
Ben Noordhuis authored
-
- Oct 01, 2012
-
-
Isaac Z. Schlueter authored
No streams actually work this way.
-
Nathan Rajlich authored
-
Nathan Rajlich authored
Fixes #4012.
-
- Sep 30, 2012
-
-
Isaac Z. Schlueter authored
-
Isaac Z. Schlueter authored
-
- Sep 27, 2012
-
-
Willi Eggeling authored
Just as the 'WWW-Authenticate' HTTP header the 'Proxy-Authenticate' header might be received several times as well. Currently only one value is preserved. This change allows to receive multiple values concatenated by space and comma.
-
Isaac Z. Schlueter authored
1. Emails should go to @isaacs, not emily. 2. Ask for the electronic signature first, not the printed faxed thing.
-
Isaac Z. Schlueter authored
-
Isaac Z. Schlueter authored
-
Isaac Z. Schlueter authored
-
Isaac Z. Schlueter authored
* fs: Fix stat() size reporting for large files (Ben Noordhuis)
-
- Sep 25, 2012
-
-
Bert Belder authored
Google.com no longer has a CNAME record.
-
Ben Noordhuis authored
Use Number::New(), not Integer::New(). Large values won't fit in an Integer. Apply to the size, ino and blocks fields.
-
Isaac Z. Schlueter authored
-
Isaac Z. Schlueter authored
-
Isaac Z. Schlueter authored
-
Isaac Z. Schlueter authored
* 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) * domain: Properly exit() on domain disposal (isaacs) * fs: fix watchFile() missing deletion events (Ben Noordhuis) * fs: fix assert in fs.watch() (Ben Noordhuis) * fs: don't segfault on deeply recursive stat() (Ben Noordhuis) * http: Remove timeout handler when data arrives (Frédéric Germain) * http: make the client "res" object gets the same domain as "req" (Nathan Rajlich) * windows: don't blow up when an invalid FD is used (Bert Belder) * unix: map EDQUOT to UV_ENOSPC (Charlie McConnell) * linux: improve /proc/cpuinfo parser (Ben Noordhuis) * win/tty: reset background brightness when color is set to default (Bert Belder) * unix: put child process stdio fds in blocking mode (Ben Noordhuis) * unix: fix EMFILE busy loop (Ben Noordhuis) * sunos: don't set TCP_KEEPALIVE (Ben Noordhuis) * tls: Use slab allocator for memory management (Fedor Indutny) * openssl: Use optimized assembly code for x86 and x64 (Bert Belder)
-
Bert Belder authored
the SunOS linker is more strict than usual, so we have to be more correct.
-
Isaac Z. Schlueter authored
-
Isaac Z. Schlueter authored
cc @indutny >_<
-
Isaac Z. Schlueter authored
-
Bert Belder authored
-
Bert Belder authored
-
Bert Belder authored
-
Ben Noordhuis authored
-
Bert Belder authored
It used to be off before. It's extremely unlikely that such an attack would be a viable attack against node. And it makes AES much slower.
-