summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2012.08.15, Version 0.8.7 (Stable)v0.8.7v0.8.7-releaseisaacs2012-08-153-2/+26
* website: Sharpen and clean up download page moreisaacs2012-08-155-34/+63
* build: Don't set gcc_version for Windowsisaacs2012-08-151-1/+1
* website: Use table for download pageisaacs2012-08-153-44/+162
* website: download pageGolo Roden2012-08-1510-185/+111
* npm: Upgrade to 1.1.49isaacs2012-08-14175-983/+2549
* crypto: fix uninitialized memory access in opensslBen Noordhuis2012-08-151-0/+1
* test: raise pummel/test-net-throttle write req sizeBen Noordhuis2012-08-141-1/+1
* buffer, crypto: fix buffer decodingBen Noordhuis2012-08-141-1/+19
* build: compile with -fno-tree-vrp when gcc >= 4.0Ben Noordhuis2012-08-132-2/+12
* deps: upgrade libuv to 2c3e8b6Ben Noordhuis2012-08-134-33/+35
* tls: handle multiple CN fields when verifying certBen Noordhuis2012-08-122-1/+16
* doc: remove unused util from child_processKyle Robinson Young2012-08-121-4/+2
* Makefile: add a better check to ensure a node "release"Nathan Rajlich2012-08-092-8/+21
* blog post for 0.8.6isaacs2012-08-071-0/+85
* Now working on 0.8.7isaacs2012-08-071-2/+2
* Merge branch 'v0.8.6-release' into v0.8isaacs2012-08-07104-136/+144
|\
| * 2012.08.07, Version 0.8.6 (Stable)v0.8.6isaacs2012-08-073-2/+26
| * 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