1089 Commits (f1d804a753480b931ca65cb17e19428631b2ec31)

Author SHA1 Message Date
Kári Tristan Helgason 25eedf02a8 test: eval a strict function 9 years ago
Vaibhav f2bd9cddee doc: update removeListener behaviour 9 years ago
James M Snell a5aa7c1713 test: expand test case for unknown file open flags 9 years ago
Trevor Norris 3521b052b1 src,http: fix uncaughtException miss in http 9 years ago
Myles Borins 061ebb39c9 test: add test-npm-install to parallel tests suite 9 years ago
Evan Lucas 3d3b45ae95 path: fix normalize for absolutes 9 years ago
Matteo Collina 8af4bb86c0 dgram: default send address to 127.0.0.1 or ::1 9 years ago
Ali Ijaz Sheikh 01f82f0685 test: fix proxy tab-completion test 9 years ago
Michaël Zasso 9968941797 test: fix tests after V8 upgrade 9 years ago
Trevor Norris 5d7265f601 test: prevent flakey test on pi2 9 years ago
Wyatt Preul 7d3a7ea0d7 test: check memoryUsage properties 9 years ago
Rich Trott 66ea32d6d1 tools: enable no-extra-parens in ESLint 9 years ago
Fedor Indutny b010c87164 crypto, string_bytes: treat `buffer` str as `utf8` 9 years ago
Anton Khlynovskiy c647e87504 lib: freelist: use .pop() for allocation 9 years ago
Ben Noordhuis 0bea78682a tls: fix assert in context._external accessor 9 years ago
Rich Trott c133d07b83 test: increase timeout for test-tls-fast-writing 9 years ago
Trevor Norris a7e49c886f http_parser: use `MakeCallback` 9 years ago
Fedor Indutny da3f425506 crypto: PBKDF2 works with `int` not `ssize_t` 9 years ago
Santiago Gimeno 98b721ed26 test: fix flaky child-process-fork-regr-gh-2847 9 years ago
Owen Smith f296a7f16f path: fix path.relative() for prefixes at root 9 years ago
Rich Trott 4d6b4c30dd test: remove flaky designation from fixed tests 9 years ago
Zheng Chaoping 4717ea9186 path: fix win32 parse() 9 years ago
Prince J Wesley 40d57b714e repl: fix stack trace column number in strict mode 9 years ago
Matteo Collina 725ffdb9b7 dgram: handle default address case when offset and length are specified 9 years ago
Owen Smith 7fc6645982 test: add test-cases for posix path.relative() 9 years ago
Owen Smith e326950498 path: fix win32 relative() for UNC paths 9 years ago
Owen Smith b33879d9e2 path: fix win32 relative() when "to" is a prefix 9 years ago
Brian White 8b16ba3bbf url: fix off-by-one error with parse() 9 years ago
Brian White 3a331b66f8 path: fix verbose relative() output 9 years ago
Santiago Gimeno 88728408e0 test: refactor test-dgram-send-callback-recursive 9 years ago
Santiago Gimeno dff01d10c5 test: refactor test-dgram-udp4 9 years ago
Stefan Budeanu 7c48cb5601 crypto: Improve control of FIPS mode 9 years ago
Stefan Budeanu 23a584d517 test: allow passing args to executable 9 years ago
cjihrig ee7754be47 repl: accept no arguments to start() 9 years ago
Ben Noordhuis 66f4586dd0 cluster: emit worker as first 'message' event arg 9 years ago
Rich Trott 9534f6dfd5 tools: enable additional lint rules 9 years ago
Rich Trott bbf4621548 test: mitigate flaky test-http-agent 9 years ago
Jeremiah Senkpiel 65cd2a0f96 test: increase timeouts on some unref timers tests 9 years ago
cjihrig e854f60585 child_process: add keepOpen option to send() 9 years ago
cjihrig 1952844f45 child_process: support options in send() 9 years ago
Rich Trott db4e7528b0 tools: add Node.js-specific ESLint rules 9 years ago
Rich Trott 97f76f3f04 test: use String.prototype.repeat() for clarity 9 years ago
Jiho Choi d5c04c34f1 vm: fix `produceCachedData` 9 years ago
Rich Trott 3144ecd0b2 test: remove flaky mark for test-debug-no-context 9 years ago
Braydon Fuller 210e65a017 test: add test for https server close event 9 years ago
Santiago Gimeno b920d4546f test: refactor test-http-destroyed-socket-write2 9 years ago
Rich Trott c4b5a451e3 test: mitigate flaky test-debug-no-context 9 years ago
Alexis Campailla c05a330b49 test: test-process-getactivehandles is flaky 9 years ago
Andreas Madsen 11c672bc77 async_wrap: add parent uid to init hook 9 years ago
Andreas Madsen c6c7d8b325 async_wrap: make uid the first argument in init 9 years ago