summaryrefslogtreecommitdiff
Commit message (Expand)AuthorAgeFilesLines
* Said public when I meant private.archived-io.js-v0.10Mikeal Rogers2014-10-291-1/+1
* doc: add TC notes from october 29thMikeal Rogers2014-10-291-0/+33
* doc: meeting notes from oct 9th TC meetingMikeal Rogers2014-10-291-0/+61
* Merge remote-tracking branch 'forward/v0.12'Ben Noordhuis2014-10-292511-174101/+380783
|\
| * Merge remote-tracking branch 'joyent/v0.12' into v0.12Ben Noordhuis2014-10-295-6/+89
| |\
| | * net: add pauseOnConnect option to createServer()cjihrig2014-10-273-4/+80
| | * docs: fix smalloc.dispose() exampleVladimir Kurchatkin2014-10-271-1/+7
| | * lint: fix whitespace issuesTrevor Norris2014-10-251-4/+5
| * | build: remove python 2.7 dependencyBen Noordhuis2014-10-292-3/+3
| * | v8_platform: fix cpplint issueFedor Indutny2014-10-281-1/+1
| * | 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