2262 Commits (fbb963b5d520a70d9c3f2f9ec116d79a0c676f80)

Author SHA1 Message Date
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 98db7babcc test: fix pummel/test-net-connect-memleak 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
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