3065 Commits (4ae64b26267aa2c3e252d1b88e389c77a6ed4842)

Author SHA1 Message Date
Ben Noordhuis 7b554b1a8f test: don't spawn child processes in domain test 10 years ago
Fedor Indutny 3446ff417b tty: do not add `shutdown` method to handle 10 years ago
cjihrig 9d2b89d06c net: allow port 0 in connect() 10 years ago
Bert Belder abd3ecfbd1 win,test: fix test-stdin-from-file 10 years ago
Jonathan Ong 4d0329ebeb fs: remove unnecessary usage of .hasOwnProperty() 10 years ago
Ken Perkins b72fa03057 test: adds a test for undefined value in setHeader 10 years ago
Johan Bergström a45d4f8fd6 build: remove tools/wrk from the tree 10 years ago
Johan Bergström 563771d8b1 test: split parts out of host-headers test into its own test 10 years ago
Johan Bergström 671fbd5a9d test: refactor all tests that depends on crypto 10 years ago
Johan Bergström c7ad320472 test: check for openssl cli and provide path if it exists 10 years ago
Johan Bergström 71776f9057 test: remove unused https imports 10 years ago
Johan Bergström 3d5726c4ad test: introduce a helper that checks if crypto is available 10 years ago
Johan Bergström d0e7c359a7 test: don't assume process.versions.openssl always is available 10 years ago
Trevor Norris 78581c8d90 buffer: add indexOf() method 10 years ago
Christian Tellnes abb00cc915 url: throw for invalid values to url.format 10 years ago
Vladimir Kurchatkin 8f5f12bb48 smalloc: export constants from C++ 10 years ago
Fedor Indutny 7b3b8acfa6 tls: accept empty `net.Socket`s 10 years ago
Fedor Indutny e1bf6709dc test: fix racey-ness in tls-inception 10 years ago
Trevor Norris e0835c9cda node: improve performance of nextTick 10 years ago
Johan Bergström fd3ea29902 test: fix test-fs-access when uid is 0 10 years ago
Michael Dawson 5abfa930b8 test: make destroyed-socket-write2.js more robust 10 years ago
Julien Gilli 1009130495 tests: fix race in test-http-curl-chunk-problem 10 years ago
Christian Tellnes 675cffb33e http: don't confuse automatic headers for others 10 years ago
Evan Lucas e435a0114d src: fix intermittent SIGSEGV in resolveTxt 10 years ago
Chris Dickinson 0af4c9ea74 src: fix domains + --abort-on-uncaught-exception 10 years ago
Evan Lucas 2ca22aacbd http: emit abort event from ClientRequest 10 years ago
Ben Noordhuis 506c7fd40b test: fix infinite spawn cycle in stdio test 10 years ago
Petka Antonov 872702d9b7 node: implement unhandled rejection tracking 10 years ago
Fedor Indutny 1738c77835 streams: introduce StreamWrap and JSStream 10 years ago
cjihrig ed3b057e9f util: handle symbols properly in format() 10 years ago
Brendan Ashworth 0df54303c1 test: common.js -> common 10 years ago
Fedor Indutny b9686233fc stream_base: introduce StreamBase 10 years ago
cjihrig 1f40b2a636 fs: add type checking to makeCallback() 10 years ago
Bruno Jouhier c82e580a50 fs: properly handle fd passed to truncate() 10 years ago
cjihrig d8eb974a98 net: make Server.prototype.unref() persistent 10 years ago
Trevor Norris 26ebe9805e smalloc: extend user API 10 years ago
Fedor Indutny 9b6b05556f net: unref timer in parent sockets 10 years ago
cjihrig ecef87177a fs: ensure nullCheck() callback is a function 10 years ago
Ben Noordhuis b5f25a963c src: ensure that file descriptors 0-2 are valid 10 years ago
Roman Reiss 77f35861d0 tls: more secure defaults 10 years ago
Rod Vagg 20f8e7f17a test: remove flaky test functionality 10 years ago
Roman Reiss 30e340ad9d test: fix parallel/test-tls-getcipher 10 years ago
cjihrig d53b636d94 test: verify fields in spawn{Sync} errors 10 years ago
Amir Saboury faa687b4be url: reslove urls with . and .. 10 years ago
Jan Schär 3b1b4de903 test: Timeout#unref() does not return instance 10 years ago
cjihrig 0cff0521c3 net: throw on invalid socket timeouts 10 years ago
Brendan Ashworth becb4e980e test: distribute crypto tests into separate files 10 years ago
Glen Keane 5e825d1073 tracing: add lttng support for tracing on linux 10 years ago
Brian White b677b844fc events: optimize various functions 10 years ago
Shigeki Ohtsu c86e383c41 test: fix test failure with shared openssl 10 years ago