768 Commits (cd1ec27268513d9196ae9cedafc8d08946ae18da)

Author SHA1 Message Date
Ryan Dahl 09329cbb04 more lint 14 years ago
Ryan Dahl f22c248e4c more lint 14 years ago
Ryan Dahl 11ea8da9c3 lint child_process.js 14 years ago
Ryan Dahl db78043d52 lint 14 years ago
Ryan Dahl d8f2880ca4 New TLS server API 14 years ago
Ryan Dahl ec1589875c Stop watcher before calling .set() in Stream.prototype.resume 14 years ago
Ryan Dahl 5dab4be53c Remove useless shouldVerify assignments 14 years ago
Ryan Dahl 89e398f075 Better array check in Cert Authority list 14 years ago
Ryan Dahl 855210ce0b add shouldVerifyPeer param to SecurePairs 14 years ago
Michael W 5f3464cf4e fixed timers, whoops. 14 years ago
Ryan Dahl 4b947310b2 Move root certs out of JavaScript 14 years ago
Ryan Dahl 09157369b3 style 14 years ago
Ryan Dahl 70188499b0 Lazy load console object 14 years ago
Ryan Dahl aed0ba3211 buffer.copy targetStart defaults to 0 14 years ago
Ryan Dahl 6d7242b485 Document defaults for buffer.copy() 14 years ago
Michael W 645c3b3713 Fixed: clearTimeouts calling multiple times 14 years ago
Travis Swicegood 22cf5a24db Simplify execution from "big if statement" 14 years ago
Travis Swicegood e514f575f3 Remove cruft that dealt with env parameter 14 years ago
Jeremy Martin 144b2a5338 Fix number of args emitted by EventEmitter during "fast case" (lte 3 args) 14 years ago
Oleg Slobodskoi 02083412eb assert.throws can now accept as RegExp 14 years ago
Travis Swicegood 86727b15f3 fix a typo in comment 14 years ago
Evan Larkin bc02d47b21 Fix variable leak. 14 years ago
Ryan Dahl 735b9d50a3 Simplify state transitions in http.Client 14 years ago
Ryan Dahl 6057747e9e Improve HTTP debug messages 14 years ago
Ryan Dahl 1db59afb75 style 14 years ago
Ryan Dahl bf89872306 style 14 years ago
Ryan Dahl 102b1d999d Add simple securepair client test 14 years ago
isaacs a52f59b437 Use a proper tty test. 14 years ago
Ryan Dahl a6f6532dfb Fix test-securepair-server 14 years ago
Ryan Dahl 4f32a59307 Fix buffer.slice(0, 0) 14 years ago
Ben Noordhuis 611dffabb6 Support CNAME lookups in DNS module. 14 years ago
Ryan Dahl 6063ea62df fix style in path.js 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
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