summaryrefslogtreecommitdiff
path: root/src/node_binding.cc
Commit message (Expand)AuthorAgeFilesLines
* src: refactor coverage connectionJoyee Cheung2019-03-121-3/+3
* worker: improve integration with native addonsAnna Henningsen2019-02-221-12/+221
* process: start coverage collection before bootstrapJoyee Cheung2019-02-181-1/+8
* src,lib: remove dead `process.binding()` codeAnna Henningsen2019-02-031-33/+3
* src: reduce includes of node_internals.hJoyee Cheung2019-01-211-1/+2
* src: merge into coreGireesh Punathil2019-01-181-1/+8
* src: move process.nextTick and promise setup into node_task_queue.ccJoyee Cheung2018-12-241-0/+1
* src: move more process methods initialization in bootstrap/node.jsJoyee Cheung2018-12-211-0/+1
* src: unload addons when environment quitsGabriel Schulhof2018-12-191-102/+80
* process: move POSIX credential accessors into node_credentials.ccJoyee Cheung2018-12-191-0/+1
* src: always compile and store code cache for native modulesJoyee Cheung2018-12-181-2/+3
* process: specialize building and storage of process.configJoyee Cheung2018-12-111-0/+7
* http: make parser choice a runtime flagAnna Henningsen2018-12-061-0/+1
* src: move C++ binding/addon related code into node_binding{.h, .cc}Joyee Cheung2018-11-301-0/+471