summaryrefslogtreecommitdiff
path: root/lib/dgram.js
AgeCommit message (Expand)Author
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
2013-07-20src, lib: update after internal api changeBen Noordhuis
2013-07-20src, lib: deduplicate errnoExceptionBen Noordhuis
2013-07-03{stream,udp,tls}_wrap: remove unused offset/lengthTrevor Norris
2013-04-18dgram: fix no address bind()Ben Noordhuis
2013-03-07child_process: support sending dgram socketAndreas Madsen
2013-02-28lib, src: remove errno globalBen Noordhuis
2013-01-28dgram: avoid EventEmitter leak warningBert Belder
2013-01-28cluster: support datagram socketsBert Belder
2013-01-11Merge remote-tracking branch 'ry/v0.8' into masterisaacs
2013-01-08dgram: don't assert on send('string')Ben Noordhuis
2012-12-31dgram: fix double implicit bind errorBen Noordhuis
2012-10-13dgram: remove stale codeBen Noordhuis
2012-07-26dgram: make .bind() always asynchronousBen Noordhuis
2012-07-23ref/unref for net.Socket net.Server dgram.SocketTimothy J Fontaine
2012-05-15dgram: hook up handle wrap to owning objectBen Noordhuis
2012-03-30udp_wrap: use new slab allocatorBen Noordhuis
2012-03-06dgram: fix when we call .close() inside 'listening'ssuda
2012-02-23dgram: defer send error to next tickBen Noordhuis
2012-02-23dgram: fix out-of-bound memory readBen Noordhuis
2012-02-14dgram: handle close of dgram socket before DNS lookup completesSeth Fitzsimmons
2012-01-24dgram: bring back setTTL()Ben Noordhuis
2012-01-24dgram: bring back setMulticastLoopback()Ben Noordhuis