2676 Commits (e2fcfea46e334743aed24993eeebb2482c6ea762)

Author SHA1 Message Date
Fedor Indutny 442d2d0cde test: ignore tests when built without OpenSSL CLI 11 years ago
Fedor Indutny 7f9b01509f lib: introduce `.setMaxSendFragment(size)` 11 years ago
Ben Noordhuis db5abd726f tls: make cert/pfx optional in tls.createServer() 11 years ago
Ben Noordhuis 262a752c29 tls: show human-readable error messages 11 years ago
Ryan Graham 7f81ca2c47 domains: exit() only affects active domains 11 years ago
Alexis Campailla 2e3da9be84 test: terminate gracefully in cluster-net-send 11 years ago
Alexis Campailla 1b74892807 test: close debug client in test-debugger-client 11 years ago
Alex Kocharin ec57ecc982 http: concatenate duplicate headers by default 11 years ago
Tom Gallacher 38a07a929b util: handle escaped forward slashes correctly 11 years ago
Ryan Graham 5106cadffb domain: fix off-by-one in Domain.exit() 11 years ago
Jeff Barczewski 82c2084b4e test: check RR scheduler has necessary methods 11 years ago
Timothy J Fontaine 270c2deb84 src: OnFatalError handler must abort() 11 years ago
Fedor Indutny 730e511b35 child_process: better error reporting for exec 11 years ago
ayanamist b922b5e90d stream: writes may return false but forget to emit drain 11 years ago
Trevor Norris a40b463674 node: properly check uid when adding AsyncListener 11 years ago
Trevor Norris d9fc6af32a node: change AsyncListener API 11 years ago
Tuğrul Topuz bddea032b7 dns: add resolveSoa and 'SOA' rrtype 11 years ago
Timothy J Fontaine 6f8aa24d1e test: fix test-cluster-eaccess to work on windows 11 years ago
Sam Roberts cb1646f44e test: fix assumption of worker exit on disconnect 11 years ago
Sam Roberts 876d3bd85a cluster: do not synchronously emit 'setup' event 11 years ago
Sam Roberts dce35146e0 cluster: only forcibly exit worker on unclean exit 11 years ago
Sam Roberts 6f40abe2d4 cluster: disconnect callback should always occur 11 years ago
Fedor Indutny 3e9f2e61db cluster: report more errors to workers 11 years ago
Yorkie 8d3bc88bbe querystring: remove `name` from `stringify()` 11 years ago
Vladimir Kurchatkin 055f7e9da9 src: only access stack of non-null errors 11 years ago
Trevor Norris 87cde44280 Revert "util: more strict check for bool/number/string" 11 years ago
Alexis Campailla f030d8426a test: fix flaky unit test test-fs-realpath.js 11 years ago
Alexis Campailla ea18aecc82 test: case insensitve path comparison on Windows 11 years ago
Cam Swords 7ffe2ad616 http: parse the status message in a http response. 11 years ago
Yorkie 95ee84fabe util: more strict check for bool/number/string 11 years ago
Lalit Kapoor 4d5489667c test: use s_client instead of curl 11 years ago
Fedor Indutny 6f3d60388e gyp: build openssl-cli tool and use it in tests 11 years ago
Alexis Campailla c5d49ba9c2 test: test-os fix win32 localhost assumption 11 years ago
Alexis Campailla ceea1e845a test: test-os win32 adhere standard tmp resolution 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
Fedor Indutny 78cd4533d9 test: make fs-watch-recursive less racy 11 years ago
Vladimir Kurchatkin 259d449622 src: only access stack of defined errors 11 years ago
Alexis Campailla f9e3364a47 test: fix create-file test fixture 11 years ago
Ingmar Runge e0d31ea2db crypto: support GCM authenticated encryption mode. 11 years ago
Lalit Kapoor aef09601b4 http: DELETE shouldn't default to chunked encoding 11 years ago
Alexis Campailla 0da4e0e843 child_process: don't crash process on internal ops 11 years ago
Fedor Indutny f572b91c3e tls: fix handling of asterisk in SNI context 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
Fedor Indutny 5ce4eed54d http: fix parser double-free in _http_client.js 11 years ago
Alexis Campailla c749a841cd test: use os.EOL when checking output 11 years ago
Ben Noordhuis 84c03a984a tls: add serialNumber to getPeerCertificate() 11 years ago