summaryrefslogtreecommitdiff
path: root/doc/api
AgeCommit message (Expand)Author
2017-06-06doc: Add URL argument with http/https requestVladimir Trifonov
2017-06-06inspector: allow --inspect=host:port from jsSam Roberts
2017-06-062017-06-06, Version 6.11.0 'Boron' (LTS)Myles Borins
2017-06-06doc: fix typo "ndapi" in n-api.mdJamen Marz
2017-06-06win, doc: document per-drive current working dirBartosz Sosnowski
2017-06-05doc: add ref to option to enable n-apiMichael Dawson
2017-06-05doc: fix nits in code examples of async_hooks.mdVse Mozhet Byt
2017-06-05doc: use prefer-rest-params eslint rule in docsVse Mozhet Byt
2017-06-05repl: remove unused function convertToContextNikolai Vavilov
2017-06-05doc,stream: clarify 'data', pipe() and 'readable'Matteo Collina
2017-06-05doc: resume a stream after pipe() and unpipe()Matteo Collina
2017-06-04doc: add missing backticks to doc/api/tls.mdPaul Bininda
2017-06-03doc: add require modules in url.mdDaijiro Wachi
2017-06-03doc: unify spaces in object literalsVse Mozhet Byt
2017-06-03doc: use destructuring in code examplesVse Mozhet Byt
2017-06-02doc: fix code examples in zlib.mdVse Mozhet Byt
2017-06-02doc: refine spaces in example from vm.mdVse Mozhet Byt
2017-06-02doc: add async_hooks, n-api to _toc.md and all.mdVse Mozhet Byt
2017-06-01doc: async-hooks documentationThorsten Lorenz
2017-06-01n-api: enable napi_wrap() to work with any objectJason Ginchereau
2017-06-01doc: modernize and fix code examples in util.mdVse Mozhet Byt
2017-06-01doc: fix code examples in url.mdVse Mozhet Byt
2017-06-01zlib: expose amount of data read for enginesAlexander O'Mara
2017-06-01zlib: option for engine in convenience methodsAlexander O'Mara
2017-05-31doc: fix ordering error in errors.mdRich Trott
2017-05-31doc: fix typo in n-api.mdJongChan Choi
2017-05-302017-05-30, Version 8.0.0 (Current)James M Snell
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-27lib,src: refactor buffer out of range indexlarissayvette
2017-05-27stream: support Uint8Array input to methodsAnna Henningsen
2017-05-27errors: migrate lib/consolemskec
2017-05-26n-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-25doc: make the style of notes consistentAlexey Orlenko
2017-05-25fs: 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: fix title/function name mismatchMichael Dawson
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