summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.02.19, Version 0.9.10 (Unstable)v0.9.10v0.9.10-releaseisaacs2013-02-193-2/+37
* npm: Upgrade to 1.2.12isaacs2013-02-19105-132/+132
* tls: Write pending data on socket drainisaacs2013-02-191-0/+4
* test: Fix regression in tls testisaacs2013-02-191-1/+1
* test: Fix tls tests which fail sporadicallyisaacs2013-02-192-7/+11
* doc: Use 'close' rather than 'exit' in spawn examplesisaacs2013-02-181-4/+8
* http: Add fixme comment about ECONNRESET handlingisaacs2013-02-181-0/+2
* Merge remote-tracking branch 'ry/v0.8' into masterisaacs2013-02-18144-195/+1216
|\
| * blog: Release v0.8.20isaacs2013-02-151-0/+62
| * Now working on v0.8.21isaacs2013-02-151-2/+2
| * Merge branch 'v0.8.20-release' into v0.8isaacs2013-02-15134-188/+677
| |\
| | * 2013.02.15, Version 0.8.20 (Stable)v0.8.20v0.8.20-releaseisaacs2013-02-153-2/+14
| | * npm: Upgrade to v1.2.11isaacs2013-02-15131-186/+663
| |/
| * http: Do not let Agent hand out destroyed socketsisaacs2013-02-142-1/+108
| * http: Raise hangup error on destroyed socket writeisaacs2013-02-142-1/+151
| * doc: clarify child_process.exec() stdio optionBen Noordhuis2013-02-141-0/+2
| * doc: add tools/ dir to CONTRIBUTING.md verboten listBen Noordhuis2013-02-141-4/+4
| * doc: add prompt to fix repl_test.js exampleDan Kohn2013-02-131-1/+1
| * blog: Forgot slug on peer-dependencies articleisaacs2013-02-121-0/+1
| * blog: Peer Dependencies articleisaacs2013-02-121-0/+133
| * test: disable simple/test-dgram-send-errorBen Noordhuis2013-02-081-0/+0
| * blog: v0.9.9 is unstable, not stableisaacs2013-02-071-2/+2
| * blog: v0.9.9isaacs2013-02-071-0/+78
| * http: protect against response splitting attacksBert Belder2013-02-072-0/+69
* | stream: Pipe data in chunks matching read dataGil Pedersen2013-02-151-2/+7
* | fs: Change default WriteStream config, increase perfisaacs2013-02-152-5/+97
* | test: Bump up debugger timeoutsisaacs2013-02-153-3/+3
* | process: allow ticker to cross communicate betterTrevor Norris2013-02-152-83/+92
* | process: streamlining tick callback logicTrevor Norris2013-02-157-112/+234
* | Revert "Move MakeCallback to JS"isaacs2013-02-154-77/+51
* | doc: add setImmediate execute timing descriptionShigeki Ohtsu2013-02-151-3/+4
* | timer: move setImmediate from timer to uv_checkShigeki Ohtsu2013-02-152-24/+77
* | stream_wrap, udp_wrap: add read-only fd propertyBen Noordhuis2013-02-137-29/+101
* | udp_wrap: use proper imports in source fileBen Noordhuis2013-02-131-2/+12
* | udp_wrap: don't use namespace imports in headerBen Noordhuis2013-02-131-30/+23
* | buffer: accept negative indices in Buffer#slice()Ben Noordhuis2013-02-123-41/+36
* | net: Respect the 'readable' flag on socketsisaacs2013-02-122-2/+54
* | bench: make io.c file path configurableBen Noordhuis2013-02-121-2/+4
* | test: fix tests after ECONNRESET patchFedor Indutny2013-02-122-0/+9
* | Fix crypto.hmac behavior with empty keys.Victor Costan2013-02-122-1/+61
* | tls: Cycle data when underlying socket drainsisaacs2013-02-112-0/+92
* | stream: read(0) should not always trigger _read(n,cb)isaacs2013-02-111-0/+10
* | stream: Empty strings/buffers do not signal EOF any longerisaacs2013-02-111-1/+1
* | crypto: improve cipher/decipher error messagesBen Noordhuis2013-02-112-32/+32
* | test: update http tests for ECONNRESET changeisaacs2013-02-113-8/+4
* | net: don't suppress ECONNRESETBen Noordhuis2013-02-113-7/+3
* | fs: fix immediate WriteStream#end()Ben Noordhuis2013-02-112-20/+17
* | typed arrays: make call-as-function work for ctorsBen Noordhuis2013-02-112-3/+9
* | node: don't malloc in FromConstructorTemplateBen Noordhuis2013-02-113-26/+10
* | test: fix common.mustCallBen Noordhuis2013-02-111-1/+3