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
2016-12-03async_wrap: call destroy() callback in uv_idle_tTrevor Norris
2016-09-29src: 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
2016-02-13src: remove unused of TickInfo::last_threw()Trevor Norris
2016-02-13src: add AsyncCallbackScopeTrevor Norris
2016-02-03src: upgrade to new v8::Private apiBen Noordhuis
2016-01-18v8,src: expose statistics about heap spacesBen Ripkens
2015-11-07async_wrap: new instances get uidTrevor Norris
2015-10-07async_wrap: correctly pass parent to init callbackTrevor Norris
2015-10-06src: fix --abort-on-uncaught-exceptionJeremy Whitlock
2015-10-01async_wrap: ensure all objects have internal fieldTrevor Norris
2015-09-26src: internalize binding function property namesBen Noordhuis
2015-09-26src: internalize per-isolate string propertiesBen Noordhuis
2015-09-16buffer: construct Uint8Array in JSTrevor Norris
2015-08-26http_parser: consume StreamBase instanceFedor Indutny
2015-08-04deps: upgrade v8 to 4.4.63.12Ben Noordhuis
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-07-28timers: improve Timer.now() performanceBen Noordhuis
2015-05-18core: implement runtime flag to trace sync ioTrevor Norris
2015-05-05async-wrap: don't call init callback unnecessarilyTrevor Norris
2015-03-23src: make accessors immune to context confusionBen Noordhuis
2015-02-26src: fix domains + --abort-on-uncaught-exceptionChris Dickinson
2015-02-12src: switch from QUEUE to intrusive listBen Noordhuis
2015-02-06asyncwrap: fix constructor condition for early retTrevor Norris
2015-01-31fs: improve error messagesBert Belder
2015-01-13Remove excessive copyright/license boilerplateisaacs
2014-12-18lib,src: remove post-gc event infrastructureBen Noordhuis
2014-12-09async-wrap: add event hooksTrevor Norris
2014-12-09src: remove Async ListenerTrevor Norris
2014-10-24src: replace NULL with nullptrBen Noordhuis
2014-10-13src: attach env directly to api functionsBen Noordhuis
2014-10-08deps: re-implement debugger-agentFedor Indutny
2014-09-05src: remove Environment::GetCurrentChecked()Ben Noordhuis
2014-05-30src: replace CONTAINER_OF with type-safe functionBen Noordhuis
2014-04-26vm: assign Environment to created contextDenys Zariaiev
2014-03-13src: update to v8 3.24 APIsFedor Indutny
2014-02-22src: remove `node_isolate` from sourceFedor Indutny