summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Rename GYP variable node_use_system_openssl to be consistentRyan Dahl2012-06-201-1/+1
* Merge branch 'v0.7.12-release'isaacs2012-06-191-1/+1
|\
| * trivial: Doc typo and lint fixisaacs2012-06-191-1/+1
* | windows: `listen(pipe_name)` is not supported when running clusterBert Belder2012-06-201-0/+3
|/
* node: remove unused flags and filesTrent Mick2012-06-182-8/+1
* 2012.06.15, Version 0.7.11 (unstable)v0.7.11isaacs2012-06-151-1/+2
* doc: Improve cross-linking in API docs markdownBen Kelly2012-06-1511-131/+171
* doc: Include zlib constantsisaacs2012-06-141-11/+68
* event: Document the mutability of listeners()isaacs2012-06-141-2/+18
* doc: update v8-options in man pageisaacs2012-06-141-113/+94
* cluster: rename worker.unqiueID to worker.idAndreas Madsen2012-06-141-17/+17
* Fix #3388 Support listening on file descriptorsisaacs2012-06-133-0/+83
* Fix #3407 os.tmpDir()isaacs2012-06-121-0/+4
* doc: update crypto cipher/decipher docsBen Noordhuis2012-06-121-5/+8
* Add Buffer.concat methodisaacs2012-06-111-0/+20
* domain: document and test dispose eventAndreas Madsen2012-06-091-0/+2
* Fix #3379 prevent domain.intercept passing 1st arg to cbMarc Harter2012-06-081-3/+6
* child_process: expose UV_PROCESS_DETACHED as options.detachedCharlie McConnell2012-06-081-5/+30
* Improve child process stdio documentationBert Belder2012-06-041-16/+25
* child_process: new stdio API for .spawn() methodFedor Indutny2012-06-021-4/+46
* doc: add npm search to appendixJeroen Janssen2012-05-261-0/+2
* doc: updated JavaScript casing where relevantJeroen Janssen2012-05-262-2/+2
* doc: update possible values for process.platformJeroen Janssen2012-05-241-1/+2
* windows: enable creating directory junctions with fs.symlinkIgor Zinkovsky2012-05-241-1/+3
* doc: add punycode.js documentationMathias Bynens2012-05-231-0/+70
* doc: process get/setuid and get/setgid are POSIX onlyJeroen Janssen2012-05-231-16/+32
* fs.watch should not require a listener argumentsAndreas Madsen2012-05-191-1/+1
* doc: improve fs.open() docsBen Noordhuis2012-05-171-8/+10
* doc: document fs 'rs+' open modeKevin Bowman2012-05-171-0/+4
* Revert "Fix #3242 Actually deprecate 'binary' buffer encoding"isaacs2012-05-161-6/+5
* http: make http.get() accept a URLAdam Malcontenti-Wilson2012-05-161-11/+7
* doc: clarify stream 'close' eventBen Noordhuis2012-05-161-3/+2
* fs: add sync open flags 'rs' and 'rs+'Kevin Bowman2012-05-161-0/+7
* Merge branch 'master' into v0.6-mergeisaacs2012-05-152-63/+122
|\
| * child_process: allow sending a net Socket and Server object using child.sendAndreas Madsen2012-05-142-6/+74
| * doc: move child.send details from child_process.fork to child.sendAndreas Madsen2012-05-141-63/+54
* | Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-155-13/+85
|\ \ | |/ |/|
| * crypto: add PKCS12/PFX supportssuda2012-05-143-3/+81
| * doc: fix typo in buffer documentationShigeki Ohtsu2012-05-111-4/+4
| * doc: fs.ReadableStream does not have a destroySoon methodPhilip Tellis2012-05-091-5/+0
* | Fix #3242 Actually deprecate 'binary' buffer encodingisaacs2012-05-091-5/+6
* | docs: add warning to vm module docsKevin Gadd2012-05-071-1/+39
* | docs: update var names in readline docs to be consistentJames Koval2012-05-061-5/+5
* | Document http.STATUS_CODESisaacs2012-05-051-0/+8
* | More cluster event consistencyisaacs2012-05-051-31/+29
* | doc: fix setEncoding()koichik2012-05-053-11/+13
* | cluster: worker exit event to match child_processJ. Lee Coltrane2012-05-041-8/+18
* | Merge remote-tracking branch 'ry/v0.6' into v0.6-mergeisaacs2012-05-042-21/+38
|\ \ | |/
| * doc: fix callback argument of child_process.exec, execFileANDO Takahiro2012-05-041-2/+2
| * Fix #3194 correct url documentationisaacs2012-04-301-19/+36