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
2022-05-10build: fix various shared library build issuesWilliam Marlow
2022-04-05v8: make v8.writeHeapSnapshot() error codes consistentDarshan Sen
2022-03-26src: properly report exceptions from AddressToJS()Darshan Sen
2022-01-12v8: make writeHeapSnapshot throw if fopen failsAntonio Román
2021-11-10src: add and fix some preprocessor commentsTobias Nießen
2021-10-14src: add flags for controlling process behaviorCheng Zhao
2021-08-12src: return Maybe<bool> from InitializeContextRuntime()Darshan Sen
2021-08-06src: return Maybe from a couple of functionsDarshan Sen
2021-06-30src,zlib: tighten up Z_*_WINDOWBITS macrosXadillaX
2021-06-07src: make InitializeOncePerProcess more flexibleShelley Vohr
2020-12-11src: introduce convenience node::MakeSyncCallback()Nicolai Stange
2020-10-21src: add --heapsnapshot-near-heap-limit optionJoyee Cheung
2020-10-08src: expose v8::Isolate setup callbacksShelley Vohr
2020-09-26src: allow N-API addon in `AddLinkedBinding()`Anna Henningsen
2020-06-25lib,src: remove cpu profiler idle notifierBen Noordhuis
2020-05-31src: turn AllocatedBuffer into thin wrapper around v8::BackingStoreJames M Snell
2020-05-14src: refactor Reallocate since it introduced in upstream v8Jiawen Geng
2020-05-10src: remove unnecessary Isolate::GetCurrent() callsAnna Henningsen
2020-04-15src: use basename(argv0) for --trace-uncaught suggestionAnna Henningsen
2020-03-21src: provide a variant of LoadEnvironment taking a callbackAnna Henningsen
2020-03-21src: align worker and main thread code with embedder APIAnna Henningsen
2020-03-05src: pass resource object along with InternalMakeCallbackAnna Henningsen
2020-02-19vm: lazily initialize primordials for vm contextsJoyee Cheung
2020-02-11async_hooks: add executionAsyncResourceMatteo Collina
2020-02-08src: remove fixed-size GetHumanReadableProcessNameBen Noordhuis
2020-02-08src: fix OOB reads in process.title getterBen Noordhuis
2020-02-03worker: add ability to take heap snapshot from parent threadAnna Henningsen
2020-02-02src: remove duplicate field env in CryptoJob classConorDavenport
2020-01-31process: report ArrayBuffer memory in `memoryUsage()`Anna Henningsen
2019-11-19src: expose ArrayBuffer version of Buffer::New()Anna Henningsen
2019-11-07src: make WaitForInspectorDisconnect an exit hookAnna Henningsen
2019-11-07src: make EndStartedProfilers an exit hookAnna Henningsen
2019-11-07src: track no of active JS signal handlersAnna Henningsen
2019-11-06src: remove AsyncScope and AsyncCallbackScopeAnna Henningsen
2019-11-06src: use callback scope for main scriptAnna Henningsen
2019-11-05encoding: make TextDecoder handle BOM correctlyAnna Henningsen
2019-11-01src: expose granular SetIsolateUpForNodeShelley Vohr
2019-09-19src: re-delete Atomics.wakeGus Caplan
2019-06-13src: restore stdio on program exitBen Noordhuis
2019-06-03src: split `RunBootstrapping()`Joyee Cheung
2019-05-26src: move DiagnosticFilename inlines into a -inl.hSam Roberts
2019-05-23src: remove env-inl.h from header filesSam Roberts
2019-05-23src: move ThreadPoolWork inlines into a -inl.hSam Roberts
2019-05-16src: enable V8's WASM trap handlersGus Caplan
2019-05-13src: remove util-inl.h from header filesSam Roberts
2019-05-02src: refactor profile initializationJoyee Cheung
2019-04-30src: prefer v8::Global over node::PersistentAnna Henningsen
2019-04-23src: allow creating NodeMainInstance that does not own the isolateJoyee Cheung
2019-04-20src: split per-process initialization and teardown routinesJoyee Cheung
2019-04-19inspector: implement --cpu-prof[-path]Joyee Cheung