53 Commits (828f14556e0daeae7fdac08fceaa90952de63f73)

Author SHA1 Message Date
Fedor Indutny 3e9f2e61db cluster: report more errors to workers 11 years ago
Trevor Norris 8130744044 dgram: send() can accept strings 11 years ago
Ben Noordhuis 0c2960ef4a dgram: fix assertion on bad send() arguments 11 years ago
Brian White 6d842897c5 lib: remove unused variables and functions 11 years ago
Ben Noordhuis f9b7714b4b src: don't call v8::Object::SetHiddenValue() 11 years ago
Ben Noordhuis 1449739de0 dgram: don't call into js when send cb is omitted 11 years ago
Ben Noordhuis 41ec6d0580 dgram: fix regression in string argument handling 11 years ago
isaacs 22c68fdc1d src: Replace macros with util functions 11 years ago
Ben Noordhuis 6bd922fce8 dgram: report send errors to cb, don't pass bytes 11 years ago
Ben Noordhuis 04f87de3da cluster: fix shared handle bind error propagation 11 years ago
Ben Noordhuis 0330bdf519 lib: macro-ify type checks 11 years ago
Ben Noordhuis ca9eb718fb src, lib: update after internal api change 11 years ago
Ben Noordhuis 0161ec87af src, lib: deduplicate errnoException 11 years ago
Trevor Norris 278183a902 {stream,udp,tls}_wrap: remove unused offset/length 11 years ago
Ben Noordhuis 92023b4b37 dgram: fix no address bind() 12 years ago
Andreas Madsen bdf7ac2c5d child_process: support sending dgram socket 12 years ago
Ben Noordhuis 12d0f0bd3a lib, src: remove errno global 12 years ago
Bert Belder 6311f1c30a dgram: avoid EventEmitter leak warning 12 years ago
Bert Belder 5e7e51c2fe cluster: support datagram sockets 12 years ago
Ben Noordhuis ad6769fc92 dgram: don't assert on send('string') 12 years ago
Ben Noordhuis 9e32c2ef3e dgram: fix double implicit bind error 12 years ago
Ben Noordhuis 61978f57e6 dgram: remove stale code 12 years ago
Ben Noordhuis 332fea5ac1 dgram: make .bind() always asynchronous 12 years ago
Timothy J Fontaine 2637b5c261 ref/unref for net.Socket net.Server dgram.Socket 12 years ago
Ben Noordhuis d2eaabd0df dgram: hook up handle wrap to owning object 13 years ago
Ben Noordhuis 1ab95a536a udp_wrap: use new slab allocator 13 years ago
ssuda b72d43cbf9 dgram: fix when we call .close() inside 'listening' 13 years ago
Ben Noordhuis 3502e45b6c dgram: defer send error to next tick 13 years ago
Ben Noordhuis defa637378 dgram: fix out-of-bound memory read 13 years ago
Seth Fitzsimmons 1ce14eca44 dgram: handle close of dgram socket before DNS lookup completes 13 years ago
Ben Noordhuis 2775c0e97e dgram: bring back setTTL() 13 years ago
Ben Noordhuis 46e86aa803 dgram: bring back setMulticastLoopback() 13 years ago
Ben Noordhuis 6999fb3d1e dgram: make addMembership() and dropMembership() conform to v0.4 API 13 years ago
Ben Noordhuis fc6a9673c8 dgram: make setBroadcast() conform to v0.4 API 13 years ago
Ben Noordhuis ed111975a0 dgram: make setMulticastTTL() conform to v0.4 API 13 years ago
Dan VerWeire f2b1f57f74 dgram: reintroduce setMulticastTTL() 13 years ago
Dan VerWeire f749338e1e dgram: reintroduce setBroadcast() 13 years ago
Roman Shtylman a38fd6056c dgram: reintroduce addMembership() and dropMembership() 13 years ago
Bert Belder 83152d174c Dgram: correctly report recvmsg errors 13 years ago
Ryan Dahl 71cce3f45b Remove dgram_legacy 13 years ago
Bert Belder b5d58f11cb dgram-uv: black hole incoming messages after closing 13 years ago
Ben Noordhuis bba432f00e dgram: add socket.fd compatibility hack to dgram_uv.js 13 years ago
Ben Noordhuis cbd4033619 dgram: integrate libuv UDP support 13 years ago