summaryrefslogtreecommitdiff
path: root/src/node_binding.cc
Commit message (Expand)AuthorAgeFilesLines
* src: use the internal field to determine if an object is a BaseObjectJoyee Cheung2023-04-061-1/+0
* src: bootstrap Web [Exposed=*] APIs in the shadow realmChengzhong Wu2023-03-161-6/+0
* src: move encoding bindings to a new bindingJoyee Cheung2023-03-071-0/+1
* src,process: add permission modelRafael Gonzaga2023-02-231-0/+1
* src: add initial support for single executable applicationsDarshan Sen2023-02-181-0/+1
* src: make BuiltinLoader threadsafe and non-globalAnna Henningsen2023-01-181-2/+2
* src: define per-isolate internal bindings registration callbacklegendecas2022-12-281-25/+70
* src: rename internal module declaration as internal bindingslegendecas2022-11-291-36/+35
* src: avoid unused variables and functionsMichaël Zasso2022-11-221-1/+1
* src: fix multiple format string bugsTobias Nießen2022-08-221-29/+18
* src: disambiguate terms used to refer to builtins and addonsJoyee Cheung2022-08-091-6/+4
* src: merge NativeModuleEnv into NativeModuleLoaderJoyee Cheung2022-07-211-3/+4
* build: remove dtrace & etw supportBen Noordhuis2022-07-171-8/+1
* lib,src: implement WebAssembly Web APITobias Nießen2022-04-231-0/+1
* src: fix alphabetically sorted binding listTobias Nießen2022-04-111-1/+1
* build: add --node-snapshot-main configure optionJoyee Cheung2022-03-311-0/+1
* src: add option to disable loading native addonsDominic Elm2021-09-101-0/+6
* url,buffer: implement URL.createObjectURLJames M Snell2021-08-121-0/+1
* bootstrap: print information for snapshot at environment exit in debugJoyee Cheung2021-04-081-0/+1
* quic: remove quicJames M Snell2021-01-301-7/+0
* src: move node_binding to modern THROW_ERR*James M Snell2020-10-101-20/+18
* src: add get/set pair for env context awarenessShelley Vohr2020-09-041-1/+1
* 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