summaryrefslogtreecommitdiff
path: root/lib/dgram.js
AgeCommit message (Expand)Author
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
2017-02-17dgram: improve signature of Socket.prototype.sendChristopher Hiller
2017-02-16dgram: fix possibly deoptimizing use of argumentsVse Mozhet Byt
2017-02-10dgram: remove this aliasescjihrig
2017-01-30dns: handle implicit bind DNS errorscjihrig
2016-10-06dgram: use Buffer.alloc(0) for zero-size buffersСковорода Никита Андреевич
2016-09-08dgram: prefer strict equality, type validationClaudio Rodriguez
2016-08-13udp: remove ancient checkSaúl Ibarra Corretgé
2016-07-13dgram: generalized send queue to handle closeMatteo Collina
2016-05-26dgram: copy the list in sendMatteo Collina
2016-05-17src: refactor require('constants')James M Snell
2016-03-28dgram: pass null as error on successful send()cjihrig
2016-03-21lib: reduce usage of `self = this`Jackson Tian
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-05dgram: default send address to 127.0.0.1 or ::1Matteo Collina
2016-02-28dgram: handle default address case when offset and length are specifiedMatteo Collina
2016-01-31dgram: scope redeclared variablesRich Trott
2016-01-29dgram: support dgram.send with multiple buffersMatteo Collina
2016-01-13dgram: prevent disabled optimization of bind()Brian White
2015-12-16udp: remove a needless instanceof Buffer checkronkorving
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-09-23lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-09-07cluster: allow shared reused dgram socketsFedor Indutny
2015-08-04dgram: make send cb act as "error" event handlerMatteo Collina
2015-08-04dgram: make send cb act as "error" event handlerChris Dickinson
2015-06-11lib: don't use global BufferRoman Reiss
2015-06-04dgram: partially revert 18d457bSaúl Ibarra Corretgé
2015-05-25lib: simplify nextTick() usageBrian White
2015-05-23net,dgram: return this from ref and unref methodsRoman Reiss
2015-05-10dgram: call send callback asynchronouslyYosuke Furukawa
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris
2015-04-09lib: reduce process.binding() callsBrendan Ashworth