3797 Commits (c4d9cdb7d09eab13406e9df3aa4c95dbfec076f6)

Author SHA1 Message Date
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
Rich Trott f5cc04732f test: mark test-http-regr-gh-2928 flaky 9 years ago
Michael Dawson 78b349d5d1 test: disable fs watch tests for AIX 9 years ago
Fedor Indutny aed04b85c2 tls: nullify `.ssl` on handle close 9 years ago
Zirak 98907c716b repl: allow multiline function call 9 years ago
Rich Trott 82ee5e94df test: mark test-http-agent flaky 9 years ago
Igor Klopov efd6f68dce cluster: dont rely on `this` in `fork` 9 years ago
James M Snell bbdf2684d5 deps: update to http-parser 2.6.2 9 years ago
Evan Lucas 9cee86e3e9 node: set process._eventsCount to 0 on startup 9 years ago
Brian White 301023b2b4 querystring: improve parse() performance 9 years ago
Rich Trott 1494d6f213 test: minimal repl eval option test 9 years ago
Trevor Norris e7bf951136 test: add addons test for MakeCallback 9 years ago
Brian White 7e82a566b3 http: allow async createConnection() 9 years ago
Brian White 9e6ad2d8ff child_process: fix data loss with readable event 9 years ago