8290 Commits (1d794ec43e5a5b72ab4aeafa91d2e54fd92503b8)
 

Author SHA1 Message Date
isaacs 7f303707d5 test: Fix regression in tls test 12 years ago
isaacs a77c29a0f9 test: Fix tls tests which fail sporadically 12 years ago
isaacs 75df612cd7 doc: Use 'close' rather than 'exit' in spawn examples 12 years ago
isaacs 09b1212254 http: Add fixme comment about ECONNRESET handling 12 years ago
isaacs d75e39794b Merge remote-tracking branch 'ry/v0.8' into master 12 years ago
Gil Pedersen 0a9930a230 stream: Pipe data in chunks matching read data 12 years ago
isaacs 8476aefc8e fs: Change default WriteStream config, increase perf 12 years ago
isaacs 9299168f2a test: Bump up debugger timeouts 12 years ago
Trevor Norris ec4200068c process: allow ticker to cross communicate better 12 years ago
Trevor Norris 86c0745a5e process: streamlining tick callback logic 12 years ago
isaacs 95ac576bf9 Revert "Move MakeCallback to JS" 12 years ago
Shigeki Ohtsu 401cef797d doc: add setImmediate execute timing description 12 years ago
Shigeki Ohtsu cd372510bb timer: move setImmediate from timer to uv_check 12 years ago
isaacs 3f38069acf blog: Release v0.8.20 12 years ago
isaacs 01bff7e7a7 Now working on v0.8.21 12 years ago
isaacs 48521f1220 Merge branch 'v0.8.20-release' into v0.8 12 years ago
isaacs e10c75579b 2013.02.15, Version 0.8.20 (Stable) 12 years ago
isaacs 73be4608d9 npm: Upgrade to v1.2.11 12 years ago
isaacs 987338fe31 http: Do not let Agent hand out destroyed sockets 12 years ago
isaacs c9dcf5718c http: Raise hangup error on destroyed socket write 12 years ago
Ben Noordhuis 3e2be6f39f doc: clarify child_process.exec() stdio option 12 years ago
Ben Noordhuis aec6e93931 doc: add tools/ dir to CONTRIBUTING.md verboten list 12 years ago
Dan Kohn 2e1ebbf2c5 doc: add prompt to fix repl_test.js example 12 years ago
Ben Noordhuis 7bdd05bd66 stream_wrap, udp_wrap: add read-only fd property 12 years ago
Ben Noordhuis 2d069c5210 udp_wrap: use proper imports in source file 12 years ago
Ben Noordhuis b1b7b4e4e8 udp_wrap: don't use namespace imports in header 12 years ago
Ben Noordhuis 3f7e88a852 buffer: accept negative indices in Buffer#slice() 12 years ago
isaacs 2789323902 net: Respect the 'readable' flag on sockets 12 years ago
isaacs 82ad5fbe9a blog: Forgot slug on peer-dependencies article 12 years ago
isaacs 6dcadb9fc8 blog: Peer Dependencies article 12 years ago
Ben Noordhuis 19d29aa0e8 bench: make io.c file path configurable 12 years ago
Fedor Indutny c34326b286 test: fix tests after ECONNRESET patch 12 years ago
Victor Costan e235bce2ba Fix crypto.hmac behavior with empty keys. 12 years ago
isaacs 02374d0c17 tls: Cycle data when underlying socket drains 12 years ago
isaacs 1762dd7ed9 stream: read(0) should not always trigger _read(n,cb) 12 years ago
isaacs 6bd450155c stream: Empty strings/buffers do not signal EOF any longer 12 years ago
Ben Noordhuis f5f9e8da71 crypto: improve cipher/decipher error messages 12 years ago
isaacs 862b164209 test: update http tests for ECONNRESET change 12 years ago
Ben Noordhuis 14a4245051 net: don't suppress ECONNRESET 12 years ago
Ben Noordhuis c7b84a1d01 fs: fix immediate WriteStream#end() 12 years ago
Ben Noordhuis ed3d553d82 typed arrays: make call-as-function work for ctors 12 years ago
Ben Noordhuis aff8d9e716 node: don't malloc in FromConstructorTemplate 12 years ago
Ben Noordhuis d5a5ae3c11 test: fix common.mustCall 12 years ago
Ben Noordhuis 30b0bc4fa9 doc: update buffer/typed array documentation 12 years ago
Ben Noordhuis 5a9d30bb86 typed arrays: copy Buffer in typed array constructor 12 years ago
Ben Noordhuis fe103357ae typed arrays: make DataView throw on non-ArrayBuffer 12 years ago
Ben Noordhuis 234551a22a buffer: fix Buffer::HasInstance() check 12 years ago
Ben Noordhuis 144e21ed30 Revert "typed arrays: only share ArrayBuffer backing store" 12 years ago
Ben Noordhuis fd9d8b5e4a Revert "typed arrays: copy non-ArrayBuffer in DataView ctor" 12 years ago
Nathan Rajlich 1ba39226b2 doc: document the writable.end() callback function 12 years ago