94 Commits (b6475b9a9d0da0971eec7eb5559dff4d18a0e721)

Author SHA1 Message Date
cjihrig 4bc1cccb22 dgram: pass null as error on successful send() 9 years ago
Jackson Tian d2b93e55cc lib: reduce usage of `self = this` 9 years ago
James M Snell 85ab4a5f12 buffer: add .from(), .alloc() and .allocUnsafe() 9 years ago
Matteo Collina 8af4bb86c0 dgram: default send address to 127.0.0.1 or ::1 9 years ago
Matteo Collina 725ffdb9b7 dgram: handle default address case when offset and length are specified 9 years ago
Rich Trott 1800bf4142 dgram: scope redeclared variables 9 years ago
Matteo Collina 137f53c7b7 dgram: support dgram.send with multiple buffers 9 years ago
Brian White 88b2889679 dgram: prevent disabled optimization of bind() 9 years ago
ronkorving 4b267df93e udp: remove a needless instanceof Buffer check 9 years ago
micnic 20285ad177 lib: Consistent error messages in all modules 9 years ago
Sakthipriyan Vairamani f32a606e37 lib,src: remove usage of events.EventEmitter 9 years ago
Fedor Indutny c7be08cec1 cluster: allow shared reused dgram sockets 9 years ago
Matteo Collina ef2c8cd4ec dgram: make send cb act as "error" event handler 10 years ago
Chris Dickinson 3da057fef6 dgram: make send cb act as "error" event handler 11 years ago
Roman Reiss b5b8ff117c lib: don't use global Buffer 10 years ago
Saúl Ibarra Corretgé b5cd2f0986 dgram: partially revert 18d457b 10 years ago
Brian White 5abd4ac079 lib: simplify nextTick() usage 10 years ago
Roman Reiss 39dde3222e net,dgram: return this from ref and unref methods 10 years ago
Yosuke Furukawa 18d457bd34 dgram: call send callback asynchronously 10 years ago
Yosuke Furukawa 19ffb5cf1c lib: fix eslint styles 10 years ago
Trevor Norris 10e31ba56c node: allow multiple arguments passed to nextTick 10 years ago
Brendan Ashworth 1219e7466c lib: reduce process.binding() calls 10 years ago
Yosuke Furukawa 207e48c934 dgram: check close callback is function 10 years ago
cjihrig 6ac8bdc0ab lib: reduce util.is*() usage 10 years ago
Sam Roberts 65b1e4f56f dgram: implicit binds should be exclusive 10 years ago
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