2233 Commits (1314c4aeeb96f59b010ca8fef2e8e86bbc1f398c)

Author SHA1 Message Date
Nathan Zadoks a40133d10c http: remove bodyHead from 'upgrade' events 12 years ago
Timothy J Fontaine 007e63bb13 buffer: special case empty string writes 12 years ago
isaacs a2f93cf77a http: Return true on empty writes, not false 12 years ago
Timothy J Fontaine a846d9388c net: use timers._unrefActive for internal timeouts 12 years ago
Trevor Norris 2cad7a69ce buffer: throw when writing beyond buffer 12 years ago
isaacs 3a2b5030ae crypto: Clear error after DiffieHellman key errors 12 years ago
Trevor Norris d5d5170c35 string_bytes: strip padding from base64 strings 12 years ago
Ben Noordhuis f59ab10a64 buffer, crypto: fix default encoding regression 12 years ago
Ben Noordhuis 22533c035d timers: fix setInterval() assert 12 years ago
Benoit Vallée dbe9f8da6b test: increase workers to 8 in cluster-disconnect 12 years ago
Ben Noordhuis 21bd456763 child_process: fix handle delivery 12 years ago
Timothy J Fontaine 72c58158f7 test: fix pummel/test-net-many-clients.js 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 1d794ec43e test: fix dgram-bind-default-address on osx 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
Ben Noordhuis 2e70ddad9d test: make stdout-close-unref work in test runner 12 years ago
Ben Noordhuis ccd37226c6 handle_wrap: fix NULL pointer dereference 12 years ago
Stanislav Ochotnicky 7592615aaa test: preserve process.env after test-init exec 12 years ago
Stanislav Ochotnicky 47198af55a test: preserve process.env in forked child_process 12 years ago
isaacs b0de1e4a41 stream: Fix unshift() race conditions 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
Fedor Indutny 037bcac7ba crypto: dh secret should be left-padded 12 years ago
Andreas Madsen fed8cff1d0 crypto: fix constructor call in crypto streams 12 years ago
Fedor Indutny eb39c9854a net: fix buffer iteration in bytesWritten 12 years ago
Fedor Indutny 77715edee8 crypto: zero is not an error if writing 0 bytes 12 years ago
isaacs 88686aa410 http: Remove legacy ECONNRESET workaround code 12 years ago
isaacs b319264d84 test: fork-getconnections stricter, less chatty 12 years ago
isaacs 234fb122bb http client: Ensure socket cleanup on response end 12 years ago
Andrew Hart db8ce89fe4 test: test intended code-paths 12 years ago
Nathan Rajlich 085f9d636b repl: isSyntaxError() catches "strict mode" errors 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
isaacs 61935bc167 test: Accept either kind of NaN 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
Ben Noordhuis 628bd81afb crypto: check randomBytes() size argument 12 years ago