1937 Commits (63ac07b32b0a6de8ea6e51d6ae52ea3b35f18935)

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