2497 Commits (4b5e6a38df2f68fd407ccfbdcb70960f6af6e0e2)

Author SHA1 Message Date
Maxim Bogushevich 9c6e06bed3 debugger: Fix bug in sb() with unnamed script 11 years ago
isaacs b97c28f59e http: provide backpressure for pipeline flood 11 years ago
Ben Noordhuis 9777890f5d tls: fix premature connection termination 11 years ago
Ben Noordhuis b011811a9f fs: fix fs.truncate() file content zeroing bug 11 years ago
Fedor Indutny 671b5be6e9 tls: fix sporadic hang and partial reads 11 years ago
Eric Schrock 35ae696822 readline: handle input starting with control chars 12 years ago
Nathan Rajlich 7196742852 tls: don't push() incoming data when ondata is set 11 years ago
Fedor Indutny 1c3863abfd tls: fix setting NPN protocols 11 years ago
isaacs 1da7bcc22c stream: objectMode transforms allow falsey values 11 years ago
isaacs fbb963b5d5 stream: check _events before _events.error 11 years ago
isaacs a3da3e7312 stream: Pass 'buffer' encoding to decoded writables 11 years ago
Fedor Indutny af6a2339c5 tls: fix assertion when ssl is destroyed at read 11 years ago
Gil Pedersen e04c8a8ee4 fs: use correct self reference for autoClose test 11 years ago
isaacs 545807918e stream: Throw on 'error' if listeners removed 11 years ago
Ben Noordhuis 0c2960ef4a dgram: fix assertion on bad send() arguments 11 years ago
Daniel Chatfield 5453619eb2 readline: pause stdin before turning off terminal raw mode 11 years ago
isaacs 255650f4d9 http: Handle hex/base64 encodings properly 11 years ago
Eran Hammer 23d92ec88e stream: Fix double pipe error emit 11 years ago
Ben Noordhuis fc6f8a6943 events: fix memory leak, don't leak event names 11 years ago
Ben Noordhuis 3398cce193 http: improve chunked res.write(buf) performance 11 years ago
Shuan Wang 48a4600c56 url: Fix edge-case when protocol is non-lowercase 11 years ago
isaacs e48536f4cd tls: Trivial use_strict fix 11 years ago
Timothy J Fontaine 91698f77e5 tls: only wait for finish if we haven't seen it 12 years ago
isaacs 99a7e78e77 http: Dump response when request is aborted 12 years ago
Peter Rust 16b59cbc74 http: use an unref'd timer to fix delay in exit 11 years ago
Brian White 95dcd11dde zlib: allow zero values for level and strategy 11 years ago
Ben Noordhuis cf6acf2a1a buffer: add comment explaining buffer alignment 12 years ago
Yuan Chuan 18574bfaf1 readline: make `ctrl + L` clear the screen 12 years ago
isaacs 3c7945bda1 net: Do not destroy socket mid-write 12 years ago
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