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-09-282021-09-28, Version 14.18.0 'Fermium' (LTS)Michaƫl Zasso
2021-09-22doc: add blank line between commentsRich Trott
2021-08-30doc: anchor link parity between markdown and html-generated docsfoxxyz
2021-04-27doc: document new TCP_KEEPCNT and TCP_KEEPINTVL socket option defaultsArnold Zokas
2021-04-27doc: do not mention TCP in the allowHalfOpen option descriptionLuigi Pinca
2021-04-062021-04-06, Version 15.14.0 (Current)Myles Borins
2021-04-02net: allow net.BlockList to use net.SocketAddress objectsJames M Snell
2021-04-02net: add SocketAddress classJames M Snell
2021-04-01net,tls: add abort signal support to connectNitzan Uziely
2021-02-17doc: use **Default:** more consistentlycjihrig
2021-01-30quic: remove quicJames M Snell
2021-01-152021-01-14, Version 15.6.0 (Current)Danielle Adams
2020-12-31net: support abortSignal in server.listenNitzan Uziely
2020-11-09doc,net: document socket.timeoutkobelb
2020-11-03doc: disable no-undefined-references workaroundsNick Schonning
2020-10-202020-10-20, Version 15.0.0 (Current)Beth Griggs
2020-10-01doc: sort md references in ASCII orderAntoine du Hamel
2020-10-01doc: use .md extension for internal linksAntoine du Hamel
2020-09-23doc: add `socket.readyState`Clark Kozak
2020-08-11net: introduce net.BlockListJames M Snell
2020-07-222020-07-21, Version 14.6.0 (Current)Myles Borins
2020-07-06doc: replace http to https of link urlssapics
2020-06-30net: doc deprecate bufferSizeRobert Nagy
2020-06-26doc: add dynamic source code linksAlec Davidson
2020-06-23doc: use a single space between sentencesRich Trott
2020-06-19doc: use sentence-case for headings in docsRich Trott
2020-06-16quic: initial QUIC implementationJames M Snell
2020-06-01net: remove long deprecated server.connections propertyJames M Snell
2020-05-08doc: add warning for socket.connect reuseRobert Nagy
2020-04-28doc: fix LTS replaceme tagsAnna Henningsen
2020-04-15doc: improve net docsRobert Nagy
2020-04-08doc: remove optional parameter from markdown anchor linkRich Trott
2020-04-05doc: document that server.address() can return nullThomas Watson
2020-03-26doc: simplify and correct example descriptions in net.mdRich Trott
2020-03-06doc: remove em dashesRich Trott
2020-02-10doc,net: reword Unix domain path paragraph in net.mdRich Trott
2020-02-01doc: clarify socket.setNoDelay() explanationRusty Conover
2020-01-14doc: standardize on "host name" in net.mdRich Trott
2019-12-27doc,net: use code markup/markdown in headersRich Trott
2019-12-25doc: improve doc net:server.listendev-313
2019-12-02doc: update socket.bufferSize textRich Trott
2019-11-30doc: revise socket.connect() noteRich Trott
2019-10-26doc: remove dashesRich Trott
2019-10-11doc: escape brackets not used as markdown reference linksNick Schonning
2019-09-18doc: fix nits in net.mdVse Mozhet Byt
2019-09-10doc: space around listsNick Schonning
2019-09-042019-09-04, Version 12.10.0 (Current)Ruben Bridgewater
2019-09-01doc: add extends for derived classesKamat, Trivikram
2019-08-24net: allow reading data into a static bufferBrian White
2019-07-08doc: format Unix consistentlycjihrig