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
2021-06-14net: use missing validatorVoltrex
2021-04-19lib: revert primordials in a hot pathAntoine du Hamel
2021-04-02net: add SocketAddress classJames M Snell
2021-04-02net: make net.BlockList cloneableJames M Snell
2021-03-31Revert "net: add support for finished after .destroy()"Matteo Collina
2021-01-30quic: remove quicJames M Snell
2021-01-23lib: refactor to use validateNumberZiJian Liu
2021-01-05lib,src: update cluster to use ParentMichael Dawson
2021-01-05net: add support for finished after .destroy()Robert Nagy
2020-12-31net: support abortSignal in server.listenNitzan Uziely
2020-12-07net: refactor to use more primordialsAntoine du Hamel
2020-11-11net: fix invalid write after end errorRobert Nagy
2020-10-28tls: allow reading data into a static bufferAndrey Pechkurov
2020-10-19lib: refactor Socket._getpeername and Socket._getsocknamehimself65
2020-10-07lib: use Number.parseInt from primordialsMichaël Zasso
2020-09-11lib: remove ERR_INVALID_OPT_VALUE and ERR_INVALID_OPT_VALUE_ENCODINGDenys Otrishko
2020-08-29net: replace usage of internal stream state with public apiDenys Otrishko
2020-08-19net: validate custom lookup() outputcjihrig
2020-08-15errors: improve ERR_INVALID_OPT_VALUE errorDenys Otrishko
2020-08-11net: introduce net.BlockListJames M Snell
2020-06-30net: fix bufferSizeRobert Nagy
2020-06-25net: check args in net.connect() and socket.connect() callsDenys Otrishko
2020-06-16quic: initial QUIC implementationJames M Snell
2020-06-01net: remove long deprecated server.connections propertyJames M Snell
2020-05-31lib: improve debuglog() performanceBrian White
2020-05-23net: refactor check for Windowsrickyes
2020-05-16tools: enable no-else-return lint ruleLuigi Pinca
2020-04-03net: autoDestroy SocketRobert Nagy
2020-04-01net: wait for shutdown to complete before closingRobert Nagy
2020-03-24net: make readable/writable start as trueRobert Nagy
2020-03-05lib: move isLegalPort to validators, refactorJames M Snell
2020-02-04net: track state of setNoDelay() and prevent unnecessary system callsRusty Conover
2020-01-05lib: replace use of Error with primordialsSebastien Ahkrin
2020-01-03stream: enable autoDestroy by defaultRobert Nagy
2019-12-11net: remove duplicate _undestroyRobert Nagy
2019-12-08lib: replace Symbol global by the primordials SymbolSebastien Ahkrin
2019-12-03net: implement capture rejections for 'connection' eventMatteo Collina
2019-11-30lib: enforce use of primordial NumberSebastien Ahkrin
2019-11-30lib: use static Number properties from primordialsMichaël Zasso
2019-11-30lib: enforce use of Boolean from primordialsMichaël Zasso
2019-11-27lib: enforce use of Array from primordialsMichaël Zasso
2019-11-25lib: flatten access to primordialsMichaël Zasso
2019-11-24net: replaced vars to lets and constsnathias
2019-11-19net: destructure primordialsGuilherme Goncalves
2019-10-12net: treat ENOTCONN at shutdown as successAnna Henningsen
2019-10-04net: emit close on unconnected socketRobert Nagy
2019-09-24stream: cleanup use of internal ended stateChetan Karande
2019-08-24net: allow reading data into a static bufferBrian White
2019-08-20net: use callback to properly propagate errorRobert Nagy
2019-08-04net: shallow copy option when create Serverhimself65