2468 Commits (10133aaa467648b62e537bd7160bea2e4e33824d)

Author SHA1 Message Date
isaacs e8500274e0 Revert "http: remove bodyHead from 'upgrade' events" 12 years ago
Ben Noordhuis 82b3524bce crypto: fix utf8/utf-8 encoding check 12 years ago
isaacs e0519ace31 net: Destroy when not readable and not writable 12 years ago
Ben Noordhuis 414a909d01 url: remove unused global variable 12 years ago
isaacs 5dd91b0147 url: Set href to null by default 12 years ago
isaacs 5dc51d4e21 url: Properly parse certain oddly formed urls 12 years ago
isaacs df6ffc018e stream: unshift('') is a noop 12 years ago
Brian White 774b28fde7 repl: fix JSON.parse error check 12 years ago
Fedor Indutny 9ee86b718c tls: proper .destroySoon 12 years ago
Fedor Indutny 4f14221f03 tls: invoke write cb only after opposite read end 12 years ago
Fedor Indutny fa170dd2b2 tls: ignore .shutdown() syscall error 12 years ago
Fedor Indutny f7ff8b4454 tls: retry writing after hello parse error 12 years ago
Nathan Zadoks a40133d10c http: remove bodyHead from 'upgrade' events 12 years ago
isaacs a2f93cf77a http: Return true on empty writes, not false 12 years ago
Ben Noordhuis fda2b319dc http: save roundtrips, convert buffers to strings 12 years ago
Timothy J Fontaine a846d9388c net: use timers._unrefActive for internal timeouts 12 years ago
Timothy J Fontaine f46ad012bc timers: internal unref'd timer for api timeouts 12 years ago
Trevor Norris 2cad7a69ce buffer: throw when writing beyond buffer 12 years ago
Ben Noordhuis 22533c035d timers: fix setInterval() assert 12 years ago
isaacs a241deb19a crypto: Pass encodings for Hmac digest 12 years ago
isaacs 430dc39e87 crypto: use StringBytes::Encode 12 years ago
isaacs a1eacdf12a crypto: Pass strings to binding layer directly 12 years ago
isaacs d5158574c6 stream: Make default encoding configurable 12 years ago
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