2172 Commits (7a07b31a2f678a319fc7cbb0ee4ee023fa812b14)

Author SHA1 Message Date
Andreas Madsen 86d4cf71d6 test: possible ipc.ref() regression 12 years ago
Andreas Madsen 5070eccf1b child_process: don't die when disconnect event exists 12 years ago
Ben Noordhuis 212466bea2 child_process: make .fork()'d child auto-exit 12 years ago
Ben Noordhuis 84221fd1d6 events: add 'removeListener' event 12 years ago
Ben Noordhuis d0e6c3f5a6 test: add common.mustCall function 12 years ago
isaacs 0400571676 domain: Properly exit() on domain disposal 12 years ago
Bryan Cantrill cc1b09d6b7 test: add tests for postmortem and DTrace support 12 years ago
Fedor Indutny 63ff449d87 crypto: bring module into modern age 12 years ago
tasogarepg 21c4b9a9eb debugger: fix --debug-brk 12 years ago
isaacs 1510116337 test: fs.watch filename support on Darwin 12 years ago
isaacs 7144be70db url: Go much faster by using Url class 12 years ago
Ben Noordhuis 39a0836d5c fs: fix watchFile() missing deletion events 12 years ago
Ben Noordhuis 3806cf0d64 test: set rejectUnauthorized in tls/https tests 12 years ago
Ben Noordhuis 35607f3a2d tls, https: validate server certificate by default 12 years ago
Ben Noordhuis 07804c7c9a fs: don't segfault on deeply recursive stat() 12 years ago
Frédéric Germain 451ff1540a http: Remove timeout handler when data arrives 12 years ago
isaacs 1c2982b94f Update doc and test for sunos/solaris switch 12 years ago
Ben Noordhuis 98d53ac51e test: add AES-256 padding crypto test 12 years ago
Nathan Rajlich a4ef01df07 buffer: implement Buffer.prototype.toJSON() 12 years ago
Nathan Rajlich fb383a0ad0 util: make util.inspect() work when "hasOwnProperty" is overwritten 12 years ago
Ben Noordhuis 9a3521cb25 http: respect HTTP/1.0 TE header 12 years ago
Fedor Indutny 8e0c830cd0 tls: async session storage 12 years ago
Ben Noordhuis 790d651f0d http: make http.ServerResponse emit 'end' 12 years ago
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 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