1798 Commits (bb867c0fa6c245e95009f18742997b4cf372d6e3)

Author SHA1 Message Date
Bert Belder b3bfb6fbb6 domains: don't crash if domain is set to null 12 years ago
isaacs 45a13d9674 events: Don't clobber pre-existing _events obj in EE ctor 12 years ago
Ben Noordhuis de0303d3ad url: parse hostnames that start with - or _ 12 years ago
Ben Noordhuis b6b881378a test: add typed arrays regression test 12 years ago
Ben Noordhuis 82df345fbb test: add diffie-hellman regression test 12 years ago
Nathan Rajlich cca15e8e33 test: disable global variable check for "test-repl-options.js" 12 years ago
Nathan Rajlich b1e78cef09 repl: ensure each REPL instance gets its own "context" 12 years ago
koichik fbb0ee6f24 buffer: fix byteLength with UTF-16LE 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
thewilli 33a5c8a814 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
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
isaacs 0400571676 domain: Properly exit() on domain disposal 12 years ago
Ben Noordhuis 39a0836d5c fs: fix watchFile() missing deletion events 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
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
Ben Noordhuis 7d0543c128 crypto: make pbkdf2() compatible with domains 12 years ago
Ben Noordhuis d1eff9ab68 crypto: make randomBytes() compatible with domains 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
isaacs dec16aa5c2 Test client renegotiation attacks on HTTPS 12 years ago
koichik 752ac320ae https: make https.get() accept a URL 12 years ago
Ben Noordhuis bcb5bdebe7 test: raise pummel/test-net-throttle write req size 12 years ago
Ben Noordhuis 6b18e88b68 tls: handle multiple CN fields when verifying cert 12 years ago
isaacs 93be4ffd4b test-message: fix message output 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
isaacs b0c0111b04 https: Use host header as effective servername 12 years ago
isaacs e4c9c9f412 readline: Remove event listeners on close 12 years ago
Bert Belder 43a0c88116 windows: correctly prep long path for fs.exists(Sync) 12 years ago
Fedor Indutny 50122fed8a tls: fix 'hostless' tls connection verification 12 years ago
Fedor Indutny 5950db197c tls: revert accidental API change 12 years ago
Fedor Indutny 4aa09d1e0e tls: localhost is valid against identity-check 12 years ago
Fedor Indutny eb2ca10462 tls: veryify server's identity 12 years ago
Fedor Indutny 1fa0bca2ad net: ignore socket.setTimeout(Infinity) (and NaN) 12 years ago