69 Commits (083c421b5ca08576897b5da396085a462010780e)

Author SHA1 Message Date
cjihrig 804e7aa9ab lib: use const to define constants 10 years ago
isaacs 3e1b1dd4a9 Remove excessive copyright/license boilerplate 10 years ago
Ben Noordhuis 0526d834f9 Revert "dgram: implicit binds should be exclusive" 10 years ago
Sam Roberts a32b92dbcf dgram: implicit binds should be exclusive 10 years ago
Evan Lucas c9fd9e2162 dgram: make error messages more informative 10 years ago
Sam Roberts 63005ee10b dgram: close() should accept a callback 10 years ago
Sam Roberts 7349d7fd99 dgram: make 'close' event async 10 years ago
Brendan Ashworth 4444b7b52c dgram: changes Socket.close() to return itself 10 years ago
Brendan Ashworth 3e0057dd61 dgram: change Socket.bind() to return itself 10 years ago
Trevor Norris 819690fd98 src: all wraps now use actual FunctionTemplate 10 years ago
Trevor Norris 5962dbef49 src: all wrap's now use actual FunctionTemplate 10 years ago
Ben Noordhuis 21130c7d6f lib: turn on strict mode 10 years ago
cjihrig 029cfc12a0 net,dgram: workers can listen on exclusive ports 10 years ago
Jackson Tian a8845ebd45 dgram: remove new keyword from errnoException 10 years ago
Andrius Bentkus a382c9a97c udp: make it possible to receive empty udp packets 10 years ago
Fedor Indutny 592be014b6
dgram: introduce `reuseAddr` option 11 years ago
Timothy J Fontaine a4436bab7b dgram: pass the bytes sent to the send callback 11 years ago
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