3810 Commits (2abf866b6e8e1d70d053d71c26ea34049df956f9)

Author SHA1 Message Date
Matteo Collina 67e9f65958 dgram: default send address to 127.0.0.1 or ::1 9 years ago
cjihrig 29e26b38c5 test: bug repro for vm function redefinition 9 years ago
cjihrig 5aa17dc136 tools: support testing known issues 9 years ago
Trevor Norris e6210d5f50 test: prevent flakey test on pi2 9 years ago
Wyatt Preul 40b36baa2f test: check memoryUsage properties 9 years ago
Rich Trott c4fa2a6715 tools: enable no-extra-parens in ESLint 9 years ago
cjihrig e572e421b4 repl: accept no arguments to start() 9 years ago
cjihrig a3017992e4 child_process: add keepOpen option to send() 9 years ago
cjihrig 6d4887ccc2 child_process: support options in send() 9 years ago
Anton Khlynovskiy e3421ac296 lib: freelist: use .pop() for allocation 9 years ago
Ben Noordhuis 25c01cd779 tls: fix assert in context._external accessor 9 years ago
Rich Trott 12ae6abc69 test: increase timeout for test-tls-fast-writing 9 years ago
Rich Trott 81348e8855 test: apply Linux workaround to Linux only 9 years ago
Rich Trott d1a82c6824 test: retry on known SmartOS bug 9 years ago
Trevor Norris d77c3bf204 http_parser: use `MakeCallback` 9 years ago
Fedor Indutny 88f393588a crypto: PBKDF2 works with `int` not `ssize_t` 9 years ago
Aayush Naik c7f8a13043 test: remove unneeded bind() and related comments 9 years ago
Santiago Gimeno cc4cbb10df test: fix flaky child-process-fork-regr-gh-2847 9 years ago
Owen Smith 91d218d096 path: fix path.relative() for prefixes at root 9 years ago
Rich Trott 0ebbf6cd53 test: remove flaky designation from fixed tests 9 years ago
Zheng Chaoping ef7a088906 path: fix win32 parse() 9 years ago
Prince J Wesley 2b88523836 repl: fix stack trace column number in strict mode 9 years ago
Matteo Collina d3f9b84be8 dgram: handle default address case when offset and length are specified 9 years ago
Owen Smith c83725c604 test: add test-cases for posix path.relative() 9 years ago
Owen Smith 871396ce8f path: fix win32 relative() for UNC paths 9 years ago
Owen Smith 91782f1888 path: fix win32 relative() when "to" is a prefix 9 years ago
Brian White dfe45f13e7 url: fix off-by-one error with parse() 9 years ago
Brian White 30cec18eeb path: fix verbose relative() output 9 years ago
Santiago Gimeno 8c67b94b11 test: refactor test-dgram-send-callback-recursive 9 years ago
Santiago Gimeno 2c21d34a2f test: refactor test-dgram-udp4 9 years ago
Stefan Budeanu 479a43c876 test: allow passing args to executable 9 years ago
Rich Trott ff75023812 test: fix test-timers.reliability on OS X 9 years ago
Rich Trott fa5d28f246 tools: enable additional lint rules 9 years ago
Rich Trott 991f82b4bd test: mitigate flaky test-http-agent 9 years ago
Jeremiah Senkpiel 0f54553a99 test: increase timeouts on some unref timers tests 9 years ago
Rich Trott 7fc2e3161f tools: add Node.js-specific ESLint rules 9 years ago
Rich Trott 0e85530d8c test: use String.prototype.repeat() for clarity 9 years ago
Jiho Choi 6c8378b15b vm: fix `produceCachedData` 9 years ago
Rich Trott 5683efb90a test: remove flaky mark for test-debug-no-context 9 years ago
Braydon Fuller c55bb79ace test: add test for https server close event 9 years ago
Santiago Gimeno 138ee983b0 test: refactor test-http-destroyed-socket-write2 9 years ago
Rich Trott df7d91f36b test: mitigate flaky test-debug-no-context 9 years ago
Alexis Campailla d9177e7c26 test: test-process-getactivehandles is flaky 9 years ago
Andreas Madsen 3a96fa0030 async_wrap: add parent uid to init hook 9 years ago
Andreas Madsen 4ef04c7c4c async_wrap: make uid the first argument in init 9 years ago
Andreas Madsen 4afe801f90 async_wrap: add uid to all asyncWrap hooks 9 years ago
Rich Trott 8d6e679a90 src,test,tools: modify for more stringent linting 9 years ago
Brian White 1c6f927bd1 path: fix input type checking regression 9 years ago
Brian White 7684b0fcdf stream: fix no data on partial decode 9 years ago
Fedor Indutny a2d198c702 net: use `_server` for internal book-keeping 9 years ago