summaryrefslogtreecommitdiff
path: root/src/env.h
AgeCommit message (Expand)Author
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-12os: 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-12src: remove unused TickInfo::in_tick()Trevor Norris
2016-02-12src: remove unused of TickInfo::last_threw()Trevor Norris
2016-02-12src: add AsyncCallbackScopeTrevor Norris
2016-02-03src: upgrade to new v8::Private apiBen Noordhuis
2016-01-24vm: 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-17node: fix erroneously named function callTrevor Norris
2015-12-11domains: fix handling of uncaught exceptionsJulien Gilli
2015-11-06async_wrap: call callback in destructorTrevor Norris
2015-11-06async_wrap: new instances get uidTrevor Norris
2015-10-27tls,crypto: move NPN protcol data to hidden valueShigeki Ohtsu
2015-10-27tls, crypto: add ALPN SupportShigeki Ohtsu
2015-10-21node: improve GetActiveRequests performanceTrevor Norris
2015-10-07async_wrap: correctly pass parent to init callbackTrevor Norris
2015-10-05src: 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-15buffer: 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
2015-05-04async-wrap: don't call init callback unnecessarilyTrevor Norris
2015-05-01tls: use `SSL_set_cert_cb` for async SNI/OCSPFedor Indutny
2015-03-27timers: make Timer.close idempotentPetka Antonov
2015-03-23src: make accessors immune to context confusionBen Noordhuis
2015-03-22vm: fix crash on fatal error in debug contextBen Noordhuis
2015-02-25src: fix domains + --abort-on-uncaught-exceptionChris Dickinson
2015-02-24node: implement unhandled rejection trackingPetka Antonov
2015-02-24streams: introduce StreamWrap and JSStreamFedor Indutny
2015-02-22stream_base: introduce StreamBaseFedor Indutny
2015-02-11src: switch from QUEUE to intrusive listBen Noordhuis