1987 Commits (321b8eec08d445d60a4149bfa71959936fc189c6)

Author SHA1 Message Date
Nathan Rajlich 4eb5399bb2 util: add a "customInspect" option to `util.inspect()` 12 years ago
Nathan Rajlich 07774e6b95 util: make `inspect()` accept an "options" argument 12 years ago
Aaditya Bhatia c668185add cluster: make 'listening' handler see actual port 12 years ago
Ricky Ng-Adam 8bd4590a31 buffer: include encoding value in exception when invalid 12 years ago
Ben Noordhuis 76ddf06f10 tls: don't use a timer to track renegotiations 12 years ago
Ben Noordhuis da1f48328c test: write to temp dir, not fixtures dir 12 years ago
koichik fbb0ee6f24 buffer: fix byteLength with UTF-16LE 12 years ago
isaacs 836a06fc4f Revert "http: make http.ServerResponse emit 'end'" 12 years ago
koichik 016afe21ae streams: fix pipe is destructed by 'end' from destination 13 years ago
Paul Serby 41e53e5579 path: add platform specific path delimiter 12 years ago
Nathan Rajlich 3b7312d23a repl: make "end of input" JSON.parse() errors throw in the REPL 12 years ago
Nathan Rajlich f1722a280c repl: make invalid RegExp modifiers throw in the REPL 12 years ago
isaacs 3053f4d27d test: Fix stdin message tests 12 years ago
isaacs 5a0056703a test: Fix simple/test-http-client-timeout-agent 12 years ago
Fedor Indutny d68c02e3fe debugger: test repeating last command 12 years ago
Pavel Lang b38277be26 http: add response.headersSent property 12 years ago
thewilli 33a5c8a814 http: handle multiple Proxy-Authenticate values 12 years ago
thewilli ac17dc1764 http: handle multiple Proxy-Authenticate values 12 years ago
Bert Belder b5db5fc9dc test: pick another CNAME record to test dns queries 12 years ago
isaacs ea2ceb731c test: Fix premature close in test-http-client-timeout-agent 12 years ago
Shigeki Ohtsu a1ba29d110 test: fix failing due to too early timeout 12 years ago
Nathan Rajlich 0f2ed2bc2c http: make the client "res" object gets the same domain as "req" 12 years ago
Nathan Rajlich 4a2670740c repl: make invalid RegExps throw in the REPL 12 years ago
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