- Jun 30, 2012
-
-
Ben Noordhuis authored
-
Ben Noordhuis authored
-
isaacs authored
-
isaacs authored
-
- Jun 29, 2012
-
-
isaacs authored
* V8: upgrade to v3.11.10.12 * npm: upgrade to v1.1.33 - Support for parallel use of the cache folder - Retry on registry timeouts or network failures (Trent Mick) - Reduce 'engines' failures to a warning - Use new zsh completion if aviailable (Jeremy Cantrell) * Fix #3577 Un-break require('sys') * util: speed up formatting of large arrays/objects (Ben Noordhuis) * windows: make fs.realpath(Sync) work with UNC paths (Bert Belder) * build: fix --shared-v8 option (Ben Noordhuis) * doc: `detached` is a boolean (Andreas Madsen) * build: use proper python interpreter (Ben Noordhuis) * build: expand ~ in `./configure --prefix=~/a/b/c` (Ben Noordhuis) * build: handle CC env var with spaces (Gabriel de Perthuis) * build: fix V8 build when compiling with gcc 4.5 (Ben Noordhuis) * build: fix --shared-v8 option (Ben Noordhuis) * windows msi: Fix icon issue which caused huge file size (Bert Belder) * unix: assume that dlopen() may clobber dlerror() (Ben Noordhui... -
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
Support for parallel use of the cache folder Retry on registry timeouts or network failures Reduce 'engines' failures to a warning Use new zsh completion if aviailable
-
isaacs authored
-
- Jun 28, 2012
-
-
Bert Belder authored
-
isaacs authored
The 0.(even).0 releases typically have benchmarks and other interesting stuff, since that's a milestone.
-
Ben Noordhuis authored
Don't .indexOf() into the keys array. V8 is smart but not so smart that it knows how to turn the linear scan into a O(1) lookup. Fixes #3562.
-
Ben Noordhuis authored
The string-based versions of fs.read() and fs.write() have been deprecated since before v0.2.0.
-
Ben Noordhuis authored
Make configure start gyp with the same python interpreter that is used to run configure itself. Fixes an issue where configure fails with a SyntaxError because the user has multiple python binaries on his $PATH and the default one is too old.
-
Gabriel authored
For example: CC='ccache gcc' ./configure
-
- Jun 27, 2012
-
-
Bert Belder authored
Closes #3542
-
Ben Noordhuis authored
-
isaacs authored
-
Ben Noordhuis authored
-
Tim Oxley authored
-
Bert Belder authored
This fixes the Windows build.
-
- Jun 26, 2012
-
-
Andreas Madsen authored
-
Ben Noordhuis authored
-
Ben Noordhuis authored
The gcc 4.5.x have various bugs that make V8 crash in various and interesting ways when -fstrict-aliasing is in effect.
-
Bert Belder authored
-
Bert Belder authored
-
Andreas Madsen authored
-
Bert Belder authored
Nobody needs that anyway, it's just eating up space.
-
Bert Belder authored
This makes the installer nice and small again.
-
koichik authored
Refs #3301.
-
- Jun 25, 2012
-
-
isaacs authored
-
isaacs authored
-
isaacs authored
-
isaacs authored
* V8: upgrade to v3.11.10.10 * npm: Upgrade to 1.1.32 * Deprecate iowatcher (Ben Noordhuis) * windows: update icon (Bert Belder) * http: Hush 'MUST NOT have a body' warnings to debug() (isaacs) * Move blog.nodejs.org content into repository (isaacs) * Fix #3503: stdin: resume() on pipe(dest) (isaacs) * crypto: fix error reporting in SetKey() (Fedor Indutny) * Add --no-deprecation and --trace-deprecation command-line flags * (isaacs) * fs: fix fs.watchFile() (Ben Noordhuis) * fs: Fix fs.readfile() on pipes (isaacs) * Rename GYP variable node_use_system_openssl to be consistent (Ryan * Dahl)
-
isaacs authored
-