summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* util: deprecate obj.inspect for custom inspectionRich Trott2017-10-022-18/+15
* doc: fix links in some intra-repository docsVse Mozhet Byt2017-09-302-6/+6
* perf_hooks: remove docs for unimplemented APISam Roberts2017-09-291-41/+0
* doc: standardize function param/object prop styleGibson Fahnestock2017-09-2810-253/+259
* crypto: better crypto error messagesGreg Alexander2017-09-281-0/+4
* doc: improve fs.utimesRefael Ackermann2017-09-281-15/+12
* doc: add callback function signatures in fs.mdMatej Krajčovič2017-09-281-0/+56
* http2: make --expose-http2 flag a non-opJames M Snell2017-09-283-14/+0
* repl: deprecate turnOffEditorModeLance Ball2017-09-281-0/+7
* doc: fix mistake in http2stream.respondWithFile.Antoine AMARA2017-09-271-2/+3
* 2017-09-26, Node.js Version 8.6.0 (Current)James M Snell2017-09-263-9/+173
* doc: fix outdated code sample in n-api.mdrebornix2017-09-261-4/+4
* doc,test: minor improvements to O_DSYNCTobias Nießen2017-09-261-3/+4
* doc: ctc -> tsc in onboarding extrasBryan English2017-09-261-1/+1
* docs: clarify usage cli options -e,-p on windowsŁukasz Szewczak2017-09-251-0/+4
* doc: remove invalid hash in linkVse Mozhet Byt2017-09-251-2/+2
* tls,doc: fix unallocated deprecation codeJames M Snell2017-09-241-2/+2
* async_hooks: support promise resolve hookAnna Henningsen2017-09-231-1/+37
* module: deprecate Module._debugJackson Tian2017-09-221-0/+9
* tls: prefer path over port in connectBryan English2017-09-221-1/+2
* doc: note caveats in process message serializationJoyee Cheung2017-09-222-7/+20
* doc: fix 'aborted' event documentationLuigi Pinca2017-09-221-10/+1
* doc: fix types and description for dns.resolveTxtTobias Nießen2017-09-221-4/+4
* fs: add O_DSYNCJussi Räsänen2017-09-221-0/+5
* doc: delete link to removed doc partVse Mozhet Byt2017-09-211-2/+1
* doc: fix some links in http2.mdVse Mozhet Byt2017-09-201-7/+8
* doc: fix external links with 404 statusVse Mozhet Byt2017-09-202-5/+7
* domain: remove `.dispose()`Anna Henningsen2017-09-202-19/+3
* doc: fix new nits in linksVse Mozhet Byt2017-09-203-5/+5
* doc: add documentation for the 'timeout' eventLuigi Pinca2017-09-201-0/+11
* crypto: support multiple ECDH curves and autoRoga Pria Sembada2017-09-201-7/+9
* assert: handle enumerable symbol keysRuben Bridgewater2017-09-191-7/+18
* n-api: remove n-api module loading flagGabriel Schulhof2017-09-192-17/+0
* doc: fix entryTypes type and missing linkMani Maghsoudlou2017-09-191-1/+2
* doc: make mkdtemp example work on WindowsBartosz Sosnowski2017-09-191-3/+3
* doc: prevent displaying empty version pickerChris Young2017-09-192-7/+15
* n-api: add optional string length parametersSampson Gao2017-09-181-1/+14
* crypto: refactor the crypto moduleJames M Snell2017-09-182-6/+108
* doc: do not begin yaml value with backtickJon Moss2017-09-171-1/+2
* assert: use Same-value equality in deepStrictEqualRuben Bridgewater2017-09-151-0/+9
* doc: fix http.ClientRequest method descriptionsAntoine AMARA2017-09-151-3/+58
* doc: fix wrong history entry in deepStrictEqualhisener2017-09-151-2/+0
* doc: fix emitKeypressEvents stream typeOblosys2017-09-151-1/+1
* async_hooks,doc: some async_hooks improvementsJames M Snell2017-09-151-47/+85
* errors: remove duplicate error definitionJon Moss2017-09-141-5/+0
* n-api: napi_is_construct_call->napi_get_new_targetSampson Gao2017-09-141-9/+8
* n-api: Context for custom async operationsJason Ginchereau2017-09-141-80/+134
* n-api: refactor napi_addon_register_funcTaylor Woll2017-09-141-23/+32
* n-api: change async resource name to napi_valueJason Ginchereau2017-09-141-1/+1
* n-api: use AsyncResource for Work trackingAnna Henningsen2017-09-141-0/+20