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
path: root/doc
AgeCommit message (Expand)Author
2017-05-29doc: restructure url.mdJames M Snell
2017-05-29doc: graduate WHATWG URL from ExperimentalJames M Snell
2017-05-28doc: fix api docs styleDaijiro Wachi
2017-05-28doc: make spelling of behavior consistentMichael Dawson
2017-05-28lib,src: refactor buffer out of range indexlarissayvette
2017-05-27stream: support Uint8Array input to methodsAnna Henningsen
2017-05-27errors: migrate lib/consolemskec
2017-05-27n-api: add napi_get_versionMichael Dawson
2017-05-26http: destroy sockets after keepAliveTimeoutTimur Shemsedinov
2017-05-26doc: fix code example in inspector.mdVse Mozhet Byt
2017-05-26doc: make the style of notes consistentAlexey Orlenko
2017-05-26fs: fix realpath{Sync} on resolving pipes/socketsEbrahim Byagowi
2017-05-25src: allow --tls-cipher-list in NODE_OPTIONSSam Roberts
2017-05-24inspector: document bad usage for --inspect-portSam Roberts
2017-05-24stream: add final methodCalvin Metcalf
2017-05-24dgram: convert to using internal/errorsMichael Dawson
2017-05-24doc: don't use useless constructors in stream.mdVse Mozhet Byt
2017-05-24doc: update code example for Windows in stream.mdVse Mozhet Byt
2017-05-23doc: improve formatting of STYLE_GUIDE.mdAlexey Orlenko
2017-05-23doc: fix incorrect keyboard shortcutAlexey Orlenko
2017-05-23doc: fix title/function name mismatchMichael Dawson
2017-05-23doc: link to `common` docs in test writing guideAnna Henningsen
2017-05-23cmd: support dash as stdin aliasEbrahim Byagowi
2017-05-23inspector: JavaScript bindings for the inspectorEugene Ostroukhov
2017-05-22doc: list macOS as supporting filename argumentChris Young
2017-05-22stream: add destroy and _destroy methods.Matteo Collina
2017-05-22zlib: fix node crashing on invalid optionsAlexey Orlenko
2017-05-21doc: edit Error.captureStackTrace html commentArtur Vieira
2017-05-21doc: remove unused/duplicated reference linksDaijiro Wachi
2017-05-20fs: Revert throw on invalid callbacksMyles Borins
2017-05-20doc: add reference to node_api.h in docsMichael Dawson
2017-05-19doc: don't suggest setEncoding for binary streamsRick Bullotta
2017-05-19doc: update doc of publicEncrypt methodFaiz Halde
2017-05-19doc: update doc to remove usage of "you"Michael Dawson
2017-05-19buffer: fix indexOf for empty searchesAnna Henningsen
2017-05-18doc: fix links from ToC to subsection for 4.8.xFrank Lanitz
2017-05-17src: whitelist new options for NODE_OPTIONSSam Roberts
2017-05-16doc: clarify operation of napi_cancel_async_workMichael Dawson
2017-05-16tls: accept `lookup` option for `tls.connect()`Fedor Indutny
2017-05-15addons: remove semicolons from after module definitionGabriel Schulhof
2017-05-11doc: clarify node.js addons are c++Beth Griggs
2017-05-10doc: add docs for server.address() for pipe caseFlarna
2017-05-10doc, test: add note to response.getHeadersRefael Ackermann
2017-05-09doc: fix broken links in n-api docMichael Dawson
2017-05-09n-api: Handle fatal exception in async callbackJason Ginchereau
2017-05-09fs: throw on invalid callbacks for async functionsSakthipriyan Vairamani (thefourtheye)
2017-05-09doc: fix typo in streams.mdGlenn Schlereth
2017-05-09dns: support promisified `lookup(Service)`Anna Henningsen
2017-05-09child_process: support promisified `exec(File)`Anna Henningsen
2017-05-09fs: support util.promisify for fs.read/fs.writeAnna Henningsen