Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-06-22 | Fix most of the errors | 6 | -119/+117 | |
2022-06-22 | more code | 4 | -58/+209 | |
2022-06-22 | WIP WebSocket | 16 | -13/+3035 | |
2022-06-17 | Import most of `MessageEvent` from WebKit | 18 | -12/+1410 | |
2022-06-15 | Update WebKit | 1 | -0/+0 | |
2022-06-15 | [web standards] Add `CloseEvent` from WebKit | 9 | -6/+636 | |
2022-06-15 | Fix lazy loading internal streams | 13 | -360/+424 | |
2022-06-15 | direct streams mostly workjarred/direct | 24 | -1166/+1755 | |
2022-06-15 | wip direct streams | 23 | -392/+2270 | |
2022-06-12 | ArrayBufferSink works and it's good. | 22 | -168/+1788 | |
2022-06-12 | Fix build issue | 1 | -0/+3 | |
2022-06-10 | Update WebKit | 1 | -0/+0 | |
2022-06-10 | Update event_loop.zig | 1 | -0/+1 | |
2022-06-10 | Missing errno on linux | 1 | -3/+1 | |
2022-06-10 | Update jest.zig | 1 | -6/+9 | |
2022-06-09 | `new Response(stream).arrayBuffer()` + 3 more | 11 | -31/+379 | |
2022-06-09 | fix some memory leaks with strings | 4 | -28/+45 | |
2022-06-09 | Support console.log(myBigInt) | 1 | -1/+6 | |
2022-06-07 | Update event_loop.zig | 1 | -1/+2 | |
2022-06-07 | wip ReadableStream <> zig | 1 | -7/+58 | |
2022-06-07 | Implement `hashCode` | 1 | -2/+21 | |
2022-06-07 | Web Streams API (#176) | 210 | -1701/+29532 | |
2022-05-30 | Remove generated files from git index (#182) | 2 | -1054/+0 | |
2022-05-20 | [solid] more progress, no fragments, but still not right | 1 | -0/+5 | |
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 |