summaryrefslogtreecommitdiff
path: root/lib/dgram.js
AgeCommit message (Expand)Author
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
2015-02-02dgram: check close callback is functionYosuke Furukawa
2015-01-31lib: reduce util.is*() usagecjihrig
2015-01-31dgram: implicit binds should be exclusiveSam Roberts
2015-01-21lib: use const to define constantscjihrig
2015-01-12Remove excessive copyright/license boilerplateisaacs
2015-01-10Revert "dgram: implicit binds should be exclusive"Ben Noordhuis
2015-01-10dgram: implicit binds should be exclusiveSam Roberts
2015-01-08dgram: make error messages more informativeEvan Lucas
2014-12-30dgram: close() should accept a callbackSam Roberts
2014-12-30dgram: make 'close' event asyncSam Roberts
2014-12-29dgram: changes Socket.close() to return itselfBrendan Ashworth
2014-12-29dgram: change Socket.bind() to return itselfBrendan Ashworth
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris
2014-11-22lib: turn on strict modeBen Noordhuis
2014-09-03net,dgram: workers can listen on exclusive portscjihrig
2014-08-12dgram: remove new keyword from errnoExceptionJackson Tian
2014-07-02udp: make it possible to receive empty udp packetsAndrius Bentkus
2014-04-10dgram: introduce `reuseAddr` optionFedor Indutny
2014-02-15dgram: pass the bytes sent to the send callbackTimothy J Fontaine
2013-10-28dgram: send() can accept stringsTrevor Norris
2013-08-15lib: remove unused variables and functionsBrian White
2013-08-09src: don't call v8::Object::SetHiddenValue()Ben Noordhuis
2013-08-09dgram: don't call into js when send cb is omittedBen Noordhuis
2013-08-09dgram: fix regression in string argument handlingBen Noordhuis
2013-08-01src: Replace macros with util functionsisaacs
2013-07-29dgram: report send errors to cb, don't pass bytesBen Noordhuis
2013-07-28cluster: fix shared handle bind error propagationBen Noordhuis
2013-07-24lib: macro-ify type checksBen Noordhuis