Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-22 | Clean up perf hooks a little | 1 | -9/+21 | ||
2022-06-22 | use JSValue for `bun test` | 1 | -13/+19 | ||
2022-06-22 | `ws` polyfil | 1 | -0/+97 | ||
2022-06-22 | Polyfills for `undici`, `streams/web`, `streams/consumer` `timers` ↵ | 6 | -0/+502 | ||
`timers/promises`, `fs/promises`, `ws` | |||||
2022-06-22 | Fix close | 1 | -3/+12 | ||
2022-06-22 | Explicitly tag memory ownership for escapeHTML | 1 | -30/+45 | ||
2022-06-22 | Fix assertion that checks globally allocated memory pointers | 1 | -4/+6 | ||
2022-06-22 | Fix error messages sometimes printing undefined memory | 1 | -3/+9 | ||
2022-06-22 | Add a way to assert memory is not undefined in debug builds | 1 | -1/+74 | ||
2022-06-22 | Cleanup tests | 8 | -41/+37 | ||
2022-06-22 | Add checks in debug mode that strings being built via counting were actually ↵ | 1 | -3/+17 | ||
counted | |||||
2022-06-22 | [JS Parser] Improve memory safety of error messages & logs | 1 | -54/+131 | ||
2022-06-22 | [JS Parser] Fix undefined memory bug when printing an "cannot be used in ↵ | 1 | -2/+3 | ||
strict mode" error message | |||||
2022-06-22 | [bun wiptest] Implement `beforeEach`, `afterEach`, `beforeAll`, `afterAll` | 1 | -19/+111 | ||
2022-06-22 | [websockets] Support receiving data of length 128 - 65354, bigger not ↵ | 1 | -154/+43 | ||
supported yet | |||||
2022-06-22 | Better error for undefined memory here | 1 | -1/+3 | ||
2022-06-22 | Preallocate some event loop tasks | 1 | -0/+3 | ||
2022-06-22 | Fix bugs with fifo tweaks | 1 | -25/+27 | ||
2022-06-22 | Update test_command.zig | 1 | -23/+120 | ||
2022-06-22 | `bun wiptest` improve test runner output | 1 | -25/+31 | ||
2022-06-22 | Sending works | 17 | -670/+1363 | ||
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 | 23 | -266/+350 | ||
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-20 | Group zsh completion options by type (#194) | 1 | -28/+16 | ||
2022-06-17 | Import most of `MessageEvent` from WebKit | 18 | -12/+1410 | ||
2022-06-15 | some more tests | 2 | -10/+62 | ||
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 | 26 | -1167/+1782 | ||
2022-06-15 | wip direct streams | 24 | -398/+2276 | ||
2022-06-12 | ArrayBufferSink works and it's good. | 26 | -170/+2054 | ||
2022-06-12 | Fix build issue | 2 | -0/+6 | ||
2022-06-12 | Delete broken submodule | 1 | -0/+0 | ||
2022-06-10 | Update Dockerfile.base | 1 | -1/+1 | ||
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 | Update Makefile | 1 | -4/+4 | ||
2022-06-10 | wip fix linux build | 1 | -9/+11 | ||
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 | ||