summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
...
| * 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
* | benchmark: add chunked-encoding benchmarkFedor Indutny2013-04-271-0/+42
* | test: fix timing sensitive testsFedor Indutny2013-04-272-2/+4
* | http: write buffers when chunked to embrace writevFedor Indutny2013-04-271-3/+9
* | net: implement ._writev for .cork/uncork() supportFedor Indutny2013-04-274-72/+333
* | streams: introduce .cork/.uncork/._writevFedor Indutny2013-04-272-25/+99
* | debugger: breakpoints in scripts not loaded yetMiroslav Bajtoš2013-04-276-23/+167
* | debugger: print port number when connecting to debuggeeMiroslav Bajtoš2013-04-261-1/+1
* | debugger: `restart` with custom debug portMiroslav Bajtoš2013-04-264-113/+179
* | test: cluster: unhide child errors in bind-twiceBen Noordhuis2013-04-251-11/+10
* | test: cluster: rename bind-twice-v2 to bind-twiceBen Noordhuis2013-04-251-0/+0
* | test: cluster: remove bind-twice-v1 testBen Noordhuis2013-04-251-77/+0
* | build: Makefile should respect configure --prefixTimothy J Fontaine2013-04-241-0/+4
* | install: Support $(PREFIX) install target directory prefixOlof Johansson2013-04-232-19/+27
* | http: Don't try to destroy nonexistent socketsisaacs2013-04-223-2/+89
* | cluster: clean up lib/cluster.jsBen Noordhuis2013-04-201-505/+237
* | lintisaacs2013-04-191-1/+1
* | events: add EventEmitter.defaultMaxListenersBen Noordhuis2013-04-193-10/+53
* | v8: reapply floating patchesBen Noordhuis2013-04-192-10/+16
* | V8: Upgrade to 3.18.1isaacs2013-04-19105-6519/+1048
* | path: add path.isAbsolute(path)Ryan Doenges2013-04-193-4/+52
* | Now working on 0.11.2isaacs2013-04-191-2/+2
* | Merge branch 'v0.11.1-release'isaacs2013-04-194-3/+38
|\ \
| * | 2013.04.19, Version 0.11.1 (Unstable)v0.11.1v0.11.1-releaseisaacs2013-04-193-2/+34
| * | test: fix dgram-bind-default-address on osxisaacs2013-04-191-1/+4
|/ /
* | src: replace Holder() with This()Trevor Norris2013-04-198-31/+31
* | build: fix arm build after v8 upgradeBen Noordhuis2013-04-191-13/+7
* | Merge remote-tracking branch 'ry/v0.10'isaacs2013-04-183-12/+20
|\ \ | |/
| * assert: put info in err.message, not err.nameRyan Doenges2013-04-182-12/+19
| * website: add link to nightlies on download pageBen Noordhuis2013-04-181-0/+1
* | Merge remote-tracking branch 'origin/v0.10'Ben Noordhuis2013-04-1810-24/+99
|\ \ | |/
| * crypto: fix return Local Handle w/o scope.Close()Trevor Norris2013-04-181-1/+2
| * dgram: fix no address bind()Ben Noordhuis2013-04-182-0/+37
| * test: make stdout-close-unref work in test runnerBen Noordhuis2013-04-181-2/+3
| * 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
| * handle_wrap: fix NULL pointer dereferenceBen Noordhuis2013-04-162-2/+25
| * test: preserve process.env after test-init execStanislav Ochotnicky2013-04-161-4/+8
| * test: preserve process.env in forked child_processStanislav Ochotnicky2013-04-161-1/+4
| * os: unbreak windows buildBen Noordhuis2013-04-151-0/+6
| * os: handle 256 character hostnamesBen Noordhuis2013-04-151-5/+6
| * os: fix unlikely buffer overflow in os.type()Ben Noordhuis2013-04-151-7/+4
* | build: libv8_base.a is now libv8_base.<arch>.aTimothy J Fontaine2013-04-181-1/+1
* | buffer: upgrade to new V8 profiler APIBen Noordhuis2013-04-171-1/+2
* | v8: reapply floating patchesBen Noordhuis2013-04-172-10/+16
* | deps: upgrade v8 to 3.18.0Ben Noordhuis2013-04-17288-11359/+15770