summaryrefslogtreecommitdiff
path: root/src/node_binding.cc
Commit message (Expand)AuthorAgeFilesLines
* net: introduce net.BlockListJames M Snell2020-08-111-0/+1
* src: snapshot loadersJoyee Cheung2020-07-181-1/+10
* domain: remove native domain codeStephen Belanger2020-06-191-1/+0
* quic: initial QUIC implementationJames M Snell2020-06-161-0/+7
* test: add common/udppair utilityJames M Snell2020-06-161-0/+1
* src: use NewFromUtf8Literal in GetLinkedBindingDaniel Bevenius2020-05-281-3/+1
* src: retrieve binding data from the contextJoyee Cheung2020-05-061-1/+5
* src: unconditionally include report featurecjihrig2020-03-151-7/+1
* src,lib: make ^C print a JS stack tracelegendecas2020-01-281-0/+1
* wasi: introduce initial WASI supportcjihrig2019-11-301-0/+1
* src: add file name to 'Module did not self-register' errorJeremy Apthorp2019-11-191-1/+6
* src: allow adding linked bindings to EnvironmentAnna Henningsen2019-11-071-9/+15
* src: do not use `std::function` for `OnScopeLeave`Anna Henningsen2019-11-071-1/+1
* fs: introduce `opendir()` and `fs.Dir`Jeremiah Senkpiel2019-10-081-0/+1
* src: add buildflag to force context-aware addonsShelley Vohr2019-09-241-0/+8
* http: remove legacy parserAnna Henningsen2019-09-201-1/+0
* src: use thread_local to declare modpendingGabriel Schulhof2019-07-021-12/+5
* src, lib: take control of prepareStackTraceGus Caplan2019-05-211-0/+1
* src: make a Environment-independent proxy class for NativeModuleLoaderJoyee Cheung2019-04-131-4/+4
* src: replace FromJust() with Check() when possibleSam Roberts2019-04-121-1/+1
* lib: move DTRACE_* probes out of global scopeJames M Snell2019-03-121-1/+8
* 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