summaryrefslogtreecommitdiff
path: root/src/node_binding.cc
AgeCommit message (Expand)Author
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