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
2017-10-23lib: faster type checks for some typesTimothy Gu
2017-10-11dgram: refactor SO_RCVBUF and SO_SNDBUF methodscjihrig
2017-10-11dgram: support for setting socket buffer sizeDamien O'Reilly
2017-09-25dgram: add custom lookup function in socketscjihrig
2017-09-21lib: improve lazy requiresRuben Bridgewater
2017-09-20lib,src: fix consistent spacing inside bracesJames M Snell
2017-09-20dgram: added setMulticastInterface()Will Young
2017-06-21dgram: change parameter name in set(Multicast)TTLTobias Nießen
2017-05-28dgram: convert to using internal/errorsMichael Dawson
2017-05-10lib: implement async_hooks API in coreTrevor Norris
2017-04-25tools: enable no-useless-return eslint rulecjihrig
2017-03-27dgram: support Uint8Array input to send()Anna Henningsen
2017-03-10meta: restore original copyright headerJames M Snell
2017-03-09dgram: refactor dgram to module.exportsClaudio Rodriguez
2017-02-18dgram: improve signature of Socket.prototype.sendChristopher Hiller
2017-02-16dgram: fix possibly deoptimizing use of argumentsVse Mozhet Byt
2017-02-10dgram: remove this aliasescjihrig
2017-01-30dns: handle implicit bind DNS errorscjihrig
2016-10-07dgram: use Buffer.alloc(0) for zero-size buffersСковорода Никита Андреевич
2016-09-09dgram: prefer strict equality, type validationClaudio Rodriguez
2016-08-13udp: remove ancient checkSaúl Ibarra Corretgé
2016-07-13dgram: generalized send queue to handle closeMatteo Collina
2016-05-26dgram: copy the list in sendMatteo Collina
2016-05-17src: refactor require('constants')James M Snell
2016-03-28dgram: pass null as error on successful send()cjihrig
2016-03-22lib: reduce usage of `self = this`Jackson Tian
2016-03-16buffer: add .from(), .alloc() and .allocUnsafe()James M Snell
2016-03-05dgram: default send address to 127.0.0.1 or ::1Matteo Collina
2016-02-28dgram: handle default address case when offset and length are specifiedMatteo Collina
2016-02-01dgram: scope redeclared variablesRich Trott
2016-01-29dgram: support dgram.send with multiple buffersMatteo Collina
2016-01-13dgram: prevent disabled optimization of bind()Brian White
2015-12-16udp: remove a needless instanceof Buffer checkronkorving
2015-11-09lib: Consistent error messages in all modulesmicnic
2015-09-22lib,src: remove usage of events.EventEmitterSakthipriyan Vairamani
2015-09-08cluster: allow shared reused dgram socketsFedor Indutny
2015-08-04dgram: make send cb act as "error" event handlerMatteo Collina
2015-08-04dgram: make send cb act as "error" event handlerChris Dickinson
2015-06-11lib: don't use global BufferRoman Reiss
2015-06-04dgram: partially revert 18d457bSaúl Ibarra Corretgé
2015-05-25lib: simplify nextTick() usageBrian White
2015-05-23net,dgram: return this from ref and unref methodsRoman Reiss
2015-05-10dgram: call send callback asynchronouslyYosuke Furukawa
2015-05-09lib: fix eslint stylesYosuke Furukawa
2015-04-16node: allow multiple arguments passed to nextTickTrevor Norris
2015-04-09lib: reduce process.binding() callsBrendan Ashworth
2015-02-02dgram: check close callback is functionYosuke Furukawa
2015-02-01lib: reduce util.is*() usagecjihrig
2015-01-31dgram: implicit binds should be exclusiveSam Roberts
2015-01-22lib: use const to define constantscjihrig