summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* stream_wrap: do not crash if handle was closedFedor Indutny2014-10-283-4/+23
* src: remove usage of extended sizeofNikolai Vavilov2014-10-281-1/+1
* src: simplify v8 thread pool implementationBen Noordhuis2014-10-282-42/+48
* src: fix uninitialized memory dereferenceBen Noordhuis2014-10-282-13/+9
* doc: update compiler requirements in READMEBen Noordhuis2014-10-271-3/+4
* src: fix comparison of WCHAR with nullptrNikolai Vavilov2014-10-251-1/+1
* Merge remote-tracking branch 'origin/v0.12' into v0.12Fedor Indutny2014-10-2412-29/+57
|\
| * path: resolve normalize drive letter to lower casedead-horse2014-10-203-3/+9
| * build: vcbuild fix "The input line is too long."Alexis Campailla2014-10-101-3/+12
| * streams: make setDefaultEncoding() throwBrian White2014-10-092-14/+8
| * doc: correct createSecureContextWang Xinyong2014-10-092-3/+1
| * test: fix test-child-process-spawn-typeerrorAlexis Campailla2014-10-091-2/+2
| * doc: fix wording and punctuation in modulesStiliyan Lazarov2014-10-081-4/+4
| * crypto: createDiffieHellman throw for bad argsTrevor Norris2014-10-082-0/+21
| * test: fix debug-signal-cluster after da updateFedor Indutny2014-10-082-4/+32
| * src, test: fixup after v8 updateFedor Indutny2014-10-089-35/+44
| * cluster: do not signal children in debug modeFedor Indutny2014-10-081-5/+23
| * deps: re-implement debugger-agentFedor Indutny2014-10-0817-93/+1009
| * deps: fix postmortem-metadata generator in v8Refael Ackermann2014-10-081-9/+5
| * deps: apply floating irhydra patch to v8Fedor Indutny2014-10-085-7/+34
| * deps: update v8 to 3.28.73Refael Ackermann2014-10-081662-74649/+245109
| * tls_wrap: ignore ZERO_RETURN after close_notifyFedor Indutny2014-10-081-0/+8
* | src: mark more destructors with override keywordBen Noordhuis2014-10-239-17/+17
* | src: mark SSLWrap destructor as virtualBen Noordhuis2014-10-231-1/+1
* | src: mark BaseObject destructor as virtualBen Noordhuis2014-10-231-1/+1
* | src: mark AsyncWrap destructor as virtualBen Noordhuis2014-10-231-1/+1
* | src: mark empty destructors as defaultBen Noordhuis2014-10-2311-28/+4
* | src: update DISALLOW_COPY_AND_ASSIGN() to c++11Ben Noordhuis2014-10-233-7/+6
* | src: mark virtual functions with override keywordBen Noordhuis2014-10-239-43/+43
* | src: remove STATIC_ASSERT() macroBen Noordhuis2014-10-232-9/+2
* | src: replace NULL with nullptrBen Noordhuis2014-10-2348-647/+655
* | etw: use Isolate to SetJitCodeEventHandlerRod Vagg2014-10-181-4/+9
* | test: allow common.PIPE to be configured via envRod Vagg2014-10-181-0/+2
* | build: remove workarounds for gcc <= 4.4Ben Noordhuis2014-10-161-6/+0
* | build: add asan option to multi-arch/mode buildBen Noordhuis2014-10-161-0/+11
* | test: make test runner multi-arch/mode compatibleBen Noordhuis2014-10-165-134/+56
* | build: set up basic multi-arch/mode buildBen Noordhuis2014-10-162-10/+23
* | build: copy V8 makefile to top-level directoryBen Noordhuis2014-10-161-0/+493
* | build: add x32 supportBen Noordhuis2014-10-164-22/+15
* | deps: fix v8 x32 buildBen Noordhuis2014-10-161-2/+2
* | test: fix non-determinism in test-crypto-domainsBen Noordhuis2014-10-161-11/+27
* | src: attach env directly to api functionsBen Noordhuis2014-10-1329-617/+655
* | src: remove unused Environment::GetCurrent() callsBen Noordhuis2014-10-133-14/+0
* | src: remove unused MIN macroBen Noordhuis2014-10-131-4/+0
* | src: ignore risky env vars when setuid rootBen Noordhuis2014-10-131-2/+12
* | src: replace assert() with CHECK()Ben Noordhuis2014-10-1236-359/+348
* | src: fix up importsBen Noordhuis2014-10-123-3/+1
* | src: remove unnecessary HandleScopesBen Noordhuis2014-10-1226-386/+0
* | deps: fix postmortem-metadata generator in v8Refael Ackermann2014-10-121-9/+5
* | test: fix error messages after v8 upgradeFedor Indutny2014-10-122-8/+6