| Commit message (Expand) | Author | Age | Files | Lines |
* | src: return proper URLs from node_api_get_module_file_name | Anna Henningsen | 2022-04-23 | 1 | -7/+38 |
* | test: enable no-empty ESLint rule | Rich Trott | 2022-03-14 | 2 | -3/+4 |
* | Revert "src: skip test_fatal/test_threads for Debug builds" | Anna Henningsen | 2021-09-21 | 1 | -4/+0 |
* | report: generates report on threads with no isolates | legendecas | 2021-06-14 | 1 | -0/+36 |
* | src: skip test_fatal/test_threads for Debug builds | Daniel Bevenius | 2021-06-11 | 1 | -0/+4 |
* | src: fix fatal errors when a current isolate not exist | legendecas | 2021-05-18 | 4 | -0/+43 |
* | node-api: faster threadsafe_function | Fedor Indutny | 2021-05-17 | 2 | -2/+11 |
* | test: fix typo in comment in binding.c | Tobias Nießen | 2021-04-13 | 1 | -1/+1 |
* | test: prepare for consistent comma-dangle lint rule | Rich Trott | 2021-04-01 | 2 | -2/+2 |
* | node-api: stop ref gc during environment teardown | Gabriel Schulhof | 2021-03-18 | 3 | -0/+59 |
* | node-api: define version 8 | Gabriel Schulhof | 2021-03-10 | 1 | -1/+0 |
* | node-api: allow retrieval of add-on file name | Gabriel Schulhof | 2021-02-09 | 2 | -1/+19 |
* | test: rename n-api to node-api | Gabriel Schulhof | 2021-02-06 | 18 | -392/+352 |
* | test: remove outdated V8 flag | Michaël Zasso | 2021-02-02 | 1 | -1/+1 |
* | test,doc,lib: adjust object literal newlines for lint rule | Rich Trott | 2021-01-26 | 1 | -1/+2 |
* | n-api: fix test_async_context warnings | Gabriel Schulhof | 2020-11-20 | 1 | -2/+3 |
* | n-api: unlink reference during its destructor | Gabriel Schulhof | 2020-11-04 | 1 | -2/+0 |
* | n-api: napi_make_callback emit async init with resource of async_context | legendecas | 2020-10-31 | 8 | -44/+296 |
* | n-api: revert change to finalization | Michael Dawson | 2020-10-27 | 1 | -0/+6 |
* | test: adjust comments for upcoming lint rule | Rich Trott | 2020-10-07 | 1 | -21/+21 |
* | n-api: re-implement async env cleanup hooks | Gabriel Schulhof | 2020-08-27 | 1 | -21/+10 |
* | n-api: handle weak no-finalizer refs correctly | Gabriel Schulhof | 2020-08-21 | 1 | -4/+0 |
* | test: skip node-api/test_worker_terminate_finalization | Anna Henningsen | 2020-08-11 | 1 | -0/+5 |
* | test: fix test_worker_terminate_finalization | Anna Henningsen | 2020-08-11 | 1 | -1/+0 |
* | n-api,src: provide asynchronous cleanup hooks | Anna Henningsen | 2020-08-07 | 3 | -0/+99 |
* | test: convert most N-API tests from C++ to C | Gabriel Schulhof | 2020-08-05 | 8 | -77/+67 |
* | n-api: ensure scope present for finalization | Michael Dawson | 2020-06-09 | 3 | -0/+74 |
* | module: deprecate module.parent | Antoine du HAMEL | 2020-05-24 | 1 | -1/+1 |
* | Revert "n-api: detect deadlocks in thread-safe function" | Anna Henningsen | 2020-05-23 | 3 | -67/+4 |
* | buffer,n-api: release external buffers from BackingStore callback | Anna Henningsen | 2020-05-16 | 1 | -4/+4 |
* | test: fix out-of-bound reads from invalid sizeof usage | Anna Henningsen | 2020-04-30 | 1 | -1/+1 |
* | test: add missing calls to napi_async_destroy | Anna Henningsen | 2020-04-30 | 1 | -0/+2 |
* | n-api: fix false assumption on napi_async_context structures | legendecas | 2020-04-28 | 3 | -28/+23 |
* | n-api: detect deadlocks in thread-safe function | Gabriel Schulhof | 2020-04-19 | 3 | -4/+67 |
* | Revert "n-api: detect deadlocks in thread-safe function" | Gabriel Schulhof | 2020-04-16 | 3 | -67/+4 |
* | n-api: detect deadlocks in thread-safe function | Gabriel Schulhof | 2020-04-09 | 3 | -4/+67 |
* | n-api: define release 6 | Gabriel Schulhof | 2020-03-09 | 5 | -5/+0 |
* | n-api: free instance data as reference | Gabriel Schulhof | 2020-02-06 | 5 | -1/+80 |
* | n-api: keep napi_env alive while it has finalizers | Anna Henningsen | 2020-01-04 | 1 | -0/+14 |
* | src: migrate to new V8 ArrayBuffer API | Thang Tran | 2019-12-12 | 1 | -2/+5 |
* | test: port worker + buffer test to N-API | Anna Henningsen | 2019-11-30 | 4 | -0/+83 |
* | n-api: mark version 5 N-APIs as stable | Gabriel Schulhof | 2019-09-05 | 1 | -1/+0 |
* | n-api: add APIs for per-instance state management | Gabriel Schulhof | 2019-07-25 | 7 | -54/+281 |
* | test: use assert() in N-API async test | Anna Henningsen | 2019-06-28 | 1 | -4/+2 |
* | n-api: make func argument of napi_create_threadsafe_function optional | legendecas | 2019-06-21 | 2 | -5/+49 |
* | n-api: defer Buffer finalizer with SetImmediate | Anna Henningsen | 2019-06-14 | 2 | -14/+24 |
* | test: cover import of a *.node file with a policy manifest | Evgenii Shchepotev | 2019-05-30 | 3 | -0/+90 |
* | n-api: do not require JS Context for `napi_async_destroy()` | Anna Henningsen | 2019-04-24 | 2 | -0/+75 |
* | src: de-lint header usage | Refael Ackermann | 2019-03-12 | 1 | -3/+5 |
* | test: remove flaky designation for test_threadsafe_function | Rich Trott | 2019-03-04 | 1 | -2/+0 |