summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Expand)AuthorAgeFilesLines
* stream: simpler stream constructonSam Newman2015-02-041-2/+73
* crypto: support passwords in publicEncryptCalvin Metcalf2015-02-021-0/+3
* events: remove indeterminancy from event orderingSam Roberts2015-02-021-4/+8
* docs: add note about default padding in cryptoCalvin Metcalf2015-01-291-1/+3
* buffer: implement `iterable` interfaceVladimir Kurchatkin2015-01-281-0/+29
* crypto: implement privateEncrypt/publicDecryptFedor Indutny2015-01-281-0/+8
* Revert "doc: clarify fs.symlink and fs.symlinkSync parameters"Bert Belder2015-01-271-2/+2
* doc: fix net.Server.listen bind behaviorAndres Suarez2015-01-273-11/+14
* doc: update writable streams default encodingJohnny Ray Austin2015-01-271-3/+1
* doc: fix minor grammar mistake in streams docsttrfwork2015-01-271-2/+2
* doc: alphabetize all.markdownBrendan Ashworth2015-01-231-24/+24
* doc: dns.lookupService has wrong header levelIcer Liang2015-01-231-1/+1
* doc: note in docs about missing interfacesTodd Kennedy2015-01-231-0/+3
* doc: bump punycode api stability to 'stable'Ben Noordhuis2015-01-231-1/+1
* lib,src: make pseudoRandomBytes alias randomBytesCalvin Metcalf2015-01-221-10/+4
* doc: more explicit crypto.pseudoRandomBytes docsCalvin Metcalf2015-01-221-7/+3
* doc: fix util.isBuffer examplesThomas Jensen2015-01-181-3/+3
* doc: extend example of http.request by end eventMichal Tehnik2015-01-151-0/+3
* doc: mention io.js alongside Node in Punycode docsMathias Bynens2015-01-141-3/+3
* doc: fix double smalloc exampleMathias Buus2015-01-141-1/+1
* doc: update util methodsBrian White2015-01-141-0/+174
* doc: remove tracing link in tocYosuke Furukawa2015-01-131-1/+0
* docs: improve Writable/Transform stream docsVladimir Guguiev2015-01-121-6/+6
* doc: update style for iojsChris Dickinson2015-01-121-0/+2
* Revert "url: support `path` for url.format"Ben Noordhuis2015-01-121-1/+0
* build,src: remove sslv2 supportBen Noordhuis2015-01-111-4/+0
* fs: use ES6 octal literals for modeVladimir Kurchatkin2015-01-111-5/+5
* doc: improve dns module's documentationJulien Gilli2015-01-101-10/+79
* doc: clarify dns.lookup vs dns.resolveJulien Gilli2015-01-101-4/+7
* doc: clarify url.format documentationJulien Gilli2015-01-101-2/+4
* doc: clarify buffer api documentationJames M Snell2015-01-101-9/+42
* doc: clarify add/removeListener semanticsJames M Snell2015-01-101-5/+13
* doc: clearer log messages in net code samplespkcs2015-01-101-4/+4
* doc: cover stdio option in child_processSam Roberts2015-01-101-17/+66
* doc: document the fds behind stdin/out/errSam Roberts2015-01-101-3/+3
* doc: update openssl commands to use best practicesEric Mill2015-01-101-2/+2
* doc: add note about key derivationCalvin Metcalf2015-01-101-0/+12
* doc: document _transform callback takes 2 argsCalvin Metcalf2015-01-101-2/+15
* util: show symbol propertiesVladimir Kurchatkin2015-01-082-4/+4
* Merge remote-tracking branch 'joyent/v0.12' into v1.xBen Noordhuis2015-01-051-0/+9
|\
| * doc: add details for http res/req end callbackJackson Tian2014-12-191-0/+5
| * doc: clarify create{Read,Write}Stream fd optionBen Burns2014-12-151-0/+9
| * doc: fix grammar and wording in tls and timersBrendan Ashworth2014-12-052-4/+4
| * doc: mention callback for http res/req write & endJackson Tian2014-12-051-8/+11
| * src: remove Async ListenerTrevor Norris2014-12-052-274/+0
| * doc: set logical umask in process.umask exampleCarlos Campderrós2014-12-021-1/+1
| * url: support `path` for url.formatYazhong Liu2014-12-021-4/+5
* | doc: util: document --trace-deprecationBen Noordhuis2014-12-301-4/+15
* | doc: add tls server.close() callback docsarchived-io.js-v0.12Sam Roberts2014-12-301-2/+2
* | dgram: close() should accept a callbackSam Roberts2014-12-301-3/+4