Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2022-03-26src: properly report exceptions from AddressToJS()Darshan Sen
2022-01-20dgram: remove unreachable connectState assignRongjian Zhang
2021-10-25dgram: fix send with out of bounds offset + lengthNitzan Uziely
2021-09-18dgram: tighten `address` validation in `socket.send`Voltrex
2021-08-15dgram: use simplified validatorVoltrex
2021-05-09dgram: extract cluster lazy loading method to make it testableRongjian Zhang
2021-01-25dgram: support AbortSignal in createSocketNitzan Uziely
2021-01-23lib: refactor to use validateStringZiJian Liu
2021-01-05lib,src: update cluster to use ParentMichael Dawson
2020-12-04dgram: refactor to use more primordialsAntoine du Hamel
2020-06-19dgram: allow typed arrays in .send()Sarat Addepalli
2020-03-05lib: move isLegalPort to validators, refactorJames M Snell
2020-03-03dgram: make UDPWrap more reusableAnna Henningsen
2020-02-28dgram: don't hide implicit bind errorscjihrig
2019-12-25dgram: test to add and to drop specific membershipA. Volgin
2019-12-20dgram: use for...ofTrivikram Kamat
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-07dgram: remove listeners on bind errorAnna Henningsen
2019-11-07dgram: reset bind state before emitting errorAnna Henningsen
2019-10-17dgram: add source-specific multicast supportLucas Pardue
2019-10-06dgram: use `uv_udp_try_send()`Anna Henningsen
2019-07-30dgram: changed 'var' to 'let' and 'const'Manuel Ochoa Loaiza
2019-06-10dgram: fix abort on bad argscjihrig
2019-05-10tools: enable block-scoped-var eslint ruleRoman Reiss
2019-04-24dgram: change 'this' to 'self' for 'isConnected'MaleDong
2019-04-20src: move guessHandleType in the util bindingJoyee Cheung
2019-04-12lib: enforce the use of Object from primordialsMichaël Zasso
2019-04-03dgram: add support for UDP connected socketsSantiago Gimeno
2019-03-30benchmark,lib: change var to constRuben Bridgewater
2019-03-27benchmark,doc,lib: capitalize more commentsRuben Bridgewater
2019-03-23dgram: remove usage of public require('util')dnlup
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-28benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2018-12-17doc,lib,test: capitalize comment sentencesRuben Bridgewater
2018-12-10tools: capitalize sentencesRuben Bridgewater
2018-12-05lib: use ES6 class inheritance styleRuben Bridgewater
2018-12-05lib: remove `inherits()` usageRuben Bridgewater
2018-11-22net,dgram: add ipv6Only option for net and dgramOuyang Yadong
2018-10-21src,lib: move `natives` and `constants` to `internalBinding()`Anna Henningsen
2018-10-04bootstrapper: move internalBinding to NativeModuleGus Caplan
2018-08-31dgram: make process.binding('udp_wrap') internalcjihrig
2018-08-14lib: extract validateNumber validatorJon Moss
2018-08-10dgram: remove unnecessary fd property from SocketOuyang Yadong
2018-08-07dgram: fix linting issueJon Moss
2018-08-07lib: extract validateString validatorJon Moss
2018-08-07dgram: deprecate all previous private APIscjihrig
2018-08-06dgram: implement socket.bind({ fd })Ouyang Yadong
2018-08-05lib,src: standardize `owner_symbol` for handlesAnna Henningsen
2018-07-28dgram: add getters/setters for private APIscjihrig