Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-05-09 | Add test for __dirname | 1 | -0/+9 | ||
2022-05-09 | Update symbols.txt | 1 | -1/+1 | ||
2022-05-09 | Update bindings.cpp | 1 | -4/+6 | ||
2022-05-09 | [napi] Move some code to C++ for perf | 2 | -158/+181 | ||
2022-05-09 | [napi] Support `import` and `require` of `.node` modules | 6 | -53/+80 | ||
2022-05-09 | [napi] Fix strings | 1 | -108/+142 | ||
2022-05-09 | fixup | 2 | -40/+45 | ||
2022-05-09 | [JS Parser] Support `__dirname` and `__filename` | 1 | -28/+44 | ||
2022-05-08 | Make a lot more stuff work | 5 | -91/+220 | ||
2022-05-08 | Create change-array-by-copy.js | 1 | -0/+11 | ||
2022-05-08 | Update WebKitjarred/napi | 1 | -0/+0 | ||
2022-05-08 | more napi | 4 | -37/+55 | ||
2022-05-08 | Update serve.test.ts | 1 | -1/+4 | ||
2022-05-08 | Update http-file.ts | 1 | -5/+1 | ||
2022-05-08 | Update build-id | 1 | -1/+1 | ||
2022-05-08 | [bun.js] Fix bug with headers not being sent in `fetch` | 2 | -0/+23 | ||
2022-05-08 | Ugprade webkit | 2 | -20/+27 | ||
2022-05-08 | Update wtf-bindings.cpp | 1 | -1/+1 | ||
2022-05-08 | Upgrade WebKit | 71 | -494/+1625 | ||
2022-05-07 | Update zlib.test.js | 1 | -1/+1 | ||
2022-05-07 | [bun.js] Support `gzipSync`, `gunzipSync`, `inflateSync`, `deflateSync` | 8 | -11/+646 | ||
2022-05-06 | [napi] Fix function arguments | 2 | -7/+22 | ||
2022-05-06 | symbols list | 2 | -9/+18 | ||
2022-05-06 | more napi | 1 | -1/+191 | ||
2022-05-05 | it can call functions | 20 | -424/+1022 | ||
2022-05-05 | `napi_threadsafe_function` | 2 | -15/+254 | ||
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 | 4 | -5/+111 | ||
2022-05-05 | implement napi_async_work | 3 | -15/+175 | ||
2022-05-05 | `typeof` | 1 | -1/+72 | ||
2022-05-05 | more | 2 | -4/+61 | ||
2022-05-05 | Update napi.zig | 1 | -14/+93 | ||
2022-05-05 | more | 2 | -2/+21 | ||
2022-05-05 | More | 4 | -13/+156 | ||
2022-05-05 | More | 2 | -7/+44 | ||
2022-05-05 | Even More NAPI | 2 | -37/+212 | ||
2022-05-05 | Begin napi | 6 | -3/+1416 | ||
2022-05-05 | E.String gets a Rope | 50 | -383/+491 | ||
2022-05-04 | Update README.md | 1 | -2/+1 | ||
2022-05-04 | specifically check utf8 | 1 | -0/+2 | ||
2022-05-04 | make our http test run more | 1 | -18/+21 | ||
2022-05-04 | Document `FFIType.i64_fast` | 1 | -2/+26 | ||
2022-05-04 | Update buffer.js | 1 | -2/+9 | ||
2022-05-04 | Fix type errorsbun-v0.0.79 | 2 | -12/+8 | ||
2022-05-04 | Safer i64/u64 | 8 | -201/+664 | ||
2022-05-03 | Fix x64 build | 3 | -40/+621 | ||
2022-05-03 | Update Makefile | 1 | -2/+1 | ||
2022-05-03 | don't automatically run clang-format because it ignores the disable flag | 1 | -3/+0 | ||