2096 Commits (b15a10e7a014674ef6f71c51ad84032fb7b802e2)

Author SHA1 Message Date
Ben Noordhuis 19a432260c test: add extra checks in simple/test-cli-eval 12 years ago
Ben Noordhuis 83b1dda12f cli: make argument to -p optional 12 years ago
Ben Noordhuis 7d0543c128 crypto: make pbkdf2() compatible with domains 12 years ago
Ben Noordhuis d1eff9ab68 crypto: make randomBytes() compatible with domains 12 years ago
Ben Noordhuis f03c3203a1 cli: make -p equivalent to -pe 12 years ago
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 13 years ago
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