1315 Commits (4733d0b1f08a644ecafc7a80e950fa3ac5814859)

Author SHA1 Message Date
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
Ryan Dahl c11f3f8b0f simplify lazy constant loading 14 years ago
Ryan Dahl 5890272538 Print friendly error message when main module is ENOENT 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
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 7515360951 fix style for SecureStream::IsInitFinished 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 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 10ff559ec3 Add IOWatcher.flush() 14 years ago
Ryan Dahl 7c3c5c6861 Maintain queueSize for each socket 14 years ago
Ryan Dahl 5ba0be6166 Don't send null data segments 14 years ago
Ryan Dahl d74c506044 Support encoding 14 years ago
Ryan Dahl 913789da3e IOWatcher::Dump(), writev 15 years ago
Ryan Dahl 57d8172906 query-string unescape moved to js land 14 years ago
Ryan Dahl 241ea7e595 Simplify next tick logic by looping around ev_loop 14 years ago
Ryan Dahl c87b7b7c69 Now working on v0.3.2-pre 14 years ago
Ryan Dahl ce9a54aa1f Bump version to v0.3.1 14 years ago
Ryan Dahl cea3a95f9f Add ref to buffer during fs.write and fs.read 14 years ago
Ryan Dahl 879a9e0548 solaris -> sunos 14 years ago
Ryan Dahl 00a1d61cc8 Fix OS::GetExecutablePath for platform_none 14 years ago
Ryan Dahl 183f6c2077 Add .node_moudles to lookup path again 14 years ago
Ryan Dahl a375c6ae9a Revert node_module lookup commits 14 years ago
Ryan Dahl de6e88c428 Fix segfault on test-crypto 14 years ago
Ryan Dahl c7b24efd21 Move ev_loop out of javascript 14 years ago
Guillaume Tuton 07da49b095 Set FD_CLOEXEC flag on stdio FDs before spawning. 15 years ago
Ryan Dahl a3750a9833 Remove unnecessary ref/unref in iowatcher cb 15 years ago
Ben Noordhuis b4def4806c Make writes to process.env update the real environment. Tests included. 15 years ago
Ryan Dahl 41c1563584 Remove old buffer api 15 years ago
Ryan Dahl 9c2969253b Make sure watcher.set() isn't being called when active 15 years ago
Ryan Dahl 016fdab43e Fix argv[6] comment in node_file 15 years ago
Micheil Smith 98e7d3506f Rewrite libeio After callback to use req->result instead of req->errorno for error checking 15 years ago
Ryan Dahl ccdd979a69 Changes to compile on solaris 15 years ago
isaacs 4c514a723c Let exit listeners know the exit code 15 years ago
Jorge Chamorro Bieling fd70d30a9c make "node --eval" eval in the global scope. 15 years ago
Tim-Smart 79ecc8e9b7 Style changes. 15 years ago
Ryan Dahl 79944006e2 Move setTimeout and friends into timers module 15 years ago
Ryan Dahl dcc4fffe4d Add C++ API for constructing fast buffer from string 15 years ago
Paul Querna 6ea61acf29 remove old todo. 15 years ago
Paul Querna 1ce4684a27 Centralize error handling in SecureStream 15 years ago
Micheil Smith 8da020d39e Update node_net.cc to make us of node_constants.cc 15 years ago