summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* npm: Upgrade to 1.1.48isaacs2012-08-06101-134/+118
* install: prevent a KeyError from being thrown when PORTABLE is not setNathan Rajlich2012-08-061-1/+1
* npm: Upgrade to 1.1.47isaacs2012-08-06198-839/+855
* uv: Upgrade to dfb6be0isaacs2012-08-061-0/+1
* Merge branch 'binary-tarballs' into v0.8Nathan Rajlich2012-08-063-29/+77
|\
| * email-footer: add links to the expected common binary packagesNathan Rajlich2012-08-061-0/+8
| * Makefile: move the release verification logic into a `make release-only` targetNathan Rajlich2012-08-061-24/+26
| * Makefile: properly set the ARCH variable when forcing a DESTCPUNathan Rajlich2012-08-061-0/+8
| * Makefile: allow the dest-cpu to be specified for `make binary`Nathan Rajlich2012-08-061-1/+1
| * Makefile: add `make binary` helper targetNathan Rajlich2012-08-061-1/+3
| * Makefile: add `make tar` helper targetNathan Rajlich2012-08-061-1/+3
| * Makefile: add target for precompiled binary tarballsNathan Rajlich2012-08-061-0/+16
| * install: add a "portable" mode to the shebang-rewriting logicNathan Rajlich2012-08-061-1/+9
| * install: install the "wafadmin/Tools" files into the correct dirNathan Rajlich2012-08-061-4/+5
| * install: use os.path.join() to create the npm shebangNathan Rajlich2012-08-051-2/+3
| * install: install the "wafadmin" files into the correct directoryNathan Rajlich2012-08-041-1/+1
* | doc: fix typos in child_processKyle Robinson Young2012-08-061-3/+3
* | doc: util.pump is deprecated. Use Stream.pipeisaacs2012-08-051-1/+1
* | errnoException must be done immediatelyisaacs2012-08-051-1/+2
* | test-message: fix message outputisaacs2012-08-053-45/+58
* | zlib: Emit 'close' on destroy().Dominic Tarr2012-08-042-0/+37
* | child_process: Fix stdout=null when stdio=['pipe']Tyler Neylon2012-08-042-3/+40
* | blog post for 0.6.21isaacs2012-08-041-0/+43
|/
* installer: prevent ETXTBSY errorsBen Noordhuis2012-08-041-0/+1
* installer: honor --without-npm, default install pathBen Noordhuis2012-08-041-3/+3
* net: make pause work with connecting socketsBert Belder2012-08-033-48/+105
* blog: Fix date on 0.8.5 releaseisaacs2012-08-021-1/+1
* Blog post about 0.8.5isaacs2012-08-021-0/+77
* Now working on 0.8.6isaacs2012-08-021-2/+2
* Merge branch 'v0.8.5-release' into v0.8isaacs2012-08-02239-458/+1047
|\
| * 2012.08.02, Version 0.8.5 (Stable)v0.8.5isaacs2012-08-023-2/+41
| * build: Sign pkg installer for OS Xisaacs2012-08-023-1/+28
| * test: stdin error messagesisaacs2012-08-022-0/+116
| * npm: Upgrade to 1.1.46isaacs2012-08-02231-455/+862
* | doc: improve cluster.workers documentationBen Noordhuis2012-08-021-2/+2
* | installer: fix cross-compile installsBen Noordhuis2012-08-023-160/+216
* | net: fix .listen({fd:0})Ben Noordhuis2012-08-022-1/+37
* | deps: remove openssl apps and testsBen Noordhuis2012-08-02230-54675/+0
|/
* node: tag Encode and friends NODE_EXTERNBen Noordhuis2012-08-021-8/+8
* fs: fix ReadStream / WriteStream missing callbackGil Pedersen2012-08-022-3/+14
* fs: fix readFileSync("/proc/cpuinfo") regressionBen Noordhuis2012-08-011-2/+2
* blog: Remove all windows line endings once and for allisaacs2012-08-0178-3031/+3031
* update profiling blog post to use shell redirection instead of -oDave Pacheco2012-08-011-2/+2
* blog: Remove ^M chars from profiling-node-js blog postisaacs2012-08-011-52/+52
* installer: don't assume bash is installedBen Noordhuis2012-08-011-1/+1
* uv: upgrade to 6209fe5Bert Belder2012-08-012-3/+5
* doc: http: document res.write() `drain` return valueEugen Dueck2012-08-011-0/+4
* v8: don't show performance warnings when compiling with msvcBert Belder2012-08-011-0/+3
* docs: remove unused require from exampleBert Belder2012-07-311-2/+1
* uv: upgrade to 69c2ef8Bert Belder2012-07-317-566/+593