111 Commits (befede64f14858ffea4e8d6f93700be07e0f85fc)

Author SHA1 Message Date
Tobias Nießen 279fcc44fa dgram: change parameter name in set(Multicast)TTL 7 years ago
Michael Dawson e912c67d24 dgram: convert to using internal/errors 8 years ago
Trevor Norris 4a7233c178
lib: implement async_hooks API in core 8 years ago
cjihrig 7a4d383c75 tools: enable no-useless-return eslint rule 8 years ago
Anna Henningsen 2dc1053b0a
dgram: support Uint8Array input to send() 8 years ago
James M Snell 98e54b0bd4 meta: restore original copyright header 8 years ago
Claudio Rodriguez a9e64a8ce1 dgram: refactor dgram to module.exports 8 years ago
Christopher Hiller 32679c73c1 dgram: improve signature of Socket.prototype.send 8 years ago
Vse Mozhet Byt adf1ed0146 dgram: fix possibly deoptimizing use of arguments 8 years ago
cjihrig b594b3bc34 dgram: remove this aliases 8 years ago
cjihrig 5587ff1ccd dns: handle implicit bind DNS errors 8 years ago
Сковорода Никита Андреевич 0f944ab3cf dgram: use Buffer.alloc(0) for zero-size buffers 8 years ago
Claudio Rodriguez e9b6fbbf17 dgram: prefer strict equality, type validation 8 years ago
Saúl Ibarra Corretgé 6a3dbdacd6 udp: remove ancient check 8 years ago
Matteo Collina a2a711a373 dgram: generalized send queue to handle close 9 years ago
Matteo Collina c14e98b476 dgram: copy the list in send 9 years ago
James M Snell dcccbfdc79 src: refactor require('constants') 9 years ago
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