summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Expand)AuthorAgeFilesLines
* child_process: js bits for spawnSync/execSyncexecSync-wipTimothy J Fontaine2014-02-101-0/+69
* Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-02-084-5/+10
|\
| * doc: fix diffieHellman.getGenerator() descriptionBrian White2014-02-091-1/+1
| * doc: fix references to error keywordBenjamin Waters2014-02-041-2/+2
| * doc: add an example about multiple extensionsMaxime Quandalle2014-02-031-0/+4
| * docs: clarify origin in agent.maxSockets sectionWyatt Preul2014-01-291-1/+2
* | src: move AsyncListener from process to tracingTrevor Norris2014-02-052-215/+212
* | doc: document the tracing apiTimothy J Fontaine2014-02-053-0/+63
* | tls: more session configuration options, methodsFedor Indutny2014-02-051-0/+22
* | doc: fix after message in addAsyncListener exampleYuriy Nemtsov2014-02-041-1/+1
* | zlib: separate sync/async methodsFedor Indutny2014-02-041-11/+19
* | zlib: add sync versions for convenience methodsNikolai Vavilov2014-02-011-9/+11
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-271-0/+20
|\ \ | |/
| * doc: readline document TTY utilsFedor Indutny2014-01-251-0/+20
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-243-8/+16
|\ \ | |/
| * doc: fix typo in readlineScott González2014-01-241-1/+1
| * doc: clarify Windows signal sending emulationSam Roberts2014-01-161-4/+10
| * doc: describe child_process.fork() silent optionSam Roberts2014-01-161-2/+4
| * doc: child_process.execFile arguments are optionalSam Roberts2014-01-161-1/+1
* | crypto: support custom pbkdf2 digest methodsBen Noordhuis2014-01-221-5/+17
* | addons: build and test examplesFedor Indutny2014-01-221-91/+106
* | lib: introduce `.setMaxSendFragment(size)`Fedor Indutny2014-01-201-0/+12
* | doc: tls: note that SSLv2 is disabled by defaultBen Noordhuis2014-01-201-3/+4
* | doc: tls: clarify server cipher listBen Noordhuis2014-01-201-3/+9
* | tls: show human-readable error messagesBen Noordhuis2014-01-171-1/+1
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-131-1/+3
|\ \ | |/
| * doc: streams must be open to be passed to childSam Roberts2014-01-131-1/+3
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2014-01-132-2/+2
|\ \ | |/
| * doc: Fix argument typo in SimpleProtocol examplegluxon2014-01-101-1/+1
| * doc: fix typo in cluster pageLorenz Leutgeb2014-01-081-1/+1
* | doc: Add forward secrecy section to TLS docsLorenz Leutgeb2014-01-051-9/+30
* | crypto: introduce .setEngine(engine, [flags])Fedor Indutny2014-01-051-0/+24
* | node: change AsyncListener APITrevor Norris2014-01-031-71/+72
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-312-6/+14
|\ \ | |/
| * doc: document that `process.send` is synchronousMaciej Małecki2013-12-311-0/+5
| * doc: clarify process on exit safe usageTimothy J Fontaine2013-12-311-5/+7
| * docs: process.on('exit') receives exit codeRon Korving2013-12-311-3/+4
| * doc: Fix missing backtick in debugger docDav Glass2013-12-301-1/+1
* | dns: add resolveSoa and 'SOA' rrtypeTuğrul Topuz2013-12-311-4/+32
* | doc: Fix doc heading for 'response' eventBenjamin Waters2013-12-311-1/+1
* | doc: Missing word 'are' in documentationBenjamin Waters2013-12-261-1/+1
* | tls: reintroduce socket.encryptedFedor Indutny2013-12-211-0/+5
* | http: parse the status message in a http response.Cam Swords2013-12-201-0/+6
* | doc: describe the local domain path on WindowsSam Roberts2013-12-191-4/+24
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-122-3/+4
|\ \ | |/
| * doc: mention `binary` as deafult for Hash stringsMathias Bynens2013-12-111-2/+3
| * doc: "finish" event is on the writable streamGabriel Farrell2013-12-111-1/+1
* | crypto: support GCM authenticated encryption mode.Ingmar Runge2013-12-081-0/+16
* | Merge remote-tracking branch 'upstream/v0.10'Timothy J Fontaine2013-12-065-3/+14
|\ \ | |/
| * doc: mention execArgv in setupMasterYazhong Liu2013-12-061-0/+2