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
path: root/src/env.h
AgeCommit message (Expand)Author
2016-12-03async_wrap: call destroy() callback in uv_idle_tTrevor Norris
2016-11-22process: add `process.memoryUsage.external`Fedor Indutny
2016-11-03src: remove superfluous env_string stringBen Noordhuis
2016-09-29src: remove unused StringValue macro parametersDaniel Bevenius
2016-09-11src: remove unneeded Environment error methodsBen Noordhuis
2016-08-27net: make holding the buffer in memory more robustAnna Henningsen
2016-08-23src: clean up PER_ISOLATE_STRING_PROPERTIES, v2Ben Noordhuis
2016-08-23src: clean up PER_ISOLATE_STRING_PROPERTIES, v1Ben 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-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-20stream_base: expose `bytesRead` getterFedor Indutny
2016-04-13os: add userInfo() methodcjihrig
2016-03-28src,http_parser: remove KickNextTick callTrevor Norris
2016-03-19contextify: tie lifetimes of context & sandboxAli Ijaz Sheikh
2016-02-21vm: fix `produceCachedData`Jiho Choi
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-25vm: introduce `cachedData`/`produceCachedData`Fedor Indutny
2016-01-18v8,src: expose statistics about heap spacesBen Ripkens
2015-12-19module: always decorate thrown errorsBrian White
2015-12-18node: fix erroneously named function callTrevor Norris
2015-12-12domains: fix handling of uncaught exceptionsJulien Gilli
2015-11-07async_wrap: call callback in destructorTrevor Norris
2015-11-07async_wrap: new instances get uidTrevor Norris
2015-10-26tls,crypto: move NPN protcol data to hidden valueShigeki Ohtsu
2015-10-26tls, crypto: add ALPN SupportShigeki Ohtsu
2015-10-22node: improve GetActiveRequests performanceTrevor 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 per-isolate string propertiesBen Noordhuis
2015-09-16buffer: construct Uint8Array in JSTrevor Norris
2015-08-26http_parser: consume StreamBase instanceFedor Indutny
2015-08-26env: introduce `KickNextTick`Fedor Indutny
2015-08-20stream_base: various improvementsFedor Indutny
2015-08-08tls: introduce internal `onticketkeycallback`Fedor Indutny
2015-08-04node: do not override `message`/`stack` of errorFedor Indutny
2015-08-04deps: update v8 to 4.4.63.9Ben Noordhuis
2015-08-04buffer: implement Uint8Array backed BufferTrevor Norris
2015-07-28timers: improve Timer.now() performanceBen Noordhuis
2015-05-18core: implement runtime flag to trace sync ioTrevor Norris