Age | Commit message (Collapse) | Author | Files | Lines | |
---|---|---|---|---|---|
2022-06-22 | change the directory structurejarred/rename | 523 | -383522/+0 | ||
2022-06-22 | Move builtins to src/javascript/jsc/builtins | 72 | -6/+2285 | ||
2022-06-22 | Update WebKit | 1 | -0/+0 | ||
2022-06-22 | Fix `WebSocket` when HTTP server is not running | 11 | -35/+74 | ||
2022-06-22 | cleanup | 5 | -718/+2 | ||
2022-06-22 | Fix memory bugs in escapeHTML & arrayBufferToString | 1 | -65/+61 | ||
2022-06-22 | Fix bug with exceptions inside EventTarget | 11 | -137/+413 | ||
2022-06-22 | Add a way to schedule microtasks from C++ | 5 | -35/+77 | ||
2022-06-22 | Update javascript.zig | 1 | -13/+152 | ||
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 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 | [bun wiptest] Implement `beforeEach`, `afterEach`, `beforeAll`, `afterAll` | 1 | -19/+111 | ||
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 | `bun wiptest` improve test runner output | 1 | -25/+31 | ||
2022-06-22 | Sending works | 10 | -412/+436 | ||
2022-06-22 | implement a custom websocket client | 6 | -40/+53 | ||
2022-06-22 | It connects! but the frames are corrupt | 1 | -5/+10 | ||
2022-06-22 | WebSocket is a global | 20 | -201/+265 | ||
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 | ||
- `new Response(stream).arrayBuffer()` - `new Response(stream).json()` - `new Response(stream).text()` - `new Response(stream).blob()` | |||||
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 | ||
* [bun.js] `WritableStream`, `ReadableStream`, `TransformStream`, `WritableStreamDefaultController`, `ReadableStreamDefaultController` & more * Implement `Blob.stream()` * Update streams.test.js * Fix sourcemaps crash * [TextEncoder] 3x faster in hot loops * reading almost works * start to implement native streams * Implement `Blob.stream()` * Implement `Bun.file(pathOrFd).stream()` * Add an extra function * [fs.readFile] Improve performance * make jsc bindings a little easier to work with * fix segfault * faster async/await + readablestream optimizations * WebKit updates * More WebKit updates * Add releaseWEakrefs binding * `bun:jsc` * More streams * Update streams.test.js * Update Makefile * Update mimalloc * Update WebKit * Create bun-jsc.test.js * Faster ReadableStream * Fix off by one & exceptions * Handle empty files/blobs * Update streams.test.js * Move streams to it's own file * temp * impl #1 * take two * good enough for now * Implement `readableStreamToArray`, `readableStreamToArrayBuffer`, `concatArrayBuffers` * jsxOptimizationInlining * Fix crash * Add `jsxOptimizationInline` to Bun.Transpiler * Update Transpiler types * Update js_ast.zig * Automatically choose production mode when NODE_ENV="production" * Update cli.zig * [jsx] Handle defaultProps when inlining * Update transpiler.test.js * uncomment some tests Co-authored-by: Jarred Sumner <709451+Jarred-Sumner@users.noreply.github.com> | |||||
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 | ||