2644 Commits (d3532a4bf294e9cbb7e6f6edec47477310dda14b)
 

Author SHA1 Message Date
Ben Noordhuis 611dffabb6 Support CNAME lookups in DNS module. 14 years ago
Jorge Chamorro Bieling 6aa92d5289 Apple's threaded write()s bug 14 years ago
Ryan Dahl 7b2f5ab7f8 Fix mac build 14 years ago
Ben Noordhuis f0b8cc6a94 require() should work with `node --eval`. 14 years ago
Nikhil Marathe 7a3971e433 Use sys.executable to call python 14 years ago
Ben Noordhuis 80b5a52217 Fix compiler warnings. 14 years ago
Ben Noordhuis a87172f9b2 Compile with `-Wno-unused-parameter -D_FORTIFY_SOURCE=2` 14 years ago
Marco Rogers 5749f91814 Docs for util.inherits 14 years ago
Herbert Vojčík 3422263414 requireNative made independent on module system 14 years ago
Ryan Dahl f6479f2fb6 Print deprecation warning on process.compile 14 years ago
Ryan Dahl a16b3c3148 Use runInNewContext instead of process.compile 14 years ago
Ryan Dahl b1088d6bd2 Load 'path' module with requireNative 14 years ago
Ryan Dahl bb6d468dd8 requireNative doesn't depend on rest of module system 14 years ago
Silas Sewell 11b2ee7632 Various doc tweaks (2-spaces vs tabs, EOL-whitespace, repl prompt, "world" vs "World", etc...) 14 years ago
Ryan Dahl c11f3f8b0f simplify lazy constant loading 14 years ago
Ryan Dahl 6063ea62df fix style in path.js 14 years ago
Ryan Dahl 5890272538 Print friendly error message when main module is ENOENT 14 years ago
Ryan Dahl c321e9893d stream.pipe should remove listeners on dest close 14 years ago
Ryan Dahl 2320497992 Revert "Merge branch 'writev'" 14 years ago
Ryan Dahl 794e7be4f8 Revert "Actually don't need to limit sendmsg size on unix - seems okay." 14 years ago
Ryan Dahl d42098651b Revert "fd_to_send needs to be cleared if *any* data was sent" 14 years ago
Marco Rogers 118b88e44f update repl to distinguish JSON.parse SyntaxErrors from the rest 14 years ago
Ryan Dahl 56074d1056 Inline Buffer::Length and Buffer::Data 14 years ago
Ryan Dahl a93634007a fd_to_send needs to be cleared if *any* data was sent 14 years ago
Ryan Dahl 464ced4a86 Actually don't need to limit sendmsg size on unix - seems okay. 14 years ago
Ryan Dahl 15d5378684 Add failing test for TLS server 14 years ago
Ryan Dahl d722c8df73 Add some comments to securepair 14 years ago
Ryan Dahl 7515360951 fix style for SecureStream::IsInitFinished 14 years ago
Ryan Dahl cbdcc1d5f3 Upgrade V8 to 2.5.7 14 years ago
Nikhil Marathe f11291a220 Added documentation for Stream.pipe 14 years ago
Ryan Dahl 9c29ac6feb Fix style 14 years ago
Brian White 952bbb86b5 Fix OpenSSL SSL_library_init function check on OpenBSD. 14 years ago
Ryan Dahl 296802c641 Update TODO 14 years ago
Ryan Dahl cd9515efd9 Merge branch 'writev' 14 years ago
Ryan Dahl 1f18648394 Fix typo 14 years ago
Ryan Dahl 2ba3c10d62 Only try to flush big buffers once 14 years ago
Ryan Dahl 849792e46b Add todo about test-pipe.js and throwing on resume() 14 years ago
Ryan Dahl 544877d12e Fix socket.end() problem on non-empty queue 14 years ago
Ryan Dahl 0b1214c16b Fix a bug regarding queueSize, add asserts 14 years ago
Ryan Dahl 3884b4185a Small clean ups 14 years ago
Ryan Dahl 02039c9b53 'connect' event may disconnect socket 14 years ago
Ryan Dahl 42357645cb Dump after ev_loop 14 years ago
Ryan Dahl d3fbe3e3d1 Emit drain and stop IOWatcher even on empty buffer 14 years ago
Ryan Dahl fa556a1425 Add callback to socket.write(), fix test-sendfds 14 years ago
Ryan Dahl a6d8425382 make sure unix sockets are tagged correctly 14 years ago
Ryan Dahl 5d6a03c9fe Don't append buckets of zero length 14 years ago
Ryan Dahl 10ff559ec3 Add IOWatcher.flush() 14 years ago
Ryan Dahl 7c3c5c6861 Maintain queueSize for each socket 14 years ago
Ryan Dahl 5a84461e46 Also do ondrain callback for socket (needed by http) 14 years ago
Ryan Dahl e1250a3333 Reset _eof on socket reuse 14 years ago