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