1154 Commits (20ced0ea1e8c440c2dbd13f1aa67cc35f317a85c)

Author SHA1 Message Date
Marco Rogers 118b88e44f update repl to distinguish JSON.parse SyntaxErrors from the rest 14 years ago
Ryan Dahl d722c8df73 Add some comments to securepair 14 years ago
Ryan Dahl 9c29ac6feb Fix style 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 3884b4185a Small clean ups 14 years ago
Ryan Dahl 02039c9b53 'connect' event may disconnect socket 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
Ryan Dahl 5ba0be6166 Don't send null data segments 14 years ago
Ryan Dahl dcc547d798 Dumper net.js integration 14 years ago
Ryan Dahl df46c8e698 Rip out the old TLS implementation 14 years ago
Stéphan Kochen 57eb5cb9a0 Make SlowBuffer pass Buffer.isBuffer test. 14 years ago
Ryan Dahl 6ff12c425e Add querystring.unescapeBuffer 14 years ago
Ryan Dahl 57d8172906 query-string unescape moved to js land 14 years ago
Brian White 5908bdab9a Make sure raw mode is disabled when exiting a terminal-based REPL. 14 years ago
Tim Cooijmans d4b726a1a6 fix utils.inspect's detection of circular structures 14 years ago
Ryan Dahl cf05257fb7 Test for server.listen() more carefully, fix bug 14 years ago
Ryan Dahl 4144024e6b Test and fix for self-assigned port from net.Server 14 years ago
Ryan Dahl 8b1082825c Rename require('javascript') to require('vm') 14 years ago
isaacs d39d3cec65 Make the javascript module API nodey. 14 years ago
isaacs 9996b459e1 Implement new path.join behavior 14 years ago
isaacs 589e27948b writeFile fixes 14 years ago
Ryan Dahl d787a444c5 Use require('javascript') instead of process.binding('evals') 14 years ago
Ryan Dahl 8e09b1e2e1 Simplify REPL displayPrompt 14 years ago
Ryan Dahl d4af8a6b6a Add writeFilter when in the readline 14 years ago
Ryan Dahl 6ce007e89a Remove warning in 'sys' - too aggressive 14 years ago
Ryan Dahl 515f006b6e Add legacy methods to Buffer 14 years ago
Ryan Dahl f1391f33cd Add missing require('fs') 14 years ago
Chandra Sekar S 2b08bacd56 Removed range read optimization as it doesn't work with libeio. 14 years ago
Ryan Dahl 5e11b8a937 De-indent dns.lookup 14 years ago
Ryan Dahl 9c2969253b Make sure watcher.set() isn't being called when active 14 years ago
Ryan Dahl 7a48fd8455 Handle null values in clearTimeout 14 years ago
Ryan Dahl 1eb547fec1 Lazy load modules in net.js 14 years ago
Ryan Dahl 5171da5a6c Remove a little redundancy 14 years ago
Ryan Dahl 65dced730f Handle one more onReadable call from crypto 14 years ago
Ryan Dahl 73cfda12bb Abstract out a Server.prototype.pause method 14 years ago
Ryan Dahl ad61d77fa3 Abstract out net.Server.prototype._rejectPending 14 years ago
Jonas Pfenniger 74d0a077ec Module-level EMFILE handling 14 years ago
isaacs 987cbbc191 Handle cyclic links smarter in fs.realpath 14 years ago
Ryan Dahl 67652ddf27 Refactor callbacks in net.Stream for fewer closures 14 years ago
Ryan Dahl 38dde9684f Add extra anti-DoS tech to net.Server 14 years ago
Ryan Dahl ac54272218 Gracefully handle EMFILE 14 years ago