776 Commits (c647e87504ad1855cad243bd4b3f9b78764a1144)

Author SHA1 Message Date
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
Andreas Madsen c794869e97 async_wrap: add uid to all asyncWrap hooks 9 years ago
Rich Trott 32f6098eef src,test,tools: modify for more stringent linting 9 years ago
Brian White 9209bf6d43 path: fix input type checking regression 9 years ago
Brian White 92212014ff stream: fix no data on partial decode 9 years ago
Fedor Indutny 7885b1d7aa net: use `_server` for internal book-keeping 9 years ago
Michael Dawson 6a85ad9391 test: disable fs watch tests for AIX 9 years ago
Fedor Indutny aa0526972a tls: nullify `.ssl` on handle close 9 years ago
Zirak a06066ca31 repl: allow multiline function call 9 years ago
Rich Trott 9ab19afe0b test: mark test-http-agent flaky 9 years ago
Igor Klopov e9ac83ab35 cluster: dont rely on `this` in `fork` 9 years ago
James M Snell 954a4b4b5b deps: update to http-parser 2.6.2 9 years ago
Evan Lucas 31ebda24d4 node: set process._eventsCount to 0 on startup 9 years ago
Brian White a2a69a2b63 querystring: improve parse() performance 9 years ago