summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Expand)AuthorAgeFilesLines
* http: expose supported methodsBen Noordhuis2013-10-281-0/+6
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-10-258-171/+294
|\
| * doc: streams: document default objectMode settingBrian White2013-10-251-1/+1
| * doc: cluster documentation cleanup and correctionsSam Roberts2013-10-161-85/+141
| * doc: child_process corrections and cleanupsSam Roberts2013-10-161-19/+25
| * doc: http: reword IncomingMessage 'close' eventBen Noordhuis2013-10-161-5/+2
| * doc: http: add cross-links for easier clickingBen Noordhuis2013-10-161-24/+33
| * doc: expand os.loadavg() sectionBen Noordhuis2013-10-151-1/+8
| * doc: document os.loadavg() behavior on windowsBen Noordhuis2013-10-141-0/+1
| * doc: net: remove bad net.Server descriptionBen Noordhuis2013-10-101-1/+0
| * doc: addon: fix object instantiation examplesBen Noordhuis2013-10-101-41/+71
| * doc: add warning to fs.exists() documentationBen Noordhuis2013-10-051-0/+7
* | http: add statusMessagePatrik Stutz2013-10-161-2/+16
* | dns: rename domain to hostnameBen Noordhuis2013-10-161-22/+21
* | doc: crypto: document SPKAC additionsJason Gerfen2013-10-161-0/+20
* | Revert "doc: crypto: document SPKAC additions"isaacs2013-10-151-20/+0
* | doc: crypto: document SPKAC additionsJason Gerfen2013-10-151-0/+20
* | buffer: add buf.toArrayBuffer() APITrevor Norris2013-10-111-0/+4
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-09-242-11/+15
|\ \ | |/
| * doc: document reserved status of SIGUSR1Ben Noordhuis2013-09-191-3/+7
| * doc: fix typos in the tls `NPNProtocols` optionNathan Rajlich2013-09-161-2/+2
| * doc: specify the format of the `ca` tls optionNathan Rajlich2013-09-161-6/+6
* | process: use exit 1 for uncaughtExceptionisaacs2013-09-061-0/+44
* | process: Add exitCode propertyisaacs2013-09-061-0/+10
* | tls: socket.renegotiate(options, callback)Fedor Indutny2013-09-051-0/+13
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-09-041-1/+1
|\ \ | |/
| * doc: fix writable.write linkKyle Robinson Young2013-09-041-1/+1
| * doc: Adjust util stability index to 'API Frozen'isaacs2013-08-271-1/+1
* | stream: return this from pause()/resume()isaacs2013-09-041-0/+5
* | vm: document vm2's changes.Domenic Denicola2013-08-281-146/+176
* | doc: Adjust util stability index to 'API Frozen'isaacs2013-08-271-1/+1
* | doc: mark repl as stableisaacs2013-08-271-0/+2
* | stream: change default hwm for objectMode to 16Mathias Buus2013-08-271-2/+2
* | domains: deprecate domain.dispose().Forrest L Norvell2013-08-271-16/+6
* | fs: Expose birthtime on stat objectsisaacs2013-08-271-11/+35
* | util: pass opts to custom inspect functionsTimothy J Fontaine2013-08-221-2/+6
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-08-213-8/+43
|\ \ | |/
| * doc: Minor typos in dgram docisaacs2013-08-191-2/+2
| * doc: Add callback parameter to dgram socket.bind()Duan Yao2013-08-191-5/+18
| * doc: fixed syntax error in stream.TransformChrisWren2013-08-191-1/+1
| * Added documentation for process.execArgvEdward Hutchins2013-08-191-0/+22
| * doc: add missing word in Transform stream introEivind Uggedal2013-08-191-2/+2
* | net: family option in net.connectVsevolod Strukchinsky2013-08-201-0/+2
* | doc: http rawHeaders/rawTrailersisaacs2013-08-151-9/+54
* | doc: http keepalive, agent optionsisaacs2013-08-151-22/+96
* | smalloc: allow different external array typesTrevor Norris2013-08-071-3/+28
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-08-063-15/+55
|\ \ | |/
| * doc: document domain.enter() and domain.exit()Forrest L Norvell2013-08-051-0/+34
| * doc: fs.open, fix flag/mode confusion, etc.Sam Roberts2013-08-051-10/+14
| * docs: Warning about consuming responseWyatt Preul2013-07-301-5/+7