FazBrowse GitHub Viewer
|
Trending
|
URL:
|
Home
Tools:
[Download Repo ZIP]
[Original HTTPS Page]
History for src/node_api.cc - isker/node · GitHub
isker
/
node
Public
forked from
nodejs/node
Notifications
You must be signed in to change notification settings
Fork
0
Star
0
Code
Pull requests
0
Actions
Projects
Security and quality
0
Insights
Additional navigation options
Code
Pull requests
Actions
Projects
Security and quality
Insights
Commits
Breadcrumbs
History for
node
src
node_api.cc
on
shared_handle
User selector
Datepicker
Commit history
Commits on Feb 10, 2021
node-api: allow retrieval of add-on file name
Show description for ad3ebed
Gabriel Schulhof
and
mhdawson
committed
ad3ebed
View commit details
Copy full SHA for ad3ebed
View code at this point
Browse repository at this point
Commits on Nov 16, 2020
n-api: factor out calling pattern
Show description for 2fd2235
Gabriel Schulhof
committed
2fd2235
View commit details
Copy full SHA for 2fd2235
View code at this point
Browse repository at this point
Commits on Oct 31, 2020
n-api: napi_make_callback emit async init with resource of async_context
Show description for 3a7537d
legendecas
authored and
nodejs-github-bot
committed
3a7537d
View commit details
Copy full SHA for 3a7537d
View code at this point
Browse repository at this point
Commits on Sep 26, 2020
src: allow N-API addon in `AddLinkedBinding()`
Show description for ff38165
addaleax
authored and
nodejs-github-bot
committed
ff38165
View commit details
Copy full SHA for ff38165
View code at this point
Browse repository at this point
Commits on Aug 27, 2020
n-api: re-implement async env cleanup hooks
Show description for 0848f56
Gabriel Schulhof
and
addaleax
committed
0848f56
View commit details
Copy full SHA for 0848f56
View code at this point
Browse repository at this point
Commits on Aug 7, 2020
n-api: fix use-after-free with napi_remove_async_cleanup_hook
Show description for 262d0d0
addaleax
authored and
jasnell
committed
262d0d0
View commit details
Copy full SHA for 262d0d0
View code at this point
Browse repository at this point
Commits on Aug 6, 2020
n-api,src: provide asynchronous cleanup hooks
Show description for 22cbbcf
addaleax
committed
22cbbcf
View commit details
Copy full SHA for 22cbbcf
View code at this point
Browse repository at this point
Commits on Jul 24, 2020
n-api: run all finalizers via SetImmediate()
Show description for a74a6e3
Gabriel Schulhof
committed
a74a6e3
View commit details
Copy full SHA for a74a6e3
View code at this point
Browse repository at this point
Commits on Jun 25, 2020
worker: add public method for marking objects as untransferable
Show description for 88fb5a5
addaleax
authored and
jasnell
committed
88fb5a5
View commit details
Copy full SHA for 88fb5a5
View code at this point
Browse repository at this point
Commits on May 28, 2020
n-api: remove `napi_env::CallIntoModuleThrow`
Show description for 6a1df3b
Gabriel Schulhof
committed
6a1df3b
View commit details
Copy full SHA for 6a1df3b
View code at this point
Browse repository at this point
Commits on May 23, 2020
Revert "n-api: detect deadlocks in thread-safe function"
Show description for b18d8dd
addaleax
authored and
BridgeAR
committed
b18d8dd
View commit details
Copy full SHA for b18d8dd
View code at this point
Browse repository at this point
Commits on Apr 29, 2020
n-api: simplify uv_idle wrangling
Show description for eebf52d
bnoordhuis
authored and
addaleax
committed
eebf52d
View commit details
Copy full SHA for eebf52d
View code at this point
Browse repository at this point
Commits on Apr 19, 2020
n-api: detect deadlocks in thread-safe function
Show description for d26ca06
Gabriel Schulhof
committed
d26ca06
View commit details
Copy full SHA for d26ca06
View code at this point
Browse repository at this point
Commits on Apr 16, 2020
Revert "n-api: detect deadlocks in thread-safe function"
Show description for d3d5eca
Gabriel Schulhof
committed
d3d5eca
View commit details
Copy full SHA for d3d5eca
View code at this point
Browse repository at this point
Commits on Apr 9, 2020
n-api: detect deadlocks in thread-safe function
Show description for aeb7084
Gabriel Schulhof
committed
aeb7084
View commit details
Copy full SHA for aeb7084
View code at this point
Browse repository at this point
Commits on Jan 8, 2020
doc,src: clarify that one napi_env is per-module
Show description for 96eceb7
legendecas
authored and
Gabriel Schulhof
committed
96eceb7
View commit details
Copy full SHA for 96eceb7
View code at this point
Browse repository at this point
Commits on Jan 4, 2020
n-api: keep napi_env alive while it has finalizers
Show description for 493faf6
addaleax
committed
493faf6
View commit details
Copy full SHA for 493faf6
View code at this point
Browse repository at this point
Commits on Nov 20, 2019
src: fix -Winconsistent-missing-override warning
Show description for 3871cc5
cjihrig
committed
3871cc5
View commit details
Copy full SHA for 3871cc5
View code at this point
Browse repository at this point
Commits on Nov 19, 2019
src: mark ArrayBuffers with free callbacks as untransferable
Show description for 6cb8e4b
addaleax
committed
6cb8e4b
View commit details
Copy full SHA for 6cb8e4b
View code at this point
Browse repository at this point
Commits on Jul 31, 2019
src: allow generic C++ callables in SetImmediate()
Show description for 5207dec
addaleax
committed
5207dec
View commit details
Copy full SHA for 5207dec
View code at this point
Browse repository at this point
Commits on Jul 25, 2019
n-api: add APIs for per-instance state management
Show description for 5030e81
Gabriel Schulhof
committed
5030e81
View commit details
Copy full SHA for 5030e81
View code at this point
Browse repository at this point
Commits on Jul 11, 2019
n-api: make thread-safe-function calls properly
Show description for f5b40b2
Gabriel Schulhof
committed
f5b40b2
View commit details
Copy full SHA for f5b40b2
View code at this point
Browse repository at this point
Commits on Jun 22, 2019
n-api: make func argument of napi_create_threadsafe_function optional
Show description for 5705d7b
legendecas
authored and
Trott
committed
5705d7b
View commit details
Copy full SHA for 5705d7b
View code at this point
Browse repository at this point
Commits on Jun 19, 2019
src: refactor uncaught exception handling
Show description for a33c3c6
joyeecheung
committed
a33c3c6
View commit details
Copy full SHA for a33c3c6
View code at this point
Browse repository at this point
Commits on Jun 14, 2019
n-api: defer Buffer finalizer with SetImmediate
Show description for 3ca0df2
addaleax
committed
3ca0df2
View commit details
Copy full SHA for 3ca0df2
View code at this point
Browse repository at this point
Commits on May 26, 2019
src: move DiagnosticFilename inlines into a -inl.h
Show description for 02f9a0f
sam-github
authored and
addaleax
committed
02f9a0f
View commit details
Copy full SHA for 02f9a0f
View code at this point
Browse repository at this point
Commits on May 23, 2019
src: remove env-inl.h from header files
Show description for 60b315c
sam-github
committed
60b315c
View commit details
Copy full SHA for 60b315c
View code at this point
Browse repository at this point
src: move ThreadPoolWork inlines into a -inl.h
Show description for 6ded4f2
sam-github
committed
6ded4f2
View commit details
Copy full SHA for 6ded4f2
View code at this point
Browse repository at this point
Commits on May 13, 2019
src: remove util-inl.h from header files
Show description for b6bfc19
sam-github
committed
b6bfc19
View commit details
Copy full SHA for b6bfc19
View code at this point
Browse repository at this point
Commits on Apr 24, 2019
n-api: do not require JS Context for `napi_async_destroy()`
Show description for 55fbcda
addaleax
committed
55fbcda
View commit details
Copy full SHA for 55fbcda
View code at this point
Browse repository at this point
src: apply clang-tidy rule modernize-use-equals-default
Show description for 51079db
gengjiawen
authored and
refack
committed
51079db
View commit details
Copy full SHA for 51079db
View code at this point
Browse repository at this point
Commits on Mar 10, 2019
src: apply clang-tidy various improvement
Show description for 6e81a95
gengjiawen
authored and
refack
committed
6e81a95
View commit details
Copy full SHA for 6e81a95
View code at this point
Browse repository at this point
Commits on Feb 22, 2019
worker: improve integration with native addons
Show description for 8ebd339
addaleax
committed
8ebd339
View commit details
Copy full SHA for 8ebd339
View code at this point
Browse repository at this point
Commits on Feb 18, 2019
src: apply clang-tidy rule modernize-use-override
Show description for c3d8891
gengjiawen
authored and
danbev
committed
c3d8891
View commit details
Copy full SHA for c3d8891
View code at this point
Browse repository at this point
Commits on Feb 17, 2019
n-api: turn NAPI_CALL_INTO_MODULE into a function
Show description for d2f652f
addaleax
committed
d2f652f
View commit details
Copy full SHA for d2f652f
View code at this point
Browse repository at this point
Previous
Next
Back
|
FazBrowse Home
|
New Git URL