summaryrefslogtreecommitdiff
path: root/doc
AgeCommit message (Expand)AuthorFilesLines
2012-06-04Improve child process stdio documentationBert Belder1-16/+25
2012-06-02child_process: new stdio API for .spawn() methodFedor Indutny1-4/+46
2012-05-26doc: add npm search to appendixJeroen Janssen1-0/+2
2012-05-26doc: updated JavaScript casing where relevantJeroen Janssen2-2/+2
2012-05-24doc: update possible values for process.platformJeroen Janssen1-1/+2
2012-05-24windows: enable creating directory junctions with fs.symlinkIgor Zinkovsky1-1/+3
2012-05-23doc: add punycode.js documentationMathias Bynens1-0/+70
2012-05-23doc: process get/setuid and get/setgid are POSIX onlyJeroen Janssen1-16/+32
2012-05-19fs.watch should not require a listener argumentsAndreas Madsen1-1/+1
2012-05-17doc: improve fs.open() docsBen Noordhuis1-8/+10
2012-05-17doc: document fs 'rs+' open modeKevin Bowman1-0/+4
2012-05-16Revert "Fix #3242 Actually deprecate 'binary' buffer encoding"isaacs1-6/+5
2012-05-16http: make http.get() accept a URLAdam Malcontenti-Wilson1-11/+7
2012-05-16doc: clarify stream 'close' eventBen Noordhuis1-3/+2
2012-05-16fs: add sync open flags 'rs' and 'rs+'Kevin Bowman1-0/+7
2012-05-15Merge branch 'master' into v0.6-mergeisaacs2-63/+122
2012-05-15Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs5-13/+85
2012-05-14crypto: add PKCS12/PFX supportssuda3-3/+81
2012-05-14child_process: allow sending a net Socket and Server object using child.sendAndreas Madsen2-6/+74
2012-05-14doc: move child.send details from child_process.fork to child.sendAndreas Madsen1-63/+54
2012-05-11doc: fix typo in buffer documentationShigeki Ohtsu1-4/+4
2012-05-09doc: fs.ReadableStream does not have a destroySoon methodPhilip Tellis1-5/+0
2012-05-09Fix #3242 Actually deprecate 'binary' buffer encodingisaacs1-5/+6
2012-05-07docs: add warning to vm module docsKevin Gadd1-1/+39
2012-05-06docs: update var names in readline docs to be consistentJames Koval1-5/+5
2012-05-05Document http.STATUS_CODESisaacs1-0/+8
2012-05-05More cluster event consistencyisaacs1-31/+29
2012-05-05doc: fix setEncoding()koichik3-11/+13
2012-05-04cluster: worker exit event to match child_processJ. Lee Coltrane1-8/+18
2012-05-04Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2-21/+38
2012-05-04doc: fix callback argument of child_process.exec, execFileANDO Takahiro1-2/+2
2012-05-03buffer: add UTF-16LE encoding name.koichik1-3/+6
2012-05-01path: add path.sep to get the path separator.Yi, EungJun1-0/+16
2012-05-01doc: correct return value of string-based fs.readSyncKyle Robinson Young1-2/+2
2012-05-01udp: make getsockname() return address family nameShigeki Ohtsu1-1/+1
2012-05-01doc: add Cloud9 links to docsGaren Torikian1-0/+2
2012-05-01doc: add args to console methodsKyle Robinson Young1-11/+12
2012-05-01doc: typo fixesKyle Robinson Young4-4/+4
2012-04-30Fix #3194 correct url documentationisaacs1-19/+36
2012-04-29Merge branch 'v0.6'Bert Belder3-12/+11
2012-04-28doc: document the address object in the cluster listening eventAndreas Madsen1-3/+10
2012-04-27Add customary 'fork me on github' banner to websiteisaacs2-8/+11
2012-04-25doc: update string_decoder stability index to 3Kyle Robinson Young1-1/+1
2012-04-24doc: util: add args to format and methods error, puts, printKyle Robinson Young1-1/+15
2012-04-23doc: add deprecated function http.createClient()Kyle Robinson Young1-0/+6
2012-04-21domain: Document explicit binding, and d.run()isaacs1-0/+80
2012-04-21doc: add args for rl.write and rl.promptKyle Robinson Young1-4/+12
2012-04-20doc: typo in child_process documentationisaacs1-4/+0
2012-04-20doc: typo in cluster documentationisaacs1-1/+1
2012-04-20doc: add string_decoder docKyle Robinson Young1-0/+24