8044 Commits (25ba971f41d4ddaf7e241645cfc2917bd3afa1f7)
 

Author SHA1 Message Date
Eugene Girshov 25ba971f41 http: fix multiple timeout events 12 years ago
Ben Noordhuis fb3ec32b0e net: use close callback, not process.nextTick 12 years ago
Ben Noordhuis 958ab661cb handle_wrap: add close callback support 12 years ago
Ben Noordhuis 3d20905b70 handle_wrap: replace unref_ field with flags_ field 12 years ago
Ben Noordhuis 3dbbfd7803 src: remove unused symbols in node_file.cc 12 years ago
Pavel Lang 2ad98725d6 DNS: Support NAPTR queries 12 years ago
isaacs 74784b63d6 cares: Set process._errno, not global.errno 12 years ago
Scott Blomquist 323120b5c9 child_process: handle ENOENT correctly on Windows 12 years ago
Timothy J Fontaine f9ba9f7bad build: define nightly tag external to build system 12 years ago
isaacs 312289b791 stream: Use class for write buffer entries 12 years ago
isaacs 426b4c6258 stream: _write takes an encoding argument 12 years ago
isaacs cd68d86c32 stream: Remove output function from _transform 12 years ago
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