1965 Commits (bb867c0fa6c245e95009f18742997b4cf372d6e3)

Author SHA1 Message Date
isaacs 45a13d9674 events: Don't clobber pre-existing _events obj in EE ctor 12 years ago
isaacs c7b2e29e5e events: Make the EventEmitter class monomorphic 12 years ago
Ben Noordhuis de0303d3ad url: parse hostnames that start with - or _ 12 years ago
Bert Belder f34f1e30a6 repl: call resume() after setRawMode() 12 years ago
Nathan Rajlich b1e78cef09 repl: ensure each REPL instance gets its own "context" 12 years ago
Nathan Rajlich 59c166cfba repl: move "isSyntaxError()" definition to the bottom 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
isaacs 411d46087f tls: lint 12 years ago
isaacs 2a9a5e2318 domain: Remove stray console.log 12 years ago
Fedor Indutny 7651228ab2 tls: use slab allocator 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
Frédéric Germain 451ff1540a http: Remove timeout handler when data arrives 12 years ago
isaacs 41e1b171ec stream.pipe: Don't call destroy() unless it's a function 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
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
Bert Belder 2418434568 windows: fix single-accept mode for shared server sockets 12 years ago
koichik 752ac320ae https: make https.get() accept a URL 12 years ago
Ben Noordhuis 422772f23b net: fix asserts 12 years ago
isaacs ee200942dd lint 12 years ago
Ben Noordhuis badbd1af27 tls: update default cipher list 12 years ago
Bert Belder 9918e5d4f6 windows: make junctions work again 12 years ago
Ben Noordhuis 6b18e88b68 tls: handle multiple CN fields when verifying cert 12 years ago
isaacs 7bb814f9db errnoException must be done immediately 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
Ben Noordhuis 34c750d7a9 net: fix .listen({fd:0}) 12 years ago
Gil Pedersen f1fba8d1f5 fs: fix ReadStream / WriteStream missing callback 12 years ago
Ben Noordhuis 23f09d7e02 fs: fix readFileSync("/proc/cpuinfo") regression 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
Nathan Rajlich 9eddaebb79 assert: remove unnecessary use of __proto__ 12 years ago
isaacs 5809426d75 net.js: lint 12 years ago
Ben Noordhuis 1513848f88 net: fix Socket({ fd: 42 }) api 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
Brian White e06b5d7af7 http: remove duplicate assignments 12 years ago
Fedor Indutny 42c6952edb tls: pass linting 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