Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2013-04-18dgram: fix no address bind()Ben Noordhuis
2013-03-07child_process: support sending dgram socketAndreas Madsen
2013-03-01lib, src: remove errno globalBen Noordhuis
2013-01-29dgram: avoid EventEmitter leak warningBert Belder
2013-01-29cluster: 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-27dgram: 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-07dgram: 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-12Remove dgram_legacyRyan Dahl
2011-08-25dgram: integrate libuv UDP supportBen Noordhuis
2011-03-15Update copyright headersRyan Dahl
2011-02-01dgram: setMulticastTTL, setMulticastLoopback and addMembership.Joe Walnes
2010-12-02more lintRyan Dahl
2010-10-25Update node_net.cc to make us of node_constants.ccMicheil Smith
2010-10-12Soft 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-17Move dns.isIP to net.isIPPaul Querna
2010-08-11[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