summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 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
* deps, tools: remove stray reject filesBen Noordhuis2012-07-318-64/+0
* doc: document child_process.fork() limitationBen Noordhuis2012-07-311-0/+3
* doc: Remove timeout arg in child_process.forkisaacs2012-07-301-1/+0
* doc: fix domains exampleShigeki Ohtsu2012-07-301-3/+3
* Report errors properly from --eval and stdinisaacs2012-07-306-27/+163
* assert: fix throws() throws an error without message propertykoichik2012-07-292-2/+12
* cluster: fix libuv assert in net.listen()Ben Noordhuis2012-07-292-3/+43
* deps: upgrade libuv to 4fe1916Ben Noordhuis2012-07-287-55/+116
* node: use variadic functions in ev-emul.hBen Noordhuis2012-07-281-2/+2
* always link sunos builds with libumemTrent Mick2012-07-271-0/+1
* build: improve armv7 / hard-float detectionAdam Malcontenti-Wilson2012-07-261-6/+62
* https: Use host header as effective servernameisaacs2012-07-252-3/+231
* assert: remove unnecessary use of __proto__Nathan Rajlich2012-07-251-4/+2
* Blog post for 0.8.4isaacs2012-07-251-0/+59
* Now working on v0.8.5isaacs2012-07-251-2/+2
* Merge branch 'v0.8.4-release' into v0.8isaacs2012-07-255-8/+31
|\
| * 2012.07.25, Version 0.8.4 (Stable)v0.8.4isaacs2012-07-243-2/+22