- Oct 09, 2012
-
-
Ben Noordhuis authored
-
Andreas Madsen authored
-
- Oct 08, 2012
-
-
Andrew Paprocki authored
-
- Oct 06, 2012
-
-
Nathan Rajlich authored
fixes lint "line length too long" error
-
Nathan Rajlich authored
Closes #3361.
-
- Oct 04, 2012
-
-
koichik authored
Fixes #4075.
-
Alex Kocharin authored
Fixes #3984.
-
- Oct 03, 2012
-
-
Ben Noordhuis authored
Courtesy of Lee Coltrane (@coltrane).
-
Ben Noordhuis authored
-
- Oct 02, 2012
-
-
isaacs authored
No streams actually work this way.
-
Nathan Rajlich authored
-
- Oct 01, 2012
-
-
Nathan Rajlich authored
Fixes #4012.
-
isaacs authored
-
isaacs authored
-
- Sep 28, 2012
-
-
thewilli 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.
-
isaacs authored
1. Emails should go to @isaacs, not emily. 2. Ask for the electronic signature first, not the printed faxed thing.
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
* fs: Fix stat() size reporting for large files (Ben Noordhuis)
-
- Sep 26, 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.
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs 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.
-
isaacs authored
-
isaacs authored
cc @indutny >_<
-
isaacs authored
-
- Sep 25, 2012
-
-
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.
-
Bert Belder authored
-
Bert Belder authored
When perlasm generates MASM code it sets the assembler target to 468. In this mode MASM refuses to assemble the CPUID instruction. Bumping the target to 586 solves this problem.
-
Bert Belder authored
-
Fedor Indutny authored
-
isaacs authored
-