summaryrefslogtreecommitdiff
path: root/doc
Commit message (Expand)AuthorAgeFilesLines
* Merge remote-tracking branch 'ry/v0.10' into v0.10-mergev0.10-mergeisaacs2013-05-176-13/+182
|\
| * 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
| * blog: Release 0.10.6isaacs2013-05-141-0/+65
| * stream: don't create unnecessary buffers in Readableisaacs2013-05-141-2/+4
| * blog: Release v0.11.2isaacs2013-05-141-0/+87
* | 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-1312-28/+35
|\ \ | |/
| * doc: s/search.npmjs.org/npmjs.org/isaacs2013-05-0910-20/+31
| * doc: document stream.Writable 'error' eventRobert Kowalski2013-05-081-0/+4
| * doc: update options for exec and execFileKevin Locke2013-05-031-8/+0
* | os: Include netmask in os.networkInterfaces()Ben Kelly2013-05-081-11/+18
* | event: make setMaxListeners() return thisSam Roberts2013-05-031-0/+1
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-05-0312-3/+71
|\ \ | |/
| * doc: document return values of EventEmitter methodsSam Roberts2013-05-031-0/+8
| * doc: link joyent logo in website footerisaacs2013-05-0210-1/+61
| * debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš2013-05-021-0/+24
| * doc: Fix require.extensions documentationisaacs2013-04-301-2/+2
* | https: implement https.Server#setTimeout()Ben Noordhuis2013-04-301-0/+10
* | vm: add support for timeout argumentAndrew Paprocki2013-04-291-4/+12
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-04-296-2/+249
|\ \ | |/
| * doc: cluster: s/server.destroy/server.close/Ben Noordhuis2013-04-291-1/+1
| * doc: Deprecate require.extensionsisaacs2013-04-281-0/+12
| * blog: Post for v0.10.5isaacs2013-04-231-0/+73
| * blog: v0.11.1 does not work on windows x64isaacs2013-04-191-9/+5
| * blog: Post about 0.11.1isaacs2013-04-191-0/+79
| * blog: Post about 0.10.4isaacs2013-04-191-0/+85
| * doc: document value of `this` inside listenersSean Silva2013-04-191-1/+3
* | doc: stream writev cleanupsisaacs2013-04-271-6/+5
* | streams: introduce .cork/.uncork/._writevFedor Indutny2013-04-271-0/+21
* | debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš2013-04-271-0/+24
* | events: add EventEmitter.defaultMaxListenersBen Noordhuis2013-04-191-3/+13
* | path: add path.isAbsolute(path)Ryan Doenges2013-04-191-0/+19
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-04-181-0/+1
|\ \ | |/
| * website: add link to nightlies on download pageBen Noordhuis2013-04-181-0/+1
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-04-182-4/+6
|\ \ | |/
| * docs: update path.join() example for v0.10Kelly Gerber2013-04-171-2/+2
| * doc: note a gotcha with http.Server socketsRyan Graham2013-04-161-2/+4
* | Merge branch 'v0.10'Fedor Indutny2013-04-125-70/+113
|\ \ | |/
| * stream: Fix unshift() race conditionsisaacs2013-04-111-4/+15
| * blog: Fix title for v0.8.23 releaseisaacs2013-04-111-3/+3
| * blog: Post for v0.8.23isaacs2013-04-081-0/+69
| * process: expose NODE_MODULE_VERSION in process.versionsRod Vagg2013-04-081-7/+10
| * doc: document linux pwrite() bugBen Noordhuis2013-04-081-0/+8
| * doc: Correct caveats for http Readablesisaacs2013-04-051-59/+11