Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2023-01-16 | [napi] Fix potential crash in `napi_create_buffer_copy`, `napi_create_buffer` | 1 | -13/+17 | |
2023-01-08 | [internal] Fix checking for Error object | 1 | -3/+3 | |
2023-01-06 | Add missing null check | 1 | -6/+9 | |
2023-01-05 | Clean up some napi code | 1 | -25/+1 | |
2023-01-05 | Fixes #1733 | 1 | -57/+1 | |
2023-01-03 | Implement `napi_make_callback` | 1 | -22/+47 | |
2023-01-03 | Stub out missing napi functions and include error message | 1 | -6/+73 | |
2023-01-03 | Fix spec issue with `napi_get_typedarray_info` | 1 | -3/+3 | |
2023-01-01 | clean up `Promise` handling (#1697) | 1 | -1/+1 | |
2022-12-28 | Upgrade to latest Zig (#1610) | 1 | -122/+122 | |
2022-12-17 | [napi] Fix assertion failure when argv is null | 1 | -3/+20 | |
2022-12-16 | [napi] Implement `napi_create_bigint_words` | 1 | -0/+1 | |
2022-11-29 | import everything from "bun" where possible | 1 | -3/+3 | |
2022-11-19 | Implement a singleton version of `napi_get_instance_data` and `napi_set_insta... | 1 | -0/+2 | |
2022-11-18 | bun test matchers and tests (#1526) | 1 | -1/+1 | |
2022-11-18 | Fix crash in process.env.FOO = bar that happened sometimes | 1 | -2/+2 | |
2022-11-10 | Implement `napi_create_external` and `napi_get_value_external` | 1 | -0/+4 | |
2022-10-15 | add more logging | 1 | -4/+4 | |
2022-09-30 | Use PollRef in napi | 1 | -0/+5 | |
2022-09-30 | Remove extraneous calls to `.ref()` | 1 | -2/+2 | |
2022-09-26 | Make `Bun.spawn`, FileSink and FileBlobLoader a little more reliable | 1 | -2/+3 | |
2022-09-26 | [Web Streams] Add `body` to `Response` and `Request` (#1255) | 1 | -5/+14 | |
2022-09-16 | Make new HTTP client more stable | 1 | -12/+40 | |
2022-08-26 | Update napi.zig | 1 | -1/+3 | |
2022-08-18 | Add string support to `Buffer.fill` | 1 | -0/+3 | |
2022-07-08 | remove comments | 1 | -97/+0 | |
2022-07-07 | fix: napi_get_version should return the Node-API version and not the bun version | 1 | -4/+2 | |
2022-06-07 | Web Streams API (#176) | 1 | -19/+19 | |
2022-05-16 | `bun:sqlite` (#167) | 1 | -6/+6 | |
2022-05-11 | Fix several bugs in napi | 1 | -11/+23 | |
2022-05-11 | [napi] Fix panic inside napi_fatal_error | 1 | -11/+18 | |
2022-05-10 | [napi] Fix string bug | 1 | -25/+85 | |
2022-05-09 | [napi] Move some code to C++ for perf | 1 | -156/+11 | |
2022-05-09 | [napi] Fix strings | 1 | -108/+142 | |
2022-05-08 | Make a lot more stuff work | 1 | -7/+38 | |
2022-05-05 | it can call functions | 1 | -120/+371 | |
2022-05-05 | `napi_threadsafe_function` | 1 | -13/+251 | |
2022-05-05 | Update napi.zig | 1 | -2/+10 | |
2022-05-05 | Update napi.zig | 1 | -2/+8 | |
2022-05-05 | napi_get_dataview_info? | 1 | -1/+9 | |
2022-05-05 | cleanup hook | 1 | -5/+50 | |
2022-05-05 | implement napi_async_work | 1 | -14/+122 | |
2022-05-05 | `typeof` | 1 | -1/+72 | |
2022-05-05 | more | 1 | -4/+54 | |
2022-05-05 | Update napi.zig | 1 | -14/+93 | |
2022-05-05 | more | 1 | -2/+15 | |
2022-05-05 | More | 1 | -13/+109 | |
2022-05-05 | More | 1 | -7/+37 | |
2022-05-05 | Even More NAPI | 1 | -36/+192 | |
2022-05-05 | Begin napi | 1 | -0/+497 |