summaryrefslogtreecommitdiff
path: root/lib/dgram.js
AgeCommit message (Expand)AuthorFilesLines
2015-09-08cluster: allow shared reused dgram socketsFedor Indutny1-8/+15
2015-08-04dgram: make send cb act as "error" event handlerMatteo Collina1-5/+1
2015-08-04dgram: make send cb act as "error" event handlerChris Dickinson1-1/+9
2015-06-11lib: don't use global BufferRoman Reiss1-0/+1
2015-06-04dgram: partially revert 18d457bSaúl Ibarra Corretgé1-4/+1
2015-05-25lib: simplify nextTick() usageBrian White1-7/+2
2015-05-23net,dgram: return this from ref and unref methodsRoman Reiss1-0/+4
2015-05-10dgram: call send callback asynchronouslyYosuke Furukawa1-1/+4
2015-05-09lib: fix eslint stylesYosuke Furukawa1-4/+3
2015-04-15node: allow multiple arguments passed to nextTickTrevor Norris1-7/+13
2015-04-09lib: reduce process.binding() callsBrendan Ashworth1-1/+0
2015-02-02dgram: check close callback is functionYosuke Furukawa1-1/+1
2015-01-31lib: reduce util.is*() usagecjihrig1-12/+12
2015-01-31dgram: implicit binds should be exclusiveSam Roberts1-1/+1
2015-01-21lib: use const to define constantscjihrig1-12/+12
2015-01-12Remove excessive copyright/license boilerplateisaacs1-21/+0
2015-01-10Revert "dgram: implicit binds should be exclusive"Ben Noordhuis1-1/+1
2015-01-10dgram: implicit binds should be exclusiveSam Roberts1-1/+1
2015-01-08dgram: make error messages more informativeEvan Lucas1-4/+13
2014-12-30dgram: close() should accept a callbackSam Roberts1-1/+3
2014-12-30dgram: make 'close' event asyncSam Roberts1-1/+4
2014-12-29dgram: changes Socket.close() to return itselfBrendan Ashworth1-0/+2
2014-12-29dgram: change Socket.bind() to return itselfBrendan Ashworth1-1/+3
2014-12-09src: all wraps now use actual FunctionTemplateTrevor Norris1-1/+4
2014-11-22lib: turn on strict modeBen Noordhuis1-0/+2
2014-09-03net,dgram: workers can listen on exclusive portscjihrig1-7/+15
2014-08-12dgram: remove new keyword from errnoExceptionJackson Tian1-2/+2
2014-07-02udp: make it possible to receive empty udp packetsAndrius Bentkus1-3/+4
2014-04-10dgram: introduce `reuseAddr` optionFedor Indutny1-1/+14
2014-02-15dgram: pass the bytes sent to the send callbackTimothy J Fontaine1-1/+1
2013-10-28dgram: send() can accept stringsTrevor Norris1-1/+4
2013-08-15lib: remove unused variables and functionsBrian White1-9/+0
2013-08-09src: don't call v8::Object::SetHiddenValue()Ben Noordhuis1-1/+1
2013-08-09dgram: don't call into js when send cb is omittedBen Noordhuis1-11/+18
2013-08-09dgram: fix regression in string argument handlingBen Noordhuis1-2/+16
2013-08-01src: Replace macros with util functionsisaacs1-9/+9
2013-07-29dgram: report send errors to cb, don't pass bytesBen Noordhuis1-5/+3
2013-07-28cluster: fix shared handle bind error propagationBen Noordhuis1-1/+7
2013-07-24lib: macro-ify type checksBen Noordhuis1-9/+9
2013-07-20src, lib: update after internal api changeBen Noordhuis1-38/+41
2013-07-20src, lib: deduplicate errnoExceptionBen Noordhuis1-8/+1
2013-07-03{stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris1-4/+4
2013-04-18dgram: fix no address bind()Ben Noordhuis1-0/+1
2013-03-07child_process: support sending dgram socketAndreas Madsen1-13/+26
2013-02-28lib, src: remove errno globalBen Noordhuis1-10/+12
2013-01-28dgram: avoid EventEmitter leak warningBert Belder1-3/+14
2013-01-28cluster: support datagram socketsBert Belder1-18/+72
2013-01-11Merge remote-tracking branch 'ry/v0.8' into masterisaacs1-0/+3
2013-01-08dgram: don't assert on send('string')Ben Noordhuis1-0/+3
2012-12-31dgram: fix double implicit bind errorBen Noordhuis1-3/+13