Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-05-16 | Still not correct!bun-v0.0.83 | 2 | -3/+3 | |
2022-05-16 | work around test failure | 2 | -3/+5 | |
2022-05-16 | Update sqlite3.c | 1 | -1/+1 | |
2022-05-16 | Fix build error on linux | 1 | -5/+4 | |
2022-05-16 | prepare for release | 1 | -1/+4 | |
2022-05-16 | Update JSSQLStatement.cpp | 1 | -14/+19 | |
2022-05-16 | Copy strings when binding to sqlite | 1 | -3/+3 | |
2022-05-16 | reset on stmt on error | 2 | -10/+16 | |
2022-05-16 | `bun:sqlite` (#167) | 21 | -70/+254877 | |
2022-05-11 | Fix several bugs in napi | 2 | -11/+31 | |
2022-05-11 | [napi] Stub a couple more | 3 | -6/+52 | |
2022-05-11 | [bun.js] eagerly convert to import.meta.require | 1 | -1/+1 | |
2022-05-11 | [bun.js] Implement a polyfill for the `detect-libc` npm package | 2 | -0/+53 | |
2022-05-11 | [bun.js] Implement `import.meta.require` | 8 | -116/+457 | |
2022-05-11 | [bun.js] Implement `import.meta.resolveSync` | 2 | -1/+77 | |
2022-05-10 | [napi] Error on import .node | 1 | -29/+1 | |
2022-05-10 | Update napi.cpp | 1 | -1/+0 | |
2022-05-10 | [napi] Fix string bug | 2 | -32/+39 | |
2022-05-10 | [bun.js] Implement `Buffer.byteLength` | 6 | -33/+339 | |
2022-05-09 | few more napi functions | 1 | -1/+27 | |
2022-05-09 | [napi] getters & setters work | 1 | -26/+39 | |
2022-05-09 | Update bindings.cpp | 1 | -4/+6 | |
2022-05-09 | [napi] Move some code to C++ for perf | 1 | -2/+170 | |
2022-05-09 | [napi] Support `import` and `require` of `.node` modules | 4 | -29/+79 | |
2022-05-08 | Make a lot more stuff work | 4 | -84/+182 | |
2022-05-08 | Update WebKitjarred/napi | 1 | -0/+0 | |
2022-05-08 | more napi | 3 | -34/+43 | |
2022-05-08 | [bun.js] Fix bug with headers not being sent in `fetch` | 1 | -0/+1 | |
2022-05-08 | Ugprade webkit | 2 | -20/+27 | |
2022-05-08 | Update wtf-bindings.cpp | 1 | -1/+1 | |
2022-05-08 | Upgrade WebKit | 70 | -494/+1568 | |
2022-05-07 | [bun.js] Support `gzipSync`, `gunzipSync`, `inflateSync`, `deflateSync` | 1 | -0/+158 | |
2022-05-06 | [napi] Fix function arguments | 1 | -6/+21 | |
2022-05-06 | more napi | 1 | -1/+191 | |
2022-05-05 | it can call functions | 10 | -284/+476 | |
2022-05-05 | `napi_threadsafe_function` | 1 | -2/+3 | |
2022-05-05 | cleanup hook | 2 | -0/+59 | |
2022-05-05 | implement napi_async_work | 2 | -1/+53 | |
2022-05-05 | more | 1 | -0/+7 | |
2022-05-05 | More | 2 | -0/+46 | |
2022-05-05 | More | 1 | -0/+7 | |
2022-05-05 | Even More NAPI | 1 | -1/+20 | |
2022-05-05 | Begin napi | 1 | -3/+16 | |
2022-05-05 | E.String gets a Rope | 1 | -1/+1 | |
2022-05-04 | Fix type errorsbun-v0.0.79 | 1 | -10/+6 | |
2022-05-04 | Safer i64/u64 | 3 | -137/+205 | |
2022-05-03 | Fix x64 build | 3 | -40/+621 | |
2022-05-03 | Handle missing x64 symbols | 2 | -6/+40 | |
2022-05-03 | [bun:ffi] fix panic in lib.close() | 3 | -26/+24 | |
2022-05-03 | Bump WebKit | 1 | -0/+0 |