summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2012-10-251-0/+2
|\
| * doc: child_process: document uid and gid spawn() optionsOlivier Lalonde2012-10-241-0/+2
* | doc: OpenSSL is bundled now.isaacs2012-10-231-2/+1
* | crypto: Add crypto.DEFAULT_ENCODING (defaults to 'buffer')isaacs2012-10-231-144/+189
* | crypto: Binding only accepts buffersisaacs2012-10-231-0/+4
* | crypto: Move encoding logic to JS, default=bufferisaacs2012-10-231-22/+25
* | Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2012-10-212-2/+2
|\ \ | |/
| * doc: Typo. s/arguemnt/argument/isaacs2012-10-161-1/+1
| * docs: fix copy and paste errorJan Lehnardt2012-10-141-1/+1
* | Merge remote-tracking branch 'origin/v0.8'Nathan Rajlich2012-10-139-42/+106
|\ \ | |/
| * doc: rectify http.ClientResponse close/end eventsBen Noordhuis2012-10-131-5/+12
| * doc: Reduce crypto stability to 2-Unstableisaacs2012-10-111-1/+33
| * doc: consistent use of the callback argumentAndreas Madsen2012-10-085-24/+37
| * doc: document the custom "inspect()" function behaviorNathan Rajlich2012-10-051-0/+13
| * doc: better example for process.hrtime()Alex Kocharin2012-10-031-3/+4
| * doc: stream: clarify meaning of 'drain' some moreBen Noordhuis2012-10-031-0/+4
| * doc: stream: clarify meaning of 'drain' eventBen Noordhuis2012-10-031-2/+2
| * doc: Correct stream.write fd mentionisaacs2012-10-011-7/+1
* | crypto: add crypto.getHashes()Ben Noordhuis2012-10-131-0/+10
* | crypto: add crypto.getCiphers()Ben Noordhuis2012-10-131-0/+11
* | string_decoder: Add 'end' method, do base64 properlyisaacs2012-10-111-2/+6
* | util: add a "customInspect" option to `util.inspect()`Nathan Rajlich2012-10-101-0/+3
* | util: make `inspect()` accept an "options" argumentNathan Rajlich2012-10-101-11/+11
* | https: fix renegotation attack protectionBen Noordhuis2012-10-092-2/+7
* | Revert "http: make http.ServerResponse emit 'end'"isaacs2012-10-031-11/+0
* | path: add platform specific path delimiterPaul Serby2012-10-011-4/+26
* | Merge remote-tracking branch 'ry/v0.8' into v0.8-mergeisaacs2012-09-284-27/+27
|\ \ | |/
| * doc: put API table of contents in alphabetical orderAdam Blackburn2012-09-251-24/+24
| * doc: fix three typosRobin Lee2012-09-173-3/+3
* | http: add response.headersSent propertyPavel Lang2012-09-281-0/+4
* | events: add 'removeListener' eventBen Noordhuis2012-09-221-1/+1
* | doc: zlib: document flush() and reset() methodsBen Noordhuis2012-09-191-0/+15
* | crypto: bring module into modern ageFedor Indutny2012-09-181-24/+27
* | tls, https: validate server certificate by defaultBen Noordhuis2012-09-152-2/+2
* | Merge remote-tracking branch 'ry/v0.8' into masterisaacs2012-09-124-8/+37
|\ \ | |/
| * doc: fs: clarfify fs.watch() documentationBen Noordhuis2012-09-121-5/+8
| * doc: http: expand request.headers documentationBen Noordhuis2012-09-121-1/+10
| * Update doc and test for sunos/solaris switchisaacs2012-09-111-1/+1
| * cluster.worker description and examples ere missing from the top level of docsPooya Karimian2012-09-061-1/+18
* | docs: fix typo in Buffer#toJSON() docsNathan Rajlich2012-09-091-1/+1
* | buffer: implement Buffer.prototype.toJSON()Nathan Rajlich2012-09-091-0/+19
* | tls: async session storageFedor Indutny2012-09-051-0/+19
* | http: make http.ServerResponse emit 'end'Ben Noordhuis2012-09-041-0/+11
* | Merge remote-tracking branch 'origin/v0.8'Ben Noordhuis2012-09-042-3/+3
|\ \ | |/
| * doc: fix typo in api/clusterAtsuya Takagi2012-09-041-1/+1
| * doc: fix grammar errorsAnkur Oberoi2012-08-301-2/+2
* | doc: update assert.doesNotThrow() docsBen Noordhuis2012-08-291-1/+1
* | Merge branch 'v0.8'Bert Belder2012-08-286-73/+43
|\ \ | |/
| * docs: fix syntax error in "https" exampleNathan Rajlich2012-08-241-1/+1
| * https: make https.get() accept a URLkoichik2012-08-241-3/+10