Age | Commit message (Expand) | Author | Files | Lines |
---|---|---|---|---|
2022-06-22 | implement a custom websocket client | 9 | -75/+1171 | |
2022-06-22 | It connects! but the frames are corrupt | 3 | -31/+34 | |
2022-06-22 | WebSocket is a global | 22 | -266/+334 | |
2022-06-22 | Fix most of the errors | 6 | -119/+117 | |
2022-06-22 | more code | 4 | -58/+209 | |
2022-06-22 | WIP WebSocket | 19 | -22/+3701 | |
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 | 24 | -398/+2276 | |
2022-06-12 | ArrayBufferSink works and it's good. | 24 | -169/+1839 | |
2022-06-12 | Fix build issue | 2 | -0/+6 | |
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 js_parser.zig | 1 | -21/+200 | |
2022-06-10 | Don't show generic crash info when given invalid bunfig.toml | 1 | -0/+4 | |
2022-06-10 | Update logger.zig | 1 | -0/+4 | |
2022-06-10 | Show tracing | 1 | -1/+1 | |
2022-06-10 | Update bunfig.zig | 1 | -0/+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-09 | Fix defaultProps with JSX optimization | 6 | -34/+73 | |
2022-06-09 | small perf improvements to encoding | 1 | -43/+37 | |
2022-06-07 | Update event_loop.zig | 1 | -1/+2 | |
2022-06-07 | Update bundler.zig | 1 | -1/+1 | |
2022-06-07 | wip ReadableStream <> zig | 1 | -7/+58 | |
2022-06-07 | Implement `hashCode` | 1 | -2/+21 | |
2022-06-07 | Web Streams API (#176) | 232 | -1986/+31198 | |
2022-05-30 | Improve error messages when you mistype commands/files/scripts | 2 | -4/+39 | |
2022-05-30 | Load `bunfig.toml` by default if `bun` or `bun {file}\.[cjt]sx?` | 1 | -3/+10 | |
2022-05-30 | Remove generated files from git index (#182) | 8 | -1056/+0 | |
2022-05-20 | Update string_mutable.zig | 1 | -0/+10 | |
2022-05-20 | [solid] more progress, no fragments, but still not right | 5 | -217/+408 | |
2022-05-19 | [TSConfig] Propagate runtime from tsconfig.json | 1 | -0/+1 | |
2022-05-19 | woops | 1 | -1/+2 | |
2022-05-19 | Update cache.zig | 1 | -1/+1 | |
2022-05-19 | [solid] Move the post-process JSX step | 2 | -452/+497 | |
2022-05-19 | [bun de] Fix crash when printing source maps | 2 | -29/+16 | |
2022-05-19 | move js_parser to src/ | 2 | -18212/+18211 | |
2022-05-19 | [solid] wip make nested components work | 1 | -80/+97 | |
2022-05-19 | [wip] Solid.js support for Bun! | 15 | -39/+1203 | |
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 |