summaryrefslogtreecommitdiff
path: root/doc/api
Commit message (Expand)AuthorAgeFilesLines
* test: regression test for #5798 setImmediateTimothy J Fontaine2013-07-111-5/+4
* src: enable native v8 typed arraysBen Noordhuis2013-07-061-11/+0
* doc: remove mention of maxTickDepthTrevor Norris2013-07-052-29/+5
* Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-07-052-7/+6
|\
| * doc: vm: update github issues linkBen Noordhuis2013-06-281-1/+1
| * doc: tls: ECDH ciphers are not supportedBen Noordhuis2013-06-271-6/+5
* | tls: export TLSSocketFedor Indutny2013-07-031-0/+32
* | zlib: allow changing of level and strategyBrian White2013-07-011-0/+5
* | zlib: allow custom flush type for flush()Brian White2013-07-011-1/+3
* | Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-06-252-9/+14
|\ \ | |/
| * doc: fs: synchronize watchFile/unwatchFile warningBen Noordhuis2013-06-241-1/+1
| * doc: call console module 'console' not 'stdio'Sam Roberts2013-06-184-4/+4
| * Revert "http: remove bodyHead from 'upgrade' events"isaacs2013-06-121-8/+13
* | doc: improve punycode.js documentationMathias Bynens2013-06-201-9/+7
* | buffer: expose class methods alloc and disposeTrevor Norris2013-06-181-0/+40
* | buffer: reimplement Buffer poolsTrevor Norris2013-06-181-5/+25
* | buffer: use smalloc as backing data storeTrevor Norris2013-06-181-68/+65
* | doc: cleanup addons code, fix isolate positioningRod Vagg2013-06-181-38/+28
* | doc: cleanup addons docs for 80 char linesRod Vagg2013-06-181-9/+13
* | doc: call console module 'console' not 'stdio'Sam Roberts2013-06-174-4/+4
* | build: add android supportLinus MÃ¥rtensson2013-06-171-7/+14
* | tls: session API returnsFedor Indutny2013-06-171-0/+25
* | doc: Correct TLS deprecation noticesisaacs2013-06-161-2/+2
* | tls: introduce TLSSocket based on tls_wrap bindingFedor Indutny2013-06-161-83/+59
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-05-311-1/+0
|\ \ | |/
| * doc: remove `bufferSize` optionKiyoshi Nomo2013-05-301-1/+0
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-05-293-1/+10
|\ \ | |/
| * doc: sending dgram handles only works on unixBen Noordhuis2013-05-291-1/+1
| * https: Add `secureProtocol` docsDaniel G. Taylor2013-05-281-0/+4
| * tls: Add `secureProtocol` docsDaniel G. Taylor2013-05-281-0/+5
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-05-271-13/+8
|\ \ | |/
| * doc: Minor fixup in http doc re bodyHeadisaacs2013-05-241-1/+0
| * http: remove bodyHead from 'upgrade' eventsNathan Zadoks2013-05-241-12/+8
* | util: Add debuglog, deprecate console lookalikesisaacs2013-05-211-36/+75
* | Merge remote-tracking branch ry/v0.10 into masterisaacs2013-05-201-2/+2
|\ \ | |/
| * doc: Fix link to open issues on GitHub.Brandon Frohs2013-05-171-2/+2
* | tls: add localAddress and localPort propertiesBen Noordhuis2013-05-201-0/+8
* | Merge remote-tracking branch 'ry/v0.10' into masterisaacs2013-05-174-13/+30
|\ \ | |/
| * doc: fix missing Class in headerRyuichi Okumura2013-05-161-1/+1
| * doc: fix the link to Stream documentRyuichi Okumura2013-05-161-2/+2
| * doc: improve exports/module.exports consistencyRyan Graham2013-05-151-4/+4
| * doc: clarify exports and module.exportsRyan Graham2013-05-152-4/+19
| * stream: don't create unnecessary buffers in Readableisaacs2013-05-141-2/+4
* | http: don't escape request path, reject bad charsBen Noordhuis2013-05-151-1/+3
* | net: emit dns 'lookup' event before connectBen Noordhuis2013-05-151-0/+9
* | dns: add getServers and setServersTimothy J Fontaine2013-05-141-0/+15
* | cluster: use round-robin load balancingBen Noordhuis2013-05-131-13/+40
* | Merge branch 'v0.10'Bert Belder2013-05-132-8/+4
|\ \ | |/
| * doc: document stream.Writable 'error' eventRobert Kowalski2013-05-081-0/+4
| * doc: update options for exec and execFileKevin Locke2013-05-031-8/+0