2289 Commits (7f81ca2c47a7c9376f831e8be5d62a5adc917e4e)

Author SHA1 Message Date
Ryan Graham 7f81ca2c47 domains: exit() only affects active domains 11 years ago
Alexis Campailla 1b74892807 test: close debug client in test-debugger-client 11 years ago
Timothy J Fontaine 270c2deb84 src: OnFatalError handler must abort() 11 years ago
ayanamist b922b5e90d stream: writes may return false but forget to emit drain 11 years ago
Timothy J Fontaine 6f8aa24d1e test: fix test-cluster-eaccess to work on windows 11 years ago
Fedor Indutny 3e9f2e61db cluster: report more errors to workers 11 years ago
Fedor Indutny f16edd2632 fs: report correct path when EEXIST 11 years ago
Fedor Indutny 4a2792cd2f tls: emit 'end' on .receivedShutdown 11 years ago
Kai Groner 98be8df571 crypto: Make Decipher._flush() emit errors. 12 years ago
Fedor Indutny 60f777d343 tls: fix pool usage race 11 years ago
Sam Roberts 8aac118b69 process: document kill(0), disallow kill(O_RDWR) 11 years ago
Fedor Indutny 9b8fcff435 tls: reset NPN callbacks after SNI 11 years ago
Jeremy Martin 71aabedad4 events: fix TypeError in removeAllListeners 11 years ago
Fedor Indutny fce0eb416b events: do not accept NaN in setMaxListeners 11 years ago
Fedor Indutny 5ce50ece16 dgram: fix abort when getting `fd` of closed dgram 11 years ago
Fedor Indutny 65b127572f tls: handle `ssl.start()` errors 11 years ago
Tim Wood c9d93f3431 events: don't call once twice 11 years ago
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
Dave Pacheco 720675e7db test: use proper findjsobjects output format 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 12 years ago
isaacs 545807918e stream: Throw on 'error' if listeners removed 12 years ago
Ben Noordhuis 0c2960ef4a dgram: fix assertion on bad send() arguments 12 years ago
Daniel Chatfield 5453619eb2 readline: pause stdin before turning off terminal raw mode 12 years ago
isaacs 255650f4d9 http: Handle hex/base64 encodings properly 12 years ago
Eran Hammer 23d92ec88e stream: Fix double pipe error emit 12 years ago
Ben Noordhuis 9e1eb361e8 test: future-proof simple/test-event-emitter-memory-leak 12 years ago
Ben Noordhuis 98db7babcc test: fix pummel/test-net-connect-memleak 12 years ago
Ben Noordhuis fc6f8a6943 events: fix memory leak, don't leak event names 12 years ago
Ben Noordhuis 6327d67be3 crypto: fix assert() on malformed hex input 12 years ago
Ben Noordhuis e4363145ba test: fix simple/test-setproctitle 12 years ago
Ben Noordhuis 14f45ba739 test: move two tests from simple/ to internet/ 12 years ago
Shuan Wang 48a4600c56 url: Fix edge-case when protocol is non-lowercase 12 years ago
Ben Noordhuis 8a65df9baa test: fix up indentation, replace tabs with spaces 12 years ago
isaacs 99a7e78e77 http: Dump response when request is aborted 12 years ago
Timothy J Fontaine 4c38742dd8 test: fix tls-hello-parser-failure on smartos 12 years ago
Peter Rust 16b59cbc74 http: use an unref'd timer to fix delay in exit 12 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