summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2017-08-25n-api: implement promiseGabriel Schulhof
2017-08-24doc: environmental->environment & NodeJS->Node.jsRod Vagg
2017-08-25doc: fix typo in Buffer.from(string, [encoding])Michał Wadas
2017-08-23console: implement minimal `console.group()`Rich Trott
2017-08-23perf_hooks: implementation of the perf timing APIJames M Snell
2017-08-23dns: add `verbatim` option to dns.lookup()Ben Noordhuis
2017-08-23doc: rephrase text of child_process.execSync()hafiz
2017-08-23doc: beautify net.md formatssevenryze
2017-08-23doc: link to correct "OS Constants" heading in docsJames Kyle
2017-08-22doc: update http2.md example codeRefinedSoftwareLLC
2017-08-22doc: fix doc for napi_get_value_string_utf8Daniel Taveras
2017-08-22crypto: warn if counter mode used in createCipherShigeki Ohtsu
2017-08-22n-api: add ability to remove a wrappingGabriel Schulhof
2017-08-21doc: fixed link definitions in http2.md footersharababy
2017-08-21doc: remove `you` and fixup note in stream.mdJames M Snell
2017-08-21doc: minor fixes to http/2 docsAnand Suresh
2017-08-20doc,fs: rename defaultEncoding option to encodingAleh Zasypkin
2017-08-20doc: remove redundant only from doc/api/stream.mdGeorge Sapkin
2017-08-18doc: fix http api document陈刚
2017-08-16doc: fix typo in cli.mdhsmtkk
2017-08-16doc: added napi_get_value_string_latin1Kyle Farnung
2017-08-16doc: fix word wrapping for api stability boxesSaad Quadri
2017-08-16tools: checkout for unassigned DEP00XX codesJames M Snell
2017-08-152017-08-15, Version 8.4.0 (Current)Anna Henningsen
2017-08-14errors: migrate _http_outgoingWeijia Wang
2017-08-14os: add CIDR supportMudit Ameta
2017-08-14doc: delintRefael Ackermann
2017-08-14doc: fix header level typoRefael Ackermann
2017-08-13doc: add missing `changes:` metadata for utilAnna Henningsen
2017-08-13doc: add missing `changes:` metadata for streamsAnna Henningsen
2017-08-13src: mention that node options are space-separatedGabriel Schulhof
2017-08-13doc: fix docs style in util.mdDaijiro Wachi
2017-08-13doc: fix docs style in intl.mdDaijiro Wachi
2017-08-12doc: expanded description of buffer.sliceVishal Bisht
2017-08-12n-api: add napi_get_node_versionAnna Henningsen
2017-08-10doc: fix http2 sample code for http2.mdKeita Akutsu
2017-08-10doc: explain browser support of http/2 without SSLGil Tayar
2017-08-10doc: add docs for AssertionErrorMandeep Singh
2017-08-10doc: fix order of AtExit callbacks in addons.mdDaniel Bevenius
2017-08-10doc: remove undef NDEBUG from addons.mdDaniel Bevenius
2017-08-10tools: fix tools/addon-verify.jsDaniel Bevenius
2017-08-092017-08-09, Version 8.3.0 (Current)Anna Henningsen
2017-08-08stream: support readable/writableHWM for DuplexGuy Margalit
2017-08-07console: coerce label to string in console.time()James M Snell
2017-08-07src: adjust windows abort behaviorJared Kantrowitz
2017-08-07n-api: optimize number API performanceJason Ginchereau
2017-08-07doc: improve fs.read() doc textRich Trott
2017-08-07doc: clarify the position argument for fs.readdcharbonnier
2017-08-05encoding: rudimentary TextDecoder support w/o ICUTimothy Gu
2017-08-04http2: add some doc detail for invalid header charsJames M Snell