2445 Commits (bdb78b9945f65a0f2a364995eaf099561a902df7)

Author SHA1 Message Date
isaacs bdb78b9945 stream: don't create unnecessary buffers in Readable 12 years ago
isaacs 0b8af89363 lint 12 years ago
Ben Noordhuis 21bd456763 child_process: fix handle delivery 12 years ago
Daniel Moore 3b6fc600e2 stream: make Readable.wrap support empty streams 12 years ago
Daniel Moore 1ad93a6584 stream: make Readable.wrap support objectMode 12 years ago
Miroslav Bajtoš a32a243d5f debugger: breakpoints in scripts not loaded yet 12 years ago
Miroslav Bajtoš 8c2ad47f42 debugger: `restart` with custom debug port 12 years ago
isaacs 01e2920219 http: Don't try to destroy nonexistent sockets 12 years ago
isaacs 4bf1d1007f crypto: LazyTransform on properties, not methods 12 years ago
Ryan Doenges 6101eb184d assert: put info in err.message, not err.name 12 years ago
Ben Noordhuis 92023b4b37 dgram: fix no address bind() 12 years ago
isaacs b0de1e4a41 stream: Fix unshift() race conditions 12 years ago
isaacs 22c7d134e2 lint 12 years ago
Ben Noordhuis 212eb8a52e child_process: fix O(n*m) scan of cmd string 12 years ago
Ben Noordhuis dbbfbe74ca cluster: fix O(n*m) scan of cmd string 12 years ago
Fedor Indutny c665b8e9ba net: fix socket.bytesWritten Buffers support 12 years ago
Łukasz Walukiewicz 2e28832660 buffer: fix offset checks 12 years ago
isaacs c93af860a0 stream: call write cb before finish event 12 years ago
isaacs e4b716efaa http: Support write(data, 'hex') 12 years ago
Andreas Madsen fed8cff1d0 crypto: fix constructor call in crypto streams 12 years ago
Fedor Indutny ff32ecd5bf net: account encoding in .byteLength 12 years ago
Fedor Indutny eb39c9854a net: fix buffer iteration in bytesWritten 12 years ago
Tobias Müllerleile 4108c31293 tls: Re-enable check of CN-ID in cert verification 12 years ago
Rafael Garcia bd0d45818e stream: unused variable 12 years ago
Rafael Garcia ea4f0b4a6b stream: remove vestiges of previous _transform API 12 years ago
isaacs 88686aa410 http: Remove legacy ECONNRESET workaround code 12 years ago
Fedor Indutny 5902bc45c5 child_process: acknowledge sent handles 12 years ago
isaacs 4716dc662d assert: Simplify AssertError creation 12 years ago
isaacs 234fb122bb http client: Ensure socket cleanup on response end 12 years ago
isaacs 164d5b3465 tls: Destroy socket when encrypted side closes 12 years ago
Mitar e5b90a14b8 querystring: Removing unnecessary binding 12 years ago
Nathan Rajlich 55ea7ccf70 repl: use more readable RegExp syntax for spaces 12 years ago
Nathan Rajlich 085f9d636b repl: isSyntaxError() catches "strict mode" errors 12 years ago
isaacs 7af075ee30 crypto: Pass options to ctor calls 12 years ago
Fedor Indutny 4580be0882 tls: handle SSL_ERROR_ZERO_RETURN 12 years ago
wicked 39058bef07 setTimeout: do not calculate Timeout._when property 12 years ago
isaacs 929e4d9c9a stream: Emit readable on ended streams via read(0) 12 years ago
isaacs eafa902632 stream: Handle late 'readable' event listeners 12 years ago
Fedor Indutny ae86fa84fe tls: handle errors before calling C++ methods 12 years ago
Trevor Norris f0b68892d4 domain: fix domain callback from MakeCallback 12 years ago
Ben Noordhuis 9352c19885 child_process: don't emit same handle twice 12 years ago
Ben Noordhuis cfd0dca9ae crypto: make getCiphers() return non-SSL ciphers 12 years ago
Ben Noordhuis 44843a6062 child_process: fix sending utf-8 to child process 12 years ago
isaacs c0d500102a stream: Fix early end in Writables on zero-length writes 12 years ago
Alexey Kupershtokh 9fae4dc102 timer: fix off-by-one ms error 12 years ago
Gil Pedersen c3aae9cf95 stream: Fix stall in Transform under very specific conditions 12 years ago
Fedor Indutny bfd16de125 timers: handle signed int32 overflow in enroll() 12 years ago
Fedor Indutny 855caa82aa crypto: initialize transform lazily 12 years ago
isaacs 008ab12b7f tls: Prevent hang in readStart 12 years ago
Fedor Indutny 34e22b8ee7 tls: always reset this.ssl.error after handling 12 years ago