summaryrefslogtreecommitdiff
path: root/src/node_binding.cc
AgeCommit message (Expand)Author
2019-11-30wasi: introduce initial WASI supportcjihrig
2019-11-19src: add file name to 'Module did not self-register' errorJeremy Apthorp
2019-11-07src: allow adding linked bindings to EnvironmentAnna Henningsen
2019-11-07src: do not use `std::function` for `OnScopeLeave`Anna Henningsen
2019-10-08fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel
2019-09-24src: add buildflag to force context-aware addonsShelley Vohr
2019-09-20http: remove legacy parserAnna Henningsen
2019-07-02src: use thread_local to declare modpendingGabriel Schulhof
2019-05-21src, lib: take control of prepareStackTraceGus Caplan
2019-04-13src: make a Environment-independent proxy class for NativeModuleLoaderJoyee Cheung
2019-04-12src: replace FromJust() with Check() when possibleSam Roberts
2019-03-12lib: move DTRACE_* probes out of global scopeJames M Snell
2019-03-12src: refactor coverage connectionJoyee Cheung
2019-02-22worker: improve integration with native addonsAnna Henningsen
2019-02-18process: start coverage collection before bootstrapJoyee Cheung
2019-02-03src,lib: remove dead `process.binding()` codeAnna Henningsen
2019-01-21src: reduce includes of node_internals.hJoyee Cheung
2019-01-18src: merge into coreGireesh Punathil
2018-12-24src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung
2018-12-21src: move more process methods initialization in bootstrap/node.jsJoyee Cheung
2018-12-19src: unload addons when environment quitsGabriel Schulhof
2018-12-19process: move POSIX credential accessors into node_credentials.ccJoyee Cheung
2018-12-18src: always compile and store code cache for native modulesJoyee Cheung
2018-12-11process: specialize building and storage of process.configJoyee Cheung
2018-12-06http: make parser choice a runtime flagAnna Henningsen
2018-11-30src: move C++ binding/addon related code into node_binding{.h, .cc}Joyee Cheung