aboutsummaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)Author
2016-04-10doc: clarification for maxBuffer and Unicode outputJames M Snell
2016-04-10doc: describe child.kill() pitfalls on linuxRobert Jefe Lindstaedt
2016-04-09doc: fix scrolling on iOS devicesLuigi Pinca
2016-04-08buffer: add Buffer.prototype.compare by offsetJames M Snell
2016-04-08doc: path.format provide more examplesJohn Eversole
2016-04-08doc: add topic - event loop, timers, `nextTick()`Jeff Harris
2016-04-08doc: add example using algorithms not directly exposedBrad Hill
2016-04-07doc: simple doc typo fixBrendon Pierson
2016-04-05readline: document emitKeypressEvents()cjihrig
2016-04-04doc: note assert.throws() pitfallRich Trott
2016-04-03doc: document unspecified behavior for buf.write* methodsJames M Snell
2016-04-02doc: clarify stdout/stderr arguments to callbackJames M Snell
2016-04-02doc: add 'Command Line Options' to 'View on single page'firedfox
2016-04-02doc: minor argument formatting in stream.markdownJames M Snell
2016-04-02doc: clarify that __dirname is module localJames M Snell
2016-04-02doc: consolidate timers docs in timers.markdownBryan English
2016-04-01doc: refine child_process detach behaviourRobert Jefe Lindstaedt
2016-04-01net: support DNS hints in createConnection()Colin Ihrig
2016-04-01doc: fix typo in fs writeSync param listfiredfox
2016-03-31doc: remove redundant parameter comments from fsfiredfox
2016-03-27buffer: make byteLength work with ArrayBuffer & DataViewJackson Tian
2016-03-27doc: fix doc for Buffer.readInt32LE()ghaiklor
2016-03-25fs: Buffer and encoding enhancements to fs APIJames M Snell
2016-03-25doc: general improvements to fs.markdownJames M Snell
2016-03-24doc: add instructions to only sign a releaseJeremiah Senkpiel
2016-03-24process: add 'warning' event and process.emitWarning()James M Snell
2016-03-24doc: use consistent event name parameterBenjamin Gruenbaum
2016-03-23crypto: fail early when loading crypto without opensslJames M Snell
2016-03-23buffer: add swap16() and swap32() methodsJames M Snell
2016-03-22doc: explain path.format expected propertiesJohn Eversole
2016-03-22doc: typo: interal->internal.Corey Kosak
2016-03-22src: override v8 thread defaults using cli optionsTom Gallacher
2016-03-21doc: update crypto docs to use good defaultsBill Automata
2016-03-21doc: add CTC meeting minutes 2016-02-10Rod Vagg
2016-03-21doc: add CTC meeting minutes 2016-02-03Rod Vagg
2016-03-21lib: reduce usage of `self = this`Jackson Tian
2016-03-21doc: explain error message on missing main fileWolfgang Steiner
2016-03-21doc: add a cli options doc pageJeremiah Senkpiel
2016-03-21doc: Add windows example for Path.formatMithun Patel
2016-03-21doc: grammar, clarity and links in timers docBryan English
2016-03-20fs: add the fs.mkdtemp() function.Florian MARGAINE
2016-03-20doc: align doc/api/tls.markdown with style guideStefano Vozza
2016-03-19doc: topic blocking vs non-blockingJarrett Widman
2016-03-18repl: Assignment of _ allowed with warningLance Ball
2016-03-18doc: fix typo in synchronous randomBytes exampleAndrea Giammarchi
2016-03-18net: emit host in lookup eventHUANG Wei
2016-03-17path: assert inputs are stringsBrian White
2016-03-17doc: fix crypto update() signaturesBrian White
2016-03-17doc: fix multiline return comments in querystringClaudio Rodriguez
2016-03-16doc: fix invalid path doc commentsRich Trott