summaryrefslogtreecommitdiff
path: root/lib/dgram.js
Commit message (Expand)AuthorAgeFilesLines
* lib: add trailing commas to all public core modulesAntoine du Hamel2023-02-281-13/+13
* dgram: fix unhandled exception aborting a closed udp socketRamana Venkata2023-02-251-1/+1
* lib: enforce use of trailing commas for functionsAntoine du Hamel2023-02-141-3/+3
* dgram: sync the old handle state to new handletheanarkh2023-01-031-1/+4
* dgram: add dgram send queue infotheanarkh2022-08-171-0/+7
* lib: add diagnostics channel and perf hooks detailtheanarkh2022-07-291-0/+8
* lib: use null-prototype objects for property descriptorsAntoine du Hamel2022-06-031-0/+6
* src: properly report exceptions from AddressToJS()Darshan Sen2022-03-261-1/+7
* dgram: remove unreachable connectState assignRongjian Zhang2022-01-201-17/+0
* dgram: fix send with out of bounds offset + lengthNitzan Uziely2021-10-251-0/+8
* dgram: tighten `address` validation in `socket.send`Voltrex2021-09-181-2/+2
* dgram: use simplified validatorVoltrex2021-08-151-2/+2
* dgram: extract cluster lazy loading method to make it testableRongjian Zhang2021-05-091-7/+8
* dgram: support AbortSignal in createSocketNitzan Uziely2021-01-251-0/+15
* lib: refactor to use validateStringZiJian Liu2021-01-221-14/+4
* lib,src: update cluster to use ParentMichael Dawson2021-01-051-3/+3
* dgram: refactor to use more primordialsAntoine du Hamel2020-12-041-10/+16
* dgram: allow typed arrays in .send()Sarat Addepalli2020-06-191-9/+20
* lib: move isLegalPort to validators, refactorJames M Snell2020-03-051-20/+4
* dgram: make UDPWrap more reusableAnna Henningsen2020-03-031-1/+3
* dgram: don't hide implicit bind errorscjihrig2020-02-271-4/+2
* dgram: test to add and to drop specific membershipA. Volgin2019-12-251-8/+4
* dgram: use for...ofTrivikram Kamat2019-12-201-2/+2
* lib: enforce use of Array from primordialsMichaël Zasso2019-11-271-1/+3
* lib: flatten access to primordialsMichaël Zasso2019-11-251-9/+12
* dgram: remove listeners on bind errorAnna Henningsen2019-11-071-2/+15
* dgram: reset bind state before emitting errorAnna Henningsen2019-11-071-3/+3
* dgram: add source-specific multicast supportLucas Pardue2019-10-171-0/+49
* dgram: use `uv_udp_try_send()`Anna Henningsen2019-10-051-0/+8
* dgram: changed 'var' to 'let' and 'const'Manuel Ochoa Loaiza2019-07-291-11/+11
* dgram: fix abort on bad argscjihrig2019-06-101-9/+12
* tools: enable block-scoped-var eslint ruleRoman Reiss2019-05-101-1/+2
* dgram: change 'this' to 'self' for 'isConnected'MaleDong2019-04-231-1/+1
* src: move guessHandleType in the util bindingJoyee Cheung2019-04-201-1/+1
* lib: enforce the use of Object from primordialsMichaël Zasso2019-04-121-0/+2
* dgram: add support for UDP connected socketsSantiago Gimeno2019-04-031-17/+178
* benchmark,lib: change var to constRuben Bridgewater2019-03-301-17/+17
* benchmark,doc,lib: capitalize more commentsRuben Bridgewater2019-03-271-1/+1
* dgram: remove usage of public require('util')dnlup2019-03-231-14/+14
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-03-101-1/+1
* benchmark,doc,lib,test: capitalize commentsRuben Bridgewater2019-02-281-1/+1
* doc,lib,test: capitalize comment sentencesRuben Bridgewater2018-12-171-1/+1
* tools: capitalize sentencesRuben Bridgewater2018-12-101-1/+1
* lib: use ES6 class inheritance styleRuben Bridgewater2018-12-051-0/+1
* lib: remove `inherits()` usageRuben Bridgewater2018-12-051-1/+1
* net,dgram: add ipv6Only option for net and dgramOuyang Yadong2018-11-221-1/+8
* src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen2018-10-211-1/+1
* bootstrapper: move internalBinding to NativeModuleGus Caplan2018-10-041-1/+0
* dgram: make process.binding('udp_wrap') internalcjihrig2018-08-311-1/+2
* lib: extract validateNumber validatorJon Moss2018-08-141-19/+10