8032 Commits (049903e333f843d7587e7c40845a7d51ea5955f8)
 

Author SHA1 Message Date
isaacs 049903e333 stream: Split Writable logic into small functions 12 years ago
isaacs e4383c0170 bench: Add flag to be silent in runner 12 years ago
Nathan Rajlich dd6432dcf0 process: invoke EventEmitter on `process` 12 years ago
Bert Belder c0a5af8d07 Revert "build, windows: disable SEH" 12 years ago
Bert Belder 01fa5ee21d win/openssl: mark assembled object files as seh safe 12 years ago
Paolo Fragomeni 8e2376b376 Update domain.markdown 12 years ago
Ben Noordhuis f7b06e0bbc deps: upgrade libuv to 0b26af3 12 years ago
Ben Noordhuis 862f7b850d Merge remote-tracking branch 'origin/v0.8' 12 years ago
Ben Noordhuis 532d9929c7 cluster: propagate bind errors 13 years ago
Felix Böhm 3e64b5677f events: loop backwards in removeListener 12 years ago
Trevor Norris d09ab61dcd events: code consistency 12 years ago
Trevor Norris 04688614f7 events: remove type check for event type 12 years ago
Ben Noordhuis ecf9f606c9 doc: add url.resolve() usage examples 12 years ago
Bert Belder 890dc2eeb1 win/msi: make msi build work when spaces are present in the path 12 years ago
isaacs 119cbf4854 stream: Don't require read(0) to emit 'readable' event 12 years ago
Xidorn Quan 009ba02e18 dns: fix ReferenceError in resolve() error path 12 years ago
Rod Vagg a6a1659d85 link to LevelUP modules wiki page, not level-hooks 12 years ago
Rod Vagg 906f824bab link to LevelUP modules wiki page, not level-hooks 12 years ago
isaacs e428bb7eae cluster: Rename destroy() to kill(signal=SIGTERM) 12 years ago
isaacs 384f1be739 stream: Writable.end(chunk) after end is an error 12 years ago
Aaron Cannon 0c57b31190 doc: Add crypto.pseudoRandomBytes, fix typo 12 years ago
Dave Olszewski 22aa767421 make repl compatible with domains 12 years ago
Ben Noordhuis 80ea63b958 Revert "stream: Writable.end(chunk) after end is an error" 12 years ago
isaacs f5d84965d7 doc: Typo in ChangeLog 12 years ago
isaacs 5222d19a11 stream: Writable.end(chunk) after end is an error 12 years ago
isaacs 63edde0e01 events: Handle emit('error') before ctor 12 years ago
isaacs d345c1173a events: Handle emit before constructor call 12 years ago
Ben Noordhuis 2d51036fb9 Merge remote-tracking branch 'origin/v0.8' 12 years ago
Ben Noordhuis 426cbedb44 test: make simple/test-dgram-pingpong respect PORT 12 years ago
isaacs 4ac73d2c99 net: s/closed/ended/ in write-after-fin message 12 years ago
isaacs 2106ef000c net: Provide better error when writing after FIN 12 years ago
Raymond Feng 47e115063b windows/msi: fix msi build issue with WiX 3.7/3.8 12 years ago
Timothy J Fontaine 0b70a14abf test: optionally set common.PORT via env variable 12 years ago
Ben Noordhuis 93156a6057 test: unlink temp file at test start 12 years ago
Trevor Norris d1b4dcd6ac events: add type checks to once 12 years ago
Trevor Norris e1ac2ef7cf events: emit cleanup 12 years ago
Trevor Norris 1ccc6fbe05 events: additional type check for addListener 12 years ago
Trevor Norris 4f7f8bbdf8 events: _events to object and undefined not null 12 years ago
Trevor Norris b3ea8443bd events: removeListener add checks and cleanup 12 years ago
Trevor Norris aba03ebb5a events: type check listeners 12 years ago
Trevor Norris 8ab346c98f events: simplify removeAllListeners logic 12 years ago
Trevor Norris dd171d24df events: type check setMaxListeners, cleanup throws 12 years ago
Trevor Norris 8ca43a7f40 events: ensure usingDomain is always boolean 12 years ago
Trevor Norris 75305f3bab events: add check for listeners length 12 years ago
Ben Noordhuis 7189b3ed33 crypto: don't assert when calling Cipher#final() twice 12 years ago
Ben Noordhuis 7707acd6ef deps: upgrade libuv to 7e59f9b 12 years ago
Lars-Magnus Skog 4b20f3440d doc change for Readable._read() 12 years ago
isaacs fc22986023 doc: Clarify advisory-ness of stream._read() argument 12 years ago
Gil Pedersen 13c8bc8917 doc: Update to reflect new _read() interface 12 years ago
Evan Oxfeld 16ddc545bd doc: Fix readable.unshift() example 12 years ago