summaryrefslogtreecommitdiff
path: root/test/parallel/test-dgram-send-bad-arguments.js
Commit message (Expand)AuthorAgeFilesLines
* dgram: fix send with out of bounds offset + lengthNitzan Uziely2021-10-251-0/+41
* dgram: allow typed arrays in .send()Sarat Addepalli2020-06-191-3/+4
* test: refactor common.expectsErrorRuben Bridgewater2019-12-311-14/+14
* errors: improve ERR_INVALID_ARG_TYPERuben Bridgewater2019-12-201-6/+6
* dgram: fix abort on bad argscjihrig2019-06-101-0/+9
* dgram: add support for UDP connected socketsSantiago Gimeno2019-04-031-33/+70
* test: add error code tests in dgram testMark Arranz2018-11-091-6/+29
* test: change to arrow functions in send-bad-argumentsAnna Zhao2018-10-141-6/+6
* meta: restore original copyright headerJames M Snell2017-03-101-0/+21
* test: use eslint to fix var->const/letGibson Fahnestock2017-01-111-3/+3
* test: use const for all require() callscjihrig2017-01-021-2/+2
* benchmark,test,lib: remove extra spacesRich Trott2016-05-111-3/+3
* buffer: add .from(), .alloc() and .allocUnsafe()James M Snell2016-03-161-1/+1
* dgram: support dgram.send with multiple buffersMatteo Collina2016-01-291-4/+7
* test: remove unnecessary assignmentsRich Trott2015-12-261-1/+1
* test: enable linting for testsRoman Reiss2015-05-191-0/+1
* Remove excessive copyright/license boilerplateisaacs2015-01-121-21/+0
* test: split test in parallel/sequentialFedor Indutny2014-12-171-0/+40