1779 Commits (9cbfd6ef51899dd869a8ec809766cf06d14c9a36)

Author SHA1 Message Date
Fedor Indutny 4128d4d2ba Revert "stream: start old-mode read in a next tick" 10 years ago
Fedor Indutny a97bdef06d zlib: do not crash on write after close 11 years ago
Felix Geisendörfer 0da4c67165 string_bytes: Guarantee valid utf-8 output 11 years ago
Felix Geisendörfer 22b839845c string_decoder: Improve test coverage 11 years ago
Fedor Indutny 2efe4ab761 stream: start old-mode read in a next tick 11 years ago
Greg Sabia Tucker 92875501d2 child_process: spawn() does not throw TypeError 11 years ago
Ben Noordhuis 17fbdc18b8 lib: name EventEmitter prototype methods 11 years ago
Rod Vagg 250782d139 util: format as Error if instanceof Error 11 years ago
isaacs 9520adeb37 url: treat \ the same as / 11 years ago
Fedor Indutny 1bd4f3a605 child_process: fix deadlock when sending handles 11 years ago
Fedor Indutny f2b297cc7c http: do not emit EOF non-readable socket 11 years ago
Fedor Indutny f0d870501e crypto: do not lowercase cipher/hash names 11 years ago
Benoit Vallée a9d24fa40d test: test sending a handle twice 12 years ago
Greg Brail 6eb4d1d15c timer: don't reschedule timer bucket in a domain 11 years ago
Timothy J Fontaine 06453a94a7 src: domain should not replace nextTick function 11 years ago
Nathan Rajlich 47abdd9c43 test: add `agent: null` http client request test 11 years ago
Nathan Rajlich 0a01a42e87 http: invoke createConnection when no agent 11 years ago
Mike Pennisi aae51ecf7d assert: Ensure reflexivity of deepEqual 11 years ago
Timothy J Fontaine 3e6e63406d test: make test-net-error-twice less racey 11 years ago
Farid Neshat 562b015170 debugger: Fix breakpoint not showing after restart 11 years ago
Fedor Indutny 829a9b8cba zlib: introduce pending close state 11 years ago
Fedor Indutny dee5270a6c net: do not re-emit stream errors 11 years ago
Fedor Indutny d10a68736d Revert "dns: validate arguments in resolve" 11 years ago
Kenan Sulayman 56e80a37e0 dns: validate arguments in resolve 11 years ago
Fedor Indutny e796e11087 node: do not ever close stdio 11 years ago
Jun Ma d2de8ba34d net: make Socket destroy() re-entrance safe 11 years ago
Fedor Indutny b4c4e0bbaa crypto: throw on SignFinal failure 11 years ago
Fedor Indutny 00efcb4cd7 net: reset `endEmitted` on reconnect 11 years ago
Alexis Campailla 42cd468901 test: fix http-incoming-pipelined-socket-destroy 11 years ago
Alexis Campailla 5d4f4ee310 test: fix http-many-ended-pipelines server close 11 years ago
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