2035 Commits (bdc7251b64bf2a467fb7048cff5dc1814f3152ed)

Author SHA1 Message Date
Bert Belder b0d2795fe9 child process: fix processes with IPC channel don't emit 'close' 13 years ago
Ben Noordhuis 8bec26122d tls, https: throw exception on missing key/cert 13 years ago
isaacs dec16aa5c2 Test client renegotiation attacks on HTTPS 13 years ago
Bert Belder 143e9bef47 test: make test-fs-truncate pass on windows 13 years ago
Bert Belder c06e1002c8 windows: make test-child-process-exec-error pass 13 years ago
isaacs 05282588e0 Buffer.isEncoding(enc) 13 years ago
Nathan Rajlich 0285dae26a repl: create a new Console instance for the repl when "useGlobal" is off 13 years ago
Nathan Rajlich 025f53c306 console: refactor the console module to be reusable 13 years ago
Brian White c78678b081 http: bubble up parser errors to ClientRequest 13 years ago
koichik 752ac320ae https: make https.get() accept a URL 13 years ago
Ben Noordhuis 63d13e86a5 child_process: emit error on exec failure 13 years ago
Ben Noordhuis 05b3f88064 test: use common.PORT in simple/test-regress-GH-1697 13 years ago
Ben Noordhuis 28d30346f4 test: use common.PORT in pummel/test-net-timeout2 13 years ago
Ben Noordhuis 916832cd2c test: fix function name typo 13 years ago
Ben Noordhuis bcb5bdebe7 test: raise pummel/test-net-throttle write req size 13 years ago
isaacs 22804a9eb8 module: use 'repl' as the filename arg if missing 13 years ago
isaacs 50c7d80fb0 events: emitter.listeners() should not have side effects 13 years ago
Ben Noordhuis 6b18e88b68 tls: handle multiple CN fields when verifying cert 13 years ago
Timothy J Fontaine 320ae691d8 timers: make unref'd timeouts execute in a domain 13 years ago
Timothy J Fontaine 382f22f229 timers: implement setImmediate 13 years ago
Ben Noordhuis 6b588007df test: fix pummel/test-net-connect-econnrefused 13 years ago
Ben Noordhuis 6770555551 test: raise pummel/test-net-throttle write req size 13 years ago
Ben Noordhuis 4c150ca0d0 net: fix listen() regression, revert patches 13 years ago
Josh Erickson 7b367a93ce net: add support for IPv6 addresses ending in :: 13 years ago
isaacs 168a555780 fs: fix naming of truncate/ftruncate functions 13 years ago
Ben Noordhuis 2f7e0f2da6 fs: remove undocumented .destroy callbacks 13 years ago
isaacs 93be4ffd4b test-message: fix message output 13 years ago
isaacs 99ad0561c0 test-message: fix message output 13 years ago
Andreas Madsen 085a09874b cluster: do not use internal server API 13 years ago
Andreas Madsen d13887512e net: lazy listen on handler 13 years ago
Dominic Tarr f4a4ef7a2d zlib: Emit 'close' on destroy(). 13 years ago
Tyler Neylon b48684c6f1 child_process: Fix stdout=null when stdio=['pipe'] 13 years ago
Bert Belder 5fdeebd94d net: make pause work with connecting sockets 13 years ago
isaacs 37537d5720 test: stdin error messages 13 years ago
Ben Noordhuis 34c750d7a9 net: fix .listen({fd:0}) 13 years ago
Gil Pedersen f1fba8d1f5 fs: fix ReadStream / WriteStream missing callback 13 years ago
isaacs b3cf3f35fc Report errors properly from --eval and stdin 13 years ago
koichik 72bc4dcda4 assert: fix throws() throws an error without message property 13 years ago
Ben Noordhuis aa0650f444 cluster: fix libuv assert in net.listen() 13 years ago
Joe Andaverde 20e12e4be3 events: make .listeners() return a copy 13 years ago
Ben Noordhuis 2a30d328fa crypto: add sync interface to crypto.pbkdf2() 13 years ago
Timothy J Fontaine edd3de8fea test: update dgram tests after API change 13 years ago
Ben Noordhuis 105c6ec8d5 test: suppress simple/test-dgram-pingpong chatter 13 years ago
isaacs b0c0111b04 https: Use host header as effective servername 13 years ago
isaacs e4c9c9f412 readline: Remove event listeners on close 13 years ago
Timothy J Fontaine 77945d7f0f add unref/ref tests for socket/server/timers 13 years ago
Bert Belder 43a0c88116 windows: correctly prep long path for fs.exists(Sync) 13 years ago
Fedor Indutny 92e7433ff9 tls: fix 'hostless' tls connection verification 13 years ago
Fedor Indutny 50122fed8a tls: fix 'hostless' tls connection verification 13 years ago
Fedor Indutny 93d496a4ec tls: revert accidental API change 13 years ago