summaryrefslogtreecommitdiff
path: root/lib/dgram.js
AgeCommit message (Expand)Author
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
2018-07-28dgram: make _createSocketHandle() internal onlycjihrig
2018-07-28dgram: hide underscored Socket propertiescjihrig
2018-07-28dgram: hide _healthCheck() and _stopReceiving()cjihrig
2018-05-18dns: lazy loadedRuben Bridgewater
2018-04-05errors: improve SystemError messagesJoyee Cheung
2018-04-01tools: add 'spaced-comment' into eslint rulesWeijia Wang
2018-03-25lib: always show ERR_INVALID_ARG_TYPE received partRuben Bridgewater
2018-03-08async_hooks,process: remove internalNextTickAnatoli Papirovski
2018-03-05lib: port errors to new systemMichaël Zasso
2018-02-16async_hooks: clean up usage in internal codeAnatoli Papirovski
2018-02-07errors: move error creation helpers to errors.jsJoyee Cheung
2018-01-09async_hooks: update defaultTriggerAsyncIdScope for perfAnatoli Papirovski
2017-12-19async_hooks: use scope for defaultTriggerAsyncIdAndreas Madsen
2017-12-19async_hooks: rename initTriggerIdAndreas Madsen
2017-11-20async_hooks: deprecate undocumented APIAndreas Madsen
2017-11-12lib: improve the usage of TypeError[INVALID_ARG_TYPE]Weijia Wang
2017-11-02dgram: migrate bufferSize to use internal/errorsJames M Snell
2017-10-16lib: use destructuring for some constantsWeijia Wang
2017-10-15net: convert to using internal/errorsmatzavinos
2017-10-01lib: faster type checks for some typesTimothy Gu
2017-09-22dgram: refactor SO_RCVBUF and SO_SNDBUF methodscjihrig
2017-09-14dgram: added setMulticastInterface()Will Young
2017-09-13dgram: support for setting socket buffer sizeDamien O'Reilly
2017-08-02dgram: add custom lookup function in socketscjihrig
2017-07-21lib,src: fix consistent spacing inside bracesSebastiaan Deckers
2017-07-19lib: improve lazy requiresRuben Bridgewater
2017-06-28dgram,process,util: refactor Error to TypeErrorRuben Bridgewater
2017-06-20dgram: change parameter name in set(Multicast)TTLTobias Nießen
2017-05-24dgram: convert to using internal/errorsMichael Dawson
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-04-25tools: enable no-useless-return eslint rulecjihrig
2017-03-27dgram: support Uint8Array input to send()Anna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-09dgram: refactor dgram to module.exportsClaudio Rodriguez