summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* 2013.05.13, Version 0.11.2 (Unstable)v0.11.2v0.11.2-releaseisaacs2013-05-133-12/+54
* npm: Upgrade to 1.2.21isaacs2013-05-13110-128/+146
* cluster: use round-robin load balancingBen Noordhuis2013-05-132-51/+313
* Merge branch 'v0.10'Bert Belder2013-05-1319-90/+242
|\
| * child_process: fix handle deliveryBen Noordhuis2013-05-132-2/+92
| * doc: s/search.npmjs.org/npmjs.org/isaacs2013-05-0911-21/+32
| * test: fix pummel/test-net-many-clients.jsTimothy J Fontaine2013-05-081-6/+5
| * doc: document stream.Writable 'error' eventRobert Kowalski2013-05-081-0/+4
| * stream: make Readable.wrap support empty streamsDaniel Moore2013-05-082-1/+43
| * stream: make Readable.wrap support objectModeDaniel Moore2013-05-082-52/+66
| * test: don't use total_seconds() because of py2.6Timothy J Fontaine2013-05-071-5/+10
| * test: report test duration in TAP progressTimothy J Fontaine2013-05-071-2/+9
| * build: only use DESTDIR instead of PREFIX for pkgTimothy J Fontaine2013-05-061-4/+4
| * doc: update options for exec and execFileKevin Locke2013-05-031-8/+0
* | util: make util.log handle non strings like console.logNick Sullivan2013-05-132-2/+61
* | test: fix up weakref.cc deprecation warningsBen Noordhuis2013-05-131-4/+8
* | test: fix up weakref.cc after v8 api changeBen Noordhuis2013-05-131-3/+5
* | stream_wrap: MayContainNonAscii() is deprecatedBen Noordhuis2013-05-131-6/+2
* | v8: reapply floating patchesBen Noordhuis2013-05-132-10/+16
* | deps: upgrade v8 to 3.19.0Ben Noordhuis2013-05-13197-3141/+9019
* | npm: Upgrade to 1.2.20isaacs2013-05-10495-20290/+21742
* | test: Darwin file watcher has paths nowisaacs2013-05-101-10/+2
* | uv: Upgrade to 0.11.2isaacs2013-05-1031-323/+566
* | http: Use writev instead of the hacky hot endisaacs2013-05-091-100/+16
* | stream: Handle multi-corking properlyisaacs2013-05-092-5/+132
* | stream: Guarantee ordering of 'finish' eventisaacs2013-05-093-8/+53
* | os: Include netmask in os.networkInterfaces()Ben Kelly2013-05-083-13/+29
* | src: initialize debug-related uv_async_t handlesMiroslav Bajtoš2013-05-081-11/+14
* | debugger, cluster: each worker has new debug portMiroslav Bajtoš2013-05-087-20/+397
* | test: don't use total_seconds() because of py2.6Timothy J Fontaine2013-05-071-6/+11
* | stream_wrap: fix memory leak on early returnBrian White2013-05-071-3/+3
* | stream_wrap: remove unused arg from WriteBufferTrevor Norris2013-05-072-8/+4
* | test: report test duration in TAP progressTimothy J Fontaine2013-05-071-2/+9
* | test: reap children when cluster-bind-twice failsTimothy J Fontaine2013-05-061-2/+6
* | build: only use DESTDIR instead of PREFIX for pkgTimothy J Fontaine2013-05-061-8/+8
* | Merge branch 'v0.10'Bert Belder2013-05-031-3/+0
|\ \ | |/
| * build: vcbuild.bat fix for Visual Studio 2012Miroslav Bajtoš2013-05-031-3/+0
* | test: EventEmitter#setMaxListeners() returns thisSam Roberts2013-05-031-0/+3
* | event: make setMaxListeners() return thisSam Roberts2013-05-032-0/+2
* | 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-026-23/+175
| * Revert "deps: downgrade openssl to v1.0.0f"Ben Noordhuis2013-05-01512-21029/+41826
| * doc: Fix require.extensions documentationisaacs2013-04-301-2/+2
* | https: implement https.Server#setTimeout()Ben Noordhuis2013-04-303-2/+221
* | vm: add support for timeout argumentAndrew Paprocki2013-04-298-20/+252
* | tools: fix test.py after v8 upgradeBen Noordhuis2013-04-292-2/+98
* | v8: reapply floating patchesBen Noordhuis2013-04-292-10/+16
* | deps: upgrade v8 to 3.18.4Ben Noordhuis2013-04-29225-3787/+8583