summaryrefslogtreecommitdiff
path: root/doc/api/dgram.md
AgeCommit message (Expand)Author
2019-11-052019-11-05, Version 13.1.0 (Current)Michaƫl Zasso
2019-10-26doc: remove "it is important to" phrasingRich Trott
2019-10-26doc: delete "a number of" things in the docsRich Trott
2019-10-26doc: remove dashesRich Trott
2019-10-17dgram: add source-specific multicast supportLucas Pardue
2019-10-10doc: escape brackets not used as markdown reference linksNick Schonning
2019-10-01doc: fix nits in dgram.mdVse Mozhet Byt
2019-09-16doc: use consistent unordered list styleNick Schonning
2019-09-09doc: space around listsNick Schonning
2019-09-01doc: add extends for derived classesKamat, Trivikram
2019-08-31doc: add blanks around code fencesNick Schonning
2019-06-23doc: remove "note that" from dgram.mdRich Trott
2019-04-232019-04-23, Version 12.0.0 (Current)Beth Griggs
2019-04-03dgram: add support for UDP connected socketsSantiago Gimeno
2019-03-10benchmark,doc,lib,test: capitalize commentsRuben Bridgewater
2019-02-12doc: fix minor typo in dgram.mdDaniel Bevenius
2018-12-072018-12-07, Version 11.4.0 (Current)Ruben Bridgewater
2018-11-28doc: sort bottom-of-file markdown linksSam Roberts
2018-11-22net,dgram: add ipv6Only option for net and dgramOuyang Yadong
2018-10-29doc: remove notice of dashes in V8 optionsDenys Otrishko
2018-10-23doc: document that addMembership must be called once in a clusterJames M Snell
2018-08-29doc: remove redundant 'Example:' and similar notesVse Mozhet Byt
2018-08-19doc: unify optional arguments format in headingsVse Mozhet Byt
2018-08-06dgram: implement socket.bind({ fd })Ouyang Yadong
2018-07-15doc: declare all parameter typesSam Ruby
2018-06-06doc: remove spaces around slashesRich Trott
2018-05-03doc: add more missing backticksVse Mozhet Byt
2018-05-02doc: add missing periods or colonsVse Mozhet Byt
2018-04-29doc: remove redundant empty linesVse Mozhet Byt
2018-04-11doc: add quotes for event names + fix similar nitsVse Mozhet Byt
2018-04-12doc: add and unify even more return valuesVse Mozhet Byt
2018-04-04doc: fix various nitsVse Mozhet Byt
2018-04-04doc,tools: formalize, unify, codify default valuesVse Mozhet Byt
2018-03-27doc: remove use of "random port" re dgram sendThomas Hunter II
2018-02-23doc: add new documentation lint ruleestrada9166
2018-01-12doc: decapitalize primitive typesVse Mozhet Byt
2018-01-02doc: replace wrong U+00A0 by common spacesVse Mozhet Byt
2017-12-31doc: fix duplicate words & spellings in docssreepurnajasti
2017-11-18doc: fix a link in dgram.mdVse Mozhet Byt
2017-11-11doc: correct the spelling of omitting in dgram.mdVidya Subramanyam
2017-11-07doc: fix a link in dgram.mdVse Mozhet Byt
2017-10-14doc: fix dgram.md typosAlessandro Vergani
2017-10-112017-10-11, Node.js Version 8.7.0 (Current)Myles Borins
2017-09-28doc: standardize function param/object prop styleGibson Fahnestock
2017-09-262017-09-26, Node.js Version 8.6.0 (Current)James M Snell
2017-09-17doc: do not begin yaml value with backtickJon Moss
2017-09-14dgram: added setMulticastInterface()Will Young
2017-09-13dgram: support for setting socket buffer sizeDamien O'Reilly
2017-08-28doc: add links to alternative versions of docChris Young
2017-08-02dgram: add custom lookup function in socketscjihrig