summaryrefslogtreecommitdiff
path: root/lib/dgram.js
AgeCommit message (Expand)Author
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
2012-01-24dgram: make addMembership() and dropMembership() conform to v0.4 APIBen Noordhuis
2012-01-24dgram: make setBroadcast() conform to v0.4 APIBen Noordhuis
2012-01-24dgram: make setMulticastTTL() conform to v0.4 APIBen Noordhuis
2012-01-21dgram: reintroduce setMulticastTTL()Dan VerWeire
2012-01-21dgram: reintroduce setBroadcast()Dan VerWeire
2012-01-21dgram: reintroduce addMembership() and dropMembership()Roman Shtylman
2011-11-24Dgram: correctly report recvmsg errorsBert Belder
2011-10-11Remove dgram_legacyRyan Dahl
2011-08-24dgram: integrate libuv UDP supportBen Noordhuis
2011-03-14Update copyright headersRyan Dahl
2011-02-01dgram: setMulticastTTL, setMulticastLoopback and addMembership.Joe Walnes
2010-12-01more lintRyan Dahl
2010-10-25Update node_net.cc to make us of node_constants.ccMicheil Smith
2010-10-11Soft migration of sys -> util, Removal of deprecated utils module.Micheil Smith
2010-09-28Remove require('buffer') in built-in libraries.Ryan Dahl
2010-09-17Move IOWatcher and Timer to process.bindingRyan Dahl
2010-09-16Move dns.isIP to net.isIPPaul Querna
2010-08-10[dgram] only look up hostname for the requested address familyRasmus Andersson
2010-07-15Datagram socket refactor. Add tests and documentation.Matt Ranney
2010-06-16Add callback to dgramSocket.send()Ryan Dahl
2010-06-16Add UDP broadcast supportDavid Siegel
2010-06-12Implement datagram socketsPaul Querna