summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Expand)AuthorAgeFilesLines
* doc, comments: Grammar and spelling fixesVille Skyttä2015-08-035-12/+12
* doc: Document http.request protocol optionVille Skyttä2015-08-031-0/+1
* doc: add a note about readable in flowing modeJames M Snell2015-08-031-0/+6
* doc: fix line wrapping in buffer.markdownJames M Snell2015-08-031-1/+3
* Documentation update about Buffer initializationSarath2015-08-031-1/+1
* docs: Fix default options for fs.createWriteStream()Chris Neave2015-08-031-1/+1
* doc: add CleartextStream deprecation noticeJames M Snell2015-08-031-0/+5
* doc: mention that mode is ignored if file existsJames M Snell2015-08-031-0/+3
* doc: improve http.abort descriptionJames M Snell2015-08-031-1/+2
* Merge remote-tracking branch 'upstream/v0.10' into v0.12Julien Gilli2015-06-221-3/+9
|\
| * tls: revert disable RC4 and cipher lists changesJulien Gilli2015-06-181-60/+6
| * docs: clarify usage of stream.Writable.writeAlexKVal2015-04-151-3/+9
| * tls: disable RC4, add --cipher-list command line switchJames M Snell2015-04-081-6/+60
* | doc: Using ciphers with tls.connect()Chad Johnston2015-05-211-1/+16
* | tls,crypto: revert recent cipher lists changesJulien Gilli2015-05-131-77/+5
* | net: do not set V4MAPPED on FreeBSDJulien Gilli2015-04-281-2/+3
* | disable RC4, add --cipher-list command line switchJames M Snell2015-04-081-5/+77
* | Merge remote-tracking branch 'upstream/v0.10' into v0.12Julien Gilli2015-03-161-22/+31
|\ \ | |/
| * docs: add return value for sync fs functionsTyler Anton2015-03-101-22/+31
| * doc: use correct signature for assert()Andrei Sedoi2015-01-201-1/+1
* | doc: add explanations for querystringRobert Kowalski2015-02-251-1/+5
* | doc: fix default value of opts.decodeURIComponenth7lin2015-02-251-1/+1
* | doc: remove broken link to tracing apiRobert Kowalski2015-02-241-1/+0
* | fs: properly handle fd passed to truncate()Bruno Jouhier2015-02-171-1/+2
* | doc: fix code syntaxDan Dascalescu2015-02-121-1/+1
* | doc: grammar fix in smallocDebjeet Biswas2015-02-111-1/+1
* | Revert "url: support `path` for url.format"Julien Gilli2015-01-291-1/+0
* | doc: use correct signature for assert()Andrei Sedoi2015-01-201-1/+1
* | http: rename flush to flushHeadersTimothy J Fontaine2015-01-161-1/+1
* | Merge remote-tracking branch 'upstream/v0.12' into merge-0-10-into-0-12Julien Gilli2015-01-121-0/+33
|\ \
| * | fs: add access() and accessSync()Colin Ihrig2015-01-121-0/+33
* | | Merge remote-tracking branch 'upstream/v0.10' into merge-0-10-into-0-12Julien Gilli2015-01-1211-64/+294
|\ \ \ | |/ / |/| / | |/
| * doc: clarify buffer api documentationJames M Snell2014-12-221-9/+42
| * doc: clarify add/removeListener semanticsJames M Snell2014-12-221-5/+13
| * doc: improve dns module's documentationJulien Gilli2014-12-171-10/+78
| * docs: clarify url.format documentationJulien Gilli2014-12-151-2/+4
| * doc: fix typo secureOptions in tlssilverwind2014-12-111-1/+1
| * doc: clearer log messages in net code samplespkcs2014-12-081-4/+4
| * docs: fix streams example for write() after end()Alejandro Oviedo2014-12-061-5/+4
| * doc: fix grammar in tls and timersBrendan Ashworth2014-12-052-3/+3
| * doc: cover stdio option in child_processSam Roberts2014-11-181-33/+68
| * doc: document the fds behind stdin/out/errSam Roberts2014-11-181-3/+3
| * doc: clarify dns.lookup vs dns.resolveJulien Gilli2014-11-141-4/+7
| * doc: update openssl commands to use best practicesEric Mill2014-11-111-2/+2
| * Merge remote-tracking branch 'joyent/v0.10' into v0.10Fedor Indutny2014-11-041-9/+13
| |\
| | * crypto: allow forcing SSLv2/v3 via secureProtocolFedor Indutny2014-10-201-9/+13
| * | doc: add note about key derivationCalvin Metcalf2014-10-201-0/+12
| |/
| * doc: clarify poodle mitigationTimothy J Fontaine2014-10-171-0/+20
| * crypto: allow runtime opt in using SSLv2/SSLv3Timothy J Fontaine2014-10-152-7/+9
| * doc: document why SSL2/SSL3 is disabledFedor Indutny2014-10-151-1/+10