1732 Commits (ac9cf002524d6817f4fdd42e08d4757fb0c29b5f)

Author SHA1 Message Date
Maciej Małecki 568072ceae repl: do not insert duplicates into completions 11 years ago
Fedor Indutny ac2263b77f tls: prevent stalls by using read(0) 11 years ago
Timothy J Fontaine 5e41c022af crypto: clear errors from verify failure 11 years ago
isaacs b97c28f59e http: provide backpressure for pipeline flood 11 years ago
Ben Noordhuis b011811a9f fs: fix fs.truncate() file content zeroing bug 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 a3da3e7312 stream: Pass 'buffer' encoding to decoded writables 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 9e1eb361e8 test: future-proof simple/test-event-emitter-memory-leak 11 years ago
Ben Noordhuis fc6f8a6943 events: fix memory leak, don't leak event names 11 years ago
Ben Noordhuis 6327d67be3 crypto: fix assert() on malformed hex input 11 years ago
Ben Noordhuis e4363145ba test: fix simple/test-setproctitle 11 years ago
Ben Noordhuis 14f45ba739 test: move two tests from simple/ to internet/ 11 years ago
Shuan Wang 48a4600c56 url: Fix edge-case when protocol is non-lowercase 11 years ago
Ben Noordhuis 8a65df9baa test: fix up indentation, replace tabs with spaces 11 years ago
isaacs 99a7e78e77 http: Dump response when request is aborted 11 years ago
Timothy J Fontaine 4c38742dd8 test: fix tls-hello-parser-failure on smartos 11 years ago
Peter Rust 16b59cbc74 http: use an unref'd timer to fix delay in exit 11 years ago
isaacs 3c7945bda1 net: Do not destroy socket mid-write 12 years ago
Ben Noordhuis 10133aaa46 test: add https tls session reuse test 12 years ago
Veres Lajos 9a4e5937ee test: minor typo fixes 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
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 4f14221f03 tls: invoke write cb only after opposite read end 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
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
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