Welcome to mirror list, hosted at ThFree Co, Russian Federation.

github.com/nodejs/node.git - Unnamed repository; edit this file 'description' to name the repository.
summaryrefslogtreecommitdiff
AgeCommit message (Expand)Author
2017-10-24async_hooks: skip runtime checks when disabledAndreas Madsen
2017-10-18src: add internalBindings for binding isolationBradley Farias
2017-10-04async_hooks: consistent internal namingAndreas Madsen
2017-09-20n-api: remove n-api module loading flagGabriel Schulhof
2017-09-20src: refactor `#include` handlingAnna Henningsen
2017-09-20http2,async-wrap: introduce AliasedBuffer classMike Kaufman
2017-09-20src: remove unused perf_hooks uv handlesJames M Snell
2017-09-20src: make in_makecallback() getter constAnna Henningsen
2017-09-20src: remove virtually unused ExecScopeAnna Henningsen
2017-09-12perf_hooks: implementation of the perf timing APIJames M Snell
2017-09-12async_hooks: don't abort unnecessarilyTrevor Norris
2017-09-12async_hooks: improve comments and function namesTrevor Norris
2017-09-12async_hooks: emitAfter correctly on fatalExceptionTrevor Norris
2017-08-14http2: use per-environment buffersAnna Henningsen
2017-08-14src: remove unused http2_socket_buffer from envAnna Henningsen
2017-08-14http2: use static allocated arraysJames M Snell
2017-08-14http2: introducing HTTP/2James M Snell
2017-08-13src: avoid creating local data variableDaniel Bevenius
2017-08-12inspector: support extra contextsEugene Ostroukhov
2017-08-01src,dns: refactor cares_wrap to avoid global stateAnna Henningsen
2017-07-28src: replace ASSERT with CHECKBen Noordhuis
2017-06-07src: remove `'` print modifierRefael Ackermann
2017-06-05async_wrap: run destroy in uv_timer_tTrevor Norris
2017-05-21dns: fix `resolve` failed starts without networkXadillaX
2017-05-10src: implement native changes for async_hooksTrevor Norris
2017-05-10crypto: use named FunctionTemplateTrevor Norris
2017-05-10async_wrap: use double, not int64_t, for async idTrevor Norris
2017-05-10src: fix comments re PER_ISOLATE macrosJosh Gavant
2017-04-29src: remove debugger dead codeMichaël Zasso
2017-04-19src: don't call uv_run() after 'exit' eventBen Noordhuis
2017-03-15fs: include more fs.stat*() optimizationsBrian White
2017-03-10meta: restore original copyright headerJames M Snell
2016-12-24async_wrap: close the destroy_ids_idle_handle_René Schünemann
2016-12-11lib,src: support values > 4GB in heap statisticsBen Noordhuis
2016-12-02async_wrap: call destroy() callback in uv_idle_tTrevor Norris
2016-09-23src: remove unused StringValue macro parametersDaniel Bevenius
2016-09-11src: remove unneeded Environment error methodsBen Noordhuis
2016-06-27src: renaming ares_task struct to node_ares_taskDaniel Bevenius
2016-06-21src: remove unused isolate memberBen Noordhuis
2016-06-02src: use stack-allocated Environment instancesBen Noordhuis
2016-06-02src: move env init logic into Environment classBen Noordhuis
2016-06-01lib,src: clean up ArrayBufferAllocatorBen Noordhuis
2016-06-01lib,src: drop dependency on v8::Private::ForApi()Ben Noordhuis
2016-06-01src: make IsolateData creation explicitBen Noordhuis
2016-06-01src: move IsolateData out of EnvironmentBen Noordhuis
2016-05-30src,lib: v8-inspector supportPavel Feldman
2016-05-25src: add include guards to internal headersBen Noordhuis
2016-04-18src: don't set non-primitive values on templatesBen Noordhuis
2016-02-15src: remove unnecessary checkBrian White
2016-02-13src: remove unused TickInfo::in_tick()Trevor Norris